-
Notifications
You must be signed in to change notification settings - Fork 346
Accommodate canonical CC-BY-4.0 text #488
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
Merged
Merged
Changes from 4 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
82dd645
Accommodate canonical CC-BY-4.0 text
mlinksva ccaf5b5
rm mistakenly introduced double space
mlinksva 52ba77b
move first title text back out of optional section
mlinksva bed477d
handle spurious underscore in canonical text
mlinksva d177251
apply to the other 5 CC 4.0 licenses
mlinksva fc78654
add name attributes to alt per https://github.com/spdx/license-list-X…
mlinksva ad82590
consistent formatting of ...may be contacted... closing line
mlinksva c86fa96
Merge branch 'patch-3' of github.com:mlinksva/license-list-XML into p…
mlinksva 59d2420
Merge branch 'master' into patch-3
mlinksva 3a8a88e
Merge branch 'master' into patch-3
mlinksva 8107e70
add optional CC0 notice to 5 licenses not addressed in https://github…
mlinksva 7bf5366
fix conflict merge mistake
mlinksva File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
|
|
@@ -6,7 +6,7 @@ | |
| <crossRef>http://creativecommons.org/licenses/by/4.0/legalcode</crossRef> | ||
| </crossRefs> | ||
| <titleText> | ||
| <p>Creative Commons Attribution 4.0 International</p> | ||
| <p><optional>Creative Commons </optional>Attribution 4.0 International</p> | ||
| </titleText> | ||
| <optional> | ||
| <p>Creative Commons Corporation (“Creative Commons”) is not a law firm and does not provide legal services | ||
|
|
@@ -26,7 +26,7 @@ | |
| license they choose before applying it. Licensors should also secure all rights necessary before | ||
| applying our licenses so that the public can reuse the material as expected. Licensors should clearly | ||
| mark any material not subject to the license. This includes other CC-licensed material, or material | ||
| used under an exception or limitation to copyright. More considerations for licensors.</p> | ||
| used under an exception or limitation to copyright. More considerations for licensors<alt match=": wiki.creativecommons.org/Considerations_for_licensors|\.">: wiki.creativecommons.org/Considerations_for_licensors</alt></p> | ||
| <p>Considerations for the public: By using one of our public licenses, a licensor grants the public | ||
| permission to use the licensed material under specified terms and conditions. If the licensor’s | ||
| permission is not necessary for any reason–for example, because of any applicable exception or | ||
|
|
@@ -35,7 +35,7 @@ | |
| the licensed material may still be restricted for other reasons, including because others have | ||
| copyright or other rights in the material. A licensor may make special requests, such as asking that | ||
| all changes be marked or described. Although not required by our licenses, you are encouraged to | ||
| respect those requests where reasonable. More considerations for the public.</p> | ||
| respect those requests where reasonable. More<alt match=" |_"> </alt>considerations for the public<alt match=": wiki.creativecommons.org/Considerations_for_licensees|\.">: wiki.creativecommons.org/Considerations_for_licensees</alt></p> | ||
|
||
| </optional> | ||
|
|
||
| <titleText> | ||
|
|
@@ -439,4 +439,4 @@ | |
| <br/>Creative Commons may be contacted at creativecommons.org. </p> | ||
|
|
||
| </license> | ||
| </SPDXLicenseCollection> | ||
| </SPDXLicenseCollection> | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note the the current text doesn't make much sense; the sentence only works with the link. It was probably copied from the CC HTML version and the link lost. I think it would be fine to drop the current text entirely and thus avoid alt match, that is unless it is important to match texts previously published by SPDX (I imagine it might be).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not certain, but it probably is important for matching previous texts. I would leave the alt text in.