Skip to content

Commit 778b7b5

Browse files
committed
Update license POD.
1 parent 57c8582 commit 778b7b5

File tree

13 files changed

+28
-62
lines changed

13 files changed

+28
-62
lines changed

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
57
0.26 2021-01-30T07:10:57Z
68

79
- Changed licensing terms to be the same as Perl 5.

README.md

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5537,19 +5537,7 @@ Thomas Klausner <domm@plix.at>
55375537
Graham 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.

author/footer.pm

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff 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

author/header.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package GitLab::API::v4;
2-
our $VERSION = '0.25';
2+
our $VERSION = '0.26';
33

44
=encoding utf8
55

lib/GitLab/API/v4.pm

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff 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

lib/GitLab/API/v4/Config.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,9 +266,9 @@ See L<GitLab::API::v4/SUPPORT>.
266266
267267
See 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

lib/GitLab/API/v4/Constants.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,9 @@ See L<GitLab::API::v4/SUPPORT>.
153153
154154
See 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

lib/GitLab/API/v4/Mock.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ See L<GitLab::API::v4/SUPPORT>.
6666
6767
See 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

lib/GitLab/API/v4/Mock/Engine.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,9 @@ See L<GitLab::API::v4/SUPPORT>.
202202
203203
See 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

lib/GitLab/API/v4/Mock/RESTClient.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,9 @@ See L<GitLab::API::v4/SUPPORT>.
178178
179179
See 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

0 commit comments

Comments
 (0)