diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-07-05 12:34:46 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-07-05 12:42:09 +0200 |
commit | cc6ef7709aa0b584c163c208cacb3e48d5d222f7 (patch) | |
tree | 4f46665ba321df51c4932f8b3fe4167d0e545397 /licenses/JSON | |
parent | app-emacs/ruby-mode: x86 stable wrt bug #689302 (diff) | |
download | gentoo-cc6ef7709aa0b584c163c208cacb3e48d5d222f7.tar.gz gentoo-cc6ef7709aa0b584c163c208cacb3e48d5d222f7.tar.bz2 gentoo-cc6ef7709aa0b584c163c208cacb3e48d5d222f7.zip |
licenses: Add JSON license for dev-java/json.
Same as MIT, but with an additional clause "The Software shall be
used for Good, not Evil." This is a usage restriction which makes the
license non-free. It doesn't prevent binary redistribution, so add it
to that license group.
https://www.gnu.org/licenses/license-list.html#JSON
https://spdx.org/licenses/JSON.html
Bug: https://bugs.gentoo.org/689314
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'licenses/JSON')
-rw-r--r-- | licenses/JSON | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/licenses/JSON b/licenses/JSON new file mode 100644 index 000000000000..e26c1db7f741 --- /dev/null +++ b/licenses/JSON @@ -0,0 +1,22 @@ +Copyright (c) 2002 JSON.org + +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 shall be used for Good, not Evil. + +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. |