File tree Expand file tree Collapse file tree 13 files changed +28
-62
lines changed
Expand file tree Collapse file tree 13 files changed +28
-62
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ Revision history for Perl extension GitLab-API-v4.
22
33{{$NEXT}}
44
5+ - Fixed incorrect license messaging in POD.
6+
570.26 2021-01-30T07:10:57Z
68
79 - Changed licensing terms to be the same as Perl 5.
Original file line number Diff line number Diff line change @@ -5537,19 +5537,7 @@ Thomas Klausner <domm@plix.at>
55375537Graham Knop <haarg@haarg.org>
55385538```
55395539
5540- # COPYRIGHT AND LICENSE
5540+ # LICENSE
55415541
5542- Copyright (C) 2014 Aran Clary Deltac
5543-
5544- This program is free software: you can redistribute it and/or modify
5545- it under the terms of the GNU General Public License as published by
5546- the Free Software Foundation, either version 3 of the License, or
5547- (at your option) any later version.
5548-
5549- This program is distributed in the hope that it will be useful,
5550- but WITHOUT ANY WARRANTY; without even the implied warranty of
5551- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
5552- GNU General Public License for more details.
5553-
5554- You should have received a copy of the GNU General Public License
5555- along with this program. If not, see [http://www.gnu.org/licenses/](http://www.gnu.org/licenses/).
5542+ This library is free software; you can redistribute it and/or modify
5543+ it under the same terms as Perl itself.
Original file line number Diff line number Diff line change @@ -49,22 +49,10 @@ development this distribution would not exist.
4949 Thomas Klausner <domm@plix.at>
5050 Graham Knop <haarg@haarg.org>
5151
52- =head1 COPYRIGHT AND LICENSE
52+ =head1 LICENSE
5353
54- Copyright (C) 2014 Aran Clary Deltac
55-
56- This program is free software: you can redistribute it and/or modify
57- it under the terms of the GNU General Public License as published by
58- the Free Software Foundation, either version 3 of the License, or
59- (at your option) any later version.
60-
61- This program is distributed in the hope that it will be useful,
62- but WITHOUT ANY WARRANTY; without even the implied warranty of
63- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
64- GNU General Public License for more details.
65-
66- You should have received a copy of the GNU General Public License
67- along with this program. If not, see L<http://www.gnu.org/licenses/> .
54+ This library is free software; you can redistribute it and/or modify
55+ it under the same terms as Perl itself.
6856
6957=cut
7058
Original file line number Diff line number Diff line change 11package GitLab::API::v4 ;
2- our $VERSION = ' 0.25 ' ;
2+ our $VERSION = ' 0.26 ' ;
33
44=encoding utf8
55
Original file line number Diff line number Diff line change @@ -10797,22 +10797,10 @@ development this distribution would not exist.
1079710797 Thomas Klausner <domm@plix.at>
1079810798 Graham Knop <haarg@haarg.org>
1079910799
10800- =head1 COPYRIGHT AND LICENSE
10800+ =head1 LICENSE
1080110801
10802- Copyright (C) 2014 Aran Clary Deltac
10803-
10804- This program is free software: you can redistribute it and/or modify
10805- it under the terms of the GNU General Public License as published by
10806- the Free Software Foundation, either version 3 of the License, or
10807- (at your option) any later version.
10808-
10809- This program is distributed in the hope that it will be useful,
10810- but WITHOUT ANY WARRANTY; without even the implied warranty of
10811- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10812- GNU General Public License for more details.
10813-
10814- You should have received a copy of the GNU General Public License
10815- along with this program. If not, see L<http://www.gnu.org/licenses/> .
10802+ This library is free software; you can redistribute it and/or modify
10803+ it under the same terms as Perl itself.
1081610804
1081710805=cut
1081810806
Original file line number Diff line number Diff line change @@ -266,9 +266,9 @@ See L<GitLab::API::v4/SUPPORT>.
266266
267267See L<GitLab::API::v4/AUTHORS> .
268268
269- =head1 COPYRIGHT AND LICENSE
269+ =head1 LICENSE
270270
271- See L<GitLab::API::v4/COPYRIGHT AND LICENSE> .
271+ See L<GitLab::API::v4/LICENSE> .
272272
273273=cut
274274
Original file line number Diff line number Diff line change @@ -153,9 +153,9 @@ See L<GitLab::API::v4/SUPPORT>.
153153
154154See L<GitLab::API::v4/AUTHORS> .
155155
156- =head1 COPYRIGHT AND LICENSE
156+ =head1 LICENSE
157157
158- See L<GitLab::API::v4/COPYRIGHT AND LICENSE> .
158+ See L<GitLab::API::v4/LICENSE> .
159159
160160=cut
161161
Original file line number Diff line number Diff line change @@ -66,9 +66,9 @@ See L<GitLab::API::v4/SUPPORT>.
6666
6767See L<GitLab::API::v4/AUTHORS> .
6868
69- =head1 COPYRIGHT AND LICENSE
69+ =head1 LICENSE
7070
71- See L<GitLab::API::v4/COPYRIGHT AND LICENSE> .
71+ See L<GitLab::API::v4/LICENSE> .
7272
7373=cut
7474
Original file line number Diff line number Diff line change @@ -202,9 +202,9 @@ See L<GitLab::API::v4/SUPPORT>.
202202
203203See L<GitLab::API::v4/AUTHORS> .
204204
205- =head1 COPYRIGHT AND LICENSE
205+ =head1 LICENSE
206206
207- See L<GitLab::API::v4/COPYRIGHT AND LICENSE> .
207+ See L<GitLab::API::v4/LICENSE> .
208208
209209=cut
210210
Original file line number Diff line number Diff line change @@ -178,9 +178,9 @@ See L<GitLab::API::v4/SUPPORT>.
178178
179179See L<GitLab::API::v4/AUTHORS> .
180180
181- =head1 COPYRIGHT AND LICENSE
181+ =head1 LICENSE
182182
183- See L<GitLab::API::v4/COPYRIGHT AND LICENSE> .
183+ See L<GitLab::API::v4/LICENSE> .
184184
185185=cut
186186
You can’t perform that action at this time.
0 commit comments