Skip to content

Enum: ToolLicenseType

Types of tool licenses

URI: revaise:ToolLicenseType

Permissible Values

Value Meaning Description
OPEN_SOURCE None Open source license
COMMERCIAL None Commercial license
ACADEMIC None Academic/educational license
FREEMIUM None Free with premium features
SUBSCRIPTION None Subscription-based
PERPETUAL None Perpetual license
TRIAL None Trial version
CUSTOM None Custom license agreement

Slots

Name Description
tool_license_type Type of license
tool_license_type Type of license for the tool

Identifier and Mapping Information

Schema Source

  • from schema: https://open-and-sustainable.github.io/revaise-model/schema

LinkML Source

name: ToolLicenseType
description: Types of tool licenses
from_schema: https://open-and-sustainable.github.io/revaise-model/schema
rank: 1000
permissible_values:
  OPEN_SOURCE:
    text: OPEN_SOURCE
    description: Open source license
  COMMERCIAL:
    text: COMMERCIAL
    description: Commercial license
  ACADEMIC:
    text: ACADEMIC
    description: Academic/educational license
  FREEMIUM:
    text: FREEMIUM
    description: Free with premium features
  SUBSCRIPTION:
    text: SUBSCRIPTION
    description: Subscription-based
  PERPETUAL:
    text: PERPETUAL
    description: Perpetual license
  TRIAL:
    text: TRIAL
    description: Trial version
  CUSTOM:
    text: CUSTOM
    description: Custom license agreement