diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..3709ae4 --- /dev/null +++ b/LICENSE @@ -0,0 +1,22 @@ +(The MIT License) + +Copyright (c) 2011 LearnBoost + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/Readme.md b/Readme.md index 462cf84..36c3fff 100644 --- a/Readme.md +++ b/Readme.md @@ -29,11 +29,15 @@ Then: $ make test +## Authors + + * TJ Holowaychuk + ## License (The MIT License) -Copyright (c) 2010 LearnBoost <dev@learnboost.com> +Copyright (c) 2011 LearnBoost <dev@learnboost.com> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/lib/cluster.js b/lib/cluster.js index 7353d20..a9a3777 100644 --- a/lib/cluster.js +++ b/lib/cluster.js @@ -1,7 +1,7 @@ /*! * Cluster - * Copyright(c) 2010 LearnBoost + * Copyright(c) 2011 LearnBoost * MIT Licensed */ diff --git a/lib/master.js b/lib/master.js index e6dbd24..3551db3 100644 --- a/lib/master.js +++ b/lib/master.js @@ -1,7 +1,7 @@ /*! * Cluster - Master - * Copyright(c) 2010 LearnBoost + * Copyright(c) 2011 LearnBoost * MIT Licensed */ diff --git a/lib/mixins/receiver.js b/lib/mixins/receiver.js index 7f5b1b8..186c4b8 100644 --- a/lib/mixins/receiver.js +++ b/lib/mixins/receiver.js @@ -1,7 +1,7 @@ /*! * Cluster - receiver mixin - * Copyright(c) 2010 LearnBoost + * Copyright(c) 2011 LearnBoost * MIT Licensed */ diff --git a/lib/plugins/debug.js b/lib/plugins/debug.js index 5316aa9..6e3909b 100644 --- a/lib/plugins/debug.js +++ b/lib/plugins/debug.js @@ -1,7 +1,7 @@ /*! * Cluster - debug - * Copyright (c) 2010 LearnBoost + * Copyright (c) 2011 LearnBoost * MIT Licensed */ diff --git a/lib/plugins/logger.js b/lib/plugins/logger.js index f18e1de..571a05a 100644 --- a/lib/plugins/logger.js +++ b/lib/plugins/logger.js @@ -1,7 +1,7 @@ /*! * Cluster - logger - * Copyright (c) 2010 LearnBoost + * Copyright (c) 2011 LearnBoost * MIT Licensed */ diff --git a/lib/plugins/pidfiles.js b/lib/plugins/pidfiles.js index 8b56578..2fb043a 100644 --- a/lib/plugins/pidfiles.js +++ b/lib/plugins/pidfiles.js @@ -1,7 +1,7 @@ /*! * Cluster - pidfiles - * Copyright (c) 2010 LearnBoost + * Copyright (c) 2011 LearnBoost * MIT Licensed */ diff --git a/lib/plugins/reload.js b/lib/plugins/reload.js index 7f01cec..3919acc 100644 --- a/lib/plugins/reload.js +++ b/lib/plugins/reload.js @@ -1,7 +1,7 @@ /*! * Cluster - reload - * Copyright (c) 2010 LearnBoost + * Copyright (c) 2011 LearnBoost * MIT Licensed */ diff --git a/lib/plugins/repl.js b/lib/plugins/repl.js index c217c27..a2dcc8c 100644 --- a/lib/plugins/repl.js +++ b/lib/plugins/repl.js @@ -1,7 +1,7 @@ /*! * Cluster - repl - * Copyright (c) 2010 LearnBoost + * Copyright (c) 2011 LearnBoost * MIT Licensed */ diff --git a/lib/plugins/stats.js b/lib/plugins/stats.js index 0dcdfc3..b306155 100644 --- a/lib/plugins/stats.js +++ b/lib/plugins/stats.js @@ -1,7 +1,7 @@ /*! * Cluster - stats - * Copyright (c) 2010 LearnBoost + * Copyright (c) 2011 LearnBoost * MIT Licensed */ diff --git a/lib/utils.js b/lib/utils.js index 651dff4..36fb906 100644 --- a/lib/utils.js +++ b/lib/utils.js @@ -1,7 +1,7 @@ /*! * Cluster - utils - * Copyright (c) 2010 LearnBoost + * Copyright (c) 2011 LearnBoost * MIT Licensed */ diff --git a/lib/worker.js b/lib/worker.js index e4f63dc..ed4adcd 100644 --- a/lib/worker.js +++ b/lib/worker.js @@ -1,7 +1,7 @@ /*! * Cluster - Worker - * Copyright(c) 2010 LearnBoost + * Copyright(c) 2011 LearnBoost * MIT Licensed */