Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for Community Specification 1.0 license #900

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
The SPDX specification is maintained by the SPDX [legal][spdx-legal] and [tech][spdx-tech] teams.
Design and planning is primarily done via the team [mailing][spdx-legal-list] [lists][spdx-tech-list] and meetings.

## Contribution License Agreement

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.

## Submitting changes

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

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

[cla]: https://github.com/spdx/governance/blob/main/0._SPDX_Contributor_License_Agreement.md
[issues]: https://github.com/spdx/spdx-spec/issues/
[pull-requests]: https://github.com/spdx/spdx-spec/pulls/
[spdx-legal]: https://wiki.spdx.org/view/Legal_Team
Expand Down
120 changes: 119 additions & 1 deletion LICENSE

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
Copyright © 2010-2024 Linux Foundation and its Contributors.

This work is licensed under the
Creative Commons Attribution License 3.0 Unported (CC-BY-3.0)
and the Community specification License 1.0,
both reproduced in their entirety in annexes herein.
Community Specification License 1.0 (Community-Spec-1.0).
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).
Copies of these licenses are reproduced in their entirety herein.

With thanks to
Adam Cohn,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Annex J Creative Commons Attribution License 3.0 Unported (Informative)
# Creative Commons Attribution License 3.0 Unported

**License**

Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,5 +308,5 @@ nav:
- 'SPDX License Expressions': annexes/SPDX-license-expressions.md
- 'Using SPDX short identifiers in Source Files': annexes/using-SPDX-short-identifiers-in-source-files.md
- licenses:
- 'Creative Commons Attribution License 3.0 Unported': licenses/cc-by-3.0-unported.md
- 'Community Spec License 1.0': licenses/community-spec.md
- 'Creative Commons Attribution License 3.0 Unported': licenses/CC-BY-3.0.md
- 'Community Specification License 1.0': licenses/Community-Spec-1.0.md
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down
Loading