Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion 1-formats/templates/STATE.a2ml.template
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ name = "{{PROJECT_NAME}}"
# playground — learning/sandbox, no stability promises
tier = "{{TIER}}"

# license: SPDX identifier. Almost always PMPL-1.0-or-later.
# license: SPDX identifier. Per-category default: MPL-2.0 (code) /
# CC-BY-SA-4.0 (docs). PMPL-1.0-or-later is reserved for the three
# palimpsest-family repos (palimpsest-license, palimpsest-plasma,
# consent-aware-web) — do NOT mint it elsewhere (standards#645).
license = "MPL-2.0"

# language: Primary programming language used.
Expand Down
Loading