From 003d21aecc68351b4dc919e47c6d89614c60ca4a Mon Sep 17 00:00:00 2001 From: Tanguy Ortolo Date: Sat, 27 Feb 2010 19:57:11 +0100 Subject: Update license GFDL and added CC0 --- conf/license.php | 8 ++++++-- lib/images/license/badge/cc-zero.png | Bin 0 -> 1266 bytes lib/images/license/button/cc-by-nc-nd.png | Bin 678 -> 688 bytes lib/images/license/button/cc-by-nc-sa.png | Bin 686 -> 697 bytes lib/images/license/button/cc-by-nc.png | Bin 663 -> 672 bytes lib/images/license/button/cc-by-nd.png | Bin 658 -> 665 bytes lib/images/license/button/cc-by-sa.png | Bin 661 -> 672 bytes lib/images/license/button/cc-by.png | Bin 629 -> 640 bytes lib/images/license/button/cc-zero.png | Bin 0 -> 865 bytes lib/images/license/button/cc.png | Bin 728 -> 801 bytes 10 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 lib/images/license/badge/cc-zero.png create mode 100644 lib/images/license/button/cc-zero.png 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', ); diff --git a/lib/images/license/badge/cc-zero.png b/lib/images/license/badge/cc-zero.png new file mode 100644 index 000000000..8a0ef3e3b Binary files /dev/null and b/lib/images/license/badge/cc-zero.png differ diff --git a/lib/images/license/button/cc-by-nc-nd.png b/lib/images/license/button/cc-by-nc-nd.png index b27ead2f6..072f8cda0 100644 Binary files a/lib/images/license/button/cc-by-nc-nd.png and b/lib/images/license/button/cc-by-nc-nd.png differ diff --git a/lib/images/license/button/cc-by-nc-sa.png b/lib/images/license/button/cc-by-nc-sa.png index 1c54f994d..ed028fed9 100644 Binary files a/lib/images/license/button/cc-by-nc-sa.png and b/lib/images/license/button/cc-by-nc-sa.png differ diff --git a/lib/images/license/button/cc-by-nc.png b/lib/images/license/button/cc-by-nc.png index 33c7b1fa4..54ebdfbd8 100644 Binary files a/lib/images/license/button/cc-by-nc.png and b/lib/images/license/button/cc-by-nc.png differ diff --git a/lib/images/license/button/cc-by-nd.png b/lib/images/license/button/cc-by-nd.png index 52073c043..35eca20cc 100644 Binary files a/lib/images/license/button/cc-by-nd.png and b/lib/images/license/button/cc-by-nd.png differ diff --git a/lib/images/license/button/cc-by-sa.png b/lib/images/license/button/cc-by-sa.png index 0b1880f91..c67509f12 100644 Binary files a/lib/images/license/button/cc-by-sa.png and b/lib/images/license/button/cc-by-sa.png differ diff --git a/lib/images/license/button/cc-by.png b/lib/images/license/button/cc-by.png index 99d8efd35..ecd2abc73 100644 Binary files a/lib/images/license/button/cc-by.png and b/lib/images/license/button/cc-by.png differ diff --git a/lib/images/license/button/cc-zero.png b/lib/images/license/button/cc-zero.png new file mode 100644 index 000000000..27d413464 Binary files /dev/null and b/lib/images/license/button/cc-zero.png differ diff --git a/lib/images/license/button/cc.png b/lib/images/license/button/cc.png index adfa085bd..f640586c9 100644 Binary files a/lib/images/license/button/cc.png and b/lib/images/license/button/cc.png differ -- cgit v1.2.3