Codebase list node-spdx-exceptions / upstream/2.0.0
Import Upstream version 2.0.0 Praveen Arimbrathodiyil 7 years ago
3 changed file(s) with 74 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 The package exports an array of strings. Each string is an identifier
1 for a license exception under the [Software Package Data Exchange
2 (SPDX)][SPDX] software license metadata standard.
3
4 [SPDX]: https://spdx.org
5
6 ## Copyright and Licensing
7
8 ### SPDX
9
10 "SPDX" is a federally registered United States trademark of The Linux
11 Foundation Corporation.
12
13 From version 2.0 of the [SPDX] specification:
14
15 > Copyright © 2010-2015 Linux Foundation and its Contributors. Licensed
16 > under the Creative Commons Attribution License 3.0 Unported. All other
17 > rights are expressly reserved.
18
19 The Linux Foundation and the SPDX working groups are good people. Only
20 they decide what "SPDX" means, as a standard and otherwise. I respect
21 their work and their rights. You should, too.
22
23 ### This Package
24
25 > I created this package by copying exception identifiers out of the
26 > SPDX specification. That work was mechanical, routine, and required no
27 > creativity whatsoever. - Kyle Mitchell, package author
28
29 United States users concerned about intellectual property may wish to
30 discuss the following Supreme Court decisions with their attorneys:
31
32 - _Baker v. Selden_, 101 U.S. 99 (1879)
33
34 - _Feist Publications, Inc., v. Rural Telephone Service Co._,
35 499 U.S. 340 (1991)
0 [
1 "389-exception",
2 "Autoconf-exception-2.0",
3 "Autoconf-exception-3.0",
4 "Bison-exception-2.2",
5 "CLISP-exception-2.0",
6 "Classpath-exception-2.0",
7 "DigiRule-FOSS-exception",
8 "FLTK-exception",
9 "Fawkes-Runtime-exception",
10 "Font-exception-2.0",
11 "GCC-exception-2.0",
12 "GCC-exception-3.1",
13 "LZMA-exception",
14 "Libtool-exception",
15 "Nokia-Qt-exception-1.1",
16 "OCCT-exception-1.0",
17 "Qwt-exception-1.0",
18 "WxWindows-exception-3.1",
19 "eCos-exception-2.0",
20 "freertos-exception-2.0",
21 "gnu-javamail-exception",
22 "i2p-gpl-java-exception",
23 "mif-exception",
24 "openvpn-openssl-exception",
25 "u-boot-exception-2.0"
26 ]
0 {
1 "name": "spdx-exceptions",
2 "description": "list of SPDX standard license exceptions",
3 "version": "2.0.0",
4 "author": "The Linux Foundation",
5 "contributors": [
6 "Kyle E. Mitchell <kyle@kemitchell.com> (https://kemitchell.com/)"
7 ],
8 "license": "CC-BY-3.0",
9 "repository": "kemitchell/spdx-exceptions.json"
10 }