Skip to content

Commit

Permalink
MDL-28250 license: Correct cc-nc url
Browse files Browse the repository at this point in the history
  • Loading branch information
Wojciech Galiszek authored and danpoltawski committed May 15, 2013
1 parent f0d8c53 commit 81fe100
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/licenselib.php
Expand Up @@ -192,9 +192,9 @@ static public function install_licenses() {

$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);

Expand Down

0 comments on commit 81fe100

Please sign in to comment.