summaryrefslogtreecommitdiff
path: root/spec/spec/spdx-license-identifier.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-18 10:20:58 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-28 10:38:23 +0200
commitb9f3aa7a96c5ae96fb52f3420dbae63a99eb4e08 (patch)
tree214b6bba8c0ad9f12b108e05380bb8e0d4910e64 /spec/spec/spdx-license-identifier.yml
parent1a363799ff1cfad049520634cd8c2230c4c574cd (diff)
spec: Add specification of specification items
Diffstat (limited to 'spec/spec/spdx-license-identifier.yml')
-rw-r--r--spec/spec/spdx-license-identifier.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/spec/spec/spdx-license-identifier.yml b/spec/spec/spdx-license-identifier.yml
new file mode 100644
index 00000000..375f3b21
--- /dev/null
+++ b/spec/spec/spdx-license-identifier.yml
@@ -0,0 +1,21 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+copyrights:
+- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+enabled-by: true
+links:
+- role: spec-member
+ uid: root
+spec-description: |
+ This attribute value defines the license of this item expressed though an
+ SPDX License Identifier.
+spec-example: null
+spec-info:
+ str:
+ assert:
+ - eq: CC-BY-SA-4.0 OR BSD-2-Clause
+ - eq: BSD-2-Clause
+ - eq: CC-BY-SA-4.0
+ description: null
+spec-name: SPDX License Identifier
+spec-type: spdx-license-identifier
+type: spec