forked from moodle/moodle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
"MDL-21146, improve file license code"
- Loading branch information
Dongsheng Cai
committed
Mar 31, 2010
1 parent
1e9bbac
commit d1d4813
Showing
7 changed files
with
261 additions
and
59 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?php | ||
$string['allrightsreserved'] = 'All rights reserved'; | ||
$string['cc'] = 'Creative Commons'; | ||
$string['cc-nd'] = 'Creative Commons - NoDerivs'; | ||
$string['cc-nc-nd'] = 'Creative Commons - No Commercial NoDerivs'; | ||
$string['cc-nc'] = 'Creative Commons - No Commercial'; | ||
$string['cc-nc-sa'] = 'Creative Commons - No Commercial ShareAlike'; | ||
$string['cc-sa'] = 'Creative Commons - ShareAlike'; | ||
$string['public'] = 'Public domain'; | ||
$string['unknown'] = 'Unknown license'; |
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
Oops, something went wrong.