Skip to content

Commit 5d12034

Browse files
committed
Repackage licenses so that GitHub can find them (maybe).
Thanks to Mikko Koivunalho (specifically his blog post https://blogs.perl.org/users/mikko_koivunalho/2025/11/github-and-the-perl-license.html for the how-to.
1 parent f79822b commit 5d12034

20 files changed

Lines changed: 20 additions & 20 deletions

File tree

File renamed without changes.
File renamed without changes.

MANIFEST

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ inc/My/Module/Recommend/Any.pm
1616
inc/My/Module/Test.pm
1717
lib/Astro/SpaceTrack.pm
1818
lib/Astro/SpaceTrack/BulkData.pod
19-
LICENSES/Artistic
20-
LICENSES/Copying
19+
LICENSE-Artistic
20+
LICENSE-GPL
2121
Makefile.PL
2222
MANIFEST
2323
META.json

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ LICENSING INFORMATION
7777

7878
This package is free software; you can redistribute it and/or modify it
7979
under the same terms as Perl 5.10.0. For more details, see the full text
80-
of the licenses in the directory LICENSES.
80+
of the licenses in the files LICENSE-Artistic and LICENSE-GPL.
8181

8282
This program is distributed in the hope that it will be useful, but
8383
without any warranty; without even the implied warranty of

eg/SpaceTrackTk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1144,7 +1144,7 @@ Copyright (C) 2010-2025 by Thomas R. Wyant, III
11441144
11451145
This program is free software; you can redistribute it and/or modify it
11461146
under the same terms as Perl 5.10.0. For more details, see the full text
1147-
of the licenses in the directory LICENSES.
1147+
of the licenses in the files F<LICENSE-Artistic> and F<LICENSE-GPL>.
11481148
11491149
This program is distributed in the hope that it will be useful, but
11501150
without any warranty; without even the implied warranty of

eg/spacetrack-identity

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Copyright (C) 2016-2025 by Thomas R. Wyant, III
120120
121121
This program is free software; you can redistribute it and/or modify it
122122
under the same terms as Perl 5.10.0. For more details, see the full text
123-
of the licenses in the directory LICENSES.
123+
of the licenses in the files F<LICENSE-Artistic> and F<LICENSE-GPL>.
124124
125125
This program is distributed in the hope that it will be useful, but
126126
without any warranty; without even the implied warranty of

inc/Astro/SpaceTrack/Dumper.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ Copyright (C) 2014-2025 by Thomas R. Wyant, III
291291
292292
This program is free software; you can redistribute it and/or modify it
293293
under the same terms as Perl 5.10.0. For more details, see the full text
294-
of the licenses in the directory LICENSES.
294+
of the licenses in the files F<LICENSE-Artistic> and F<LICENSE-GPL>.
295295
296296
This program is distributed in the hope that it will be useful, but
297297
without any warranty; without even the implied warranty of

inc/Mock/LWP/UserAgent.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ Copyright (C) 2024-2025 by Thomas R. Wyant, III
315315
316316
This program is free software; you can redistribute it and/or modify it
317317
under the same terms as Perl 5.10.0. For more details, see the full text
318-
of the licenses in the directory LICENSES.
318+
of the licenses in the files F<LICENSE-Artistic> and F<LICENSE-GPL>.
319319
320320
This program is distributed in the hope that it will be useful, but
321321
without any warranty; without even the implied warranty of

inc/My/Module/Build.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ Copyright (C) 2009, 2011-2025 by Thomas R. Wyant, III
205205
206206
This program is free software; you can redistribute it and/or modify it
207207
under the same terms as Perl 5.10.0. For more details, see the full text
208-
of the licenses in the directory LICENSES.
208+
of the licenses in the files F<LICENSE-Artistic> and F<LICENSE-GPL>.
209209
210210
This program is distributed in the hope that it will be useful, but
211211
without any warranty; without even the implied warranty of

inc/My/Module/Meta.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ Copyright (C) 2010-2025 by Thomas R. Wyant, III
416416
417417
This program is free software; you can redistribute it and/or modify it
418418
under the same terms as Perl 5.10.0. For more details, see the full text
419-
of the licenses in the directory LICENSES.
419+
of the licenses in the files F<LICENSE-Artistic> and F<LICENSE-GPL>.
420420
421421
This program is distributed in the hope that it will be useful, but
422422
without any warranty; without even the implied warranty of

0 commit comments

Comments
 (0)