Change LICENSE in META to open_source
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 30 Aug 2014 22:03:19 +0000 (01:03 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 30 Aug 2014 22:03:19 +0000 (01:03 +0300)
Makefile.PL

index 476b826faf11a884b2711fe94b449dc127e6eecc..6edcebdf66053f0bd95325bca9e8bb7e3d6b0b57 100644 (file)
@@ -7,7 +7,7 @@ WriteMakefile(
        AUTHOR            => 'Marius Gavrilescu <marius@ieval.ro>',
        EXE_FILES         => ['fonbotd'],
        MIN_PERL_VERSION  => "5.14.0",
-       LICENSE           => 'AGPL_3',
+       LICENSE           => 'open_source', # AGPL_3 to be exact, but that requires META version 2
        SIGN              => 1,
        PREREQ_PM         => {
                qw/Apache2::Authen::Passphrase             0
This page took 0.009938 seconds and 4 git commands to generate.