WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 1410455

Browse files
committed
Updated license URL as suggested by Software::License.
1 parent 71b8d2d commit 1410455

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Module/Install/Metadata.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -462,8 +462,8 @@ my %license_urls = (
462462
lgpl3 => 'http://opensource.org/licenses/lgpl-3.0.html',
463463
bsd => 'http://opensource.org/licenses/bsd-license.php',
464464
gpl => 'http://opensource.org/licenses/gpl-license.php',
465-
gpl2 => 'http://opensource.org/licenses/gpl-2.0.php',
466-
gpl3 => 'http://opensource.org/licenses/gpl-3.0.html',
465+
gpl2 => 'http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt',
466+
gpl3 => 'http://www.gnu.org/licenses/gpl-3.0.txt',
467467
mit => 'http://opensource.org/licenses/mit-license.php',
468468
mozilla => 'http://opensource.org/licenses/mozilla1.1.php',
469469
open_source => undef,

0 commit comments

Comments
 (0)