From e2d2ef04a5ec543cf0a959e61ba39ed6e25e7ea2 Mon Sep 17 00:00:00 2001 From: Stanislaw Wozniak Date: Wed, 4 Apr 2018 13:57:55 +0100 Subject: [PATCH 1/4] Copied license statement over from package.json This is to support deployment to webjars.org so that people can pull the dependency to JVM based applications such as SpringBoot --- bower.json | 1 + 1 file changed, 1 insertion(+) diff --git a/bower.json b/bower.json index 4948b18..4eccee5 100644 --- a/bower.json +++ b/bower.json @@ -2,6 +2,7 @@ "name": "angular-socket-io", "version": "0.7.0", "main": "socket.js", + "license": "MIT", "dependencies": { "angular": "^1.2.6" }, From 263509e9ab141dd62a9d65d32eb6598151540440 Mon Sep 17 00:00:00 2001 From: Stanislaw Wozniak Date: Wed, 4 Apr 2018 14:01:50 +0100 Subject: [PATCH 2/4] Update licence to array format for webjars support --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 4eccee5..32078be 100644 --- a/bower.json +++ b/bower.json @@ -2,7 +2,7 @@ "name": "angular-socket-io", "version": "0.7.0", "main": "socket.js", - "license": "MIT", + "license": ["MIT"], "dependencies": { "angular": "^1.2.6" }, From 7f6e49d12c9a3579e80380e330342ac4fe66a798 Mon Sep 17 00:00:00 2001 From: Stanislaw Wozniak Date: Wed, 4 Apr 2018 14:07:47 +0100 Subject: [PATCH 3/4] Reverting back to supported version Will add a separate license file --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 32078be..4eccee5 100644 --- a/bower.json +++ b/bower.json @@ -2,7 +2,7 @@ "name": "angular-socket-io", "version": "0.7.0", "main": "socket.js", - "license": ["MIT"], + "license": "MIT", "dependencies": { "angular": "^1.2.6" }, From 6cc2cf35c54b343ac581836cfdd176701d55c6a2 Mon Sep 17 00:00:00 2001 From: Stanislaw Wozniak Date: Wed, 4 Apr 2018 14:08:40 +0100 Subject: [PATCH 4/4] Create LICENSE.md --- LICENSE.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE.md diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..eb66652 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2016 BTFORD + +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.