@datadog/datadog-api-client
Version:
OpenAPI client for Datadog APIs
17 lines • 969 B
JavaScript
/**
* Unless explicitly stated otherwise all files in this repository are licensed under the Apache-2.0 License.
* This product includes software developed at Datadog (https://www.datadoghq.com/).
* Copyright 2020-Present Datadog, Inc.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.WEAK_COPYLEFT = exports.STRONG_COPYLEFT = exports.PUBLIC_DOMAIN = exports.PERMISSIVE = exports.OTHER_NON_STANDARD = exports.OTHER_NON_FREE = exports.NON_STANDARD_COPYLEFT = exports.NETWORK_STRONG_COPYLEFT = void 0;
exports.NETWORK_STRONG_COPYLEFT = "network_strong_copyleft";
exports.NON_STANDARD_COPYLEFT = "non_standard_copyleft";
exports.OTHER_NON_FREE = "other_non_free";
exports.OTHER_NON_STANDARD = "other_non_standard";
exports.PERMISSIVE = "permissive";
exports.PUBLIC_DOMAIN = "public_domain";
exports.STRONG_COPYLEFT = "strong_copyleft";
exports.WEAK_COPYLEFT = "weak_copyleft";
//# sourceMappingURL=SBOMComponentLicenseType.js.map
;