Skip to content

Commit

Permalink
Relicense under Perl 5 terms.
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumeaubert committed Apr 16, 2016
1 parent 2b7ba64 commit 2093fd2
Show file tree
Hide file tree
Showing 6 changed files with 353 additions and 656 deletions.
2 changes: 1 addition & 1 deletion Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ my $class = Module::Build->subclass(

my $builder = $class->new(
module_name => 'App::GitHooks::Plugin::PgBouncerAuthSyntax',
license => 'GPL_3',
license => 'Perl_5',
dist_author => q{Guillaume Aubert <aubertg@cpan.org>},
dist_version_from => 'lib/App/GitHooks/Plugin/PgBouncerAuthSyntax.pm',
build_requires =>
Expand Down
974 changes: 340 additions & 634 deletions LICENSE

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dynamic_config" : 1,
"generated_by" : "Module::Build version 0.4205",
"license" : [
"gpl_3"
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
Expand Down Expand Up @@ -51,7 +51,7 @@
},
"homepage" : "https://metacpan.org/release/App-GitHooks-Plugin-PgBouncerAuthSyntax",
"license" : [
"http://www.gnu.org/licenses/gpl-3.0.txt"
"http://dev.perl.org/licenses/"
],
"repository" : {
"url" : "https://github.com/guillaumeaubert/App-GitHooks-Plugin-PgBouncerAuthSyntax"
Expand Down
4 changes: 2 additions & 2 deletions META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ configure_requires:
Module::Build: '0'
dynamic_config: 1
generated_by: 'Module::Build version 0.4205, CPAN::Meta::Converter version 2.140640'
license: gpl
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: '1.4'
Expand All @@ -30,6 +30,6 @@ requires:
resources:
bugtracker: https://github.com/guillaumeaubert/App-GitHooks-Plugin-PgBouncerAuthSyntax/issues
homepage: https://metacpan.org/release/App-GitHooks-Plugin-PgBouncerAuthSyntax
license: http://www.gnu.org/licenses/gpl-3.0.txt
license: http://dev.perl.org/licenses/
repository: https://github.com/guillaumeaubert/App-GitHooks-Plugin-PgBouncerAuthSyntax
version: v1.0.3
15 changes: 5 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ App-GitHooks-Plugin-PgBouncerAuthSyntax
[![Build Status](https://travis-ci.org/guillaumeaubert/App-GitHooks-Plugin-PgBouncerAuthSyntax.svg?branch=master)](https://travis-ci.org/guillaumeaubert/App-GitHooks-Plugin-PgBouncerAuthSyntax)
[![Coverage Status](https://coveralls.io/repos/guillaumeaubert/App-GitHooks-Plugin-PgBouncerAuthSyntax/badge.svg?branch=master)](https://coveralls.io/r/guillaumeaubert/App-GitHooks-Plugin-PgBouncerAuthSyntax?branch=master)
[![CPAN](https://img.shields.io/cpan/v/App-GitHooks-Plugin-PgBouncerAuthSyntax.svg)](https://metacpan.org/release/App-GitHooks-Plugin-PgBouncerAuthSyntax)
[![License](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://opensource.org/licenses/GPL-3.0)
[![License](https://img.shields.io/badge/license-Perl%205-blue.svg)](http://dev.perl.org/licenses/)

App::GitHooks plugin to verify that the syntax of PgBouncer auth files is
correct.
Expand Down Expand Up @@ -48,16 +48,11 @@ You can also look for information at:
LICENSE AND COPYRIGHT
---------------------

Copyright (C) 2013-2016 Guillaume Aubert
Copyright (C) 2013-2016 Guillaume Aubert.

This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License version 3 as published by the Free
Software Foundation.
This code is free software; you can redistribute it and/or modify it under the
same terms as Perl 5 itself.

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 program. If not, see http://www.gnu.org/licenses/

PARTICULAR PURPOSE. See the LICENSE file for more details.
10 changes: 3 additions & 7 deletions lib/App/GitHooks/Plugin/PgBouncerAuthSyntax.pm
Original file line number Diff line number Diff line change
Expand Up @@ -287,16 +287,12 @@ C<< <aubertg at cpan.org> >>.
Copyright 2013-2016 Guillaume Aubert.
This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License version 3 as published by the Free
Software Foundation.
This code is free software; you can redistribute it and/or modify it under the
same terms as Perl 5 itself.
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 program. If not, see http://www.gnu.org/licenses/
PARTICULAR PURPOSE. See the LICENSE file for more details.
=cut

Expand Down

0 comments on commit 2093fd2

Please sign in to comment.