From b9f3aa7a96c5ae96fb52f3420dbae63a99eb4e08 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 18 May 2020 10:20:58 +0200 Subject: spec: Add specification of specification items --- spec/spec/spdx-license-identifier.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 spec/spec/spdx-license-identifier.yml (limited to 'spec/spec/spdx-license-identifier.yml') 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 -- cgit v1.2.3