-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restructure licensing profile (#399)
* rework licensing profile according to June 27th meeting Signed-off-by: Armin Tänzer <[email protected]> * change SimpleCustomLicense to SimpleLicensingText Signed-off-by: Armin Tänzer <[email protected]> * change superclass of SimpleLicensingText to Element Signed-off-by: Armin Tänzer <[email protected]> * move licenseText property to Licensing profile to replace simpleLicensingText Signed-off-by: Armin Tänzer <[email protected]> * rename Licensing to SimpleLicensing and ExpandedLicense to ExpandedLicensing also add the corresponding ProfileIdentifierTypes Signed-off-by: Armin Tänzer <[email protected]> * fix reference to licenseText in SimpleLicensingText Signed-off-by: Armin Tänzer <[email protected]> --------- Signed-off-by: Armin Tänzer <[email protected]>
- Loading branch information
1 parent
82dcaed
commit 87e131f
Showing
42 changed files
with
54 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
model/ExpandedLicense/ExpandedLicense.md → model/ExpandedLicensing/ExpandedLicensing.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
SPDX-License-Identifier: Community-Spec-1.0 | ||
|
||
# ExpandedLicense | ||
# ExpandedLicensing | ||
|
||
## Summary | ||
|
||
Fully expanded license expresssions. | ||
Fully expanded license expressions. | ||
|
||
## Description | ||
|
||
This profile supports representing a fully expanded license expression in object form. | ||
|
||
## Metadata | ||
|
||
- id: https://rdf.spdx.org/v3/ExpandedLicense | ||
- name: ExpandedLicense | ||
- id: https://rdf.spdx.org/v3/ExpandedLicensing | ||
- name: ExpandedLicensing |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
SPDX-License-Identifier: Community-Spec-1.0 | ||
|
||
# SimpleLicensingText | ||
|
||
## Summary | ||
|
||
A license or addition that is not listed on the SPDX License List. | ||
|
||
## Description | ||
|
||
A SimpleLicensingText represents a License or Addition that is not listed on the SPDX License | ||
List at https://spdx.org/licenses, and is therefore defined by an SPDX data | ||
creator. | ||
|
||
## Metadata | ||
|
||
- name: SimpleLicensingText | ||
- SubclassOf: /Core/Element | ||
- Instantiability: Concrete | ||
|
||
## Properties | ||
|
||
- licenseText | ||
- type: xsd:string | ||
- minCount: 1 | ||
- maxCount: 1 |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 5 additions & 3 deletions
8
model/Licensing/Licensing.md → model/SimpleLicensing/SimpleLicensing.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,21 @@ | ||
SPDX-License-Identifier: Community-Spec-1.0 | ||
|
||
# Licensing | ||
# SimpleLicensing | ||
|
||
## Summary | ||
|
||
Additional metadata relating to software licensing. | ||
|
||
## Description | ||
|
||
TODO: This text has to be reworked to reflect the new licensing structure "Simple <-> Expanded". | ||
|
||
The Licensing namespace defines metadata fields applicable to software | ||
licensing. It also defines the classes and properties that comprise the | ||
SPDX License Expression syntax and that relate to the SPDX License List. | ||
|
||
## Metadata | ||
|
||
- id: https://rdf.spdx.org/v3/Licensing | ||
- name: Licensing | ||
- id: https://rdf.spdx.org/v3/SimpleLicensing | ||
- name: SimpleLicensing | ||
|