Change 14391 by jhi@alpha on 2002/01/23 18:48:45

        Copyright++.  (Not all the toplevel *.h have one, it seems.)

Affected files ...

..... //depot/perl/EXTERN.h#20 edit
..... //depot/perl/INTERN.h#13 edit
..... //depot/perl/README#17 edit
..... //depot/perl/av.c#63 edit
..... //depot/perl/av.h#17 edit
..... //depot/perl/cop.h#63 edit
..... //depot/perl/cv.h#33 edit
..... //depot/perl/deb.c#24 edit
..... //depot/perl/doio.c#187 edit
..... //depot/perl/doop.c#121 edit
..... //depot/perl/dump.c#106 edit
..... //depot/perl/form.h#12 edit
..... //depot/perl/gv.c#161 edit
..... //depot/perl/gv.h#23 edit
..... //depot/perl/handy.h#52 edit
..... //depot/perl/hv.c#98 edit
..... //depot/perl/hv.h#29 edit
..... //depot/perl/locale.c#2 edit
..... //depot/perl/mg.c#221 edit
..... //depot/perl/mg.h#15 edit
..... //depot/perl/numeric.c#17 edit
..... //depot/perl/op.c#479 edit
..... //depot/perl/op.h#105 edit
..... //depot/perl/perl.c#406 edit
..... //depot/perl/perl.h#437 edit
..... //depot/perl/perlio.c#159 edit
..... //depot/perl/perly.y#42 edit
..... //depot/perl/pod/perlfaq1.pod#37 edit
..... //depot/perl/pod/perlfaq2.pod#48 edit
..... //depot/perl/pod/perlmodinstall.pod#16 edit
..... //depot/perl/pod/perluniintro.pod#17 edit
..... //depot/perl/pp.c#330 edit
..... //depot/perl/pp.h#48 edit
..... //depot/perl/pp_ctl.c#302 edit
..... //depot/perl/pp_hot.c#268 edit
..... //depot/perl/pp_pack.c#10 edit
..... //depot/perl/pp_sort.c#7 edit
..... //depot/perl/pp_sys.c#276 edit
..... //depot/perl/regcomp.c#280 edit
..... //depot/perl/regexec.c#255 edit
..... //depot/perl/run.c#47 edit
..... //depot/perl/scope.c#91 edit
..... //depot/perl/sharedsv.c#16 edit
..... //depot/perl/sv.c#513 edit
..... //depot/perl/sv.h#106 edit
..... //depot/perl/toke.c#413 edit
..... //depot/perl/utf8.c#153 edit
..... //depot/perl/utf8.h#52 edit
..... //depot/perl/utfebcdic.h#6 edit
..... //depot/perl/util.c#319 edit
..... //depot/perl/util.h#15 edit
..... //depot/perl/x2p/EXTERN.h#8 edit
..... //depot/perl/x2p/INTERN.h#8 edit
..... //depot/perl/x2p/a2p.c#14 edit
..... //depot/perl/x2p/a2p.h#17 edit
..... //depot/perl/x2p/a2p.y#10 edit
..... //depot/perl/x2p/hash.c#12 edit
..... //depot/perl/x2p/hash.h#9 edit
..... //depot/perl/x2p/proto.h#7 edit
..... //depot/perl/x2p/str.c#15 edit
..... //depot/perl/x2p/str.h#9 edit
..... //depot/perl/x2p/util.c#13 edit
..... //depot/perl/x2p/util.h#9 edit
..... //depot/perl/x2p/walk.c#16 edit

Differences ...

==== //depot/perl/EXTERN.h#20 (text) ====
Index: perl/EXTERN.h
--- perl/EXTERN.h.~1~   Wed Jan 23 12:00:05 2002
+++ perl/EXTERN.h       Wed Jan 23 12:00:05 2002
@@ -1,6 +1,6 @@
 /*    EXTERN.h
  *
- *    Copyright (c) 1991-2001, Larry Wall
+ *    Copyright (c) 1991-2002, Larry Wall
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/perl/INTERN.h#13 (text) ====
Index: perl/INTERN.h
--- perl/INTERN.h.~1~   Wed Jan 23 12:00:05 2002
+++ perl/INTERN.h       Wed Jan 23 12:00:05 2002
@@ -1,6 +1,6 @@
 /*    INTERN.h
  *
- *    Copyright (c) 1991-2001, Larry Wall
+ *    Copyright (c) 1991-2002, Larry Wall
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/perl/README#17 (text) ====
Index: perl/README
--- perl/README.~1~     Wed Jan 23 12:00:05 2002
+++ perl/README Wed Jan 23 12:00:05 2002
@@ -1,7 +1,7 @@
 
                           Perl Kit, Version 5.0
 
-                      Copyright 1989-2001, Larry Wall
+                      Copyright 1989-2002, Larry Wall
                            All rights reserved.
 
     This program is free software; you can redistribute it and/or modify

==== //depot/perl/av.c#63 (text) ====
Index: perl/av.c
--- perl/av.c.~1~       Wed Jan 23 12:00:05 2002
+++ perl/av.c   Wed Jan 23 12:00:05 2002
@@ -1,6 +1,6 @@
 /*    av.c
  *
- *    Copyright (c) 1991-2001, Larry Wall
+ *    Copyright (c) 1991-2002, Larry Wall
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/perl/av.h#17 (text) ====
Index: perl/av.h
--- perl/av.h.~1~       Wed Jan 23 12:00:05 2002
+++ perl/av.h   Wed Jan 23 12:00:05 2002
@@ -1,6 +1,6 @@
 /*    av.h
  *
- *    Copyright (c) 1991-2001, Larry Wall
+ *    Copyright (c) 1991-2002, Larry Wall
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/perl/cop.h#63 (text) ====
Index: perl/cop.h
--- perl/cop.h.~1~      Wed Jan 23 12:00:05 2002
+++ perl/cop.h  Wed Jan 23 12:00:05 2002
@@ -1,6 +1,6 @@
 /*    cop.h
  *
- *    Copyright (c) 1991-2001, Larry Wall
+ *    Copyright (c) 1991-2002, Larry Wall
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/perl/cv.h#33 (text) ====
Index: perl/cv.h
--- perl/cv.h.~1~       Wed Jan 23 12:00:05 2002
+++ perl/cv.h   Wed Jan 23 12:00:05 2002
@@ -1,6 +1,6 @@
 /*    cv.h
  *
- *    Copyright (c) 1991-2001, Larry Wall
+ *    Copyright (c) 1991-2002, Larry Wall
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/perl/deb.c#24 (text) ====
Index: perl/deb.c
--- perl/deb.c.~1~      Wed Jan 23 12:00:05 2002
+++ perl/deb.c  Wed Jan 23 12:00:05 2002
@@ -1,6 +1,6 @@
 /*    deb.c
  *
- *    Copyright (c) 1991-2001, Larry Wall
+ *    Copyright (c) 1991-2002, Larry Wall
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/perl/doio.c#187 (text) ====
Index: perl/doio.c
--- perl/doio.c.~1~     Wed Jan 23 12:00:05 2002
+++ perl/doio.c Wed Jan 23 12:00:05 2002
@@ -1,6 +1,6 @@
 /*    doio.c
  *
- *    Copyright (c) 1991-2001, Larry Wall
+ *    Copyright (c) 1991-2002, Larry Wall
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/perl/doop.c#121 (text) ====
Index: perl/doop.c
--- perl/doop.c.~1~     Wed Jan 23 12:00:05 2002
+++ perl/doop.c Wed Jan 23 12:00:05 2002
@@ -1,6 +1,6 @@
 /*    doop.c
  *
- *    Copyright (c) 1991-2001, Larry Wall
+ *    Copyright (c) 1991-2002, Larry Wall
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/perl/dump.c#106 (text) ====
Index: perl/dump.c
--- perl/dump.c.~1~     Wed Jan 23 12:00:05 2002
+++ perl/dump.c Wed Jan 23 12:00:05 2002
@@ -1,6 +1,6 @@
 /*    dump.c
  *
- *    Copyright (c) 1991-2001, Larry Wall
+ *    Copyright (c) 1991-2002, Larry Wall
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/perl/form.h#12 (text) ====
Index: perl/form.h
--- perl/form.h.~1~     Wed Jan 23 12:00:05 2002
+++ perl/form.h Wed Jan 23 12:00:05 2002
@@ -1,6 +1,6 @@
 /*    form.h
  *
- *    Copyright (c) 1991-2001, Larry Wall
+ *    Copyright (c) 1991-2002, Larry Wall
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/perl/gv.c#161 (text) ====
Index: perl/gv.c
--- perl/gv.c.~1~       Wed Jan 23 12:00:05 2002
+++ perl/gv.c   Wed Jan 23 12:00:05 2002
@@ -1,6 +1,6 @@
 /*    gv.c
  *
- *    Copyright (c) 1991-2001, Larry Wall
+ *    Copyright (c) 1991-2002, Larry Wall
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/perl/gv.h#23 (text) ====
Index: perl/gv.h
--- perl/gv.h.~1~       Wed Jan 23 12:00:05 2002
+++ perl/gv.h   Wed Jan 23 12:00:05 2002
@@ -1,6 +1,6 @@
 /*    gv.h
  *
- *    Copyright (c) 1991-2001, Larry Wall
+ *    Copyright (c) 1991-2002, Larry Wall
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/perl/handy.h#52 (text) ====
Index: perl/handy.h
--- perl/handy.h.~1~    Wed Jan 23 12:00:05 2002
+++ perl/handy.h        Wed Jan 23 12:00:05 2002
@@ -1,6 +1,6 @@
 /*    handy.h
  *
- *    Copyright (c) 1991-2001, Larry Wall
+ *    Copyright (c) 1991-2002, Larry Wall
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/perl/hv.c#98 (text) ====
Index: perl/hv.c
--- perl/hv.c.~1~       Wed Jan 23 12:00:05 2002
+++ perl/hv.c   Wed Jan 23 12:00:05 2002
@@ -1,6 +1,6 @@
 /*    hv.c
  *
- *    Copyright (c) 1991-2001, Larry Wall
+ *    Copyright (c) 1991-2002, Larry Wall
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/perl/hv.h#29 (text) ====
Index: perl/hv.h
--- perl/hv.h.~1~       Wed Jan 23 12:00:05 2002
+++ perl/hv.h   Wed Jan 23 12:00:05 2002
@@ -1,6 +1,6 @@
 /*    hv.h
  *
- *    Copyright (c) 1991-2001, Larry Wall
+ *    Copyright (c) 1991-2002, Larry Wall
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/perl/locale.c#2 (text) ====
Index: perl/locale.c
--- perl/locale.c.~1~   Wed Jan 23 12:00:05 2002
+++ perl/locale.c       Wed Jan 23 12:00:05 2002
@@ -1,6 +1,6 @@
 /*    locale.c
  *
- *    Copyright (c) 2001, Larry Wall
+ *    Copyright (c) 2001-2002, Larry Wall
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/perl/mg.c#221 (text) ====
Index: perl/mg.c
--- perl/mg.c.~1~       Wed Jan 23 12:00:05 2002
+++ perl/mg.c   Wed Jan 23 12:00:05 2002
@@ -1,6 +1,6 @@
 /*    mg.c
  *
- *    Copyright (c) 1991-2001, Larry Wall
+ *    Copyright (c) 1991-2002, Larry Wall
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/perl/mg.h#15 (text) ====
Index: perl/mg.h
--- perl/mg.h.~1~       Wed Jan 23 12:00:05 2002
+++ perl/mg.h   Wed Jan 23 12:00:05 2002
@@ -1,6 +1,6 @@
 /*    mg.h
  *
- *    Copyright (c) 1991-2001, Larry Wall
+ *    Copyright (c) 1991-2002, Larry Wall
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/perl/numeric.c#17 (text) ====
Index: perl/numeric.c
--- perl/numeric.c.~1~  Wed Jan 23 12:00:05 2002
+++ perl/numeric.c      Wed Jan 23 12:00:05 2002
@@ -1,6 +1,6 @@
 /*    numeric.c
  *
- *    Copyright (c) 2001, Larry Wall
+ *    Copyright (c) 2001-2002, Larry Wall
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/perl/op.c#479 (text) ====
Index: perl/op.c
--- perl/op.c.~1~       Wed Jan 23 12:00:05 2002
+++ perl/op.c   Wed Jan 23 12:00:05 2002
@@ -1,6 +1,6 @@
 /*    op.c
  *
- *    Copyright (c) 1991-2001, Larry Wall
+ *    Copyright (c) 1991-2002, Larry Wall
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/perl/op.h#105 (text) ====
Index: perl/op.h
--- perl/op.h.~1~       Wed Jan 23 12:00:05 2002
+++ perl/op.h   Wed Jan 23 12:00:05 2002
@@ -1,6 +1,6 @@
 /*    op.h
  *
- *    Copyright (c) 1991-2001, Larry Wall
+ *    Copyright (c) 1991-2002, Larry Wall
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/perl/perl.c#406 (text) ====
Index: perl/perl.c
--- perl/perl.c.~1~     Wed Jan 23 12:00:05 2002
+++ perl/perl.c Wed Jan 23 12:00:05 2002
@@ -1,6 +1,6 @@
 /*    perl.c
  *
- *    Copyright (c) 1987-2001 Larry Wall
+ *    Copyright (c) 1987-2002 Larry Wall
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.
@@ -2450,10 +2450,10 @@
 #endif
 
        PerlIO_printf(PerlIO_stdout(),
-                     "\n\nCopyright 1987-2001, Larry Wall\n");
+                     "\n\nCopyright 1987-2002, Larry Wall\n");
 #ifdef MACOS_TRADITIONAL
        PerlIO_printf(PerlIO_stdout(),
-                     "\nMac OS port Copyright 1991-2001, Matthias Neeracher;\n"
+                     "\nMac OS port Copyright 1991-2002, Matthias Neeracher;\n"
                      "maintained by Chris Nandor\n");
 #endif
 #ifdef MSDOS
@@ -2468,7 +2468,7 @@
 #ifdef OS2
        PerlIO_printf(PerlIO_stdout(),
                      "\n\nOS/2 port Copyright (c) 1990, 1991, Raymond Chen, Kai Uwe 
Rommel\n"
-                     "Version 5 port Copyright (c) 1994-1999, Andreas Kaiser, Ilya 
Zakharevich\n");
+                     "Version 5 port Copyright (c) 1994-2002, Andreas Kaiser, Ilya 
+Zakharevich\n");
 #endif
 #ifdef atarist
        PerlIO_printf(PerlIO_stdout(),
@@ -2480,7 +2480,7 @@
 #endif
 #ifdef MPE
        PerlIO_printf(PerlIO_stdout(),
-                     "MPE/iX port Copyright by Mark Klein and Mark Bixby, 
1996-2001\n");
+                     "MPE/iX port Copyright by Mark Klein and Mark Bixby, 
+1996-2002\n");
 #endif
 #ifdef OEMVS
        PerlIO_printf(PerlIO_stdout(),
@@ -2488,7 +2488,7 @@
 #endif
 #ifdef __VOS__
        PerlIO_printf(PerlIO_stdout(),
-                     "Stratus VOS port by [EMAIL PROTECTED], 1997-1999\n");
+                     "Stratus VOS port by [EMAIL PROTECTED], 1997-2002\n");
 #endif
 #ifdef __OPEN_VM
        PerlIO_printf(PerlIO_stdout(),
@@ -2504,10 +2504,10 @@
 #endif
 #ifdef EPOC
        PerlIO_printf(PerlIO_stdout(),
-                     "EPOC port by Olaf Flebbe, 1999-2000\n");
+                     "EPOC port by Olaf Flebbe, 1999-2002\n");
 #endif
 #ifdef UNDER_CE
-       printf("WINCE port by Rainer Keuchel, 2001\n");
+       printf("WINCE port by Rainer Keuchel, 2001-2002\n");
        printf("Built on " __DATE__ " " __TIME__ "\n\n");
        wce_hitreturn();
 #endif

==== //depot/perl/perl.h#437 (text) ====
Index: perl/perl.h
--- perl/perl.h.~1~     Wed Jan 23 12:00:05 2002
+++ perl/perl.h Wed Jan 23 12:00:05 2002
@@ -1,6 +1,6 @@
 /*    perl.h
  *
- *    Copyright (c) 1987-2001, Larry Wall
+ *    Copyright (c) 1987-2002, Larry Wall
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/perl/perlio.c#159 (text) ====
Index: perl/perlio.c
--- perl/perlio.c.~1~   Wed Jan 23 12:00:05 2002
+++ perl/perlio.c       Wed Jan 23 12:00:05 2002
@@ -1,5 +1,5 @@
 /*
- * perlio.c Copyright (c) 1996-2001, Nick Ing-Simmons You may distribute
+ * perlio.c Copyright (c) 1996-2002, Nick Ing-Simmons You may distribute
  * under the terms of either the GNU General Public License or the
  * Artistic License, as specified in the README file.
  */

==== //depot/perl/perly.y#42 (text) ====
Index: perl/perly.y
--- perl/perly.y.~1~    Wed Jan 23 12:00:05 2002
+++ perl/perly.y        Wed Jan 23 12:00:05 2002
@@ -1,6 +1,6 @@
 /*    perly.y
  *
- *    Copyright (c) 1991-2001, Larry Wall
+ *    Copyright (c) 1991-2002, Larry Wall
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/perl/pod/perlfaq1.pod#37 (text) ====
Index: perl/pod/perlfaq1.pod
--- perl/pod/perlfaq1.pod.~1~   Wed Jan 23 12:00:05 2002
+++ perl/pod/perlfaq1.pod       Wed Jan 23 12:00:05 2002
@@ -317,8 +317,8 @@
 
 =head1 AUTHOR AND COPYRIGHT
 
-Copyright (c) 1997, 1998, 1999, 2000, 2001 Tom Christiansen and Nathan
-Torkington.  All rights reserved.
+Copyright (c) 1997, 1998, 1999, 2000, 2001, 2002 Tom Christiansen and
+Nathan Torkington.  All rights reserved.
 
 This documentation is free; you can redistribute it and/or modify it
 under the same terms as Perl itself.

==== //depot/perl/pod/perlfaq2.pod#48 (text) ====
Index: perl/pod/perlfaq2.pod
--- perl/pod/perlfaq2.pod.~1~   Wed Jan 23 12:00:05 2002
+++ perl/pod/perlfaq2.pod       Wed Jan 23 12:00:05 2002
@@ -526,7 +526,7 @@
 
 =head1 AUTHOR AND COPYRIGHT
 
-Copyright (c) 1997-2001 Tom Christiansen and Nathan Torkington.
+Copyright (c) 1997-2002 Tom Christiansen and Nathan Torkington.
 All rights reserved.
 
 This documentation is free; you can redistribute it and/or modify it

==== //depot/perl/pod/perlmodinstall.pod#16 (text) ====
Index: perl/pod/perlmodinstall.pod
--- perl/pod/perlmodinstall.pod.~1~     Wed Jan 23 12:00:05 2002
+++ perl/pod/perlmodinstall.pod Wed Jan 23 12:00:05 2002
@@ -439,7 +439,7 @@
 
 =head1 COPYRIGHT
 
-Copyright (C) 1998, 2001 Jon Orwant.  All Rights Reserved.
+Copyright (C) 1998, 2002 Jon Orwant.  All Rights Reserved.
 
 Permission is granted to make and distribute verbatim copies of this
 documentation provided the copyright notice and this permission notice are

==== //depot/perl/pod/perluniintro.pod#17 (text) ====
Index: perl/pod/perluniintro.pod
--- perl/pod/perluniintro.pod.~1~       Wed Jan 23 12:00:05 2002
+++ perl/pod/perluniintro.pod   Wed Jan 23 12:00:05 2002
@@ -813,6 +813,6 @@
 
 =head1 AUTHOR, COPYRIGHT, AND LICENSE
 
-Copyright 2001 Jarkko Hietaniemi <[EMAIL PROTECTED]>
+Copyright 2001-2002 Jarkko Hietaniemi <[EMAIL PROTECTED]>
 
 This document may be distributed under the same terms as Perl itself.

==== //depot/perl/pp.c#330 (text) ====
Index: perl/pp.c
--- perl/pp.c.~1~       Wed Jan 23 12:00:05 2002
+++ perl/pp.c   Wed Jan 23 12:00:05 2002
@@ -1,6 +1,6 @@
 /*    pp.c
  *
- *    Copyright (c) 1991-2001, Larry Wall
+ *    Copyright (c) 1991-2002, Larry Wall
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/perl/pp.h#48 (text) ====
Index: perl/pp.h
--- perl/pp.h.~1~       Wed Jan 23 12:00:05 2002
+++ perl/pp.h   Wed Jan 23 12:00:05 2002
@@ -1,6 +1,6 @@
 /*    pp.h
  *
- *    Copyright (c) 1991-2001, Larry Wall
+ *    Copyright (c) 1991-2002, Larry Wall
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/perl/pp_ctl.c#302 (text) ====
Index: perl/pp_ctl.c
--- perl/pp_ctl.c.~1~   Wed Jan 23 12:00:05 2002
+++ perl/pp_ctl.c       Wed Jan 23 12:00:05 2002
@@ -1,6 +1,6 @@
 /*    pp_ctl.c
  *
- *    Copyright (c) 1991-2001, Larry Wall
+ *    Copyright (c) 1991-2002, Larry Wall
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/perl/pp_hot.c#268 (text) ====
Index: perl/pp_hot.c
--- perl/pp_hot.c.~1~   Wed Jan 23 12:00:05 2002
+++ perl/pp_hot.c       Wed Jan 23 12:00:05 2002
@@ -1,6 +1,6 @@
 /*    pp_hot.c
  *
- *    Copyright (c) 1991-2001, Larry Wall
+ *    Copyright (c) 1991-2002, Larry Wall
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/perl/pp_pack.c#10 (text) ====
Index: perl/pp_pack.c
--- perl/pp_pack.c.~1~  Wed Jan 23 12:00:05 2002
+++ perl/pp_pack.c      Wed Jan 23 12:00:05 2002
@@ -1,6 +1,6 @@
 /*    pp_pack.c
  *
- *    Copyright (c) 1991-2001, Larry Wall
+ *    Copyright (c) 1991-2002, Larry Wall
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/perl/pp_sort.c#7 (text) ====
Index: perl/pp_sort.c
--- perl/pp_sort.c.~1~  Wed Jan 23 12:00:05 2002
+++ perl/pp_sort.c      Wed Jan 23 12:00:05 2002
@@ -1,6 +1,6 @@
 /*    pp_sort.c
  *
- *    Copyright (c) 1991-2001, Larry Wall
+ *    Copyright (c) 1991-2002, Larry Wall
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/perl/pp_sys.c#276 (text) ====
Index: perl/pp_sys.c
--- perl/pp_sys.c.~1~   Wed Jan 23 12:00:05 2002
+++ perl/pp_sys.c       Wed Jan 23 12:00:05 2002
@@ -1,6 +1,6 @@
 /*    pp_sys.c
  *
- *    Copyright (c) 1991-2001, Larry Wall
+ *    Copyright (c) 1991-2002, Larry Wall
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/perl/regcomp.c#280 (text) ====
Index: perl/regcomp.c
--- perl/regcomp.c.~1~  Wed Jan 23 12:00:05 2002
+++ perl/regcomp.c      Wed Jan 23 12:00:05 2002
@@ -69,7 +69,7 @@
  *
  ****    Alterations to Henry's code are...
  ****
- ****    Copyright (c) 1991-2001, Larry Wall
+ ****    Copyright (c) 1991-2002, Larry Wall
  ****
  ****    You may distribute under the terms of either the GNU General Public
  ****    License or the Artistic License, as specified in the README file.

==== //depot/perl/regexec.c#255 (text) ====
Index: perl/regexec.c
--- perl/regexec.c.~1~  Wed Jan 23 12:00:05 2002
+++ perl/regexec.c      Wed Jan 23 12:00:05 2002
@@ -67,7 +67,7 @@
  *
  ****    Alterations to Henry's code are...
  ****
- ****    Copyright (c) 1991-2001, Larry Wall
+ ****    Copyright (c) 1991-2002, Larry Wall
  ****
  ****    You may distribute under the terms of either the GNU General Public
  ****    License or the Artistic License, as specified in the README file.

==== //depot/perl/run.c#47 (text) ====
Index: perl/run.c
--- perl/run.c.~1~      Wed Jan 23 12:00:05 2002
+++ perl/run.c  Wed Jan 23 12:00:05 2002
@@ -1,6 +1,6 @@
 /*    run.c
  *
- *    Copyright (c) 1991-2001, Larry Wall
+ *    Copyright (c) 1991-2002, Larry Wall
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/perl/scope.c#91 (text) ====
Index: perl/scope.c
--- perl/scope.c.~1~    Wed Jan 23 12:00:05 2002
+++ perl/scope.c        Wed Jan 23 12:00:05 2002
@@ -1,6 +1,6 @@
 /*    scope.c
  *
- *    Copyright (c) 1991-2001, Larry Wall
+ *    Copyright (c) 1991-2002, Larry Wall
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/perl/sharedsv.c#16 (text) ====
Index: perl/sharedsv.c
--- perl/sharedsv.c.~1~ Wed Jan 23 12:00:05 2002
+++ perl/sharedsv.c     Wed Jan 23 12:00:05 2002
@@ -1,6 +1,6 @@
 /*    sharedsv.c
  *
- *    Copyright (c) 2001, Larry Wall
+ *    Copyright (c) 2001-2002, Larry Wall
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/perl/sv.c#513 (text) ====
Index: perl/sv.c
--- perl/sv.c.~1~       Wed Jan 23 12:00:05 2002
+++ perl/sv.c   Wed Jan 23 12:00:05 2002
@@ -1,6 +1,6 @@
 /*    sv.c
  *
- *    Copyright (c) 1991-2001, Larry Wall
+ *    Copyright (c) 1991-2002, Larry Wall
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/perl/sv.h#106 (text) ====
Index: perl/sv.h
--- perl/sv.h.~1~       Wed Jan 23 12:00:05 2002
+++ perl/sv.h   Wed Jan 23 12:00:05 2002
@@ -1,6 +1,6 @@
 /*    sv.h
  *
- *    Copyright (c) 1991-2001, Larry Wall
+ *    Copyright (c) 1991-2002, Larry Wall
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/perl/toke.c#413 (text) ====
Index: perl/toke.c
--- perl/toke.c.~1~     Wed Jan 23 12:00:05 2002
+++ perl/toke.c Wed Jan 23 12:00:05 2002
@@ -1,6 +1,6 @@
 /*    toke.c
  *
- *    Copyright (c) 1991-2001, Larry Wall
+ *    Copyright (c) 1991-2002, Larry Wall
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/perl/utf8.c#153 (text) ====
Index: perl/utf8.c
--- perl/utf8.c.~1~     Wed Jan 23 12:00:05 2002
+++ perl/utf8.c Wed Jan 23 12:00:05 2002
@@ -1,6 +1,6 @@
 /*    utf8.c
  *
- *    Copyright (c) 1998-2001, Larry Wall
+ *    Copyright (c) 1998-2002, Larry Wall
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/perl/utf8.h#52 (text) ====
Index: perl/utf8.h
--- perl/utf8.h.~1~     Wed Jan 23 12:00:05 2002
+++ perl/utf8.h Wed Jan 23 12:00:05 2002
@@ -1,6 +1,6 @@
 /*    utf8.h
  *
- *    Copyright (c) 1998-2001, Larry Wall
+ *    Copyright (c) 1998-2002, Larry Wall
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/perl/utfebcdic.h#6 (text) ====
Index: perl/utfebcdic.h
--- perl/utfebcdic.h.~1~        Wed Jan 23 12:00:05 2002
+++ perl/utfebcdic.h    Wed Jan 23 12:00:05 2002
@@ -1,6 +1,6 @@
 /*    utfebcdic.h
  *
- *    Copyright (c) 2001, Larry Wall, Nick Ing-Simmons
+ *    Copyright (c) 2001-2002, Larry Wall, Nick Ing-Simmons
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/perl/util.c#319 (text) ====
Index: perl/util.c
--- perl/util.c.~1~     Wed Jan 23 12:00:05 2002
+++ perl/util.c Wed Jan 23 12:00:05 2002
@@ -1,6 +1,6 @@
 /*    util.c
  *
- *    Copyright (c) 1991-2001, Larry Wall
+ *    Copyright (c) 1991-2002, Larry Wall
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/perl/util.h#15 (text) ====
Index: perl/util.h
--- perl/util.h.~1~     Wed Jan 23 12:00:05 2002
+++ perl/util.h Wed Jan 23 12:00:05 2002
@@ -1,6 +1,6 @@
 /*    util.h
  *
- *    Copyright (c) 1991-2001, Larry Wall
+ *    Copyright (c) 1991-2002, Larry Wall
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/perl/x2p/EXTERN.h#8 (text) ====
Index: perl/x2p/EXTERN.h
--- perl/x2p/EXTERN.h.~1~       Wed Jan 23 12:00:05 2002
+++ perl/x2p/EXTERN.h   Wed Jan 23 12:00:05 2002
@@ -1,6 +1,6 @@
 /* $RCSfile: EXTERN.h,v $$Revision: 4.1 $$Date: 92/08/07 18:29:05 $
  *
- *    Copyright (c) 1991-2001, Larry Wall
+ *    Copyright (c) 1991-2002, Larry Wall
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/perl/x2p/INTERN.h#8 (text) ====
Index: perl/x2p/INTERN.h
--- perl/x2p/INTERN.h.~1~       Wed Jan 23 12:00:05 2002
+++ perl/x2p/INTERN.h   Wed Jan 23 12:00:05 2002
@@ -1,6 +1,6 @@
 /* $RCSfile: INTERN.h,v $$Revision: 4.1 $$Date: 92/08/07 18:29:06 $
  *
- *    Copyright (c) 1991-2001, Larry Wall
+ *    Copyright (c) 1991-2002, Larry Wall
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/perl/x2p/a2p.c#14 (text) ====
Index: perl/x2p/a2p.c
--- perl/x2p/a2p.c.~1~  Wed Jan 23 12:00:05 2002
+++ perl/x2p/a2p.c      Wed Jan 23 12:00:05 2002
@@ -5,7 +5,7 @@
 #line 2 "a2p.y"
 /* $RCSfile: a2p.y,v $$Revision: 4.1 $$Date: 92/08/07 18:29:12 $
  *
- *    Copyright (c) 1991-2001, Larry Wall
+ *    Copyright (c) 1991-2002, Larry Wall
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/perl/x2p/a2p.h#17 (text) ====
Index: perl/x2p/a2p.h
--- perl/x2p/a2p.h.~1~  Wed Jan 23 12:00:05 2002
+++ perl/x2p/a2p.h      Wed Jan 23 12:00:05 2002
@@ -1,6 +1,6 @@
 /* $RCSfile: a2p.h,v $$Revision: 4.1 $$Date: 92/08/07 18:29:09 $
  *
- *    Copyright (c) 1991-2001, Larry Wall
+ *    Copyright (c) 1991-2002, Larry Wall
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/perl/x2p/a2p.y#10 (text) ====
Index: perl/x2p/a2p.y
--- perl/x2p/a2p.y.~1~  Wed Jan 23 12:00:05 2002
+++ perl/x2p/a2p.y      Wed Jan 23 12:00:05 2002
@@ -1,7 +1,7 @@
 %{
 /* $RCSfile: a2p.y,v $$Revision: 4.1 $$Date: 92/08/07 18:29:12 $
  *
- *    Copyright (c) 1991-2001, Larry Wall
+ *    Copyright (c) 1991-2002, Larry Wall
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/perl/x2p/hash.c#12 (text) ====
Index: perl/x2p/hash.c
--- perl/x2p/hash.c.~1~ Wed Jan 23 12:00:05 2002
+++ perl/x2p/hash.c     Wed Jan 23 12:00:05 2002
@@ -1,6 +1,6 @@
 /* $RCSfile: hash.c,v $$Revision: 4.1 $$Date: 92/08/07 18:29:20 $
  *
- *    Copyright (c) 1991-2001, Larry Wall
+ *    Copyright (c) 1991-2002, Larry Wall
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/perl/x2p/hash.h#9 (text) ====
Index: perl/x2p/hash.h
--- perl/x2p/hash.h.~1~ Wed Jan 23 12:00:05 2002
+++ perl/x2p/hash.h     Wed Jan 23 12:00:05 2002
@@ -1,6 +1,6 @@
 /* $RCSfile: hash.h,v $$Revision: 4.1 $$Date: 92/08/07 18:29:21 $
  *
- *    Copyright (c) 1991-2001, Larry Wall
+ *    Copyright (c) 1991-2002, Larry Wall
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/perl/x2p/proto.h#7 (text) ====
Index: perl/x2p/proto.h
--- perl/x2p/proto.h.~1~        Wed Jan 23 12:00:05 2002
+++ perl/x2p/proto.h    Wed Jan 23 12:00:05 2002
@@ -1,6 +1,6 @@
 /*    proto.h
  *
- *    Copyright (c) 1991-2001, Larry Wall
+ *    Copyright (c) 1991-2002, Larry Wall
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/perl/x2p/str.c#15 (text) ====
Index: perl/x2p/str.c
--- perl/x2p/str.c.~1~  Wed Jan 23 12:00:05 2002
+++ perl/x2p/str.c      Wed Jan 23 12:00:05 2002
@@ -1,6 +1,6 @@
 /* $RCSfile: str.c,v $$Revision: 4.1 $$Date: 92/08/07 18:29:26 $
  *
- *    Copyright (c) 1991-2001, Larry Wall
+ *    Copyright (c) 1991-2002, Larry Wall
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/perl/x2p/str.h#9 (text) ====
Index: perl/x2p/str.h
--- perl/x2p/str.h.~1~  Wed Jan 23 12:00:05 2002
+++ perl/x2p/str.h      Wed Jan 23 12:00:05 2002
@@ -1,6 +1,6 @@
 /* $RCSfile: str.h,v $$Revision: 4.1 $$Date: 92/08/07 18:29:27 $
  *
- *    Copyright (c) 1991-2001, Larry Wall
+ *    Copyright (c) 1991-2002, Larry Wall
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/perl/x2p/util.c#13 (text) ====
Index: perl/x2p/util.c
--- perl/x2p/util.c.~1~ Wed Jan 23 12:00:05 2002
+++ perl/x2p/util.c     Wed Jan 23 12:00:05 2002
@@ -1,6 +1,6 @@
 /* $RCSfile: util.c,v $$Revision: 4.1 $$Date: 92/08/07 18:29:29 $
  *
- *    Copyright (c) 1991-2001, Larry Wall
+ *    Copyright (c) 1991-2002, Larry Wall
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/perl/x2p/util.h#9 (text) ====
Index: perl/x2p/util.h
--- perl/x2p/util.h.~1~ Wed Jan 23 12:00:05 2002
+++ perl/x2p/util.h     Wed Jan 23 12:00:05 2002
@@ -1,6 +1,6 @@
 /* $RCSfile: util.h,v $$Revision: 4.1 $$Date: 92/08/07 18:29:30 $
  *
- *    Copyright (c) 1991-2001, Larry Wall
+ *    Copyright (c) 1991-2002, Larry Wall
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/perl/x2p/walk.c#16 (text) ====
Index: perl/x2p/walk.c
--- perl/x2p/walk.c.~1~ Wed Jan 23 12:00:05 2002
+++ perl/x2p/walk.c     Wed Jan 23 12:00:05 2002
@@ -1,6 +1,6 @@
 /* $RCSfile: walk.c,v $$Revision: 4.1 $$Date: 92/08/07 18:29:31 $
  *
- *    Copyright (c) 1991-2001, Larry Wall
+ *    Copyright (c) 1991-2002, Larry Wall
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.
End of Patch.

Reply via email to