From 5a949641ed734676b0c03d0d4065b72cba74cbdf Mon Sep 17 00:00:00 2001 From: EddyVerbruggen Date: Mon, 12 Sep 2016 21:49:03 +0200 Subject: [PATCH] Removed the license from the README (see MIT in the root) --- MIT | 21 +++++++++++++++++++++ README.md | 23 ----------------------- 2 files changed, 21 insertions(+), 23 deletions(-) create mode 100644 MIT diff --git a/MIT b/MIT new file mode 100644 index 00000000..98fb54ea --- /dev/null +++ b/MIT @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2016 Eddy Verbruggen + +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 56f5ad1d..e7f64592 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,6 @@ with great assistance from Sam Muggleworth ([PointSource, LLC](https://github.co 8. [Exchanging the `serverAuthCode`](#8-exchanging-the-serverauthcode) 9. [Troubleshooting](#9-troubleshooting) 10. [Changelog](#10-changelog) -11. [License](#11-license) ## 1. Description @@ -287,25 +286,3 @@ As stated before, this plugin is all about user authentication and identity, so - 3.0.0: Using Google Sign-In for iOS, instead of Google+. - 1.1.0: Added `isAvailable`, for issue [#37](https://github.com/EddyVerbruggen/cordova-plugin-googleplus/issues/37) - 1.0.0: Initial version supporting iOS and Android - -## 11. License - -[The MIT License (MIT)](http://www.opensource.org/licenses/mit-license.html) - -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.