-
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
Changes from 2 commits
82dd645
ccaf5b5
52ba77b
bed477d
d177251
fc78654
ad82590
c86fa96
59d2420
3a8a88e
8107e70
7bf5366
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,10 +5,10 @@ | |
| <crossRefs> | ||
| <crossRef>http://creativecommons.org/licenses/by/4.0/legalcode</crossRef> | ||
| </crossRefs> | ||
| <titleText> | ||
| <p>Creative Commons Attribution 4.0 International</p> | ||
| </titleText> | ||
| <optional> | ||
| <titleText> | ||
| <p><optional>Creative Commons </optional>Attribution 4.0 International</p> | ||
| </titleText> | ||
| <p>Creative Commons Corporation (“Creative Commons”) is not a law firm and does not provide legal services | ||
| or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or | ||
| other relationship. Creative Commons makes its licenses and related information available on an | ||
|
|
@@ -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 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> | ||
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 moved this inside the optional block because it doesn't make sense to have
meaning that
is a reasonable rendering.
And note that "Creative Commons " is not included in the version provided by CC, thus made optional.
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 actually treating all titleText as optional when creating the license matching templates - so we don't really need to wrap the titleText with optional.