From 74c7469df031db957e95687a590b4aa95dda101d Mon Sep 17 00:00:00 2001 From: t32k Date: Tue, 5 Apr 2016 12:01:28 +0900 Subject: [PATCH] Cosme --- .gitignore | 2 +- .travis.yml | 2 +- LICENSE | 21 +++++++++++++++++++++ README.md | 4 ---- test/csso-test.js | 2 +- 5 files changed, 24 insertions(+), 7 deletions(-) create mode 100644 LICENSE diff --git a/.gitignore b/.gitignore index 7bdfc1b..7cbf173 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ +.idea node_modules npm-debug.log tmp -.idea \ No newline at end of file diff --git a/.travis.yml b/.travis.yml index 407ef9e..6446018 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,4 @@ language: node_js node_js: - "5" - "4" - - "0.12" \ No newline at end of file + - "0.12" diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..ae935c3 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2016 Koji Ishimoto + +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. diff --git a/README.md b/README.md index 1c0c7b4..85c8728 100755 --- a/README.md +++ b/README.md @@ -105,7 +105,3 @@ csso: { } } ``` - -## License - -Code is released under the MIT license. \ No newline at end of file diff --git a/test/csso-test.js b/test/csso-test.js index 1decc87..95b271c 100755 --- a/test/csso-test.js +++ b/test/csso-test.js @@ -73,4 +73,4 @@ exports.csso = { test.done(); } -}; \ No newline at end of file +};