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