diff options
Diffstat (limited to 'conf/license.php')
-rw-r--r-- | conf/license.php | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/conf/license.php b/conf/license.php index 9a753baa7..b97cb3cfd 100644 --- a/conf/license.php +++ b/conf/license.php @@ -23,18 +23,22 @@ $license['cc-by-nc-sa'] = array( ); $license['cc-by-nd'] = array( 'name' => 'CC Attribution-No Derivative Works 3.0 Unported', - 'url' => 'cc-by-nd', + 'url' => 'http://creativecommons.org/licenses/by-nd/3.0/', ); $license['cc-by-sa'] = array( 'name' => 'CC Attribution-Share Alike 3.0 Unported', 'url' => 'http://creativecommons.org/licenses/by-sa/3.0/', ); +$license['cc-zero'] = array( + 'name' => 'CC0 1.0 Universal', + 'url' => 'http://creativecommons.org/publicdomain/zero/1.0/', +); $license['publicdomain'] = array( 'name' => 'Public Domain', 'url' => 'http://creativecommons.org/licenses/publicdomain/', ); $license['gnufdl'] = array( - 'name' => 'GNU Free Documentation License 1.2', - 'url' => 'http://www.gnu.org/licenses/fdl-1.2.html', + 'name' => 'GNU Free Documentation License 1.3', + 'url' => 'http://www.gnu.org/licenses/fdl-1.3.html', ); |