Skip to content

Commit 5ab1d6d

Browse files
authored
Merge pull request #939 from bact/caps-profile-names
2 parents 5c36aaf + ce52e88 commit 5ab1d6d

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

model/Build/Build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class. In addition, there must be at least three instances `Relationship`s with
5555
type `LifecycleScopedRelationship`, where the "scope" property must be "build"
5656
and the "from" property must be the Build instance.
5757

58-
At the minimum, the build profile must contain a `hasInput`, `hasOutput`, and
58+
At the minimum, the Build profile must contain a `hasInput`, `hasOutput`, and
5959
`invokedBy` relationshipType. If an input is known to be a build configuration
6060
or a build tool, the `hasInput` relationshipType can be replaced by a
6161
`configures` or `usesTool` relationshipType.

model/Core/Classes/ElementCollection.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ A collection of Elements, not necessarily with unifying context.
1111
An ElementCollection is a collection of Elements, not necessarily with unifying
1212
context.
1313

14-
Note that all ElementCollections must conform to the core profile even if the
15-
core profile is not specified in the profileConformance property.
14+
Note that all ElementCollections must conform to the Core profile even if the
15+
Core profile is not specified in the profileConformance property.
1616

17-
If the profileConformance property is not provided, core is to be assumed as
17+
If the profileConformance property is not provided, "core" is to be assumed as
1818
the default.
1919

2020
*Constraints*

model/Core/Properties/profileConformance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ in the profile specific documentation and schema files.
2121
Use of this property allows the creator of an ElementCollection to communicate
2222
to consumers their intent to adhere to the profile additional restrictions.
2323

24-
The profileConformance has a default value of core if no other
24+
The profileConformance has a default value of "core" if no other
2525
profileConformance is specified since all ElementCollections and Element must
26-
adhere to the core profile.
26+
adhere to the Core profile.
2727

2828
## Metadata
2929

model/Core/Vocabularies/ProfileIdentifierType.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Enumeration of the valid profiles.
1111
There are a set of profiles that have been defined by a profile team.
1212

1313
A profile consists of a namespace that may add properties and classes to the
14-
core profile unique to the domain covered by the profile.
14+
Core profile unique to the domain covered by the profile.
1515

1616
The profile may also contain additional restrictions on existing properties and
1717
classes defined in other profiles.
@@ -28,8 +28,8 @@ to all restrictions defined for that profile.
2828

2929
- core: the element follows the Core profile specification
3030
- software: the element follows the Software profile specification
31-
- simpleLicensing: the element follows the simple Licensing profile specification
32-
- expandedLicensing: the element follows the expanded Licensing profile specification
31+
- simpleLicensing: the element follows the SimpleLicensing profile specification
32+
- expandedLicensing: the element follows the ExpandedLicensing profile specification
3333
- security: the element follows the Security profile specification
3434
- build: the element follows the Build profile specification
3535
- ai: the element follows the AI profile specification

model/Licensing/Licensing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ facilitate compliance with typical license use cases.
1212
The Licensing profile only contains the additional requirement that any
1313
Software Artifact must have a `Relationship` of type `hasConcludedLicense`.
1414

15-
Classes and Property restrictions are defined in the `SimpleLicensingProfile`
15+
Classes and Property restrictions are defined in the SimpleLicensing Profile
1616
(Classes and Properties associated with
1717
[license expression strings](../../annexes/spdx-license-expressions.md))
18-
and in the `ExpandedLicensingProfile` (Classes and Properties used for a
18+
and in the ExpandedLicensing Profile (Classes and Properties used for a
1919
fully parsed syntax tree of license expressions).
2020

2121
There are 2 relationship types related to licensing - `hasDeclaredLicense` and

0 commit comments

Comments
 (0)