Skip to content

Commit 8a7f81f

Browse files
committed
Update copies of GPL to match recent FSF changes
1 parent 3c7f127 commit 8a7f81f

File tree

6 files changed

+19
-28
lines changed

6 files changed

+19
-28
lines changed

Copying

+4-5
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Version 1, February 1989
44

55
Copyright (C) 1989 Free Software Foundation, Inc.
6-
51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
6+
<https://fsf.org/>
77

88
Everyone is permitted to copy and distribute verbatim copies
99
of this license document, but changing it is not allowed.
@@ -217,8 +217,7 @@ the exclusion of warranty; and each file should have at least the
217217
GNU General Public License for more details.
218218

219219
You should have received a copy of the GNU General Public License
220-
along with this program; if not, write to the Free Software
221-
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA
220+
along with this program; if not, see <https://www.gnu.org/licenses/>.
222221

223222

224223
Also add information on how to contact you by electronic and paper mail.
@@ -245,7 +244,7 @@ necessary. Here a sample; alter the names:
245244
program `Gnomovision' (a program to direct compilers to make passes
246245
at assemblers) written by James Hacker.
247246

248-
<signature of Ty Coon>, 1 April 1989
249-
Ty Coon, President of Vice
247+
<signature of Moe Ghoul>, 1 April 1989
248+
Moe Ghoul, President of Vice
250249

251250
That's all there is to it!

README

+2-4
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,8 @@ You should have received a copy of the Artistic License with this
9494
Kit, in the file named "Artistic". If not, I'll be glad to provide one.
9595

9696
You should also have received a copy of the GNU General Public License
97-
along with this program in the file named "Copying". If not, write to the
98-
Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
99-
Boston, MA 02110-1301, USA or visit their web page on the internet at
100-
https://www.gnu.org/copyleft/gpl.html.
97+
along with this program in the file named "Copying". If not, see
98+
<https://www.gnu.org/licenses/>.
10199

102100
For those of you that choose to use the GNU General Public License,
103101
my interpretation of the GNU General Public License is that no Perl

dist/ExtUtils-CBuilder/LICENSE

+4-5
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This is free software, licensed under:
2222
Version 1, February 1989
2323

2424
Copyright (C) 1989 Free Software Foundation, Inc.
25-
51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
25+
<https://fsf.org/>
2626

2727
Everyone is permitted to copy and distribute verbatim copies
2828
of this license document, but changing it is not allowed.
@@ -236,8 +236,7 @@ the exclusion of warranty; and each file should have at least the
236236
GNU General Public License for more details.
237237

238238
You should have received a copy of the GNU General Public License
239-
along with this program; if not, write to the Free Software
240-
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA
239+
along with this program; if not, see <https://www.gnu.org/licenses/>.
241240

242241

243242
Also add information on how to contact you by electronic and paper mail.
@@ -264,8 +263,8 @@ necessary. Here a sample; alter the names:
264263
program `Gnomovision' (a program to direct compilers to make passes
265264
at assemblers) written by James Hacker.
266265

267-
<signature of Ty Coon>, 1 April 1989
268-
Ty Coon, President of Vice
266+
<signature of Moe Ghoul>, 1 April 1989
267+
Moe Ghoul, President of Vice
269268

270269
That's all there is to it!
271270

dist/SelfLoader/lib/SelfLoader.pm

+3-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package SelfLoader;
22
use 5.008;
33
use strict;
44
use IO::Handle;
5-
our $VERSION = "1.27";
5+
our $VERSION = "1.28";
66

77
# The following bit of eval-magic is necessary to make this work on
88
# perls < 5.009005.
@@ -425,10 +425,8 @@ You should have received a copy of the Artistic License with this
425425
Kit, in the file named "Artistic". If not, I'll be glad to provide one.
426426
427427
You should also have received a copy of the GNU General Public License
428-
along with this program in the file named "Copying". If not, write to the
429-
Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
430-
MA 02110-1301, USA or visit their web page on the internet at
431-
L<http://www.gnu.org/copyleft/gpl.html>.
428+
along with this program in the file named "Copying". If not, see
429+
<https://www.gnu.org/licenses/>.
432430
433431
For those of you that choose to use the GNU General Public License,
434432
my interpretation of the GNU General Public License is that no Perl

dist/Tie-File/lib/Tie/File.pm

+2-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use Fcntl 'O_CREAT', 'O_RDWR', 'LOCK_EX', 'LOCK_SH', 'O_WRONLY', 'O_RDONLY';
99
use constant O_ACCMODE => O_RDONLY | O_RDWR | O_WRONLY;
1010

1111

12-
our $VERSION = "1.09";
12+
our $VERSION = "1.10";
1313
my $DEFAULT_MEMORY_SIZE = 1<<21; # 2 megabytes
1414
my $DEFAULT_AUTODEFER_THRESHHOLD = 3; # 3 records
1515
my $DEFAULT_AUTODEFER_FILELEN_THRESHHOLD = 65536; # 16 disk blocksful
@@ -2556,8 +2556,7 @@ GNU General Public License for more details.
25562556
25572557
You should have received a copy of the GNU General Public License
25582558
along with this library program; it should be in the file C<COPYING>.
2559-
If not, write to the Free Software Foundation, Inc., 51 Franklin Street,
2560-
Fifth Floor, Boston, MA 02110-1301, USA
2559+
If not, see <https://www.gnu.org/licenses/>.
25612560
25622561
For licensing inquiries, contact the author at:
25632562

pod/perlgpl.pod

+4-6
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ For the Perl Artistic License, see L<perlartistic>.
3737
Version 1, February 1989
3838

3939
Copyright (C) 1989 Free Software Foundation, Inc.
40-
51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
40+
<https://fsf.org/>
4141

4242
Everyone is permitted to copy and distribute verbatim copies
4343
of this license document, but changing it is not allowed.
@@ -254,9 +254,7 @@ For the Perl Artistic License, see L<perlartistic>.
254254
GNU General Public License for more details.
255255

256256
You should have received a copy of the GNU General Public License
257-
along with this program; if not, write to the Free Software
258-
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA
259-
02110-1301 USA
257+
along with this program; if not, see <https://www.gnu.org/licenses/>.
260258

261259

262260
Also add information on how to contact you by electronic and paper
@@ -285,8 +283,8 @@ For the Perl Artistic License, see L<perlartistic>.
285283
program 'Gnomovision' (a program to direct compilers to make passes
286284
at assemblers) written by James Hacker.
287285

288-
<signature of Ty Coon>, 1 April 1989
289-
Ty Coon, President of Vice
286+
<signature of Moe Ghoul>, 1 April 1989
287+
Moe Ghoul, President of Vice
290288

291289
That's all there is to it!
292290

0 commit comments

Comments
 (0)