Skip to content

Enum: LicenseType

Common software and content licenses

URI: valuesets:LicenseType

Permissible Values

Value Meaning Description
MIT SPDX:MIT MIT License
APACHE_2_0 SPDX:Apache-2.0 Apache License 2
BSD_3_CLAUSE SPDX:BSD-3-Clause BSD 3-Clause License
BSD_2_CLAUSE SPDX:BSD-2-Clause BSD 2-Clause License
ISC SPDX:ISC ISC License
GPL_3_0 SPDX:GPL-3.0 GNU General Public License v3
GPL_2_0 SPDX:GPL-2.0 GNU General Public License v2
LGPL_3_0 SPDX:LGPL-3.0 GNU Lesser General Public License v3
LGPL_2_1 SPDX:LGPL-2.1 GNU Lesser General Public License v2
AGPL_3_0 SPDX:AGPL-3.0 GNU Affero General Public License v3
MPL_2_0 SPDX:MPL-2.0 Mozilla Public License 2
CC_BY_4_0 SPDX:CC-BY-4.0 Creative Commons Attribution 4
CC_BY_SA_4_0 SPDX:CC-BY-SA-4.0 Creative Commons Attribution-ShareAlike 4
CC_BY_NC_4_0 SPDX:CC-BY-NC-4.0 Creative Commons Attribution-NonCommercial 4
CC_BY_NC_SA_4_0 SPDX:CC-BY-NC-SA-4.0 Creative Commons Attribution-NonCommercial-ShareAlike 4
CC_BY_ND_4_0 SPDX:CC-BY-ND-4.0 Creative Commons Attribution-NoDerivatives 4
CC0_1_0 SPDX:CC0-1.0 Creative Commons Zero v1
UNLICENSE SPDX:Unlicense The Unlicense
PROPRIETARY None Proprietary/All rights reserved
CUSTOM None Custom license terms

Slots

Name Description
license Common software and content licenses

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/linkml/valuesets

LinkML Source

name: LicenseType
description: Common software and content licenses
from_schema: https://w3id.org/linkml/valuesets
rank: 1000
permissible_values:
  MIT:
    text: MIT
    description: MIT License
    meaning: SPDX:MIT
  APACHE_2_0:
    text: APACHE_2_0
    description: Apache License 2.0
    meaning: SPDX:Apache-2.0
  BSD_3_CLAUSE:
    text: BSD_3_CLAUSE
    description: BSD 3-Clause License
    meaning: SPDX:BSD-3-Clause
  BSD_2_CLAUSE:
    text: BSD_2_CLAUSE
    description: BSD 2-Clause License
    meaning: SPDX:BSD-2-Clause
  ISC:
    text: ISC
    description: ISC License
    meaning: SPDX:ISC
  GPL_3_0:
    text: GPL_3_0
    description: GNU General Public License v3.0
    meaning: SPDX:GPL-3.0
  GPL_2_0:
    text: GPL_2_0
    description: GNU General Public License v2.0
    meaning: SPDX:GPL-2.0
  LGPL_3_0:
    text: LGPL_3_0
    description: GNU Lesser General Public License v3.0
    meaning: SPDX:LGPL-3.0
  LGPL_2_1:
    text: LGPL_2_1
    description: GNU Lesser General Public License v2.1
    meaning: SPDX:LGPL-2.1
  AGPL_3_0:
    text: AGPL_3_0
    description: GNU Affero General Public License v3.0
    meaning: SPDX:AGPL-3.0
  MPL_2_0:
    text: MPL_2_0
    description: Mozilla Public License 2.0
    meaning: SPDX:MPL-2.0
  CC_BY_4_0:
    text: CC_BY_4_0
    description: Creative Commons Attribution 4.0
    meaning: SPDX:CC-BY-4.0
  CC_BY_SA_4_0:
    text: CC_BY_SA_4_0
    description: Creative Commons Attribution-ShareAlike 4.0
    meaning: SPDX:CC-BY-SA-4.0
  CC_BY_NC_4_0:
    text: CC_BY_NC_4_0
    description: Creative Commons Attribution-NonCommercial 4.0
    meaning: SPDX:CC-BY-NC-4.0
  CC_BY_NC_SA_4_0:
    text: CC_BY_NC_SA_4_0
    description: Creative Commons Attribution-NonCommercial-ShareAlike 4.0
    meaning: SPDX:CC-BY-NC-SA-4.0
  CC_BY_ND_4_0:
    text: CC_BY_ND_4_0
    description: Creative Commons Attribution-NoDerivatives 4.0
    meaning: SPDX:CC-BY-ND-4.0
  CC0_1_0:
    text: CC0_1_0
    description: Creative Commons Zero v1.0 Universal
    meaning: SPDX:CC0-1.0
  UNLICENSE:
    text: UNLICENSE
    description: The Unlicense
    meaning: SPDX:Unlicense
  PROPRIETARY:
    text: PROPRIETARY
    description: Proprietary/All rights reserved
  CUSTOM:
    text: CUSTOM
    description: Custom license terms