@datadog/datadog-ci 2.18.0 → 2.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.d.ts +3 -1
- package/dist/cli.js +9 -2
- package/dist/cli.js.map +1 -1
- package/dist/commands/cloud-run/cli.d.ts +1 -0
- package/dist/commands/cloud-run/cli.js +5 -0
- package/dist/commands/cloud-run/cli.js.map +1 -0
- package/dist/commands/cloud-run/constants.d.ts +1 -0
- package/dist/commands/cloud-run/constants.js +22 -0
- package/dist/commands/cloud-run/constants.js.map +1 -0
- package/dist/commands/cloud-run/flare.d.ts +91 -0
- package/dist/commands/cloud-run/flare.js +634 -0
- package/dist/commands/cloud-run/flare.js.map +1 -0
- package/dist/commands/cloud-run/interfaces.d.ts +27 -0
- package/dist/commands/cloud-run/interfaces.js +3 -0
- package/dist/commands/cloud-run/interfaces.js.map +1 -0
- package/dist/commands/cloud-run/renderer.d.ts +4 -0
- package/dist/commands/cloud-run/renderer.js +42 -0
- package/dist/commands/cloud-run/renderer.js.map +1 -0
- package/dist/commands/dsyms/renderer.js +6 -6
- package/dist/commands/dsyms/renderer.js.map +1 -1
- package/dist/commands/dsyms/upload.d.ts +5 -5
- package/dist/commands/dsyms/upload.js +66 -42
- package/dist/commands/dsyms/upload.js.map +1 -1
- package/dist/commands/dsyms/utils.d.ts +1 -1
- package/dist/commands/dsyms/utils.js +3 -3
- package/dist/commands/dsyms/utils.js.map +1 -1
- package/dist/commands/flutter-symbols/helpers.js +8 -4
- package/dist/commands/flutter-symbols/helpers.js.map +1 -1
- package/dist/commands/flutter-symbols/renderer.js +2 -2
- package/dist/commands/flutter-symbols/renderer.js.map +1 -1
- package/dist/commands/flutter-symbols/upload.d.ts +13 -13
- package/dist/commands/flutter-symbols/upload.js +66 -66
- package/dist/commands/flutter-symbols/upload.js.map +1 -1
- package/dist/commands/gate/api.js +4 -2
- package/dist/commands/gate/api.js.map +1 -1
- package/dist/commands/gate/evaluate.d.ts +18 -6
- package/dist/commands/gate/evaluate.js +116 -40
- package/dist/commands/gate/evaluate.js.map +1 -1
- package/dist/commands/gate/interfaces.d.ts +5 -0
- package/dist/commands/gate/renderer.js +16 -14
- package/dist/commands/gate/renderer.js.map +1 -1
- package/dist/commands/gate/utils.d.ts +1 -0
- package/dist/commands/gate/utils.js +8 -4
- package/dist/commands/gate/utils.js.map +1 -1
- package/dist/commands/git-metadata/git.d.ts +1 -1
- package/dist/commands/git-metadata/git.js +7 -3
- package/dist/commands/git-metadata/git.js.map +1 -1
- package/dist/commands/git-metadata/gitdb.d.ts +1 -1
- package/dist/commands/git-metadata/gitdb.js +7 -7
- package/dist/commands/git-metadata/gitdb.js.map +1 -1
- package/dist/commands/git-metadata/index.js +5 -1
- package/dist/commands/git-metadata/index.js.map +1 -1
- package/dist/commands/git-metadata/library.d.ts +1 -1
- package/dist/commands/git-metadata/library.js +13 -13
- package/dist/commands/git-metadata/library.js.map +1 -1
- package/dist/commands/git-metadata/upload.d.ts +5 -5
- package/dist/commands/git-metadata/upload.js +30 -32
- package/dist/commands/git-metadata/upload.js.map +1 -1
- package/dist/commands/junit/api.js +4 -4
- package/dist/commands/junit/api.js.map +1 -1
- package/dist/commands/junit/id.js +1 -1
- package/dist/commands/junit/id.js.map +1 -1
- package/dist/commands/junit/renderer.d.ts +1 -1
- package/dist/commands/junit/renderer.js +3 -3
- package/dist/commands/junit/renderer.js.map +1 -1
- package/dist/commands/junit/upload.d.ts +12 -11
- package/dist/commands/junit/upload.js +74 -63
- package/dist/commands/junit/upload.js.map +1 -1
- package/dist/commands/junit/utils.d.ts +1 -2
- package/dist/commands/junit/utils.js +5 -10
- package/dist/commands/junit/utils.js.map +1 -1
- package/dist/commands/lambda/constants.d.ts +13 -11
- package/dist/commands/lambda/constants.js +41 -70
- package/dist/commands/lambda/constants.js.map +1 -1
- package/dist/commands/lambda/flare.d.ts +25 -74
- package/dist/commands/lambda/flare.js +182 -332
- package/dist/commands/lambda/flare.js.map +1 -1
- package/dist/commands/lambda/functions/commons.d.ts +8 -14
- package/dist/commands/lambda/functions/commons.js +57 -69
- package/dist/commands/lambda/functions/commons.js.map +1 -1
- package/dist/commands/lambda/functions/instrument.js +66 -65
- package/dist/commands/lambda/functions/instrument.js.map +1 -1
- package/dist/commands/lambda/functions/uninstrument.js +38 -37
- package/dist/commands/lambda/functions/uninstrument.js.map +1 -1
- package/dist/commands/lambda/functions/versionChecker.d.ts +2 -2
- package/dist/commands/lambda/instrument.d.ts +22 -20
- package/dist/commands/lambda/instrument.js +78 -69
- package/dist/commands/lambda/instrument.js.map +1 -1
- package/dist/commands/lambda/loggroup.js +8 -8
- package/dist/commands/lambda/loggroup.js.map +1 -1
- package/dist/commands/lambda/prompt.d.ts +1 -4
- package/dist/commands/lambda/prompt.js +34 -71
- package/dist/commands/lambda/prompt.js.map +1 -1
- package/dist/commands/lambda/renderers/__mocks__/instrument-uninstrument-renderer.d.ts +2 -0
- package/dist/commands/lambda/renderers/__mocks__/instrument-uninstrument-renderer.js +11 -0
- package/dist/commands/lambda/renderers/__mocks__/instrument-uninstrument-renderer.js.map +1 -0
- package/dist/commands/lambda/renderers/common-renderer.d.ts +0 -26
- package/dist/commands/lambda/renderers/common-renderer.js +4 -32
- package/dist/commands/lambda/renderers/common-renderer.js.map +1 -1
- package/dist/commands/lambda/renderers/instrument-uninstrument-renderer.d.ts +2 -2
- package/dist/commands/lambda/renderers/instrument-uninstrument-renderer.js +57 -49
- package/dist/commands/lambda/renderers/instrument-uninstrument-renderer.js.map +1 -1
- package/dist/commands/lambda/tags.js +7 -7
- package/dist/commands/lambda/tags.js.map +1 -1
- package/dist/commands/lambda/uninstrument.d.ts +25 -7
- package/dist/commands/lambda/uninstrument.js +59 -49
- package/dist/commands/lambda/uninstrument.js.map +1 -1
- package/dist/commands/metric/metric.d.ts +4 -3
- package/dist/commands/metric/metric.js +10 -9
- package/dist/commands/metric/metric.js.map +1 -1
- package/dist/commands/react-native/codepush.d.ts +11 -10
- package/dist/commands/react-native/codepush.js +17 -19
- package/dist/commands/react-native/codepush.js.map +1 -1
- package/dist/commands/react-native/interfaces.d.ts +1 -1
- package/dist/commands/react-native/renderer.js +6 -6
- package/dist/commands/react-native/renderer.js.map +1 -1
- package/dist/commands/react-native/upload.d.ts +12 -12
- package/dist/commands/react-native/upload.js +67 -45
- package/dist/commands/react-native/upload.js.map +1 -1
- package/dist/commands/react-native/utils.js +2 -1
- package/dist/commands/react-native/utils.js.map +1 -1
- package/dist/commands/react-native/validation.js +1 -1
- package/dist/commands/react-native/validation.js.map +1 -1
- package/dist/commands/react-native/xcode.d.ts +6 -6
- package/dist/commands/react-native/xcode.js +25 -29
- package/dist/commands/react-native/xcode.js.map +1 -1
- package/dist/commands/sarif/api.js +6 -22
- package/dist/commands/sarif/api.js.map +1 -1
- package/dist/commands/sarif/renderer.d.ts +1 -1
- package/dist/commands/sarif/renderer.js +1 -1
- package/dist/commands/sarif/renderer.js.map +1 -1
- package/dist/commands/sarif/upload.d.ts +6 -6
- package/dist/commands/sarif/upload.js +46 -37
- package/dist/commands/sarif/upload.js.map +1 -1
- package/dist/commands/sbom/api.d.ts +7 -0
- package/dist/commands/sbom/api.js +49 -0
- package/dist/commands/sbom/api.js.map +1 -0
- package/dist/commands/sbom/cli.d.ts +1 -0
- package/dist/commands/sbom/cli.js +5 -0
- package/dist/commands/sbom/cli.js.map +1 -0
- package/dist/commands/sbom/constants.d.ts +2 -0
- package/dist/commands/sbom/constants.js +6 -0
- package/dist/commands/sbom/constants.js.map +1 -0
- package/dist/commands/sbom/json-schema/cyclonedx/bom-1.4.schema.json +1687 -0
- package/dist/commands/sbom/json-schema/jsf/jsf-0.82.schema.json +244 -0
- package/dist/commands/sbom/json-schema/spdx/spdx.schema.json +507 -0
- package/dist/commands/sbom/protobuf/bom-1.4.d.ts +11788 -0
- package/dist/commands/sbom/protobuf/bom-1.4.js +5161 -0
- package/dist/commands/sbom/protobuf/bom-1.4.js.map +1 -0
- package/dist/commands/sbom/protobuf/custom_message.d.ts +11 -0
- package/dist/commands/sbom/protobuf/custom_message.js +3 -0
- package/dist/commands/sbom/protobuf/custom_message.js.map +1 -0
- package/dist/commands/sbom/protobuf/google/protobuf/duration.d.ts +110 -0
- package/dist/commands/sbom/protobuf/google/protobuf/duration.js +126 -0
- package/dist/commands/sbom/protobuf/google/protobuf/duration.js.map +1 -0
- package/dist/commands/sbom/protobuf/google/protobuf/timestamp.d.ts +139 -0
- package/dist/commands/sbom/protobuf/google/protobuf/timestamp.js +126 -0
- package/dist/commands/sbom/protobuf/google/protobuf/timestamp.js.map +1 -0
- package/dist/commands/sbom/protobuf/sbom_intake.d.ts +53 -0
- package/dist/commands/sbom/protobuf/sbom_intake.js +383 -0
- package/dist/commands/sbom/protobuf/sbom_intake.js.map +1 -0
- package/dist/commands/sbom/types.d.ts +4 -0
- package/dist/commands/sbom/types.js +3 -0
- package/dist/commands/sbom/types.js.map +1 -0
- package/dist/commands/sbom/upload.d.ts +16 -0
- package/dist/commands/sbom/upload.js +134 -0
- package/dist/commands/sbom/upload.js.map +1 -0
- package/dist/commands/sbom/validation.d.ts +12 -0
- package/dist/commands/sbom/validation.js +51 -0
- package/dist/commands/sbom/validation.js.map +1 -0
- package/dist/commands/sourcemaps/renderer.js +6 -6
- package/dist/commands/sourcemaps/renderer.js.map +1 -1
- package/dist/commands/sourcemaps/upload.d.ts +10 -10
- package/dist/commands/sourcemaps/upload.js +61 -38
- package/dist/commands/sourcemaps/upload.js.map +1 -1
- package/dist/commands/sourcemaps/validation.js +4 -4
- package/dist/commands/sourcemaps/validation.js.map +1 -1
- package/dist/commands/stepfunctions/awsCommands.js +10 -10
- package/dist/commands/stepfunctions/awsCommands.js.map +1 -1
- package/dist/commands/stepfunctions/helpers.d.ts +4 -4
- package/dist/commands/stepfunctions/helpers.js +4 -4
- package/dist/commands/stepfunctions/helpers.js.map +1 -1
- package/dist/commands/stepfunctions/instrument.d.ts +5 -4
- package/dist/commands/stepfunctions/instrument.js +30 -31
- package/dist/commands/stepfunctions/instrument.js.map +1 -1
- package/dist/commands/stepfunctions/uninstrument.d.ts +6 -1
- package/dist/commands/stepfunctions/uninstrument.js +23 -23
- package/dist/commands/stepfunctions/uninstrument.js.map +1 -1
- package/dist/commands/synthetics/api.d.ts +1 -1
- package/dist/commands/synthetics/api.js +11 -11
- package/dist/commands/synthetics/api.js.map +1 -1
- package/dist/commands/synthetics/errors.d.ts +3 -3
- package/dist/commands/synthetics/index.js +5 -1
- package/dist/commands/synthetics/index.js.map +1 -1
- package/dist/commands/synthetics/interfaces.d.ts +8 -7
- package/dist/commands/synthetics/interfaces.js +2 -2
- package/dist/commands/synthetics/interfaces.js.map +1 -1
- package/dist/commands/synthetics/mobile.d.ts +1 -1
- package/dist/commands/synthetics/mobile.js +26 -20
- package/dist/commands/synthetics/mobile.js.map +1 -1
- package/dist/commands/synthetics/reporters/default.d.ts +2 -2
- package/dist/commands/synthetics/reporters/default.js +17 -19
- package/dist/commands/synthetics/reporters/default.js.map +1 -1
- package/dist/commands/synthetics/reporters/junit.d.ts +2 -2
- package/dist/commands/synthetics/reporters/junit.js +11 -11
- package/dist/commands/synthetics/reporters/junit.js.map +1 -1
- package/dist/commands/synthetics/run-tests-command.d.ts +21 -19
- package/dist/commands/synthetics/run-tests-command.js +108 -42
- package/dist/commands/synthetics/run-tests-command.js.map +1 -1
- package/dist/commands/synthetics/run-tests-lib.d.ts +1 -1
- package/dist/commands/synthetics/run-tests-lib.js +16 -16
- package/dist/commands/synthetics/run-tests-lib.js.map +1 -1
- package/dist/commands/synthetics/tunnel/crypto.js +3 -3
- package/dist/commands/synthetics/tunnel/crypto.js.map +1 -1
- package/dist/commands/synthetics/tunnel/tunnel.js +11 -11
- package/dist/commands/synthetics/tunnel/tunnel.js.map +1 -1
- package/dist/commands/synthetics/tunnel/websocket.d.ts +1 -0
- package/dist/commands/synthetics/tunnel/websocket.js +7 -3
- package/dist/commands/synthetics/tunnel/websocket.js.map +1 -1
- package/dist/commands/synthetics/upload-application-command.d.ts +10 -8
- package/dist/commands/synthetics/upload-application-command.js +36 -13
- package/dist/commands/synthetics/upload-application-command.js.map +1 -1
- package/dist/commands/synthetics/utils.d.ts +12 -12
- package/dist/commands/synthetics/utils.js +52 -47
- package/dist/commands/synthetics/utils.js.map +1 -1
- package/dist/commands/tag/tag.d.ts +4 -3
- package/dist/commands/tag/tag.js +10 -9
- package/dist/commands/tag/tag.js.map +1 -1
- package/dist/commands/trace/api.js +4 -4
- package/dist/commands/trace/api.js.map +1 -1
- package/dist/commands/trace/interfaces.d.ts +1 -1
- package/dist/commands/trace/trace.d.ts +5 -4
- package/dist/commands/trace/trace.js +11 -10
- package/dist/commands/trace/trace.js.map +1 -1
- package/dist/commands/version/cli.js +6 -5
- package/dist/commands/version/cli.js.map +1 -1
- package/dist/constants.d.ts +17 -0
- package/dist/constants.js +65 -1
- package/dist/constants.js.map +1 -1
- package/dist/helpers/api.d.ts +5 -0
- package/dist/helpers/api.js +16 -0
- package/dist/helpers/api.js.map +1 -0
- package/dist/helpers/base-intake-url.d.ts +1 -1
- package/dist/helpers/ci.d.ts +13 -13
- package/dist/helpers/ci.js +17 -17
- package/dist/helpers/ci.js.map +1 -1
- package/dist/helpers/config.d.ts +5 -0
- package/dist/helpers/config.js +3 -0
- package/dist/helpers/config.js.map +1 -0
- package/dist/helpers/flare.d.ts +41 -0
- package/dist/helpers/flare.js +191 -0
- package/dist/helpers/flare.js.map +1 -0
- package/dist/helpers/fs.d.ts +31 -0
- package/dist/helpers/fs.js +117 -0
- package/dist/helpers/fs.js.map +1 -0
- package/dist/helpers/git/format-git-sourcemaps-data.js +7 -3
- package/dist/helpers/git/format-git-sourcemaps-data.js.map +1 -1
- package/dist/helpers/git/format-git-span-data.js +6 -6
- package/dist/helpers/git/format-git-span-data.js.map +1 -1
- package/dist/helpers/git/get-git-data.js +3 -3
- package/dist/helpers/git/get-git-data.js.map +1 -1
- package/dist/helpers/interfaces.d.ts +9 -3
- package/dist/helpers/logger.js +1 -1
- package/dist/helpers/logger.js.map +1 -1
- package/dist/helpers/plist.d.ts +1 -1
- package/dist/helpers/plist.js +1 -1
- package/dist/helpers/plist.js.map +1 -1
- package/dist/helpers/prompt.d.ts +7 -0
- package/dist/helpers/prompt.js +57 -0
- package/dist/helpers/prompt.js.map +1 -0
- package/dist/helpers/renderer.d.ts +60 -0
- package/dist/helpers/renderer.js +98 -0
- package/dist/helpers/renderer.js.map +1 -0
- package/dist/helpers/retry.d.ts +1 -1
- package/dist/helpers/retry.js +3 -3
- package/dist/helpers/retry.js.map +1 -1
- package/dist/helpers/tags.d.ts +8 -0
- package/dist/helpers/tags.js +27 -1
- package/dist/helpers/tags.js.map +1 -1
- package/dist/helpers/upload.js +3 -3
- package/dist/helpers/upload.js.map +1 -1
- package/dist/helpers/user-provided-git.js +6 -6
- package/dist/helpers/user-provided-git.js.map +1 -1
- package/dist/helpers/utils.d.ts +12 -5
- package/dist/helpers/utils.js +57 -25
- package/dist/helpers/utils.js.map +1 -1
- package/dist/helpers/validation.d.ts +3 -1
- package/dist/helpers/validation.js +27 -1
- package/dist/helpers/validation.js.map +1 -1
- package/dist/helpers/version.d.ts +4 -0
- package/dist/helpers/version.js +9 -0
- package/dist/helpers/version.js.map +1 -0
- package/dist/index.d.ts +4 -4
- package/dist/index.js +11 -8
- package/dist/index.js.map +1 -1
- package/package.json +28 -13
- package/dist/commands/lambda/renderers/flare-renderer.d.ts +0 -9
- package/dist/commands/lambda/renderers/flare-renderer.js +0 -22
- package/dist/commands/lambda/renderers/flare-renderer.js.map +0 -1
- package/dist/helpers/file.d.ts +0 -1
- package/dist/helpers/file.js +0 -9
- package/dist/helpers/file.js.map +0 -1
|
@@ -0,0 +1,507 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
|
+
"$id": "http://cyclonedx.org/schema/spdx.schema.json",
|
|
4
|
+
"$comment": "v1.0-3.12",
|
|
5
|
+
"type": "string",
|
|
6
|
+
"enum": [
|
|
7
|
+
"AFL-2.0",
|
|
8
|
+
"AAL",
|
|
9
|
+
"Adobe-2006",
|
|
10
|
+
"AFL-3.0",
|
|
11
|
+
"ADSL",
|
|
12
|
+
"0BSD",
|
|
13
|
+
"Afmparse",
|
|
14
|
+
"AFL-1.2",
|
|
15
|
+
"AGPL-1.0-or-later",
|
|
16
|
+
"AFL-2.1",
|
|
17
|
+
"AFL-1.1",
|
|
18
|
+
"AGPL-1.0",
|
|
19
|
+
"Adobe-Glyph",
|
|
20
|
+
"AMDPLPA",
|
|
21
|
+
"Aladdin",
|
|
22
|
+
"ANTLR-PD",
|
|
23
|
+
"AML",
|
|
24
|
+
"Apache-1.0",
|
|
25
|
+
"ANTLR-PD-fallback",
|
|
26
|
+
"Abstyles",
|
|
27
|
+
"AGPL-1.0-only",
|
|
28
|
+
"APAFML",
|
|
29
|
+
"APSL-1.0",
|
|
30
|
+
"APSL-1.1",
|
|
31
|
+
"APSL-2.0",
|
|
32
|
+
"AGPL-3.0-only",
|
|
33
|
+
"Apache-1.1",
|
|
34
|
+
"Apache-2.0",
|
|
35
|
+
"APL-1.0",
|
|
36
|
+
"Bahyph",
|
|
37
|
+
"Artistic-1.0",
|
|
38
|
+
"AMPAS",
|
|
39
|
+
"Barr",
|
|
40
|
+
"AGPL-3.0-or-later",
|
|
41
|
+
"BlueOak-1.0.0",
|
|
42
|
+
"Beerware",
|
|
43
|
+
"Artistic-1.0-cl8",
|
|
44
|
+
"blessing",
|
|
45
|
+
"Borceux",
|
|
46
|
+
"BSD-2-Clause-NetBSD",
|
|
47
|
+
"BSD-1-Clause",
|
|
48
|
+
"BSD-2-Clause-Patent",
|
|
49
|
+
"BitTorrent-1.0",
|
|
50
|
+
"BSD-2-Clause-FreeBSD",
|
|
51
|
+
"BSD-3-Clause-Attribution",
|
|
52
|
+
"BSD-2-Clause",
|
|
53
|
+
"APSL-1.2",
|
|
54
|
+
"BSD-3-Clause-LBNL",
|
|
55
|
+
"Artistic-2.0",
|
|
56
|
+
"BSD-3-Clause-No-Nuclear-License-2014",
|
|
57
|
+
"BSD-3-Clause-Modification",
|
|
58
|
+
"BSD-4-Clause-Shortened",
|
|
59
|
+
"BSD-3-Clause",
|
|
60
|
+
"BSD-3-Clause-Open-MPI",
|
|
61
|
+
"BitTorrent-1.1",
|
|
62
|
+
"BSD-3-Clause-No-Nuclear-Warranty",
|
|
63
|
+
"BSD-Source-Code",
|
|
64
|
+
"BSD-Protection",
|
|
65
|
+
"AGPL-3.0",
|
|
66
|
+
"BUSL-1.1",
|
|
67
|
+
"Artistic-1.0-Perl",
|
|
68
|
+
"BSL-1.0",
|
|
69
|
+
"BSD-2-Clause-Views",
|
|
70
|
+
"CAL-1.0-Combined-Work-Exception",
|
|
71
|
+
"CATOSL-1.1",
|
|
72
|
+
"bzip2-1.0.5",
|
|
73
|
+
"bzip2-1.0.6",
|
|
74
|
+
"CC-BY-2.5",
|
|
75
|
+
"CC-BY-3.0-AT",
|
|
76
|
+
"C-UDA-1.0",
|
|
77
|
+
"CC-BY-3.0-US",
|
|
78
|
+
"CC-BY-1.0",
|
|
79
|
+
"CC-BY-NC-1.0",
|
|
80
|
+
"CC-BY-NC-2.0",
|
|
81
|
+
"CC-BY-NC-2.5",
|
|
82
|
+
"CC-BY-2.0",
|
|
83
|
+
"CC-BY-NC-4.0",
|
|
84
|
+
"CC-BY-NC-ND-1.0",
|
|
85
|
+
"CC-BY-NC-ND-2.0",
|
|
86
|
+
"CC-BY-NC-3.0",
|
|
87
|
+
"CC-BY-NC-ND-3.0-IGO",
|
|
88
|
+
"CC-BY-NC-ND-3.0",
|
|
89
|
+
"BSD-3-Clause-No-Nuclear-License",
|
|
90
|
+
"CC-BY-NC-ND-4.0",
|
|
91
|
+
"CC-BY-NC-SA-2.0",
|
|
92
|
+
"CC-BY-NC-SA-2.5",
|
|
93
|
+
"CC-BY-NC-SA-3.0",
|
|
94
|
+
"CC-BY-NC-SA-4.0",
|
|
95
|
+
"CC-BY-ND-1.0",
|
|
96
|
+
"BSD-3-Clause-Clear",
|
|
97
|
+
"CC-BY-ND-2.5",
|
|
98
|
+
"CC-BY-ND-3.0",
|
|
99
|
+
"CC-BY-ND-4.0",
|
|
100
|
+
"CC-BY-SA-1.0",
|
|
101
|
+
"CC-BY-SA-2.0-UK",
|
|
102
|
+
"CC-BY-SA-2.0",
|
|
103
|
+
"CC-BY-SA-2.1-JP",
|
|
104
|
+
"CC-BY-ND-2.0",
|
|
105
|
+
"CC-BY-SA-3.0-AT",
|
|
106
|
+
"CC-BY-SA-3.0",
|
|
107
|
+
"CC-BY-SA-4.0",
|
|
108
|
+
"CC-BY-SA-2.5",
|
|
109
|
+
"CC-BY-3.0",
|
|
110
|
+
"CDDL-1.0",
|
|
111
|
+
"CC0-1.0",
|
|
112
|
+
"CC-BY-NC-ND-2.5",
|
|
113
|
+
"CC-BY-NC-SA-1.0",
|
|
114
|
+
"Caldera",
|
|
115
|
+
"CDLA-Permissive-1.0",
|
|
116
|
+
"CC-BY-4.0",
|
|
117
|
+
"CC-PDDC",
|
|
118
|
+
"BSD-4-Clause-UC",
|
|
119
|
+
"BSD-4-Clause",
|
|
120
|
+
"CAL-1.0",
|
|
121
|
+
"CDDL-1.1",
|
|
122
|
+
"CERN-OHL-1.2",
|
|
123
|
+
"CERN-OHL-1.1",
|
|
124
|
+
"CERN-OHL-P-2.0",
|
|
125
|
+
"CERN-OHL-S-2.0",
|
|
126
|
+
"CECILL-1.1",
|
|
127
|
+
"CECILL-2.0",
|
|
128
|
+
"CECILL-1.0",
|
|
129
|
+
"CNRI-Python",
|
|
130
|
+
"CNRI-Python-GPL-Compatible",
|
|
131
|
+
"copyleft-next-0.3.0",
|
|
132
|
+
"CPAL-1.0",
|
|
133
|
+
"copyleft-next-0.3.1",
|
|
134
|
+
"CPL-1.0",
|
|
135
|
+
"ClArtistic",
|
|
136
|
+
"CECILL-C",
|
|
137
|
+
"CNRI-Jython",
|
|
138
|
+
"Condor-1.1",
|
|
139
|
+
"CPOL-1.02",
|
|
140
|
+
"curl",
|
|
141
|
+
"diffmark",
|
|
142
|
+
"Crossword",
|
|
143
|
+
"Dotseqn",
|
|
144
|
+
"DOC",
|
|
145
|
+
"DSDP",
|
|
146
|
+
"DRL-1.0",
|
|
147
|
+
"ECL-1.0",
|
|
148
|
+
"ECL-2.0",
|
|
149
|
+
"eCos-2.0",
|
|
150
|
+
"CrystalStacker",
|
|
151
|
+
"CERN-OHL-W-2.0",
|
|
152
|
+
"D-FSL-1.0",
|
|
153
|
+
"eGenix",
|
|
154
|
+
"EPICS",
|
|
155
|
+
"Entessa",
|
|
156
|
+
"EPL-1.0",
|
|
157
|
+
"EFL-2.0",
|
|
158
|
+
"CUA-OPL-1.0",
|
|
159
|
+
"etalab-2.0",
|
|
160
|
+
"EUPL-1.0",
|
|
161
|
+
"ErlPL-1.1",
|
|
162
|
+
"EUDatagrid",
|
|
163
|
+
"EUPL-1.1",
|
|
164
|
+
"Cube",
|
|
165
|
+
"dvipdfm",
|
|
166
|
+
"FreeBSD-DOC",
|
|
167
|
+
"Eurosym",
|
|
168
|
+
"FSFAP",
|
|
169
|
+
"FreeImage",
|
|
170
|
+
"FSFULLR",
|
|
171
|
+
"FSFUL",
|
|
172
|
+
"GD",
|
|
173
|
+
"GFDL-1.1-invariants-only",
|
|
174
|
+
"EUPL-1.2",
|
|
175
|
+
"EPL-2.0",
|
|
176
|
+
"GFDL-1.1-no-invariants-or-later",
|
|
177
|
+
"GFDL-1.1-only",
|
|
178
|
+
"GFDL-1.1-or-later",
|
|
179
|
+
"GFDL-1.1",
|
|
180
|
+
"FTL",
|
|
181
|
+
"GFDL-1.2-invariants-or-later",
|
|
182
|
+
"GFDL-1.1-invariants-or-later",
|
|
183
|
+
"GFDL-1.2-invariants-only",
|
|
184
|
+
"GFDL-1.2-only",
|
|
185
|
+
"GFDL-1.2-or-later",
|
|
186
|
+
"GFDL-1.2",
|
|
187
|
+
"GFDL-1.2-no-invariants-only",
|
|
188
|
+
"GFDL-1.3-invariants-only",
|
|
189
|
+
"GFDL-1.3-no-invariants-only",
|
|
190
|
+
"GFDL-1.3-invariants-or-later",
|
|
191
|
+
"GFDL-1.2-no-invariants-or-later",
|
|
192
|
+
"Fair",
|
|
193
|
+
"Frameworx-1.0",
|
|
194
|
+
"Giftware",
|
|
195
|
+
"GFDL-1.1-no-invariants-only",
|
|
196
|
+
"GL2PS",
|
|
197
|
+
"Glulxe",
|
|
198
|
+
"Glide",
|
|
199
|
+
"gnuplot",
|
|
200
|
+
"GLWTPL",
|
|
201
|
+
"GPL-1.0-only",
|
|
202
|
+
"GPL-1.0-or-later",
|
|
203
|
+
"GPL-1.0",
|
|
204
|
+
"GFDL-1.3-only",
|
|
205
|
+
"GPL-2.0-only",
|
|
206
|
+
"GPL-2.0-or-later",
|
|
207
|
+
"GPL-2.0-with-autoconf-exception",
|
|
208
|
+
"GPL-2.0+",
|
|
209
|
+
"GFDL-1.3",
|
|
210
|
+
"GPL-1.0+",
|
|
211
|
+
"CDLA-Sharing-1.0",
|
|
212
|
+
"GPL-2.0-with-classpath-exception",
|
|
213
|
+
"GPL-2.0-with-GCC-exception",
|
|
214
|
+
"GPL-2.0-with-bison-exception",
|
|
215
|
+
"GPL-2.0-with-font-exception",
|
|
216
|
+
"GPL-2.0",
|
|
217
|
+
"CECILL-2.1",
|
|
218
|
+
"GPL-3.0",
|
|
219
|
+
"GPL-3.0+",
|
|
220
|
+
"GPL-3.0-with-autoconf-exception",
|
|
221
|
+
"GPL-3.0-only",
|
|
222
|
+
"Hippocratic-2.1",
|
|
223
|
+
"HPND",
|
|
224
|
+
"HTMLTIDY",
|
|
225
|
+
"GPL-3.0-with-GCC-exception",
|
|
226
|
+
"HaskellReport",
|
|
227
|
+
"GPL-3.0-or-later",
|
|
228
|
+
"ICU",
|
|
229
|
+
"ImageMagick",
|
|
230
|
+
"iMatix",
|
|
231
|
+
"IBM-pibs",
|
|
232
|
+
"Intel-ACPI",
|
|
233
|
+
"Intel",
|
|
234
|
+
"Info-ZIP",
|
|
235
|
+
"IPA",
|
|
236
|
+
"IJG",
|
|
237
|
+
"ISC",
|
|
238
|
+
"JasPer-2.0",
|
|
239
|
+
"JPNIC",
|
|
240
|
+
"JSON",
|
|
241
|
+
"LAL-1.2",
|
|
242
|
+
"LAL-1.3",
|
|
243
|
+
"Latex2e",
|
|
244
|
+
"Leptonica",
|
|
245
|
+
"HPND-sell-variant",
|
|
246
|
+
"LGPL-2.0-only",
|
|
247
|
+
"LGPL-2.0-or-later",
|
|
248
|
+
"Imlib2",
|
|
249
|
+
"IPL-1.0",
|
|
250
|
+
"LGPL-2.1-only",
|
|
251
|
+
"LGPL-2.1-or-later",
|
|
252
|
+
"LGPL-2.0+",
|
|
253
|
+
"LGPL-2.0",
|
|
254
|
+
"CECILL-B",
|
|
255
|
+
"LGPL-3.0-or-later",
|
|
256
|
+
"LGPL-3.0-only",
|
|
257
|
+
"LGPLLR",
|
|
258
|
+
"libpng-2.0",
|
|
259
|
+
"Libpng",
|
|
260
|
+
"libselinux-1.0",
|
|
261
|
+
"LGPL-3.0+",
|
|
262
|
+
"EFL-1.0",
|
|
263
|
+
"libtiff",
|
|
264
|
+
"GFDL-1.3-no-invariants-or-later",
|
|
265
|
+
"LiLiQ-Rplus-1.1",
|
|
266
|
+
"LiLiQ-R-1.1",
|
|
267
|
+
"LPL-1.0",
|
|
268
|
+
"LiLiQ-P-1.1",
|
|
269
|
+
"Linux-OpenIB",
|
|
270
|
+
"LPPL-1.0",
|
|
271
|
+
"LPPL-1.2",
|
|
272
|
+
"LPPL-1.3a",
|
|
273
|
+
"LPL-1.02",
|
|
274
|
+
"LPPL-1.3c",
|
|
275
|
+
"MakeIndex",
|
|
276
|
+
"LGPL-2.1+",
|
|
277
|
+
"LPPL-1.1",
|
|
278
|
+
"MIT-CMU",
|
|
279
|
+
"MirOS",
|
|
280
|
+
"MIT-advertising",
|
|
281
|
+
"MIT-Modern-Variant",
|
|
282
|
+
"MIT",
|
|
283
|
+
"MIT-enna",
|
|
284
|
+
"MIT-open-group",
|
|
285
|
+
"MIT-feh",
|
|
286
|
+
"MITNFA",
|
|
287
|
+
"MPL-1.0",
|
|
288
|
+
"mpich2",
|
|
289
|
+
"MPL-2.0",
|
|
290
|
+
"MPL-2.0-no-copyleft-exception",
|
|
291
|
+
"MS-RL",
|
|
292
|
+
"MTLL",
|
|
293
|
+
"MPL-1.1",
|
|
294
|
+
"MulanPSL-2.0",
|
|
295
|
+
"Motosoto",
|
|
296
|
+
"Mup",
|
|
297
|
+
"MulanPSL-1.0",
|
|
298
|
+
"NAIST-2003",
|
|
299
|
+
"Naumen",
|
|
300
|
+
"Multics",
|
|
301
|
+
"NBPL-1.0",
|
|
302
|
+
"NCSA",
|
|
303
|
+
"Net-SNMP",
|
|
304
|
+
"NetCDF",
|
|
305
|
+
"NASA-1.3",
|
|
306
|
+
"NGPL",
|
|
307
|
+
"NIST-PD-fallback",
|
|
308
|
+
"NIST-PD",
|
|
309
|
+
"Newsletr",
|
|
310
|
+
"NLPL",
|
|
311
|
+
"Nokia",
|
|
312
|
+
"NOSL",
|
|
313
|
+
"Noweb",
|
|
314
|
+
"NLOD-1.0",
|
|
315
|
+
"NPL-1.0",
|
|
316
|
+
"NCGL-UK-2.0",
|
|
317
|
+
"NRL",
|
|
318
|
+
"NTP-0",
|
|
319
|
+
"NTP",
|
|
320
|
+
"GFDL-1.3-or-later",
|
|
321
|
+
"Nunit",
|
|
322
|
+
"O-UDA-1.0",
|
|
323
|
+
"NPL-1.1",
|
|
324
|
+
"OCCT-PL",
|
|
325
|
+
"ODC-By-1.0",
|
|
326
|
+
"OFL-1.0-no-RFN",
|
|
327
|
+
"OCLC-2.0",
|
|
328
|
+
"OFL-1.0-RFN",
|
|
329
|
+
"OFL-1.0",
|
|
330
|
+
"OFL-1.1-no-RFN",
|
|
331
|
+
"OFL-1.1-RFN",
|
|
332
|
+
"OFL-1.1",
|
|
333
|
+
"OGDL-Taiwan-1.0",
|
|
334
|
+
"OGC-1.0",
|
|
335
|
+
"OGL-UK-1.0",
|
|
336
|
+
"OGL-UK-2.0",
|
|
337
|
+
"OGL-UK-3.0",
|
|
338
|
+
"OGTSL",
|
|
339
|
+
"OLDAP-1.1",
|
|
340
|
+
"OLDAP-1.2",
|
|
341
|
+
"OLDAP-1.3",
|
|
342
|
+
"OGL-Canada-2.0",
|
|
343
|
+
"OLDAP-2.0.1",
|
|
344
|
+
"OLDAP-2.0",
|
|
345
|
+
"OLDAP-2.1",
|
|
346
|
+
"OLDAP-2.2.1",
|
|
347
|
+
"OLDAP-2.2.2",
|
|
348
|
+
"OLDAP-2.2",
|
|
349
|
+
"ODbL-1.0",
|
|
350
|
+
"OLDAP-2.4",
|
|
351
|
+
"OLDAP-1.4",
|
|
352
|
+
"OLDAP-2.3",
|
|
353
|
+
"OLDAP-2.7",
|
|
354
|
+
"OLDAP-2.8",
|
|
355
|
+
"OML",
|
|
356
|
+
"OpenSSL",
|
|
357
|
+
"OLDAP-2.6",
|
|
358
|
+
"OPL-1.0",
|
|
359
|
+
"OSL-1.0",
|
|
360
|
+
"OSL-1.1",
|
|
361
|
+
"OSL-2.0",
|
|
362
|
+
"OSET-PL-2.1",
|
|
363
|
+
"OSL-2.1",
|
|
364
|
+
"Parity-6.0.0",
|
|
365
|
+
"Parity-7.0.0",
|
|
366
|
+
"PDDL-1.0",
|
|
367
|
+
"PHP-3.0",
|
|
368
|
+
"OSL-3.0",
|
|
369
|
+
"Plexus",
|
|
370
|
+
"MS-PL",
|
|
371
|
+
"PolyForm-Small-Business-1.0.0",
|
|
372
|
+
"PolyForm-Noncommercial-1.0.0",
|
|
373
|
+
"PSF-2.0",
|
|
374
|
+
"psfrag",
|
|
375
|
+
"PostgreSQL",
|
|
376
|
+
"psutils",
|
|
377
|
+
"Qhull",
|
|
378
|
+
"QPL-1.0",
|
|
379
|
+
"Rdisc",
|
|
380
|
+
"Python-2.0",
|
|
381
|
+
"RPL-1.1",
|
|
382
|
+
"RPL-1.5",
|
|
383
|
+
"RHeCos-1.1",
|
|
384
|
+
"RSA-MD",
|
|
385
|
+
"RSCPL",
|
|
386
|
+
"Ruby",
|
|
387
|
+
"SAX-PD",
|
|
388
|
+
"Saxpath",
|
|
389
|
+
"SCEA",
|
|
390
|
+
"Sendmail-8.23",
|
|
391
|
+
"Sendmail",
|
|
392
|
+
"SGI-B-1.0",
|
|
393
|
+
"SGI-B-1.1",
|
|
394
|
+
"SGI-B-2.0",
|
|
395
|
+
"SHL-0.5",
|
|
396
|
+
"SHL-0.51",
|
|
397
|
+
"SimPL-2.0",
|
|
398
|
+
"SISSL-1.2",
|
|
399
|
+
"SISSL",
|
|
400
|
+
"Sleepycat",
|
|
401
|
+
"SMLNJ",
|
|
402
|
+
"SMPPL",
|
|
403
|
+
"SNIA",
|
|
404
|
+
"Spencer-86",
|
|
405
|
+
"Spencer-94",
|
|
406
|
+
"Spencer-99",
|
|
407
|
+
"SPL-1.0",
|
|
408
|
+
"SSH-OpenSSH",
|
|
409
|
+
"PHP-3.01",
|
|
410
|
+
"SSH-short",
|
|
411
|
+
"MIT-0",
|
|
412
|
+
"RPSL-1.0",
|
|
413
|
+
"SWL",
|
|
414
|
+
"SugarCRM-1.1.3",
|
|
415
|
+
"TCL",
|
|
416
|
+
"TCP-wrappers",
|
|
417
|
+
"SSPL-1.0",
|
|
418
|
+
"TMate",
|
|
419
|
+
"TOSL",
|
|
420
|
+
"TORQUE-1.1",
|
|
421
|
+
"TAPR-OHL-1.0",
|
|
422
|
+
"UCL-1.0",
|
|
423
|
+
"Unicode-DFS-2015",
|
|
424
|
+
"Unicode-DFS-2016",
|
|
425
|
+
"Unicode-TOU",
|
|
426
|
+
"TU-Berlin-1.0",
|
|
427
|
+
"UPL-1.0",
|
|
428
|
+
"Unlicense",
|
|
429
|
+
"VOSTROM",
|
|
430
|
+
"Vim",
|
|
431
|
+
"VSL-1.0",
|
|
432
|
+
"W3C-20150513",
|
|
433
|
+
"W3C",
|
|
434
|
+
"W3C-19980720",
|
|
435
|
+
"Wsuipa",
|
|
436
|
+
"Watcom-1.0",
|
|
437
|
+
"WTFPL",
|
|
438
|
+
"X11",
|
|
439
|
+
"Xerox",
|
|
440
|
+
"XFree86-1.1",
|
|
441
|
+
"xinetd",
|
|
442
|
+
"Xnet",
|
|
443
|
+
"xpp",
|
|
444
|
+
"XSkat",
|
|
445
|
+
"YPL-1.0",
|
|
446
|
+
"YPL-1.1",
|
|
447
|
+
"Zed",
|
|
448
|
+
"Zend-2.0",
|
|
449
|
+
"TU-Berlin-2.0",
|
|
450
|
+
"Zimbra-1.4",
|
|
451
|
+
"zlib-acknowledgement",
|
|
452
|
+
"Zlib",
|
|
453
|
+
"ZPL-1.1",
|
|
454
|
+
"ZPL-2.0",
|
|
455
|
+
"ZPL-2.1",
|
|
456
|
+
"wxWindows",
|
|
457
|
+
"Zimbra-1.3",
|
|
458
|
+
"gSOAP-1.3b",
|
|
459
|
+
"Interbase-1.0",
|
|
460
|
+
"LGPL-2.1",
|
|
461
|
+
"LGPL-3.0",
|
|
462
|
+
"NPOSL-3.0",
|
|
463
|
+
"OLDAP-2.5",
|
|
464
|
+
"StandardML-NJ",
|
|
465
|
+
"389-exception",
|
|
466
|
+
"Autoconf-exception-2.0",
|
|
467
|
+
"Autoconf-exception-3.0",
|
|
468
|
+
"Bison-exception-2.2",
|
|
469
|
+
"Bootloader-exception",
|
|
470
|
+
"Classpath-exception-2.0",
|
|
471
|
+
"CLISP-exception-2.0",
|
|
472
|
+
"DigiRule-FOSS-exception",
|
|
473
|
+
"eCos-exception-2.0",
|
|
474
|
+
"Fawkes-Runtime-exception",
|
|
475
|
+
"FLTK-exception",
|
|
476
|
+
"Font-exception-2.0",
|
|
477
|
+
"freertos-exception-2.0",
|
|
478
|
+
"GCC-exception-2.0",
|
|
479
|
+
"GCC-exception-3.1",
|
|
480
|
+
"gnu-javamail-exception",
|
|
481
|
+
"GPL-3.0-linking-exception",
|
|
482
|
+
"GPL-3.0-linking-source-exception",
|
|
483
|
+
"GPL-CC-1.0",
|
|
484
|
+
"i2p-gpl-java-exception",
|
|
485
|
+
"LGPL-3.0-linking-exception",
|
|
486
|
+
"Libtool-exception",
|
|
487
|
+
"Linux-syscall-note",
|
|
488
|
+
"LLVM-exception",
|
|
489
|
+
"LZMA-exception",
|
|
490
|
+
"mif-exception",
|
|
491
|
+
"Nokia-Qt-exception-1.1",
|
|
492
|
+
"OCaml-LGPL-linking-exception",
|
|
493
|
+
"OCCT-exception-1.0",
|
|
494
|
+
"OpenJDK-assembly-exception-1.0",
|
|
495
|
+
"openvpn-openssl-exception",
|
|
496
|
+
"PS-or-PDF-font-exception-20170817",
|
|
497
|
+
"Qt-GPL-exception-1.0",
|
|
498
|
+
"Qt-LGPL-exception-1.1",
|
|
499
|
+
"Qwt-exception-1.0",
|
|
500
|
+
"SHL-2.0",
|
|
501
|
+
"SHL-2.1",
|
|
502
|
+
"Swift-exception",
|
|
503
|
+
"u-boot-exception-2.0",
|
|
504
|
+
"Universal-FOSS-exception-1.0",
|
|
505
|
+
"WxWindows-exception-3.1"
|
|
506
|
+
]
|
|
507
|
+
}
|