forked from spdx/spdx-spec
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update for Community Specification 1.0 license
This commit implements details for the change to the Community-Spec-1.0 license for the v3.0 branch. It reflects similar changes as previously submitted in spdx#679, with some conforming edits reflecting the move of license texts out of annexes and into a separate licenses folder. Signed-off-by: Steve Winslow <[email protected]>
- Loading branch information
Showing
7 changed files
with
133 additions
and
10 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
2 changes: 1 addition & 1 deletion
2
docs/licenses/cc-by-3.0-unported.md → docs/licenses/CC-BY-3.0.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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,11 +11,11 @@ def read(fname): | |
|
||
setup( | ||
name = "spdx_specification", | ||
version = "2.3", | ||
version = "3.0", | ||
author = "Linux Foundation and SPDX Contributors", | ||
author_email = "[email protected]", | ||
author_email = "[email protected]", | ||
description = ("The Software Package Data Exchange® (SPDX®) specification is a standard format for communicating the components, licenses and copyrights associated with software packages."), | ||
license = "CC-BY-3.0 AND MIT", | ||
license = "Community-Spec-1.0 AND CC-BY-3.0 AND MIT", | ||
keywords = "SPDX Software Package Data Exchange SPDX-License-Identifier specification licenses license", | ||
url = "https://spdx.org", | ||
long_description=read('README.md'), | ||
|