@datadog/datadog-ci 2.47.0 → 3.0.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/README.md +9 -2
- package/dist/__tests__/cli.test.d.ts +1 -0
- package/dist/__tests__/cli.test.js +92 -0
- package/dist/__tests__/cli.test.js.map +1 -0
- package/dist/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/dist/commands/cloud-run/__tests__/fixtures.d.ts +2 -0
- package/dist/commands/cloud-run/__tests__/fixtures.js +12 -0
- package/dist/commands/cloud-run/__tests__/fixtures.js.map +1 -0
- package/dist/commands/cloud-run/__tests__/flare.test.d.ts +1 -0
- package/dist/commands/cloud-run/__tests__/flare.test.js +557 -0
- package/dist/commands/cloud-run/__tests__/flare.test.js.map +1 -0
- package/dist/commands/coverage/__tests__/upload.test.d.ts +1 -0
- package/dist/commands/coverage/__tests__/upload.test.js +323 -0
- package/dist/commands/coverage/__tests__/upload.test.js.map +1 -0
- package/dist/commands/coverage/__tests__/utils.test.d.ts +1 -0
- package/dist/commands/coverage/__tests__/utils.test.js +57 -0
- package/dist/commands/coverage/__tests__/utils.test.js.map +1 -0
- package/dist/commands/coverage/api.d.ts +9 -0
- package/dist/commands/coverage/api.js +52 -0
- package/dist/commands/coverage/api.js.map +1 -0
- package/dist/commands/coverage/cli.d.ts +1 -0
- package/dist/commands/coverage/cli.js +5 -0
- package/dist/commands/coverage/cli.js.map +1 -0
- package/dist/commands/coverage/interfaces.d.ts +13 -0
- package/dist/commands/coverage/interfaces.js +3 -0
- package/dist/commands/coverage/interfaces.js.map +1 -0
- package/dist/commands/coverage/renderer.d.ts +12 -0
- package/dist/commands/coverage/renderer.js +83 -0
- package/dist/commands/coverage/renderer.js.map +1 -0
- package/dist/commands/coverage/upload.d.ts +27 -0
- package/dist/commands/coverage/upload.js +329 -0
- package/dist/commands/coverage/upload.js.map +1 -0
- package/dist/commands/coverage/utils.d.ts +3 -0
- package/dist/commands/coverage/utils.js +83 -0
- package/dist/commands/coverage/utils.js.map +1 -0
- package/dist/commands/deployment/__tests__/correlate.test.d.ts +1 -0
- package/dist/commands/deployment/__tests__/correlate.test.js +106 -0
- package/dist/commands/deployment/__tests__/correlate.test.js.map +1 -0
- package/dist/commands/deployment/__tests__/mark.test.d.ts +1 -0
- package/dist/commands/deployment/__tests__/mark.test.js +97 -0
- package/dist/commands/deployment/__tests__/mark.test.js.map +1 -0
- package/dist/commands/dora/__tests__/deployment.test.d.ts +1 -0
- package/dist/commands/dora/__tests__/deployment.test.js +201 -0
- package/dist/commands/dora/__tests__/deployment.test.js.map +1 -0
- package/dist/commands/dsyms/__tests__/upload.test.d.ts +1 -0
- package/dist/commands/dsyms/__tests__/upload.test.js +346 -0
- package/dist/commands/dsyms/__tests__/upload.test.js.map +1 -0
- package/dist/commands/dsyms/__tests__/utils.test.d.ts +1 -0
- package/dist/commands/dsyms/__tests__/utils.test.js +100 -0
- package/dist/commands/dsyms/__tests__/utils.test.js.map +1 -0
- package/dist/commands/dsyms/upload.js +3 -3
- package/dist/commands/dsyms/upload.js.map +1 -1
- package/dist/commands/dsyms/utils.js +7 -6
- package/dist/commands/dsyms/utils.js.map +1 -1
- package/dist/commands/elf-symbols/__tests__/elf.test.d.ts +1 -0
- package/dist/commands/elf-symbols/__tests__/elf.test.js +819 -0
- package/dist/commands/elf-symbols/__tests__/elf.test.js.map +1 -0
- package/dist/commands/elf-symbols/__tests__/upload.test.d.ts +1 -0
- package/dist/commands/elf-symbols/__tests__/upload.test.js +224 -0
- package/dist/commands/elf-symbols/__tests__/upload.test.js.map +1 -0
- package/dist/commands/elf-symbols/elf.d.ts +1 -0
- package/dist/commands/elf-symbols/upload.js +2 -3
- package/dist/commands/elf-symbols/upload.js.map +1 -1
- package/dist/commands/flutter-symbols/__tests__/upload.test.d.ts +1 -0
- package/dist/commands/flutter-symbols/__tests__/upload.test.js +617 -0
- package/dist/commands/flutter-symbols/__tests__/upload.test.js.map +1 -0
- package/dist/commands/flutter-symbols/upload.js +2 -2
- package/dist/commands/flutter-symbols/upload.js.map +1 -1
- package/dist/commands/gate/__tests__/evaluate.test.d.ts +1 -0
- package/dist/commands/gate/__tests__/evaluate.test.js +398 -0
- package/dist/commands/gate/__tests__/evaluate.test.js.map +1 -0
- package/dist/commands/gate/__tests__/scope.test.d.ts +1 -0
- package/dist/commands/gate/__tests__/scope.test.js +29 -0
- package/dist/commands/gate/__tests__/scope.test.js.map +1 -0
- package/dist/commands/git-metadata/__tests__/git.test.d.ts +1 -0
- package/dist/commands/git-metadata/__tests__/git.test.js +132 -0
- package/dist/commands/git-metadata/__tests__/git.test.js.map +1 -0
- package/dist/commands/git-metadata/__tests__/gitdb.test.d.ts +1 -0
- package/dist/commands/git-metadata/__tests__/gitdb.test.js +1386 -0
- package/dist/commands/git-metadata/__tests__/gitdb.test.js.map +1 -0
- package/dist/commands/git-metadata/__tests__/library.test.d.ts +1 -0
- package/dist/commands/git-metadata/__tests__/library.test.js +118 -0
- package/dist/commands/git-metadata/__tests__/library.test.js.map +1 -0
- package/dist/commands/git-metadata/__tests__/upload.test.d.ts +1 -0
- package/dist/commands/git-metadata/__tests__/upload.test.js +52 -0
- package/dist/commands/git-metadata/__tests__/upload.test.js.map +1 -0
- package/dist/commands/git-metadata/upload.d.ts +0 -1
- package/dist/commands/git-metadata/upload.js +0 -6
- package/dist/commands/git-metadata/upload.js.map +1 -1
- package/dist/commands/junit/__tests__/upload.test.d.ts +1 -0
- package/dist/commands/junit/__tests__/upload.test.js +446 -0
- package/dist/commands/junit/__tests__/upload.test.js.map +1 -0
- package/dist/commands/junit/renderer.d.ts +0 -1
- package/dist/commands/junit/renderer.js +1 -5
- package/dist/commands/junit/renderer.js.map +1 -1
- package/dist/commands/junit/upload.d.ts +0 -2
- package/dist/commands/junit/upload.js +8 -21
- package/dist/commands/junit/upload.js.map +1 -1
- package/dist/commands/lambda/__tests__/fixtures.d.ts +51 -0
- package/dist/commands/lambda/__tests__/fixtures.js +146 -0
- package/dist/commands/lambda/__tests__/fixtures.js.map +1 -0
- package/dist/commands/lambda/__tests__/flare.test.d.ts +1 -0
- package/dist/commands/lambda/__tests__/flare.test.js +730 -0
- package/dist/commands/lambda/__tests__/flare.test.js.map +1 -0
- package/dist/commands/lambda/__tests__/functions/commons.test.d.ts +1 -0
- package/dist/commands/lambda/__tests__/functions/commons.test.js +791 -0
- package/dist/commands/lambda/__tests__/functions/commons.test.js.map +1 -0
- package/dist/commands/lambda/__tests__/functions/instrument.part1.test.d.ts +1 -0
- package/dist/commands/lambda/__tests__/functions/instrument.part1.test.js +386 -0
- package/dist/commands/lambda/__tests__/functions/instrument.part1.test.js.map +1 -0
- package/dist/commands/lambda/__tests__/functions/instrument.part2.test.d.ts +1 -0
- package/dist/commands/lambda/__tests__/functions/instrument.part2.test.js +721 -0
- package/dist/commands/lambda/__tests__/functions/instrument.part2.test.js.map +1 -0
- package/dist/commands/lambda/__tests__/functions/uninstrument.test.d.ts +1 -0
- package/dist/commands/lambda/__tests__/functions/uninstrument.test.js +513 -0
- package/dist/commands/lambda/__tests__/functions/uninstrument.test.js.map +1 -0
- package/dist/commands/lambda/__tests__/functions/versionChecker.test.d.ts +1 -0
- package/dist/commands/lambda/__tests__/functions/versionChecker.test.js +33 -0
- package/dist/commands/lambda/__tests__/functions/versionChecker.test.js.map +1 -0
- package/dist/commands/lambda/__tests__/instrument.test.d.ts +1 -0
- package/dist/commands/lambda/__tests__/instrument.test.js +1537 -0
- package/dist/commands/lambda/__tests__/instrument.test.js.map +1 -0
- package/dist/commands/lambda/__tests__/loggroup.test.d.ts +1 -0
- package/dist/commands/lambda/__tests__/loggroup.test.js +340 -0
- package/dist/commands/lambda/__tests__/loggroup.test.js.map +1 -0
- package/dist/commands/lambda/__tests__/prompt.test.d.ts +1 -0
- package/dist/commands/lambda/__tests__/prompt.test.js +206 -0
- package/dist/commands/lambda/__tests__/prompt.test.js.map +1 -0
- package/dist/commands/lambda/__tests__/tags.test.d.ts +1 -0
- package/dist/commands/lambda/__tests__/tags.test.js +305 -0
- package/dist/commands/lambda/__tests__/tags.test.js.map +1 -0
- package/dist/commands/lambda/__tests__/uninstrument.test.d.ts +1 -0
- package/dist/commands/lambda/__tests__/uninstrument.test.js +722 -0
- package/dist/commands/lambda/__tests__/uninstrument.test.js.map +1 -0
- package/dist/commands/lambda/constants.d.ts +2 -0
- package/dist/commands/lambda/constants.js +4 -0
- package/dist/commands/lambda/constants.js.map +1 -1
- package/dist/commands/lambda/functions/commons.d.ts +1 -1
- package/dist/commands/measure/__tests__/measure.test.d.ts +1 -0
- package/dist/commands/measure/__tests__/measure.test.js +102 -0
- package/dist/commands/measure/__tests__/measure.test.js.map +1 -0
- package/dist/commands/measure/measure.d.ts +0 -1
- package/dist/commands/measure/measure.js +2 -9
- package/dist/commands/measure/measure.js.map +1 -1
- package/dist/commands/react-native/__tests__/codepush.test.d.ts +1 -0
- package/dist/commands/react-native/__tests__/codepush.test.js +161 -0
- package/dist/commands/react-native/__tests__/codepush.test.js.map +1 -0
- package/dist/commands/react-native/__tests__/interfaces.test.d.ts +1 -0
- package/dist/commands/react-native/__tests__/interfaces.test.js +33 -0
- package/dist/commands/react-native/__tests__/interfaces.test.js.map +1 -0
- package/dist/commands/react-native/__tests__/upload.test.d.ts +1 -0
- package/dist/commands/react-native/__tests__/upload.test.js +238 -0
- package/dist/commands/react-native/__tests__/upload.test.js.map +1 -0
- package/dist/commands/react-native/__tests__/utils.test.d.ts +1 -0
- package/dist/commands/react-native/__tests__/utils.test.js +27 -0
- package/dist/commands/react-native/__tests__/utils.test.js.map +1 -0
- package/dist/commands/react-native/__tests__/xcode.test.d.ts +1 -0
- package/dist/commands/react-native/__tests__/xcode.test.js +465 -0
- package/dist/commands/react-native/__tests__/xcode.test.js.map +1 -0
- package/dist/commands/sarif/__tests__/upload.test.d.ts +1 -0
- package/dist/commands/sarif/__tests__/upload.test.js +218 -0
- package/dist/commands/sarif/__tests__/upload.test.js.map +1 -0
- package/dist/commands/sarif/__tests__/validation.test.d.ts +1 -0
- package/dist/commands/sarif/__tests__/validation.test.js +19 -0
- package/dist/commands/sarif/__tests__/validation.test.js.map +1 -0
- package/dist/commands/sarif/api.js +1 -1
- package/dist/commands/sarif/api.js.map +1 -1
- package/dist/commands/sarif/interfaces.d.ts +0 -1
- package/dist/commands/sarif/renderer.d.ts +2 -2
- package/dist/commands/sarif/renderer.js +5 -5
- package/dist/commands/sarif/renderer.js.map +1 -1
- package/dist/commands/sarif/upload.d.ts +1 -1
- package/dist/commands/sarif/upload.js +15 -10
- package/dist/commands/sarif/upload.js.map +1 -1
- package/dist/commands/sbom/__tests__/payload.test.d.ts +1 -0
- package/dist/commands/sbom/__tests__/payload.test.js +306 -0
- package/dist/commands/sbom/__tests__/payload.test.js.map +1 -0
- package/dist/commands/sbom/__tests__/validation.test.d.ts +1 -0
- package/dist/commands/sbom/__tests__/validation.test.js +141 -0
- package/dist/commands/sbom/__tests__/validation.test.js.map +1 -0
- package/dist/commands/sbom/json-schema/spdx/spdx.schema.json +428 -198
- package/dist/commands/sbom/language.js +5 -1
- package/dist/commands/sbom/language.js.map +1 -1
- package/dist/commands/sbom/renderer.d.ts +2 -2
- package/dist/commands/sbom/renderer.js +7 -1
- package/dist/commands/sbom/renderer.js.map +1 -1
- package/dist/commands/sbom/upload.d.ts +1 -1
- package/dist/commands/sbom/upload.js +11 -4
- package/dist/commands/sbom/upload.js.map +1 -1
- package/dist/commands/sbom/validation.d.ts +5 -0
- package/dist/commands/sbom/validation.js +23 -10
- package/dist/commands/sbom/validation.js.map +1 -1
- package/dist/commands/sourcemaps/__tests__/upload.test.d.ts +1 -0
- package/dist/commands/sourcemaps/__tests__/upload.test.js +270 -0
- package/dist/commands/sourcemaps/__tests__/upload.test.js.map +1 -0
- package/dist/commands/sourcemaps/__tests__/utils.test.d.ts +1 -0
- package/dist/commands/sourcemaps/__tests__/utils.test.js +31 -0
- package/dist/commands/sourcemaps/__tests__/utils.test.js.map +1 -0
- package/dist/commands/sourcemaps/upload.d.ts +1 -0
- package/dist/commands/sourcemaps/upload.js +6 -2
- package/dist/commands/sourcemaps/upload.js.map +1 -1
- package/dist/commands/stepfunctions/__tests__/awsCommands.test.d.ts +1 -0
- package/dist/commands/stepfunctions/__tests__/awsCommands.test.js +210 -0
- package/dist/commands/stepfunctions/__tests__/awsCommands.test.js.map +1 -0
- package/dist/commands/stepfunctions/__tests__/fixtures/aws-resources.d.ts +6 -0
- package/dist/commands/stepfunctions/__tests__/fixtures/aws-resources.js +45 -0
- package/dist/commands/stepfunctions/__tests__/fixtures/aws-resources.js.map +1 -0
- package/dist/commands/stepfunctions/__tests__/fixtures/cli.d.ts +5 -0
- package/dist/commands/stepfunctions/__tests__/fixtures/cli.js +19 -0
- package/dist/commands/stepfunctions/__tests__/fixtures/cli.js.map +1 -0
- package/dist/commands/stepfunctions/__tests__/helpers.test.d.ts +1 -0
- package/dist/commands/stepfunctions/__tests__/helpers.test.js +501 -0
- package/dist/commands/stepfunctions/__tests__/helpers.test.js.map +1 -0
- package/dist/commands/stepfunctions/__tests__/instrument.test.d.ts +1 -0
- package/dist/commands/stepfunctions/__tests__/instrument.test.js +431 -0
- package/dist/commands/stepfunctions/__tests__/instrument.test.js.map +1 -0
- package/dist/commands/stepfunctions/__tests__/uninstrument.test.d.ts +1 -0
- package/dist/commands/stepfunctions/__tests__/uninstrument.test.js +166 -0
- package/dist/commands/stepfunctions/__tests__/uninstrument.test.js.map +1 -0
- package/dist/commands/synthetics/__tests__/api.test.d.ts +1 -0
- package/dist/commands/synthetics/__tests__/api.test.js +416 -0
- package/dist/commands/synthetics/__tests__/api.test.js.map +1 -0
- package/dist/commands/synthetics/__tests__/batch.test.d.ts +1 -0
- package/dist/commands/synthetics/__tests__/batch.test.js +906 -0
- package/dist/commands/synthetics/__tests__/batch.test.js.map +1 -0
- package/dist/commands/synthetics/__tests__/cli.test.d.ts +1 -0
- package/dist/commands/synthetics/__tests__/cli.test.js +1371 -0
- package/dist/commands/synthetics/__tests__/cli.test.js.map +1 -0
- package/dist/commands/synthetics/__tests__/deploy-tests-lib.test.d.ts +1 -0
- package/dist/commands/synthetics/__tests__/deploy-tests-lib.test.js +112 -0
- package/dist/commands/synthetics/__tests__/deploy-tests-lib.test.js.map +1 -0
- package/dist/commands/synthetics/__tests__/fixtures.d.ts +123 -0
- package/dist/commands/synthetics/__tests__/fixtures.js +493 -0
- package/dist/commands/synthetics/__tests__/fixtures.js.map +1 -0
- package/dist/commands/synthetics/__tests__/import-tests-lib.test.d.ts +1 -0
- package/dist/commands/synthetics/__tests__/import-tests-lib.test.js +186 -0
- package/dist/commands/synthetics/__tests__/import-tests-lib.test.js.map +1 -0
- package/dist/commands/synthetics/__tests__/mobile.test.d.ts +1 -0
- package/dist/commands/synthetics/__tests__/mobile.test.js +376 -0
- package/dist/commands/synthetics/__tests__/mobile.test.js.map +1 -0
- package/dist/commands/synthetics/__tests__/multilocator.test.d.ts +1 -0
- package/dist/commands/synthetics/__tests__/multilocator.test.js +132 -0
- package/dist/commands/synthetics/__tests__/multilocator.test.js.map +1 -0
- package/dist/commands/synthetics/__tests__/reporters/default.test.d.ts +1 -0
- package/dist/commands/synthetics/__tests__/reporters/default.test.js +410 -0
- package/dist/commands/synthetics/__tests__/reporters/default.test.js.map +1 -0
- package/dist/commands/synthetics/__tests__/reporters/junit.test.d.ts +1 -0
- package/dist/commands/synthetics/__tests__/reporters/junit.test.js +354 -0
- package/dist/commands/synthetics/__tests__/reporters/junit.test.js.map +1 -0
- package/dist/commands/synthetics/__tests__/reporters/mobile/app-upload.test.d.ts +1 -0
- package/dist/commands/synthetics/__tests__/reporters/mobile/app-upload.test.js +232 -0
- package/dist/commands/synthetics/__tests__/reporters/mobile/app-upload.test.js.map +1 -0
- package/dist/commands/synthetics/__tests__/run-tests-lib.test.d.ts +1 -0
- package/dist/commands/synthetics/__tests__/run-tests-lib.test.js +698 -0
- package/dist/commands/synthetics/__tests__/run-tests-lib.test.js.map +1 -0
- package/dist/commands/synthetics/__tests__/test.test.d.ts +1 -0
- package/dist/commands/synthetics/__tests__/test.test.js +269 -0
- package/dist/commands/synthetics/__tests__/test.test.js.map +1 -0
- package/dist/commands/synthetics/__tests__/tunnel/crypto.test.d.ts +1 -0
- package/dist/commands/synthetics/__tests__/tunnel/crypto.test.js +21 -0
- package/dist/commands/synthetics/__tests__/tunnel/crypto.test.js.map +1 -0
- package/dist/commands/synthetics/__tests__/tunnel/tunnel.test.d.ts +1 -0
- package/dist/commands/synthetics/__tests__/tunnel/tunnel.test.js +80 -0
- package/dist/commands/synthetics/__tests__/tunnel/tunnel.test.js.map +1 -0
- package/dist/commands/synthetics/__tests__/tunnel/websocket.test.d.ts +1 -0
- package/dist/commands/synthetics/__tests__/tunnel/websocket.test.js +109 -0
- package/dist/commands/synthetics/__tests__/tunnel/websocket.test.js.map +1 -0
- package/dist/commands/synthetics/__tests__/utils/internal.test.d.ts +1 -0
- package/dist/commands/synthetics/__tests__/utils/internal.test.js +161 -0
- package/dist/commands/synthetics/__tests__/utils/internal.test.js.map +1 -0
- package/dist/commands/synthetics/__tests__/utils/public.test.d.ts +1 -0
- package/dist/commands/synthetics/__tests__/utils/public.test.js +575 -0
- package/dist/commands/synthetics/__tests__/utils/public.test.js.map +1 -0
- package/dist/commands/synthetics/api.d.ts +4 -2
- package/dist/commands/synthetics/api.js +20 -1
- package/dist/commands/synthetics/api.js.map +1 -1
- package/dist/commands/synthetics/batch.d.ts +4 -2
- package/dist/commands/synthetics/batch.js +65 -7
- package/dist/commands/synthetics/batch.js.map +1 -1
- package/dist/commands/synthetics/cli.js +3 -1
- package/dist/commands/synthetics/cli.js.map +1 -1
- package/dist/commands/synthetics/deploy-tests-command.d.ts +22 -0
- package/dist/commands/synthetics/deploy-tests-command.js +150 -0
- package/dist/commands/synthetics/deploy-tests-command.js.map +1 -0
- package/dist/commands/synthetics/deploy-tests-lib.d.ts +2 -0
- package/dist/commands/synthetics/deploy-tests-lib.js +72 -0
- package/dist/commands/synthetics/deploy-tests-lib.js.map +1 -0
- package/dist/commands/synthetics/errors.d.ts +1 -1
- package/dist/commands/synthetics/errors.js +1 -0
- package/dist/commands/synthetics/errors.js.map +1 -1
- package/dist/commands/synthetics/import-tests-command.d.ts +22 -0
- package/dist/commands/synthetics/import-tests-command.js +142 -0
- package/dist/commands/synthetics/import-tests-command.js.map +1 -0
- package/dist/commands/synthetics/import-tests-lib.d.ts +2 -0
- package/dist/commands/synthetics/import-tests-lib.js +71 -0
- package/dist/commands/synthetics/import-tests-lib.js.map +1 -0
- package/dist/commands/synthetics/interfaces.d.ts +74 -28
- package/dist/commands/synthetics/interfaces.js.map +1 -1
- package/dist/commands/synthetics/local-test-definition.d.ts +2 -0
- package/dist/commands/synthetics/local-test-definition.js +16 -0
- package/dist/commands/synthetics/local-test-definition.js.map +1 -0
- package/dist/commands/synthetics/mobile.js +2 -2
- package/dist/commands/synthetics/mobile.js.map +1 -1
- package/dist/commands/synthetics/multilocator.d.ts +3 -0
- package/dist/commands/synthetics/multilocator.js +98 -0
- package/dist/commands/synthetics/multilocator.js.map +1 -0
- package/dist/commands/synthetics/reporters/junit.d.ts +1 -2
- package/dist/commands/synthetics/reporters/junit.js +5 -6
- package/dist/commands/synthetics/reporters/junit.js.map +1 -1
- package/dist/commands/synthetics/run-tests-command.d.ts +0 -9
- package/dist/commands/synthetics/run-tests-command.js +22 -64
- package/dist/commands/synthetics/run-tests-command.js.map +1 -1
- package/dist/commands/synthetics/run-tests-lib.js +15 -12
- package/dist/commands/synthetics/run-tests-lib.js.map +1 -1
- package/dist/commands/synthetics/test.d.ts +10 -19
- package/dist/commands/synthetics/test.js +93 -13
- package/dist/commands/synthetics/test.js.map +1 -1
- package/dist/commands/synthetics/tunnel/tunnel.js +2 -2
- package/dist/commands/synthetics/tunnel/tunnel.js.map +1 -1
- package/dist/commands/synthetics/utils/internal.d.ts +3 -1
- package/dist/commands/synthetics/utils/internal.js +18 -8
- package/dist/commands/synthetics/utils/internal.js.map +1 -1
- package/dist/commands/synthetics/utils/public.d.ts +5 -26
- package/dist/commands/synthetics/utils/public.js +13 -248
- package/dist/commands/synthetics/utils/public.js.map +1 -1
- package/dist/commands/tag/__tests__/tag.test.d.ts +1 -0
- package/dist/commands/tag/__tests__/tag.test.js +85 -0
- package/dist/commands/tag/__tests__/tag.test.js.map +1 -0
- package/dist/commands/trace/__tests__/trace.test.d.ts +1 -0
- package/dist/commands/trace/__tests__/trace.test.js +145 -0
- package/dist/commands/trace/__tests__/trace.test.js.map +1 -0
- package/dist/commands/unity-symbols/__tests__/upload.test.d.ts +1 -0
- package/dist/commands/unity-symbols/__tests__/upload.test.js +369 -0
- package/dist/commands/unity-symbols/__tests__/upload.test.js.map +1 -0
- package/dist/commands/unity-symbols/upload.js +2 -2
- package/dist/commands/unity-symbols/upload.js.map +1 -1
- package/dist/helpers/__tests__/app.test.d.ts +1 -0
- package/dist/helpers/__tests__/app.test.js +31 -0
- package/dist/helpers/__tests__/app.test.js.map +1 -0
- package/dist/helpers/__tests__/ci.test.d.ts +1 -0
- package/dist/helpers/__tests__/ci.test.js +295 -0
- package/dist/helpers/__tests__/ci.test.js.map +1 -0
- package/dist/helpers/__tests__/env.test.d.ts +1 -0
- package/dist/helpers/__tests__/env.test.js +74 -0
- package/dist/helpers/__tests__/env.test.js.map +1 -0
- package/dist/helpers/__tests__/fips.test.d.ts +1 -0
- package/dist/helpers/__tests__/fips.test.js +30 -0
- package/dist/helpers/__tests__/fips.test.js.map +1 -0
- package/dist/helpers/__tests__/fixtures.d.ts +41 -0
- package/dist/helpers/__tests__/fixtures.js +80 -0
- package/dist/helpers/__tests__/fixtures.js.map +1 -0
- package/dist/helpers/__tests__/flare.test.d.ts +1 -0
- package/dist/helpers/__tests__/flare.test.js +226 -0
- package/dist/helpers/__tests__/flare.test.js.map +1 -0
- package/dist/helpers/__tests__/fs.test.d.ts +1 -0
- package/dist/helpers/__tests__/fs.test.js +189 -0
- package/dist/helpers/__tests__/fs.test.js.map +1 -0
- package/dist/helpers/__tests__/id.test.d.ts +1 -0
- package/dist/helpers/__tests__/id.test.js +24 -0
- package/dist/helpers/__tests__/id.test.js.map +1 -0
- package/dist/helpers/__tests__/plist.test.d.ts +1 -0
- package/dist/helpers/__tests__/plist.test.js +43 -0
- package/dist/helpers/__tests__/plist.test.js.map +1 -0
- package/dist/helpers/__tests__/prompt.test.d.ts +1 -0
- package/dist/helpers/__tests__/prompt.test.js +71 -0
- package/dist/helpers/__tests__/prompt.test.js.map +1 -0
- package/dist/helpers/__tests__/retry.test.d.ts +1 -0
- package/dist/helpers/__tests__/retry.test.js +99 -0
- package/dist/helpers/__tests__/retry.test.js.map +1 -0
- package/dist/helpers/__tests__/tags.test.d.ts +1 -0
- package/dist/helpers/__tests__/tags.test.js +303 -0
- package/dist/helpers/__tests__/tags.test.js.map +1 -0
- package/dist/helpers/__tests__/upload.test.d.ts +1 -0
- package/dist/helpers/__tests__/upload.test.js +231 -0
- package/dist/helpers/__tests__/upload.test.js.map +1 -0
- package/dist/helpers/__tests__/user-provided-git.test.d.ts +1 -0
- package/dist/helpers/__tests__/user-provided-git.test.js +119 -0
- package/dist/helpers/__tests__/user-provided-git.test.js.map +1 -0
- package/dist/helpers/__tests__/utils.test.d.ts +1 -0
- package/dist/helpers/__tests__/utils.test.js +429 -0
- package/dist/helpers/__tests__/utils.test.js.map +1 -0
- package/dist/helpers/__tests__/validation.test.d.ts +1 -0
- package/dist/helpers/__tests__/validation.test.js +25 -0
- package/dist/helpers/__tests__/validation.test.js.map +1 -0
- package/dist/helpers/git/__tests__/format-git-sourcemaps-data.test.d.ts +1 -0
- package/dist/helpers/git/__tests__/format-git-sourcemaps-data.test.js +103 -0
- package/dist/helpers/git/__tests__/format-git-sourcemaps-data.test.js.map +1 -0
- package/dist/helpers/git/__tests__/format-git-span-data.test.d.ts +1 -0
- package/dist/helpers/git/__tests__/format-git-span-data.test.js +121 -0
- package/dist/helpers/git/__tests__/format-git-span-data.test.js.map +1 -0
- package/dist/helpers/git/__tests__/get-git-data.test.d.ts +1 -0
- package/dist/helpers/git/__tests__/get-git-data.test.js +72 -0
- package/dist/helpers/git/__tests__/get-git-data.test.js.map +1 -0
- package/dist/helpers/id.js.map +1 -0
- package/dist/helpers/tags.d.ts +1 -4
- package/dist/helpers/tags.js +2 -6
- package/dist/helpers/tags.js.map +1 -1
- package/dist/helpers/utils.d.ts +0 -4
- package/dist/helpers/utils.js +1 -21
- package/dist/helpers/utils.js.map +1 -1
- package/package.json +16 -17
- package/dist/commands/junit/id.js.map +0 -1
- package/dist/commands/synthetics/compatibility.d.ts +0 -7
- package/dist/commands/synthetics/compatibility.js +0 -83
- package/dist/commands/synthetics/compatibility.js.map +0 -1
- /package/dist/{commands/junit → helpers}/id.d.ts +0 -0
- /package/dist/{commands/junit → helpers}/id.js +0 -0
|
@@ -1,337 +1,495 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
3
3
|
"$id": "http://cyclonedx.org/schema/spdx.schema.json",
|
|
4
|
-
"$comment": "v1.0-3.
|
|
4
|
+
"$comment": "v1.0-3.24.0",
|
|
5
5
|
"type": "string",
|
|
6
6
|
"enum": [
|
|
7
|
-
"
|
|
7
|
+
"0BSD",
|
|
8
|
+
"3D-Slicer-1.0",
|
|
8
9
|
"AAL",
|
|
10
|
+
"Abstyles",
|
|
11
|
+
"AdaCore-doc",
|
|
9
12
|
"Adobe-2006",
|
|
10
|
-
"
|
|
13
|
+
"Adobe-Display-PostScript",
|
|
14
|
+
"Adobe-Glyph",
|
|
15
|
+
"Adobe-Utopia",
|
|
11
16
|
"ADSL",
|
|
12
|
-
"
|
|
13
|
-
"Afmparse",
|
|
17
|
+
"AFL-1.1",
|
|
14
18
|
"AFL-1.2",
|
|
15
|
-
"
|
|
19
|
+
"AFL-2.0",
|
|
16
20
|
"AFL-2.1",
|
|
17
|
-
"AFL-
|
|
21
|
+
"AFL-3.0",
|
|
22
|
+
"Afmparse",
|
|
18
23
|
"AGPL-1.0",
|
|
19
|
-
"
|
|
20
|
-
"
|
|
24
|
+
"AGPL-1.0-only",
|
|
25
|
+
"AGPL-1.0-or-later",
|
|
26
|
+
"AGPL-3.0",
|
|
27
|
+
"AGPL-3.0-only",
|
|
28
|
+
"AGPL-3.0-or-later",
|
|
21
29
|
"Aladdin",
|
|
22
|
-
"
|
|
30
|
+
"AMD-newlib",
|
|
31
|
+
"AMDPLPA",
|
|
23
32
|
"AML",
|
|
24
|
-
"
|
|
33
|
+
"AML-glslang",
|
|
34
|
+
"AMPAS",
|
|
35
|
+
"ANTLR-PD",
|
|
25
36
|
"ANTLR-PD-fallback",
|
|
26
|
-
"
|
|
27
|
-
"
|
|
37
|
+
"any-OSI",
|
|
38
|
+
"Apache-1.0",
|
|
39
|
+
"Apache-1.1",
|
|
40
|
+
"Apache-2.0",
|
|
28
41
|
"APAFML",
|
|
42
|
+
"APL-1.0",
|
|
43
|
+
"App-s2p",
|
|
29
44
|
"APSL-1.0",
|
|
30
45
|
"APSL-1.1",
|
|
46
|
+
"APSL-1.2",
|
|
31
47
|
"APSL-2.0",
|
|
32
|
-
"
|
|
33
|
-
"Apache-1.1",
|
|
34
|
-
"Apache-2.0",
|
|
35
|
-
"APL-1.0",
|
|
36
|
-
"Bahyph",
|
|
48
|
+
"Arphic-1999",
|
|
37
49
|
"Artistic-1.0",
|
|
38
|
-
"
|
|
50
|
+
"Artistic-1.0-cl8",
|
|
51
|
+
"Artistic-1.0-Perl",
|
|
52
|
+
"Artistic-2.0",
|
|
53
|
+
"ASWF-Digital-Assets-1.0",
|
|
54
|
+
"ASWF-Digital-Assets-1.1",
|
|
55
|
+
"Baekmuk",
|
|
56
|
+
"Bahyph",
|
|
39
57
|
"Barr",
|
|
40
|
-
"
|
|
41
|
-
"BlueOak-1.0.0",
|
|
58
|
+
"bcrypt-Solar-Designer",
|
|
42
59
|
"Beerware",
|
|
43
|
-
"
|
|
60
|
+
"Bitstream-Charter",
|
|
61
|
+
"Bitstream-Vera",
|
|
62
|
+
"BitTorrent-1.0",
|
|
63
|
+
"BitTorrent-1.1",
|
|
44
64
|
"blessing",
|
|
65
|
+
"BlueOak-1.0.0",
|
|
66
|
+
"Boehm-GC",
|
|
45
67
|
"Borceux",
|
|
46
|
-
"
|
|
68
|
+
"Brian-Gladman-2-Clause",
|
|
69
|
+
"Brian-Gladman-3-Clause",
|
|
47
70
|
"BSD-1-Clause",
|
|
48
|
-
"BSD-2-Clause
|
|
49
|
-
"
|
|
71
|
+
"BSD-2-Clause",
|
|
72
|
+
"BSD-2-Clause-Darwin",
|
|
73
|
+
"BSD-2-Clause-first-lines",
|
|
50
74
|
"BSD-2-Clause-FreeBSD",
|
|
75
|
+
"BSD-2-Clause-NetBSD",
|
|
76
|
+
"BSD-2-Clause-Patent",
|
|
77
|
+
"BSD-2-Clause-Views",
|
|
78
|
+
"BSD-3-Clause",
|
|
79
|
+
"BSD-3-Clause-acpica",
|
|
51
80
|
"BSD-3-Clause-Attribution",
|
|
52
|
-
"BSD-
|
|
53
|
-
"
|
|
81
|
+
"BSD-3-Clause-Clear",
|
|
82
|
+
"BSD-3-Clause-flex",
|
|
83
|
+
"BSD-3-Clause-HP",
|
|
54
84
|
"BSD-3-Clause-LBNL",
|
|
55
|
-
"Artistic-2.0",
|
|
56
|
-
"BSD-3-Clause-No-Nuclear-License-2014",
|
|
57
85
|
"BSD-3-Clause-Modification",
|
|
58
|
-
"BSD-
|
|
59
|
-
"BSD-3-Clause",
|
|
60
|
-
"BSD-3-Clause-
|
|
61
|
-
"BitTorrent-1.1",
|
|
86
|
+
"BSD-3-Clause-No-Military-License",
|
|
87
|
+
"BSD-3-Clause-No-Nuclear-License",
|
|
88
|
+
"BSD-3-Clause-No-Nuclear-License-2014",
|
|
62
89
|
"BSD-3-Clause-No-Nuclear-Warranty",
|
|
63
|
-
"BSD-
|
|
90
|
+
"BSD-3-Clause-Open-MPI",
|
|
91
|
+
"BSD-3-Clause-Sun",
|
|
92
|
+
"BSD-4-Clause",
|
|
93
|
+
"BSD-4-Clause-Shortened",
|
|
94
|
+
"BSD-4-Clause-UC",
|
|
95
|
+
"BSD-4.3RENO",
|
|
96
|
+
"BSD-4.3TAHOE",
|
|
97
|
+
"BSD-Advertising-Acknowledgement",
|
|
98
|
+
"BSD-Attribution-HPND-disclaimer",
|
|
99
|
+
"BSD-Inferno-Nettverk",
|
|
64
100
|
"BSD-Protection",
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
101
|
+
"BSD-Source-beginning-file",
|
|
102
|
+
"BSD-Source-Code",
|
|
103
|
+
"BSD-Systemics",
|
|
104
|
+
"BSD-Systemics-W3Works",
|
|
68
105
|
"BSL-1.0",
|
|
69
|
-
"
|
|
70
|
-
"CAL-1.0-Combined-Work-Exception",
|
|
71
|
-
"CATOSL-1.1",
|
|
106
|
+
"BUSL-1.1",
|
|
72
107
|
"bzip2-1.0.5",
|
|
73
108
|
"bzip2-1.0.6",
|
|
109
|
+
"C-UDA-1.0",
|
|
110
|
+
"CAL-1.0",
|
|
111
|
+
"CAL-1.0-Combined-Work-Exception",
|
|
112
|
+
"Caldera",
|
|
113
|
+
"Caldera-no-preamble",
|
|
114
|
+
"Catharon",
|
|
115
|
+
"CATOSL-1.1",
|
|
116
|
+
"CC-BY-1.0",
|
|
117
|
+
"CC-BY-2.0",
|
|
74
118
|
"CC-BY-2.5",
|
|
119
|
+
"CC-BY-2.5-AU",
|
|
120
|
+
"CC-BY-3.0",
|
|
75
121
|
"CC-BY-3.0-AT",
|
|
76
|
-
"
|
|
122
|
+
"CC-BY-3.0-AU",
|
|
123
|
+
"CC-BY-3.0-DE",
|
|
124
|
+
"CC-BY-3.0-IGO",
|
|
125
|
+
"CC-BY-3.0-NL",
|
|
77
126
|
"CC-BY-3.0-US",
|
|
78
|
-
"CC-BY-
|
|
127
|
+
"CC-BY-4.0",
|
|
79
128
|
"CC-BY-NC-1.0",
|
|
80
129
|
"CC-BY-NC-2.0",
|
|
81
130
|
"CC-BY-NC-2.5",
|
|
82
|
-
"CC-BY-
|
|
131
|
+
"CC-BY-NC-3.0",
|
|
132
|
+
"CC-BY-NC-3.0-DE",
|
|
83
133
|
"CC-BY-NC-4.0",
|
|
84
134
|
"CC-BY-NC-ND-1.0",
|
|
85
135
|
"CC-BY-NC-ND-2.0",
|
|
86
|
-
"CC-BY-NC-
|
|
87
|
-
"CC-BY-NC-ND-3.0-IGO",
|
|
136
|
+
"CC-BY-NC-ND-2.5",
|
|
88
137
|
"CC-BY-NC-ND-3.0",
|
|
89
|
-
"
|
|
138
|
+
"CC-BY-NC-ND-3.0-DE",
|
|
139
|
+
"CC-BY-NC-ND-3.0-IGO",
|
|
90
140
|
"CC-BY-NC-ND-4.0",
|
|
141
|
+
"CC-BY-NC-SA-1.0",
|
|
91
142
|
"CC-BY-NC-SA-2.0",
|
|
143
|
+
"CC-BY-NC-SA-2.0-DE",
|
|
144
|
+
"CC-BY-NC-SA-2.0-FR",
|
|
145
|
+
"CC-BY-NC-SA-2.0-UK",
|
|
92
146
|
"CC-BY-NC-SA-2.5",
|
|
93
147
|
"CC-BY-NC-SA-3.0",
|
|
148
|
+
"CC-BY-NC-SA-3.0-DE",
|
|
149
|
+
"CC-BY-NC-SA-3.0-IGO",
|
|
94
150
|
"CC-BY-NC-SA-4.0",
|
|
95
151
|
"CC-BY-ND-1.0",
|
|
96
|
-
"
|
|
152
|
+
"CC-BY-ND-2.0",
|
|
97
153
|
"CC-BY-ND-2.5",
|
|
98
154
|
"CC-BY-ND-3.0",
|
|
155
|
+
"CC-BY-ND-3.0-DE",
|
|
99
156
|
"CC-BY-ND-4.0",
|
|
100
157
|
"CC-BY-SA-1.0",
|
|
101
|
-
"CC-BY-SA-2.0-UK",
|
|
102
158
|
"CC-BY-SA-2.0",
|
|
159
|
+
"CC-BY-SA-2.0-UK",
|
|
103
160
|
"CC-BY-SA-2.1-JP",
|
|
104
|
-
"CC-BY-
|
|
105
|
-
"CC-BY-SA-3.0-AT",
|
|
161
|
+
"CC-BY-SA-2.5",
|
|
106
162
|
"CC-BY-SA-3.0",
|
|
163
|
+
"CC-BY-SA-3.0-AT",
|
|
164
|
+
"CC-BY-SA-3.0-DE",
|
|
165
|
+
"CC-BY-SA-3.0-IGO",
|
|
107
166
|
"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
167
|
"CC-PDDC",
|
|
118
|
-
"
|
|
119
|
-
"
|
|
120
|
-
"CAL-1.0",
|
|
168
|
+
"CC0-1.0",
|
|
169
|
+
"CDDL-1.0",
|
|
121
170
|
"CDDL-1.1",
|
|
122
|
-
"
|
|
171
|
+
"CDL-1.0",
|
|
172
|
+
"CDLA-Permissive-1.0",
|
|
173
|
+
"CDLA-Permissive-2.0",
|
|
174
|
+
"CDLA-Sharing-1.0",
|
|
175
|
+
"CECILL-1.0",
|
|
176
|
+
"CECILL-1.1",
|
|
177
|
+
"CECILL-2.0",
|
|
178
|
+
"CECILL-2.1",
|
|
179
|
+
"CECILL-B",
|
|
180
|
+
"CECILL-C",
|
|
123
181
|
"CERN-OHL-1.1",
|
|
182
|
+
"CERN-OHL-1.2",
|
|
124
183
|
"CERN-OHL-P-2.0",
|
|
125
184
|
"CERN-OHL-S-2.0",
|
|
126
|
-
"
|
|
127
|
-
"
|
|
128
|
-
"
|
|
185
|
+
"CERN-OHL-W-2.0",
|
|
186
|
+
"CFITSIO",
|
|
187
|
+
"check-cvs",
|
|
188
|
+
"checkmk",
|
|
189
|
+
"ClArtistic",
|
|
190
|
+
"Clips",
|
|
191
|
+
"CMU-Mach",
|
|
192
|
+
"CMU-Mach-nodoc",
|
|
193
|
+
"CNRI-Jython",
|
|
129
194
|
"CNRI-Python",
|
|
130
195
|
"CNRI-Python-GPL-Compatible",
|
|
196
|
+
"COIL-1.0",
|
|
197
|
+
"Community-Spec-1.0",
|
|
198
|
+
"Condor-1.1",
|
|
131
199
|
"copyleft-next-0.3.0",
|
|
132
|
-
"CPAL-1.0",
|
|
133
200
|
"copyleft-next-0.3.1",
|
|
201
|
+
"Cornell-Lossless-JPEG",
|
|
202
|
+
"CPAL-1.0",
|
|
134
203
|
"CPL-1.0",
|
|
135
|
-
"ClArtistic",
|
|
136
|
-
"CECILL-C",
|
|
137
|
-
"CNRI-Jython",
|
|
138
|
-
"Condor-1.1",
|
|
139
204
|
"CPOL-1.02",
|
|
205
|
+
"Cronyx",
|
|
206
|
+
"Crossword",
|
|
207
|
+
"CrystalStacker",
|
|
208
|
+
"CUA-OPL-1.0",
|
|
209
|
+
"Cube",
|
|
140
210
|
"curl",
|
|
211
|
+
"cve-tou",
|
|
212
|
+
"D-FSL-1.0",
|
|
213
|
+
"DEC-3-Clause",
|
|
141
214
|
"diffmark",
|
|
142
|
-
"
|
|
143
|
-
"
|
|
215
|
+
"DL-DE-BY-2.0",
|
|
216
|
+
"DL-DE-ZERO-2.0",
|
|
144
217
|
"DOC",
|
|
145
|
-
"
|
|
218
|
+
"Dotseqn",
|
|
146
219
|
"DRL-1.0",
|
|
220
|
+
"DRL-1.1",
|
|
221
|
+
"DSDP",
|
|
222
|
+
"dtoa",
|
|
223
|
+
"dvipdfm",
|
|
147
224
|
"ECL-1.0",
|
|
148
225
|
"ECL-2.0",
|
|
149
226
|
"eCos-2.0",
|
|
150
|
-
"
|
|
151
|
-
"
|
|
152
|
-
"D-FSL-1.0",
|
|
227
|
+
"EFL-1.0",
|
|
228
|
+
"EFL-2.0",
|
|
153
229
|
"eGenix",
|
|
154
|
-
"
|
|
230
|
+
"Elastic-2.0",
|
|
155
231
|
"Entessa",
|
|
232
|
+
"EPICS",
|
|
156
233
|
"EPL-1.0",
|
|
157
|
-
"
|
|
158
|
-
"CUA-OPL-1.0",
|
|
159
|
-
"etalab-2.0",
|
|
160
|
-
"EUPL-1.0",
|
|
234
|
+
"EPL-2.0",
|
|
161
235
|
"ErlPL-1.1",
|
|
236
|
+
"etalab-2.0",
|
|
162
237
|
"EUDatagrid",
|
|
238
|
+
"EUPL-1.0",
|
|
163
239
|
"EUPL-1.1",
|
|
164
|
-
"
|
|
165
|
-
"dvipdfm",
|
|
166
|
-
"FreeBSD-DOC",
|
|
240
|
+
"EUPL-1.2",
|
|
167
241
|
"Eurosym",
|
|
168
|
-
"
|
|
242
|
+
"Fair",
|
|
243
|
+
"FBM",
|
|
244
|
+
"FDK-AAC",
|
|
245
|
+
"Ferguson-Twofish",
|
|
246
|
+
"Frameworx-1.0",
|
|
247
|
+
"FreeBSD-DOC",
|
|
169
248
|
"FreeImage",
|
|
170
|
-
"
|
|
249
|
+
"FSFAP",
|
|
250
|
+
"FSFAP-no-warranty-disclaimer",
|
|
171
251
|
"FSFUL",
|
|
252
|
+
"FSFULLR",
|
|
253
|
+
"FSFULLRWD",
|
|
254
|
+
"FTL",
|
|
255
|
+
"Furuseth",
|
|
256
|
+
"fwlw",
|
|
257
|
+
"GCR-docs",
|
|
172
258
|
"GD",
|
|
259
|
+
"GFDL-1.1",
|
|
173
260
|
"GFDL-1.1-invariants-only",
|
|
174
|
-
"
|
|
175
|
-
"
|
|
261
|
+
"GFDL-1.1-invariants-or-later",
|
|
262
|
+
"GFDL-1.1-no-invariants-only",
|
|
176
263
|
"GFDL-1.1-no-invariants-or-later",
|
|
177
264
|
"GFDL-1.1-only",
|
|
178
265
|
"GFDL-1.1-or-later",
|
|
179
|
-
"GFDL-1.
|
|
180
|
-
"FTL",
|
|
181
|
-
"GFDL-1.2-invariants-or-later",
|
|
182
|
-
"GFDL-1.1-invariants-or-later",
|
|
266
|
+
"GFDL-1.2",
|
|
183
267
|
"GFDL-1.2-invariants-only",
|
|
268
|
+
"GFDL-1.2-invariants-or-later",
|
|
269
|
+
"GFDL-1.2-no-invariants-only",
|
|
270
|
+
"GFDL-1.2-no-invariants-or-later",
|
|
184
271
|
"GFDL-1.2-only",
|
|
185
272
|
"GFDL-1.2-or-later",
|
|
186
|
-
"GFDL-1.
|
|
187
|
-
"GFDL-1.2-no-invariants-only",
|
|
273
|
+
"GFDL-1.3",
|
|
188
274
|
"GFDL-1.3-invariants-only",
|
|
189
|
-
"GFDL-1.3-no-invariants-only",
|
|
190
275
|
"GFDL-1.3-invariants-or-later",
|
|
191
|
-
"GFDL-1.
|
|
192
|
-
"
|
|
193
|
-
"
|
|
276
|
+
"GFDL-1.3-no-invariants-only",
|
|
277
|
+
"GFDL-1.3-no-invariants-or-later",
|
|
278
|
+
"GFDL-1.3-only",
|
|
279
|
+
"GFDL-1.3-or-later",
|
|
194
280
|
"Giftware",
|
|
195
|
-
"GFDL-1.1-no-invariants-only",
|
|
196
281
|
"GL2PS",
|
|
197
|
-
"Glulxe",
|
|
198
282
|
"Glide",
|
|
199
|
-
"
|
|
283
|
+
"Glulxe",
|
|
200
284
|
"GLWTPL",
|
|
285
|
+
"gnuplot",
|
|
286
|
+
"GPL-1.0",
|
|
287
|
+
"GPL-1.0+",
|
|
201
288
|
"GPL-1.0-only",
|
|
202
289
|
"GPL-1.0-or-later",
|
|
203
|
-
"GPL-
|
|
204
|
-
"
|
|
290
|
+
"GPL-2.0",
|
|
291
|
+
"GPL-2.0+",
|
|
205
292
|
"GPL-2.0-only",
|
|
206
293
|
"GPL-2.0-or-later",
|
|
207
294
|
"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
295
|
"GPL-2.0-with-bison-exception",
|
|
296
|
+
"GPL-2.0-with-classpath-exception",
|
|
215
297
|
"GPL-2.0-with-font-exception",
|
|
216
|
-
"GPL-2.0",
|
|
217
|
-
"CECILL-2.1",
|
|
298
|
+
"GPL-2.0-with-GCC-exception",
|
|
218
299
|
"GPL-3.0",
|
|
219
300
|
"GPL-3.0+",
|
|
220
|
-
"GPL-3.0-with-autoconf-exception",
|
|
221
301
|
"GPL-3.0-only",
|
|
302
|
+
"GPL-3.0-or-later",
|
|
303
|
+
"GPL-3.0-with-autoconf-exception",
|
|
304
|
+
"GPL-3.0-with-GCC-exception",
|
|
305
|
+
"Graphics-Gems",
|
|
306
|
+
"gSOAP-1.3b",
|
|
307
|
+
"gtkbook",
|
|
308
|
+
"Gutmann",
|
|
309
|
+
"HaskellReport",
|
|
310
|
+
"hdparm",
|
|
222
311
|
"Hippocratic-2.1",
|
|
312
|
+
"HP-1986",
|
|
313
|
+
"HP-1989",
|
|
223
314
|
"HPND",
|
|
315
|
+
"HPND-DEC",
|
|
316
|
+
"HPND-doc",
|
|
317
|
+
"HPND-doc-sell",
|
|
318
|
+
"HPND-export-US",
|
|
319
|
+
"HPND-export-US-acknowledgement",
|
|
320
|
+
"HPND-export-US-modify",
|
|
321
|
+
"HPND-export2-US",
|
|
322
|
+
"HPND-Fenneberg-Livingston",
|
|
323
|
+
"HPND-INRIA-IMAG",
|
|
324
|
+
"HPND-Intel",
|
|
325
|
+
"HPND-Kevlin-Henney",
|
|
326
|
+
"HPND-Markus-Kuhn",
|
|
327
|
+
"HPND-merchantability-variant",
|
|
328
|
+
"HPND-MIT-disclaimer",
|
|
329
|
+
"HPND-Pbmplus",
|
|
330
|
+
"HPND-sell-MIT-disclaimer-xserver",
|
|
331
|
+
"HPND-sell-regexpr",
|
|
332
|
+
"HPND-sell-variant",
|
|
333
|
+
"HPND-sell-variant-MIT-disclaimer",
|
|
334
|
+
"HPND-sell-variant-MIT-disclaimer-rev",
|
|
335
|
+
"HPND-UC",
|
|
336
|
+
"HPND-UC-export-US",
|
|
224
337
|
"HTMLTIDY",
|
|
225
|
-
"
|
|
226
|
-
"HaskellReport",
|
|
227
|
-
"GPL-3.0-or-later",
|
|
338
|
+
"IBM-pibs",
|
|
228
339
|
"ICU",
|
|
340
|
+
"IEC-Code-Components-EULA",
|
|
341
|
+
"IJG",
|
|
342
|
+
"IJG-short",
|
|
229
343
|
"ImageMagick",
|
|
230
344
|
"iMatix",
|
|
231
|
-
"
|
|
232
|
-
"Intel-ACPI",
|
|
233
|
-
"Intel",
|
|
345
|
+
"Imlib2",
|
|
234
346
|
"Info-ZIP",
|
|
347
|
+
"Inner-Net-2.0",
|
|
348
|
+
"Intel",
|
|
349
|
+
"Intel-ACPI",
|
|
350
|
+
"Interbase-1.0",
|
|
235
351
|
"IPA",
|
|
236
|
-
"
|
|
352
|
+
"IPL-1.0",
|
|
237
353
|
"ISC",
|
|
354
|
+
"ISC-Veillard",
|
|
355
|
+
"Jam",
|
|
238
356
|
"JasPer-2.0",
|
|
357
|
+
"JPL-image",
|
|
239
358
|
"JPNIC",
|
|
240
359
|
"JSON",
|
|
360
|
+
"Kastrup",
|
|
361
|
+
"Kazlib",
|
|
362
|
+
"Knuth-CTAN",
|
|
241
363
|
"LAL-1.2",
|
|
242
364
|
"LAL-1.3",
|
|
243
365
|
"Latex2e",
|
|
366
|
+
"Latex2e-translated-notice",
|
|
244
367
|
"Leptonica",
|
|
245
|
-
"
|
|
368
|
+
"LGPL-2.0",
|
|
369
|
+
"LGPL-2.0+",
|
|
246
370
|
"LGPL-2.0-only",
|
|
247
371
|
"LGPL-2.0-or-later",
|
|
248
|
-
"
|
|
249
|
-
"
|
|
372
|
+
"LGPL-2.1",
|
|
373
|
+
"LGPL-2.1+",
|
|
250
374
|
"LGPL-2.1-only",
|
|
251
375
|
"LGPL-2.1-or-later",
|
|
252
|
-
"LGPL-
|
|
253
|
-
"LGPL-
|
|
254
|
-
"CECILL-B",
|
|
255
|
-
"LGPL-3.0-or-later",
|
|
376
|
+
"LGPL-3.0",
|
|
377
|
+
"LGPL-3.0+",
|
|
256
378
|
"LGPL-3.0-only",
|
|
379
|
+
"LGPL-3.0-or-later",
|
|
257
380
|
"LGPLLR",
|
|
258
|
-
"libpng-2.0",
|
|
259
381
|
"Libpng",
|
|
382
|
+
"libpng-2.0",
|
|
260
383
|
"libselinux-1.0",
|
|
261
|
-
"LGPL-3.0+",
|
|
262
|
-
"EFL-1.0",
|
|
263
384
|
"libtiff",
|
|
264
|
-
"
|
|
265
|
-
"LiLiQ-Rplus-1.1",
|
|
266
|
-
"LiLiQ-R-1.1",
|
|
267
|
-
"LPL-1.0",
|
|
385
|
+
"libutil-David-Nugent",
|
|
268
386
|
"LiLiQ-P-1.1",
|
|
387
|
+
"LiLiQ-R-1.1",
|
|
388
|
+
"LiLiQ-Rplus-1.1",
|
|
389
|
+
"Linux-man-pages-1-para",
|
|
390
|
+
"Linux-man-pages-copyleft",
|
|
391
|
+
"Linux-man-pages-copyleft-2-para",
|
|
392
|
+
"Linux-man-pages-copyleft-var",
|
|
269
393
|
"Linux-OpenIB",
|
|
394
|
+
"LOOP",
|
|
395
|
+
"LPD-document",
|
|
396
|
+
"LPL-1.0",
|
|
397
|
+
"LPL-1.02",
|
|
270
398
|
"LPPL-1.0",
|
|
399
|
+
"LPPL-1.1",
|
|
271
400
|
"LPPL-1.2",
|
|
272
401
|
"LPPL-1.3a",
|
|
273
|
-
"LPL-1.02",
|
|
274
402
|
"LPPL-1.3c",
|
|
403
|
+
"lsof",
|
|
404
|
+
"Lucida-Bitmap-Fonts",
|
|
405
|
+
"LZMA-SDK-9.11-to-9.20",
|
|
406
|
+
"LZMA-SDK-9.22",
|
|
407
|
+
"Mackerras-3-Clause",
|
|
408
|
+
"Mackerras-3-Clause-acknowledgment",
|
|
409
|
+
"magaz",
|
|
410
|
+
"mailprio",
|
|
275
411
|
"MakeIndex",
|
|
276
|
-
"
|
|
277
|
-
"
|
|
278
|
-
"
|
|
412
|
+
"Martin-Birgmeier",
|
|
413
|
+
"McPhee-slideshow",
|
|
414
|
+
"metamail",
|
|
415
|
+
"Minpack",
|
|
279
416
|
"MirOS",
|
|
280
|
-
"MIT-advertising",
|
|
281
|
-
"MIT-Modern-Variant",
|
|
282
417
|
"MIT",
|
|
418
|
+
"MIT-0",
|
|
419
|
+
"MIT-advertising",
|
|
420
|
+
"MIT-CMU",
|
|
283
421
|
"MIT-enna",
|
|
284
|
-
"MIT-open-group",
|
|
285
422
|
"MIT-feh",
|
|
423
|
+
"MIT-Festival",
|
|
424
|
+
"MIT-Khronos-old",
|
|
425
|
+
"MIT-Modern-Variant",
|
|
426
|
+
"MIT-open-group",
|
|
427
|
+
"MIT-testregex",
|
|
428
|
+
"MIT-Wu",
|
|
286
429
|
"MITNFA",
|
|
287
|
-
"
|
|
430
|
+
"MMIXware",
|
|
431
|
+
"Motosoto",
|
|
432
|
+
"MPEG-SSG",
|
|
433
|
+
"mpi-permissive",
|
|
288
434
|
"mpich2",
|
|
435
|
+
"MPL-1.0",
|
|
436
|
+
"MPL-1.1",
|
|
289
437
|
"MPL-2.0",
|
|
290
438
|
"MPL-2.0-no-copyleft-exception",
|
|
439
|
+
"mplus",
|
|
440
|
+
"MS-LPL",
|
|
441
|
+
"MS-PL",
|
|
291
442
|
"MS-RL",
|
|
292
443
|
"MTLL",
|
|
293
|
-
"
|
|
444
|
+
"MulanPSL-1.0",
|
|
294
445
|
"MulanPSL-2.0",
|
|
295
|
-
"
|
|
446
|
+
"Multics",
|
|
296
447
|
"Mup",
|
|
297
|
-
"MulanPSL-1.0",
|
|
298
448
|
"NAIST-2003",
|
|
449
|
+
"NASA-1.3",
|
|
299
450
|
"Naumen",
|
|
300
|
-
"Multics",
|
|
301
451
|
"NBPL-1.0",
|
|
452
|
+
"NCBI-PD",
|
|
453
|
+
"NCGL-UK-2.0",
|
|
454
|
+
"NCL",
|
|
302
455
|
"NCSA",
|
|
303
456
|
"Net-SNMP",
|
|
304
457
|
"NetCDF",
|
|
305
|
-
"
|
|
458
|
+
"Newsletr",
|
|
306
459
|
"NGPL",
|
|
307
|
-
"
|
|
460
|
+
"NICTA-1.0",
|
|
308
461
|
"NIST-PD",
|
|
309
|
-
"
|
|
462
|
+
"NIST-PD-fallback",
|
|
463
|
+
"NIST-Software",
|
|
464
|
+
"NLOD-1.0",
|
|
465
|
+
"NLOD-2.0",
|
|
310
466
|
"NLPL",
|
|
311
467
|
"Nokia",
|
|
312
468
|
"NOSL",
|
|
313
469
|
"Noweb",
|
|
314
|
-
"NLOD-1.0",
|
|
315
470
|
"NPL-1.0",
|
|
316
|
-
"
|
|
471
|
+
"NPL-1.1",
|
|
472
|
+
"NPOSL-3.0",
|
|
317
473
|
"NRL",
|
|
318
|
-
"NTP-0",
|
|
319
474
|
"NTP",
|
|
320
|
-
"
|
|
475
|
+
"NTP-0",
|
|
321
476
|
"Nunit",
|
|
322
477
|
"O-UDA-1.0",
|
|
323
|
-
"
|
|
478
|
+
"OAR",
|
|
324
479
|
"OCCT-PL",
|
|
480
|
+
"OCLC-2.0",
|
|
481
|
+
"ODbL-1.0",
|
|
325
482
|
"ODC-By-1.0",
|
|
483
|
+
"OFFIS",
|
|
484
|
+
"OFL-1.0",
|
|
326
485
|
"OFL-1.0-no-RFN",
|
|
327
|
-
"OCLC-2.0",
|
|
328
486
|
"OFL-1.0-RFN",
|
|
329
|
-
"OFL-1.
|
|
487
|
+
"OFL-1.1",
|
|
330
488
|
"OFL-1.1-no-RFN",
|
|
331
489
|
"OFL-1.1-RFN",
|
|
332
|
-
"OFL-1.1",
|
|
333
|
-
"OGDL-Taiwan-1.0",
|
|
334
490
|
"OGC-1.0",
|
|
491
|
+
"OGDL-Taiwan-1.0",
|
|
492
|
+
"OGL-Canada-2.0",
|
|
335
493
|
"OGL-UK-1.0",
|
|
336
494
|
"OGL-UK-2.0",
|
|
337
495
|
"OGL-UK-3.0",
|
|
@@ -339,152 +497,214 @@
|
|
|
339
497
|
"OLDAP-1.1",
|
|
340
498
|
"OLDAP-1.2",
|
|
341
499
|
"OLDAP-1.3",
|
|
342
|
-
"
|
|
343
|
-
"OLDAP-2.0.1",
|
|
500
|
+
"OLDAP-1.4",
|
|
344
501
|
"OLDAP-2.0",
|
|
502
|
+
"OLDAP-2.0.1",
|
|
345
503
|
"OLDAP-2.1",
|
|
504
|
+
"OLDAP-2.2",
|
|
346
505
|
"OLDAP-2.2.1",
|
|
347
506
|
"OLDAP-2.2.2",
|
|
348
|
-
"OLDAP-2.2",
|
|
349
|
-
"ODbL-1.0",
|
|
350
|
-
"OLDAP-2.4",
|
|
351
|
-
"OLDAP-1.4",
|
|
352
507
|
"OLDAP-2.3",
|
|
508
|
+
"OLDAP-2.4",
|
|
509
|
+
"OLDAP-2.5",
|
|
510
|
+
"OLDAP-2.6",
|
|
353
511
|
"OLDAP-2.7",
|
|
354
512
|
"OLDAP-2.8",
|
|
513
|
+
"OLFL-1.3",
|
|
355
514
|
"OML",
|
|
515
|
+
"OpenPBS-2.3",
|
|
356
516
|
"OpenSSL",
|
|
357
|
-
"
|
|
517
|
+
"OpenSSL-standalone",
|
|
518
|
+
"OpenVision",
|
|
358
519
|
"OPL-1.0",
|
|
520
|
+
"OPL-UK-3.0",
|
|
521
|
+
"OPUBL-1.0",
|
|
522
|
+
"OSET-PL-2.1",
|
|
359
523
|
"OSL-1.0",
|
|
360
524
|
"OSL-1.1",
|
|
361
525
|
"OSL-2.0",
|
|
362
|
-
"OSET-PL-2.1",
|
|
363
526
|
"OSL-2.1",
|
|
527
|
+
"OSL-3.0",
|
|
528
|
+
"PADL",
|
|
364
529
|
"Parity-6.0.0",
|
|
365
530
|
"Parity-7.0.0",
|
|
366
531
|
"PDDL-1.0",
|
|
367
532
|
"PHP-3.0",
|
|
368
|
-
"
|
|
533
|
+
"PHP-3.01",
|
|
534
|
+
"Pixar",
|
|
535
|
+
"pkgconf",
|
|
369
536
|
"Plexus",
|
|
370
|
-
"
|
|
371
|
-
"PolyForm-Small-Business-1.0.0",
|
|
537
|
+
"pnmstitch",
|
|
372
538
|
"PolyForm-Noncommercial-1.0.0",
|
|
539
|
+
"PolyForm-Small-Business-1.0.0",
|
|
540
|
+
"PostgreSQL",
|
|
541
|
+
"PPL",
|
|
373
542
|
"PSF-2.0",
|
|
374
543
|
"psfrag",
|
|
375
|
-
"PostgreSQL",
|
|
376
544
|
"psutils",
|
|
545
|
+
"Python-2.0",
|
|
546
|
+
"Python-2.0.1",
|
|
547
|
+
"python-ldap",
|
|
377
548
|
"Qhull",
|
|
378
549
|
"QPL-1.0",
|
|
550
|
+
"QPL-1.0-INRIA-2004",
|
|
551
|
+
"radvd",
|
|
379
552
|
"Rdisc",
|
|
380
|
-
"
|
|
553
|
+
"RHeCos-1.1",
|
|
381
554
|
"RPL-1.1",
|
|
382
555
|
"RPL-1.5",
|
|
383
|
-
"
|
|
556
|
+
"RPSL-1.0",
|
|
384
557
|
"RSA-MD",
|
|
385
558
|
"RSCPL",
|
|
386
559
|
"Ruby",
|
|
387
560
|
"SAX-PD",
|
|
561
|
+
"SAX-PD-2.0",
|
|
388
562
|
"Saxpath",
|
|
389
563
|
"SCEA",
|
|
390
|
-
"
|
|
564
|
+
"SchemeReport",
|
|
391
565
|
"Sendmail",
|
|
566
|
+
"Sendmail-8.23",
|
|
392
567
|
"SGI-B-1.0",
|
|
393
568
|
"SGI-B-1.1",
|
|
394
569
|
"SGI-B-2.0",
|
|
570
|
+
"SGI-OpenGL",
|
|
571
|
+
"SGP4",
|
|
395
572
|
"SHL-0.5",
|
|
396
573
|
"SHL-0.51",
|
|
397
574
|
"SimPL-2.0",
|
|
398
|
-
"SISSL-1.2",
|
|
399
575
|
"SISSL",
|
|
576
|
+
"SISSL-1.2",
|
|
577
|
+
"SL",
|
|
400
578
|
"Sleepycat",
|
|
401
579
|
"SMLNJ",
|
|
402
580
|
"SMPPL",
|
|
403
581
|
"SNIA",
|
|
582
|
+
"snprintf",
|
|
583
|
+
"softSurfer",
|
|
584
|
+
"Soundex",
|
|
404
585
|
"Spencer-86",
|
|
405
586
|
"Spencer-94",
|
|
406
587
|
"Spencer-99",
|
|
407
588
|
"SPL-1.0",
|
|
589
|
+
"ssh-keyscan",
|
|
408
590
|
"SSH-OpenSSH",
|
|
409
|
-
"PHP-3.01",
|
|
410
591
|
"SSH-short",
|
|
411
|
-
"
|
|
412
|
-
"
|
|
413
|
-
"
|
|
592
|
+
"SSLeay-standalone",
|
|
593
|
+
"SSPL-1.0",
|
|
594
|
+
"StandardML-NJ",
|
|
414
595
|
"SugarCRM-1.1.3",
|
|
596
|
+
"Sun-PPP",
|
|
597
|
+
"Sun-PPP-2000",
|
|
598
|
+
"SunPro",
|
|
599
|
+
"SWL",
|
|
600
|
+
"swrule",
|
|
601
|
+
"Symlinks",
|
|
602
|
+
"TAPR-OHL-1.0",
|
|
415
603
|
"TCL",
|
|
416
604
|
"TCP-wrappers",
|
|
417
|
-
"
|
|
605
|
+
"TermReadKey",
|
|
606
|
+
"TGPPL-1.0",
|
|
607
|
+
"threeparttable",
|
|
418
608
|
"TMate",
|
|
419
|
-
"TOSL",
|
|
420
609
|
"TORQUE-1.1",
|
|
421
|
-
"
|
|
610
|
+
"TOSL",
|
|
611
|
+
"TPDL",
|
|
612
|
+
"TPL-1.0",
|
|
613
|
+
"TTWL",
|
|
614
|
+
"TTYP0",
|
|
615
|
+
"TU-Berlin-1.0",
|
|
616
|
+
"TU-Berlin-2.0",
|
|
617
|
+
"UCAR",
|
|
422
618
|
"UCL-1.0",
|
|
619
|
+
"ulem",
|
|
620
|
+
"UMich-Merit",
|
|
621
|
+
"Unicode-3.0",
|
|
423
622
|
"Unicode-DFS-2015",
|
|
424
623
|
"Unicode-DFS-2016",
|
|
425
624
|
"Unicode-TOU",
|
|
426
|
-
"
|
|
427
|
-
"UPL-1.0",
|
|
625
|
+
"UnixCrypt",
|
|
428
626
|
"Unlicense",
|
|
429
|
-
"
|
|
627
|
+
"UPL-1.0",
|
|
628
|
+
"URT-RLE",
|
|
430
629
|
"Vim",
|
|
630
|
+
"VOSTROM",
|
|
431
631
|
"VSL-1.0",
|
|
432
|
-
"W3C-20150513",
|
|
433
632
|
"W3C",
|
|
434
633
|
"W3C-19980720",
|
|
435
|
-
"
|
|
634
|
+
"W3C-20150513",
|
|
635
|
+
"w3m",
|
|
436
636
|
"Watcom-1.0",
|
|
637
|
+
"Widget-Workshop",
|
|
638
|
+
"Wsuipa",
|
|
437
639
|
"WTFPL",
|
|
640
|
+
"wxWindows",
|
|
438
641
|
"X11",
|
|
642
|
+
"X11-distribute-modifications-variant",
|
|
643
|
+
"Xdebug-1.03",
|
|
439
644
|
"Xerox",
|
|
645
|
+
"Xfig",
|
|
440
646
|
"XFree86-1.1",
|
|
441
647
|
"xinetd",
|
|
648
|
+
"xkeyboard-config-Zinoviev",
|
|
649
|
+
"xlock",
|
|
442
650
|
"Xnet",
|
|
443
651
|
"xpp",
|
|
444
652
|
"XSkat",
|
|
653
|
+
"xzoom",
|
|
445
654
|
"YPL-1.0",
|
|
446
655
|
"YPL-1.1",
|
|
447
656
|
"Zed",
|
|
657
|
+
"Zeeff",
|
|
448
658
|
"Zend-2.0",
|
|
449
|
-
"
|
|
659
|
+
"Zimbra-1.3",
|
|
450
660
|
"Zimbra-1.4",
|
|
451
|
-
"zlib-acknowledgement",
|
|
452
661
|
"Zlib",
|
|
662
|
+
"zlib-acknowledgement",
|
|
453
663
|
"ZPL-1.1",
|
|
454
664
|
"ZPL-2.0",
|
|
455
665
|
"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
666
|
"389-exception",
|
|
667
|
+
"Asterisk-exception",
|
|
668
|
+
"Asterisk-linking-protocols-exception",
|
|
466
669
|
"Autoconf-exception-2.0",
|
|
467
670
|
"Autoconf-exception-3.0",
|
|
671
|
+
"Autoconf-exception-generic",
|
|
672
|
+
"Autoconf-exception-generic-3.0",
|
|
673
|
+
"Autoconf-exception-macro",
|
|
674
|
+
"Bison-exception-1.24",
|
|
468
675
|
"Bison-exception-2.2",
|
|
469
676
|
"Bootloader-exception",
|
|
470
677
|
"Classpath-exception-2.0",
|
|
471
678
|
"CLISP-exception-2.0",
|
|
679
|
+
"cryptsetup-OpenSSL-exception",
|
|
472
680
|
"DigiRule-FOSS-exception",
|
|
473
681
|
"eCos-exception-2.0",
|
|
474
682
|
"Fawkes-Runtime-exception",
|
|
475
683
|
"FLTK-exception",
|
|
684
|
+
"fmt-exception",
|
|
476
685
|
"Font-exception-2.0",
|
|
477
686
|
"freertos-exception-2.0",
|
|
478
687
|
"GCC-exception-2.0",
|
|
688
|
+
"GCC-exception-2.0-note",
|
|
479
689
|
"GCC-exception-3.1",
|
|
690
|
+
"Gmsh-exception",
|
|
691
|
+
"GNAT-exception",
|
|
692
|
+
"GNOME-examples-exception",
|
|
693
|
+
"GNU-compiler-exception",
|
|
480
694
|
"gnu-javamail-exception",
|
|
695
|
+
"GPL-3.0-interface-exception",
|
|
481
696
|
"GPL-3.0-linking-exception",
|
|
482
697
|
"GPL-3.0-linking-source-exception",
|
|
483
698
|
"GPL-CC-1.0",
|
|
699
|
+
"GStreamer-exception-2005",
|
|
700
|
+
"GStreamer-exception-2008",
|
|
484
701
|
"i2p-gpl-java-exception",
|
|
702
|
+
"KiCad-libraries-exception",
|
|
485
703
|
"LGPL-3.0-linking-exception",
|
|
704
|
+
"libpri-OpenH323-exception",
|
|
486
705
|
"Libtool-exception",
|
|
487
706
|
"Linux-syscall-note",
|
|
707
|
+
"LLGPL",
|
|
488
708
|
"LLVM-exception",
|
|
489
709
|
"LZMA-exception",
|
|
490
710
|
"mif-exception",
|
|
@@ -493,15 +713,25 @@
|
|
|
493
713
|
"OCCT-exception-1.0",
|
|
494
714
|
"OpenJDK-assembly-exception-1.0",
|
|
495
715
|
"openvpn-openssl-exception",
|
|
716
|
+
"PCRE2-exception",
|
|
496
717
|
"PS-or-PDF-font-exception-20170817",
|
|
718
|
+
"QPL-1.0-INRIA-2004-exception",
|
|
497
719
|
"Qt-GPL-exception-1.0",
|
|
498
720
|
"Qt-LGPL-exception-1.1",
|
|
499
721
|
"Qwt-exception-1.0",
|
|
722
|
+
"RRDtool-FLOSS-exception-2.0",
|
|
723
|
+
"SANE-exception",
|
|
500
724
|
"SHL-2.0",
|
|
501
725
|
"SHL-2.1",
|
|
726
|
+
"stunnel-exception",
|
|
727
|
+
"SWI-exception",
|
|
502
728
|
"Swift-exception",
|
|
729
|
+
"Texinfo-exception",
|
|
503
730
|
"u-boot-exception-2.0",
|
|
731
|
+
"UBDL-exception",
|
|
504
732
|
"Universal-FOSS-exception-1.0",
|
|
505
|
-
"
|
|
733
|
+
"vsftpd-openssl-exception",
|
|
734
|
+
"WxWindows-exception-3.1",
|
|
735
|
+
"x11vnc-openssl-exception"
|
|
506
736
|
]
|
|
507
737
|
}
|