Skip to content

Commit 7b6a4bb

Browse files
swinslowkestewart
authored andcommitted
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 #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]>
1 parent 09971df commit 7b6a4bb

File tree

7 files changed

+133
-10
lines changed

7 files changed

+133
-10
lines changed

CONTRIBUTING.md

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
The SPDX specification is maintained by the SPDX [legal][spdx-legal] and [tech][spdx-tech] teams.
44
Design and planning is primarily done via the team [mailing][spdx-legal-list] [lists][spdx-tech-list] and meetings.
55

6+
## Contribution License Agreement
7+
8+
Contributions to this repo are made pursuant to the [SPDX Community Specification Contributor License Agreement 1.0][cla]. You do not need to submit a signed copy of the contributor license agreement; by making a contribution to this repo, you agree to the terms set forth in that agreement.
9+
610
## Submitting changes
711

812
Always write a clear log message for your commits. One-line messages are fine for small changes, but significant changes should look like this:
@@ -33,6 +37,7 @@ When submitting an issue or pull request, please add a suggested release milesto
3337

3438
If your issue or pull request is independent of a release, you can use the `release-independent` milestone.
3539

40+
[cla]: https://github.com/spdx/governance/blob/main/0._SPDX_Contributor_License_Agreement.md
3641
[issues]: https://github.com/spdx/spdx-spec/issues/
3742
[pull-requests]: https://github.com/spdx/spdx-spec/pulls/
3843
[spdx-legal]: https://wiki.spdx.org/view/Legal_Team

LICENSE

+119-1
Large diffs are not rendered by default.

docs/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
Copyright © 2010-2024 Linux Foundation and its Contributors.
44

55
This work is licensed under the
6-
Creative Commons Attribution License 3.0 Unported (CC-BY-3.0)
7-
and the Community specification License 1.0,
8-
both reproduced in their entirety in annexes herein.
6+
Community Specification License 1.0 (Community-Spec-1.0).
7+
Pre-existing portions of this work from copyright holders who have not subsequently contributed under the Community-Spec-1.0 are provided under Creative Commons Attribution License 3.0 Unported (CC-BY-3.0).
8+
Copies of these licenses are reproduced in their entirety herein.
99

1010
With thanks to
1111
Adam Cohn,

docs/licenses/cc-by-3.0-unported.md docs/licenses/CC-BY-3.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Annex J Creative Commons Attribution License 3.0 Unported (Informative)
1+
# Creative Commons Attribution License 3.0 Unported
22

33
**License**
44

File renamed without changes.

mkdocs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -308,5 +308,5 @@ nav:
308308
- 'SPDX License Expressions': annexes/SPDX-license-expressions.md
309309
- 'Using SPDX short identifiers in Source Files': annexes/using-SPDX-short-identifiers-in-source-files.md
310310
- licenses:
311-
- 'Creative Commons Attribution License 3.0 Unported': licenses/cc-by-3.0-unported.md
312-
- 'Community Spec License 1.0': licenses/community-spec.md
311+
- 'Creative Commons Attribution License 3.0 Unported': licenses/CC-BY-3.0.md
312+
- 'Community Specification License 1.0': licenses/Community-Spec-1.0.md

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ def read(fname):
1111

1212
setup(
1313
name = "spdx_specification",
14-
version = "2.3",
14+
version = "3.0",
1515
author = "Linux Foundation and SPDX Contributors",
16-
author_email = "[email protected]",
16+
author_email = "[email protected]",
1717
description = ("The Software Package Data Exchange® (SPDX®) specification is a standard format for communicating the components, licenses and copyrights associated with software packages."),
18-
license = "CC-BY-3.0 AND MIT",
18+
license = "Community-Spec-1.0 AND CC-BY-3.0 AND MIT",
1919
keywords = "SPDX Software Package Data Exchange SPDX-License-Identifier specification licenses license",
2020
url = "https://spdx.org",
2121
long_description=read('README.md'),

0 commit comments

Comments
 (0)