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

Correct title for cc-by-nd-2.5 #2638

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion src/CC-BY-ND-2.5.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</crossRefs>
<text>
<titleText>
<p>Creative Commons Attribution-NoDerivs 2.5</p>
<p>Creative Commons Attribution-NoDerivs 2.5 Generic</p>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One more thing also confuse me, the link https://creativecommons.org/licenses/by-nd/2.5/legalcode license name is "Attribution-NoDerivs 2.5 Generic" but in spdx named "Creative Commons Attribution-NoDerivs 2.5 Generic", should we also remove the leading word "Creative Commons"?

Suggested change
<p>Creative Commons Attribution-NoDerivs 2.5 Generic</p>
<p>Attribution-NoDerivs 2.5 Generic</p>

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

And in https://spdx.org/licenses/CC-BY-ND-2.5.html I find out the "full name" have "Creative Commons" keyword but https://creativecommons.org/licenses/by-nd/2.5/legalcode license name is "Attribution-NoDerivs 2.5 Generic", should we also remove "Creative Commons" for the name
Or I want to know in which case we will add a prefix like "Creative Commons" in the title?

</titleText>
<optional>
<p>CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS
Expand Down
2 changes: 1 addition & 1 deletion test/simpleTestForGenerator/CC-BY-ND-2.5.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Creative Commons Attribution-NoDerivs 2.5
Creative Commons Attribution-NoDerivs 2.5 Generic

CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGAL SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.

Expand Down
Loading