summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorRené Scheibe <rene.scheibe@gmail.com>2015-06-02 00:03:09 +0200
committerRené Scheibe <rene.scheibe@gmail.com>2015-06-04 17:44:53 +0200
commit9f3023e62659702d85a1fccbc5d49a4bb8392ba1 (patch)
treed7fa3f232308c52c16f3e7437e91983935c80b6d /Makefile.PL
parent4419dba89e92b471d1b869de8ece10ddb567be4f (diff)
downloadninka-9f3023e62659702d85a1fccbc5d49a4bb8392ba1.tar.gz
update documenation to changed license & modularized implemenation
* also replace separate maintained man page via auto-generated one from pod * documentation of the "ninka" script is maintained as pod directly inside the script itself (bin/ninka) * at build time via "make" a man page is generated under blib/man1/ninka.1p
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 95f568b..b29cf02 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -7,7 +7,7 @@ WriteMakefile(
NAME => 'Ninka',
VERSION_FROM => 'lib/Ninka.pm',
ABSTRACT_FROM => 'lib/Ninka.pm',
- LICENSE => 'agpl_3',
+ LICENSE => 'gpl_2',
AUTHOR => [
'Daniel M. German <dmg@uvic.ca>',
'Yuki Manabe <y-manabe@ist.osaka-u.ac.jp>',
@@ -38,7 +38,7 @@ WriteMakefile(
resources => {
homepage => 'http://ninka.turingmachine.org/',
repository => 'https://github.com/dmgerman/ninka',
- license => 'http://www.gnu.org/licenses/agpl-3.0.html',
+ license => 'http://www.gnu.org/licenses/gpl-2.0.html',
},
},
);