diff --git a/lib/PocketIO.pm b/lib/PocketIO.pm index abf0035..e6cb379 100644 --- a/lib/PocketIO.pm +++ b/lib/PocketIO.pm @@ -363,7 +363,14 @@ Viacheslav Tykhanovskyi, C. Copyright (C) 2011-2013, Viacheslav Tykhanovskyi -This program is free software, you can redistribute it and/or modify it under -the terms of the Artistic License version 2.0. +This is free software; you can redistribute it and/or modify it under +the same terms as the Perl 5 programming language system itself. + +Terms of the Perl programming language system itself: + +a) the GNU General Public License as published by the Free + Software Foundation; either version 1, or (at your option) any + later version, or +b) the "Artistic License" =cut diff --git a/minil.toml b/minil.toml index b40446d..0525543 100644 --- a/minil.toml +++ b/minil.toml @@ -1 +1,2 @@ name = "PocketIO" +license = "perl_5"