summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorTanguy Ortolo <tanguy@ortolo.eu>2010-02-27 19:57:11 +0100
committerAndreas Gohr <andi@splitbrain.org>2010-02-28 10:47:16 +0100
commit003d21aecc68351b4dc919e47c6d89614c60ca4a (patch)
treeac9d0a4d0cb7b70791174911cdd309a150ea50aa /conf
parent516582b3ae1e8d76bc5dbca074cb8bac4fa9cb48 (diff)
downloadrpg-003d21aecc68351b4dc919e47c6d89614c60ca4a.tar.gz
rpg-003d21aecc68351b4dc919e47c6d89614c60ca4a.tar.bz2
Update license GFDL and added CC0
Diffstat (limited to 'conf')
-rw-r--r--conf/license.php8
1 files changed, 6 insertions, 2 deletions
diff --git a/conf/license.php b/conf/license.php
index af8c77f79..b97cb3cfd 100644
--- a/conf/license.php
+++ b/conf/license.php
@@ -29,12 +29,16 @@ $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',
);