-
-
Notifications
You must be signed in to change notification settings - Fork 427
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix file names and identifiers for CC-BY-2.0, CC-BY-3.0 + CC-BY-4.0
- Loading branch information
Showing
7 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions
10
.../main/res/values/license_cc20_strings.xml → ...ain/res/values/license_cc_2_0_strings.xml
This file contains 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 |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources translatable="false"> | ||
<string name="define_license_cc20" translatable="false"></string> | ||
<string name="license_cc20_licenseName" translatable="false">Creative Commons 2.0 License</string> | ||
<string name="license_cc20_licenseWebsite" translatable="false">http://creativecommons.org/licenses/by/2.0/legalcode</string> | ||
<string name="license_cc20_licenseShortDescription" translatable="false"> | ||
<string name="define_license_cc_2_0" translatable="false"></string> | ||
<string name="license_cc_2_0_licenseName" translatable="false">Creative Commons 2.0 License</string> | ||
<string name="license_cc_2_0_licenseWebsite" translatable="false">http://creativecommons.org/licenses/by/2.0/legalcode</string> | ||
<string name="license_cc_2_0_licenseShortDescription" translatable="false"> | ||
<![CDATA[THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE (\"CCPL\" OR \"LICENSE\"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED. | ||
BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS. | ||
]]> | ||
</string> | ||
<string name="license_cc20_licenseDescription" translatable="false">raw:license_cc20</string> | ||
<string name="license_cc_2_0_licenseDescription" translatable="false">raw:license_cc_2_0</string> | ||
</resources> |
10 changes: 5 additions & 5 deletions
10
.../main/res/values/license_cc30_strings.xml → ...ain/res/values/license_cc_3_0_strings.xml
This file contains 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 |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources translatable="false"> | ||
<string name="define_license_cc30" translatable="false"></string> | ||
<string name="license_cc30_licenseName" translatable="false">Creative Commons 3.0 License</string> | ||
<string name="license_cc30_licenseWebsite" translatable="false">http://creativecommons.org/licenses/by/3.0/legalcode</string> | ||
<string name="license_cc30_licenseShortDescription" translatable="false"> | ||
<string name="define_license_cc_3_0" translatable="false"></string> | ||
<string name="license_cc_3_0_licenseName" translatable="false">Creative Commons 3.0 License</string> | ||
<string name="license_cc_3_0_licenseWebsite" translatable="false">http://creativecommons.org/licenses/by/3.0/legalcode</string> | ||
<string name="license_cc_3_0_licenseShortDescription" translatable="false"> | ||
<![CDATA[THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COMMONS PUBLIC LICENSE (\"CCPL\" OR \"LICENSE\"). THE WORK IS PROTECTED BY COPYRIGHT AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UNDER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED.<br/><br/> | ||
BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY BE CONSIDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS. | ||
]]> | ||
</string> | ||
<string name="license_cc30_licenseDescription" translatable="false">raw:license_cc30</string> | ||
<string name="license_cc_3_0_licenseDescription" translatable="false">raw:license_cc_3_0</string> | ||
</resources> |
This file contains 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
This file contains 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