From 4b3dbfb8e23bd774f211dfc07e4a8f83b5ecb665 Mon Sep 17 00:00:00 2001 From: Fabian Arndt Date: Sun, 4 Feb 2018 13:16:34 +0100 Subject: [PATCH 1/2] Added LICENSE file, added license to package.json and removed license section from README.md --- LICENSE | 21 +++++++++++++++++++++ README.md | 10 ---------- package.json | 19 ++++++++++--------- 3 files changed, 31 insertions(+), 19 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..5c85c3c --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) PushOk Software + +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 b23e761..5cb5fc5 100644 --- a/README.md +++ b/README.md @@ -298,13 +298,3 @@ Running KeystoneJS with TingoDB: http://ifrederik.com/blog/2014/11/cms-without-d __Realistic app with dual database support__ Web based GnuCash clone: https://github.com/sergeyksv/skilap - -## MIT License - -Copyright (c) [PushOk Software](http://www.pushok.com) - -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/package.json b/package.json index 4e2feb8..296c342 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "author": "PushOk Software ", "name": "tingodb", "version": "0.5.1", + "license": "MIT", "repository": { "type": "git", "url": "git://github.com/sergeyksv/tingodb.git" @@ -53,19 +54,19 @@ "lodash": "~4.11.x" }, "scripts": { - "test": "./test.sh" + "test": "./test.sh" }, "optionalDependencies":{ "bson":"0.2.x" }, "devDependencies": { - "csv": "0.3.x", - "mongodb": "1.4.x", - "temp": "0.4.x", - "lorem-ipsum":"1.0.x", - "optimist":"0.6.x", - "step":"0.0.x", - "benchmark":"1.0.x", - "mocha":"1.21.x" + "csv": "0.3.x", + "mongodb": "1.4.x", + "temp": "0.4.x", + "lorem-ipsum":"1.0.x", + "optimist":"0.6.x", + "step":"0.0.x", + "benchmark":"1.0.x", + "mocha":"1.21.x" } } From 312b2948c10ee0b280d3415d47cbfe6aff2ec613 Mon Sep 17 00:00:00 2001 From: Fabian Arndt Date: Sun, 4 Feb 2018 13:19:57 +0100 Subject: [PATCH 2/2] Spaces.. --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 296c342..a3a44c4 100644 --- a/package.json +++ b/package.json @@ -57,16 +57,16 @@ "test": "./test.sh" }, "optionalDependencies":{ - "bson":"0.2.x" + "bson": "0.2.x" }, "devDependencies": { "csv": "0.3.x", "mongodb": "1.4.x", "temp": "0.4.x", - "lorem-ipsum":"1.0.x", - "optimist":"0.6.x", - "step":"0.0.x", - "benchmark":"1.0.x", - "mocha":"1.21.x" + "lorem-ipsum": "1.0.x", + "optimist": "0.6.x", + "step": "0.0.x", + "benchmark": "1.0.x", + "mocha": "1.21.x" } }