diff options
author | Andreas Gohr <andi@splitbrain.org> | 2010-02-14 20:10:37 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2010-02-14 20:10:37 +0100 |
commit | 81276e748703f47e583c7ad0d7ca0c0dcba3e12d (patch) | |
tree | 3d56243e2fb7438e10a50dc37043942280aa7041 | |
parent | b04e9c2821040ceefeaf1953e47b5871f87a66a9 (diff) | |
download | rpg-81276e748703f47e583c7ad0d7ca0c0dcba3e12d.tar.gz rpg-81276e748703f47e583c7ad0d7ca0c0dcba3e12d.tar.bz2 |
Fixed license URL FS#1883
-rw-r--r-- | conf/license.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/license.php b/conf/license.php index 9a753baa7..af8c77f79 100644 --- a/conf/license.php +++ b/conf/license.php @@ -23,7 +23,7 @@ $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', |