summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-28 07:08:55 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-05-28 10:38:24 +0200
commita469257af7f9744120538c98060da40d322867f1 (patch)
treecbef254a7646bbb39ece7c2c70a6bf3354cf341e
parentc606132cd9de2de207a36d3e94a07af8092af0e4 (diff)
spec: Canonicalize specification of items
-rw-r--r--spec/spec/copyright.yml4
-rw-r--r--spec/spec/requirement-functional-type.yml2
-rw-r--r--spec/spec/requirement-non-functional-type.yml2
-rw-r--r--spec/spec/spdx-license-identifier.yml4
-rw-r--r--spec/spec/spec-assert-float-list.yml2
-rw-r--r--spec/spec/spec-assert-float.yml2
-rw-r--r--spec/spec/spec-assert-int-list.yml2
-rw-r--r--spec/spec/spec-assert-int.yml2
-rw-r--r--spec/spec/spec-assert-str-list.yml2
-rw-r--r--spec/spec/spec-assert-str.yml2
-rw-r--r--spec/spec/spec-attribute-value.yml2
-rw-r--r--spec/spec/spec-attributes.yml2
-rw-r--r--spec/spec/spec-bool.yml2
-rw-r--r--spec/spec/spec-dict.yml2
-rw-r--r--spec/spec/spec-float.yml2
-rw-r--r--spec/spec/spec-generic-attributes.yml2
-rw-r--r--spec/spec/spec-int.yml2
-rw-r--r--spec/spec/spec-list.yml2
-rw-r--r--spec/spec/spec-required-attributes.yml2
-rw-r--r--spec/spec/spec-str.yml2
20 files changed, 22 insertions, 22 deletions
diff --git a/spec/spec/copyright.yml b/spec/spec/copyright.yml
index a8f46080..f5e0ffab 100644
--- a/spec/spec/copyright.yml
+++ b/spec/spec/copyright.yml
@@ -14,8 +14,8 @@ spec-info:
- re: ^\s*Copyright\s+\(C\)\s+[0-9]+\s+.+\s*$
- re: ^\s*Copyright\s+\(C\)\s+.+\s*$
description: |
- A value of this type shall be a copyright statement of a copyright holder
- of the specification item.
+ It shall be a copyright statement of a copyright holder of the
+ specification item.
spec-name: Copyright
spec-type: copyright
type: spec
diff --git a/spec/spec/requirement-functional-type.yml b/spec/spec/requirement-functional-type.yml
index dd87e8e3..1acc7c0d 100644
--- a/spec/spec/requirement-functional-type.yml
+++ b/spec/spec/requirement-functional-type.yml
@@ -18,6 +18,6 @@ spec-info:
- safety-function
description: |
This type shall be used for functional requirement types.
-spec-name: Functional Requirement Type
+spec-name: Requirement Functional Type
spec-type: requirement-functional-type
type: spec
diff --git a/spec/spec/requirement-non-functional-type.yml b/spec/spec/requirement-non-functional-type.yml
index 68de439a..35c163a9 100644
--- a/spec/spec/requirement-non-functional-type.yml
+++ b/spec/spec/requirement-non-functional-type.yml
@@ -26,6 +26,6 @@ spec-info:
- safety
description: |
This type shall be used for non-functional requirement types.
-spec-name: Non-Functional Requirement Type
+spec-name: Requirement Non-Functional Type
spec-type: requirement-non-functional-type
type: spec
diff --git a/spec/spec/spdx-license-identifier.yml b/spec/spec/spdx-license-identifier.yml
index 21899ca8..874cb7a0 100644
--- a/spec/spec/spdx-license-identifier.yml
+++ b/spec/spec/spdx-license-identifier.yml
@@ -14,8 +14,8 @@ spec-info:
- eq: BSD-2-Clause
- eq: CC-BY-SA-4.0
description: |
- This attribute value defines the license of the item expressed though an
- SPDX License Identifier.
+ It defines the license of the item expressed though an SPDX License
+ Identifier.
spec-name: SPDX License Identifier
spec-type: spdx-license-identifier
type: spec
diff --git a/spec/spec/spec-assert-float-list.yml b/spec/spec/spec-assert-float-list.yml
index 2ff8a414..30addf5c 100644
--- a/spec/spec/spec-assert-float-list.yml
+++ b/spec/spec/spec-assert-float-list.yml
@@ -11,6 +11,6 @@ spec-info:
list:
description: null
spec-type: spec-assert-float
-spec-name: Floating-Point Assert Specification List
+spec-name: Specification Floating-Point Assert List
spec-type: spec-assert-float-list
type: spec
diff --git a/spec/spec/spec-assert-float.yml b/spec/spec/spec-assert-float.yml
index 9ed1a3fd..bad0bae5 100644
--- a/spec/spec/spec-assert-float.yml
+++ b/spec/spec/spec-assert-float.yml
@@ -66,6 +66,6 @@ spec-info:
This list of expressions evaluates to the *logical or* of the evaluation
results of the expressions in the list.
spec-type: spec-assert-float
-spec-name: Floating-Point Assert Specification
+spec-name: Specification Floating-Point Assert
spec-type: spec-assert-float
type: spec
diff --git a/spec/spec/spec-assert-int-list.yml b/spec/spec/spec-assert-int-list.yml
index 27e689b3..98f20673 100644
--- a/spec/spec/spec-assert-int-list.yml
+++ b/spec/spec/spec-assert-int-list.yml
@@ -11,6 +11,6 @@ spec-info:
list:
description: null
spec-type: spec-assert-int
-spec-name: Integer Assert Specification List
+spec-name: Specification Integer Assert List
spec-type: spec-assert-int-list
type: spec
diff --git a/spec/spec/spec-assert-int.yml b/spec/spec/spec-assert-int.yml
index 983e1930..de96df11 100644
--- a/spec/spec/spec-assert-int.yml
+++ b/spec/spec/spec-assert-int.yml
@@ -65,6 +65,6 @@ spec-info:
This list of expressions evaluates to the *logical or* of the evaluation
results of the expressions in the list.
spec-type: spec-assert-int
-spec-name: Integer Assert Specification
+spec-name: Specification Integer Assert
spec-type: spec-assert-int
type: spec
diff --git a/spec/spec/spec-assert-str-list.yml b/spec/spec/spec-assert-str-list.yml
index 39a54916..290c0bd9 100644
--- a/spec/spec/spec-assert-str-list.yml
+++ b/spec/spec/spec-assert-str-list.yml
@@ -11,6 +11,6 @@ spec-info:
list:
description: null
spec-type: spec-assert-str
-spec-name: String Assert Specification List
+spec-name: Specification String Assert List
spec-type: spec-assert-str-list
type: spec
diff --git a/spec/spec/spec-assert-str.yml b/spec/spec/spec-assert-str.yml
index eccbf710..0ebd4779 100644
--- a/spec/spec/spec-assert-str.yml
+++ b/spec/spec/spec-assert-str.yml
@@ -89,6 +89,6 @@ spec-info:
This list of expressions evaluates to the *logical or* of the evaluation
results of the expressions in the list.
spec-type: spec-assert-str
-spec-name: String Assert Specification
+spec-name: Specification String Assert
spec-type: spec-assert-str
type: spec
diff --git a/spec/spec/spec-attribute-value.yml b/spec/spec/spec-attribute-value.yml
index 6b318790..3143ac08 100644
--- a/spec/spec/spec-attribute-value.yml
+++ b/spec/spec/spec-attribute-value.yml
@@ -21,6 +21,6 @@ spec-info:
description: |
This set of attributes specifies an attribute value.
required-attributes: all
-spec-name: Attribute Value Specification
+spec-name: Specification Attribute Value
spec-type: spec-attribute-value
type: spec
diff --git a/spec/spec/spec-attributes.yml b/spec/spec/spec-attributes.yml
index c5299138..e32b4139 100644
--- a/spec/spec/spec-attributes.yml
+++ b/spec/spec/spec-attributes.yml
@@ -16,6 +16,6 @@ spec-info:
The generic attributes specify an attribute set.
spec-type: spec-attribute-value
required-attributes: none
-spec-name: Attribute Specification
+spec-name: Specification Attribute
spec-type: spec-attributes
type: spec
diff --git a/spec/spec/spec-bool.yml b/spec/spec/spec-bool.yml
index d491abe5..2f45d243 100644
--- a/spec/spec/spec-bool.yml
+++ b/spec/spec/spec-bool.yml
@@ -28,6 +28,6 @@ spec-info:
This attribute set specifies a boolean value.
required-attributes:
- description
-spec-name: Boolean Value Specification
+spec-name: Specification Boolean Value
spec-type: spec-bool
type: spec
diff --git a/spec/spec/spec-dict.yml b/spec/spec/spec-dict.yml
index 26096b8c..a3066f7a 100644
--- a/spec/spec/spec-dict.yml
+++ b/spec/spec/spec-dict.yml
@@ -34,6 +34,6 @@ spec-info:
- attributes
- description
- required-attributes
-spec-name: Attribute Set Specification
+spec-name: Specification Attribute Set
spec-type: spec-dict
type: spec
diff --git a/spec/spec/spec-float.yml b/spec/spec/spec-float.yml
index 91cff502..1fe07b2e 100644
--- a/spec/spec/spec-float.yml
+++ b/spec/spec/spec-float.yml
@@ -25,6 +25,6 @@ spec-info:
This set of attributes specifies a floating-point value.
required-attributes:
- description
-spec-name: Floating-Point Value Specification
+spec-name: Specification Floating-Point Value
spec-type: spec-float
type: spec
diff --git a/spec/spec/spec-generic-attributes.yml b/spec/spec/spec-generic-attributes.yml
index 35a9010f..50765a48 100644
--- a/spec/spec/spec-generic-attributes.yml
+++ b/spec/spec/spec-generic-attributes.yml
@@ -23,6 +23,6 @@ spec-info:
are attributes which are not explicitly defined. They are restricted to
a uniform attribute value type.
required-attributes: all
-spec-name: Generic Attributes Specification
+spec-name: Specification Generic Attributes
spec-type: spec-generic-attributes
type: spec
diff --git a/spec/spec/spec-int.yml b/spec/spec/spec-int.yml
index 6799fb77..de158a89 100644
--- a/spec/spec/spec-int.yml
+++ b/spec/spec/spec-int.yml
@@ -25,6 +25,6 @@ spec-info:
This set of attributes specifies an integer value.
required-attributes:
- description
-spec-name: Integer Value Specification
+spec-name: Specification Integer Value
spec-type: spec-int
type: spec
diff --git a/spec/spec/spec-list.yml b/spec/spec/spec-list.yml
index 76d824af..28ea4b89 100644
--- a/spec/spec/spec-list.yml
+++ b/spec/spec/spec-list.yml
@@ -21,6 +21,6 @@ spec-info:
description: |
This set of attributes specifies a list of attributes or values.
required-attributes: all
-spec-name: List Specification
+spec-name: Specification List
spec-type: spec-list
type: spec
diff --git a/spec/spec/spec-required-attributes.yml b/spec/spec/spec-required-attributes.yml
index adf6f47b..f2a6692b 100644
--- a/spec/spec/spec-required-attributes.yml
+++ b/spec/spec/spec-required-attributes.yml
@@ -25,6 +25,6 @@ spec-info:
description: |
This string defines the how many explicitly defined attributes are
required.
-spec-name: Required Attributes Specification
+spec-name: Specification Required Attributes
spec-type: spec-required-attributes
type: spec
diff --git a/spec/spec/spec-str.yml b/spec/spec/spec-str.yml
index f117e3bf..c0ed378e 100644
--- a/spec/spec/spec-str.yml
+++ b/spec/spec/spec-str.yml
@@ -24,6 +24,6 @@ spec-info:
This set of attributes specifies a string.
required-attributes:
- description
-spec-name: String Specification
+spec-name: Specification String Value
spec-type: spec-str
type: spec