diff --git a/Build.PL b/Build.PL index d607a9cb..b4c75178 100644 --- a/Build.PL +++ b/Build.PL @@ -1,7 +1,7 @@ use Module::Build qw(); my $builder = Module::Build->new( module_name => 'NGCP-Schema', - license => 'restrictive', + license => 'GPL_3', dist_author => 'Lars Dieckow ', dist_version_from => 'lib/NGCP/Schema.pm', requires => { diff --git a/README b/README index 969e6dd6..cda01167 100644 --- a/README +++ b/README @@ -16,4 +16,25 @@ See distribution meta file. =head1 LICENCE -restricted +This software is Copyright © 2013 by Sipwise GmbH, Austria. + +This program is free software; you can redistribute it +and/or modify it under the terms of the GNU General Public +License as published by the Free Software Foundation; either +version 3 of the License, or (at your option) any later +version. + +This program is distributed in the hope that it will be +useful, but WITHOUT ANY WARRANTY; without even the implied +warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR +PURPOSE. See the GNU General Public License for more +details. + +You should have received a copy of the GNU General Public +License along with this package; if not, write to the Free +Software Foundation, Inc., 51 Franklin St, Fifth Floor, +Boston, MA 02110-1301 USA + +On Debian systems, the full text of the GNU General Public +License version 3 can be found in the file +F. diff --git a/lib/NGCP/Schema.pm b/lib/NGCP/Schema.pm index 4a7cf5ee..c35cac3a 100644 --- a/lib/NGCP/Schema.pm +++ b/lib/NGCP/Schema.pm @@ -143,4 +143,25 @@ Lars Dieckow C<< >> =head1 LICENCE -restricted +This software is Copyright © 2013 by Sipwise GmbH, Austria. + +This program is free software; you can redistribute it +and/or modify it under the terms of the GNU General Public +License as published by the Free Software Foundation; either +version 3 of the License, or (at your option) any later +version. + +This program is distributed in the hope that it will be +useful, but WITHOUT ANY WARRANTY; without even the implied +warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR +PURPOSE. See the GNU General Public License for more +details. + +You should have received a copy of the GNU General Public +License along with this package; if not, write to the Free +Software Foundation, Inc., 51 Franklin St, Fifth Floor, +Boston, MA 02110-1301 USA + +On Debian systems, the full text of the GNU General Public +License version 3 can be found in the file +F. diff --git a/lib/NGCP/Schema/Config.pm b/lib/NGCP/Schema/Config.pm index ef111360..458270ad 100644 --- a/lib/NGCP/Schema/Config.pm +++ b/lib/NGCP/Schema/Config.pm @@ -120,4 +120,25 @@ Lars Dieckow C<< >> =head1 LICENCE -restricted +This software is Copyright © 2013 by Sipwise GmbH, Austria. + +This program is free software; you can redistribute it +and/or modify it under the terms of the GNU General Public +License as published by the Free Software Foundation; either +version 3 of the License, or (at your option) any later +version. + +This program is distributed in the hope that it will be +useful, but WITHOUT ANY WARRANTY; without even the implied +warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR +PURPOSE. See the GNU General Public License for more +details. + +You should have received a copy of the GNU General Public +License along with this package; if not, write to the Free +Software Foundation, Inc., 51 Franklin St, Fifth Floor, +Boston, MA 02110-1301 USA + +On Debian systems, the full text of the GNU General Public +License version 3 can be found in the file +F. diff --git a/lib/NGCP/Schema/Exception.pm b/lib/NGCP/Schema/Exception.pm index 12ebe6dc..b5e3c1e2 100644 --- a/lib/NGCP/Schema/Exception.pm +++ b/lib/NGCP/Schema/Exception.pm @@ -93,4 +93,25 @@ Lars Dieckow C<< >> =head1 LICENCE -restricted +This software is Copyright © 2013 by Sipwise GmbH, Austria. + +This program is free software; you can redistribute it +and/or modify it under the terms of the GNU General Public +License as published by the Free Software Foundation; either +version 3 of the License, or (at your option) any later +version. + +This program is distributed in the hope that it will be +useful, but WITHOUT ANY WARRANTY; without even the implied +warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR +PURPOSE. See the GNU General Public License for more +details. + +You should have received a copy of the GNU General Public +License along with this package; if not, write to the Free +Software Foundation, Inc., 51 Franklin St, Fifth Floor, +Boston, MA 02110-1301 USA + +On Debian systems, the full text of the GNU General Public +License version 3 can be found in the file +F.