Skip to content

Commit 79d1e0b

Browse files
committed
deps: spdx-exceptions@2.5.0
1 parent 67e853a commit 79d1e0b

File tree

4 files changed

+41
-8
lines changed

4 files changed

+41
-8
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[
2+
"Nokia-Qt-exception-1.1"
3+
]
+30-2
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,68 @@
11
[
22
"389-exception",
3+
"Asterisk-exception",
34
"Autoconf-exception-2.0",
45
"Autoconf-exception-3.0",
6+
"Autoconf-exception-generic",
7+
"Autoconf-exception-generic-3.0",
8+
"Autoconf-exception-macro",
9+
"Bison-exception-1.24",
510
"Bison-exception-2.2",
611
"Bootloader-exception",
712
"Classpath-exception-2.0",
813
"CLISP-exception-2.0",
14+
"cryptsetup-OpenSSL-exception",
915
"DigiRule-FOSS-exception",
1016
"eCos-exception-2.0",
1117
"Fawkes-Runtime-exception",
1218
"FLTK-exception",
19+
"fmt-exception",
1320
"Font-exception-2.0",
1421
"freertos-exception-2.0",
1522
"GCC-exception-2.0",
23+
"GCC-exception-2.0-note",
1624
"GCC-exception-3.1",
25+
"Gmsh-exception",
26+
"GNAT-exception",
27+
"GNOME-examples-exception",
28+
"GNU-compiler-exception",
1729
"gnu-javamail-exception",
30+
"GPL-3.0-interface-exception",
1831
"GPL-3.0-linking-exception",
1932
"GPL-3.0-linking-source-exception",
2033
"GPL-CC-1.0",
34+
"GStreamer-exception-2005",
35+
"GStreamer-exception-2008",
2136
"i2p-gpl-java-exception",
37+
"KiCad-libraries-exception",
38+
"LGPL-3.0-linking-exception",
39+
"libpri-OpenH323-exception",
2240
"Libtool-exception",
2341
"Linux-syscall-note",
42+
"LLGPL",
2443
"LLVM-exception",
2544
"LZMA-exception",
2645
"mif-exception",
27-
"Nokia-Qt-exception-1.1",
2846
"OCaml-LGPL-linking-exception",
2947
"OCCT-exception-1.0",
3048
"OpenJDK-assembly-exception-1.0",
3149
"openvpn-openssl-exception",
3250
"PS-or-PDF-font-exception-20170817",
51+
"QPL-1.0-INRIA-2004-exception",
3352
"Qt-GPL-exception-1.0",
3453
"Qt-LGPL-exception-1.1",
3554
"Qwt-exception-1.0",
55+
"SANE-exception",
56+
"SHL-2.0",
57+
"SHL-2.1",
58+
"stunnel-exception",
59+
"SWI-exception",
3660
"Swift-exception",
61+
"Texinfo-exception",
3762
"u-boot-exception-2.0",
63+
"UBDL-exception",
3864
"Universal-FOSS-exception-1.0",
39-
"WxWindows-exception-3.1"
65+
"vsftpd-openssl-exception",
66+
"WxWindows-exception-3.1",
67+
"x11vnc-openssl-exception"
4068
]
+5-3
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
{
22
"name": "spdx-exceptions",
33
"description": "list of SPDX standard license exceptions",
4-
"version": "2.3.0",
4+
"version": "2.5.0",
55
"author": "The Linux Foundation",
66
"contributors": [
77
"Kyle E. Mitchell <kyle@kemitchell.com> (https://kemitchell.com/)"
88
],
99
"license": "CC-BY-3.0",
1010
"repository": "kemitchell/spdx-exceptions.json",
1111
"files": [
12-
"index.json"
12+
"index.json",
13+
"deprecated.json"
1314
],
1415
"scripts": {
15-
"build": "node build.js"
16+
"build": "node build.js",
17+
"latest": "node latest.js"
1618
}
1719
}

package-lock.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -12320,9 +12320,9 @@
1232012320
}
1232112321
},
1232212322
"node_modules/spdx-exceptions": {
12323-
"version": "2.3.0",
12324-
"resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz",
12325-
"integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==",
12323+
"version": "2.5.0",
12324+
"resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz",
12325+
"integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==",
1232612326
"inBundle": true
1232712327
},
1232812328
"node_modules/spdx-expression-parse": {

0 commit comments

Comments
 (0)