From 8243f3ebb546dfae8a35b0af2531d2b491ca572d Mon Sep 17 00:00:00 2001 From: Wojciech Galiszek Date: Sun, 7 Apr 2013 17:03:53 +0200 Subject: [PATCH] MDL-28250 license: Correct cc-nc url --- lib/licenselib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/licenselib.php b/lib/licenselib.php index c6700557653..5cd4c3df811 100644 --- a/lib/licenselib.php +++ b/lib/licenselib.php @@ -192,9 +192,9 @@ class license_manager { $license->shortname = 'cc-nc'; $license->fullname = 'Creative Commons - No Commercial'; - $license->source = 'http://creativecommons.org/licenses/by-nd/3.0/'; + $license->source = 'http://creativecommons.org/licenses/by-nc/3.0/'; $license->enabled = 1; - $license->version = '2010033100'; + $license->version = '2013051500'; $active_licenses[] = $license->shortname; self::add($license);