From 3bafef121c4b5d1879227152d3f4fa716eb402bf Mon Sep 17 00:00:00 2001 From: Nico Kaiser Date: Sat, 15 Mar 2014 23:18:07 +0100 Subject: [PATCH] Add license --- LICENSE.md | 19 +++++++++++++++++++ Readme.md => README.md | 4 ++-- 2 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 LICENSE.md rename Readme.md => README.md (96%) diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..de716c5 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,19 @@ +Copyright (c) 2014 Nico Kaiser <nico@kaiser.me> + +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 similarity index 96% rename from Readme.md rename to README.md index 21a96db..74d38d4 100644 --- a/Readme.md +++ b/README.md @@ -44,6 +44,6 @@ This can of course be commented out if redirection is done with a load balancer The "node-service.sh" script restarts the node process when it crashes. The same can be achieved with [forever](https://github.com/indexzero/forever), but I did not find a good way to run forever from an init script. -#### Author: [Nico Kaiser][0] +## License -[0]: http://siriux.net/ +[MIT License](LICENSE.md)