Change 34585 by [EMAIL PROTECTED] on 2008/10/25 12:23:01
Update copyright years.
Affected files ...
... //depot/perl/XSUB.h#126 edit
... //depot/perl/av.c#135 edit
... //depot/perl/av.h#45 edit
... //depot/perl/cc_runtime.h#19 edit
... //depot/perl/cop.h#180 edit
... //depot/perl/cv.h#77 edit
... //depot/perl/deb.c#59 edit
... //depot/perl/doio.c#371 edit
... //depot/perl/doop.c#202 edit
... //depot/perl/dump.c#311 edit
... //depot/perl/gv.c#399 edit
... //depot/perl/gv.h#79 edit
... //depot/perl/handy.h#148 edit
... //depot/perl/hv.c#381 edit
... //depot/perl/intrpvar.h#236 edit
... //depot/perl/locale.c#41 edit
... //depot/perl/mathoms.c#88 edit
... //depot/perl/mg.c#531 edit
... //depot/perl/mg.h#32 edit
... //depot/perl/mro.c#54 edit
... //depot/perl/numeric.c#55 edit
... //depot/perl/op.c#1010 edit
... //depot/perl/op.h#212 edit
... //depot/perl/pad.c#121 edit
... //depot/perl/pad.h#33 edit
... //depot/perl/perl.h#840 edit
... //depot/perl/perlio.c#388 edit
... //depot/perl/perlsdio.h#33 edit
... //depot/perl/perly.c#115 edit
... //depot/perl/perly.y#94 edit
... //depot/perl/pp.c#631 edit
... //depot/perl/pp.h#83 edit
... //depot/perl/pp_ctl.c#699 edit
... //depot/perl/pp_hot.c#579 edit
... //depot/perl/pp_pack.c#144 edit
... //depot/perl/pp_sort.c#80 edit
... //depot/perl/pp_sys.c#562 edit
... //depot/perl/proto.h#956 edit
... //depot/perl/regcomp.c#661 edit
... //depot/perl/regexec.c#571 edit
... //depot/perl/regexp.h#138 edit
... //depot/perl/scope.c#227 edit
... //depot/perl/scope.h#91 edit
... //depot/perl/sv.c#1559 edit
... //depot/perl/sv.h#352 edit
... //depot/perl/taint.c#56 edit
... //depot/perl/toke.c#828 edit
... //depot/perl/universal.c#200 edit
... //depot/perl/utf8.c#312 edit
... //depot/perl/util.c#660 edit
... //depot/perl/xsutils.c#57 edit
Differences ...
==== //depot/perl/XSUB.h#126 (text) ====
Index: perl/XSUB.h
--- perl/XSUB.h#125~32820~ 2008-01-03 09:54:38.000000000 -0800
+++ perl/XSUB.h 2008-10-25 05:23:01.000000000 -0700
@@ -1,7 +1,7 @@
/* XSUB.h
*
* Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
- * 2003, 2004, 2005, 2006, 2007 by Larry Wall and others
+ * 2003, 2004, 2005, 2006, 2007, 2008 by Larry Wall and others
*
* 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.c#135 (text) ====
Index: perl/av.c
--- perl/av.c#134~34381~ 2008-09-20 04:38:46.000000000 -0700
+++ perl/av.c 2008-10-25 05:23:01.000000000 -0700
@@ -1,7 +1,7 @@
/* av.c
*
- * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- * 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, by Larry Wall and others
+ * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
+ * 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by Larry Wall and others
*
* 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#45 (text) ====
Index: perl/av.h
--- perl/av.h#44~33051~ 2008-01-23 01:22:01.000000000 -0800
+++ perl/av.h 2008-10-25 05:23:01.000000000 -0700
@@ -1,7 +1,7 @@
/* av.h
*
- * Copyright (C) 1991, 1992, 1993, 1995, 1996, 1997, 1998, 1999,
- * 2000, 2001, 2002, 2005, 2006, 2007, by Larry Wall and others
+ * Copyright (C) 1991, 1992, 1993, 1995, 1996, 1997, 1998, 1999, 2000,
+ * 2001, 2002, 2005, 2006, 2007, 2008, by Larry Wall and others
*
* 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/cc_runtime.h#19 (text) ====
Index: perl/cc_runtime.h
--- perl/cc_runtime.h#18~34002~ 2008-06-05 06:17:40.000000000 -0700
+++ perl/cc_runtime.h 2008-10-25 05:23:01.000000000 -0700
@@ -1,6 +1,6 @@
/* cc_runtime.h
*
- * Copyright (C) 1999, 2000, 2001, by Larry Wall and others
+ * Copyright (C) 1999, 2000, 2001, 2004, 2006, 2008 by Larry Wall and others
*
* 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#180 (text) ====
Index: perl/cop.h
--- perl/cop.h#179~33656~ 2008-04-07 04:29:51.000000000 -0700
+++ perl/cop.h 2008-10-25 05:23:01.000000000 -0700
@@ -1,7 +1,7 @@
/* cop.h
*
- * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- * 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, by Larry Wall and others
+ * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
+ * 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by Larry Wall and others
*
* 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#77 (text) ====
Index: perl/cv.h
--- perl/cv.h#76~34167~ 2008-07-31 03:03:33.000000000 -0700
+++ perl/cv.h 2008-10-25 05:23:01.000000000 -0700
@@ -1,7 +1,7 @@
/* cv.h
*
- * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1999, 2000,
- * 2001, 2002, 2003, 2004, 2005, 2006, 2007, by Larry Wall and others
+ * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1999, 2000, 2001,
+ * 2002, 2003, 2004, 2005, 2006, 2007, 2008 by Larry Wall and others
*
* 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#59 (text) ====
Index: perl/deb.c
--- perl/deb.c#58~33291~ 2008-02-12 05:15:20.000000000 -0800
+++ perl/deb.c 2008-10-25 05:23:01.000000000 -0700
@@ -1,7 +1,7 @@
/* deb.c
*
- * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000,
- * 2001, 2002, 2003, 2004, 2005, 2006, 2007, by Larry Wall and others
+ * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
+ * 2002, 2003, 2004, 2005, 2006, 2007, 2008 by Larry Wall and others
*
* 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#371 (text) ====
Index: perl/doio.c
--- perl/doio.c#370~34092~ 2008-06-28 14:06:57.000000000 -0700
+++ perl/doio.c 2008-10-25 05:23:01.000000000 -0700
@@ -1,7 +1,7 @@
/* doio.c
*
- * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- * 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, by Larry Wall and others
+ * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
+ * 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by Larry Wall and others
*
* 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#202 (text) ====
Index: perl/doop.c
--- perl/doop.c#201~33831~ 2008-05-15 06:48:38.000000000 -0700
+++ perl/doop.c 2008-10-25 05:23:01.000000000 -0700
@@ -1,7 +1,7 @@
/* doop.c
*
- * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- * 2000, 2001, 2002, 2004, 2005, 2006, 2007, by Larry Wall and others
+ * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
+ * 2001, 2002, 2004, 2005, 2006, 2007, 2008, by Larry Wall and others
*
* 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#311 (text) ====
Index: perl/dump.c
--- perl/dump.c#310~34167~ 2008-07-31 03:03:33.000000000 -0700
+++ perl/dump.c 2008-10-25 05:23:01.000000000 -0700
@@ -1,7 +1,7 @@
/* dump.c
*
- * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- * 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, by Larry Wall and others
+ * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
+ * 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by Larry Wall and others
*
* 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#399 (text) ====
Index: perl/gv.c
--- perl/gv.c#398~33814~ 2008-05-10 09:44:45.000000000 -0700
+++ perl/gv.c 2008-10-25 05:23:01.000000000 -0700
@@ -1,7 +1,7 @@
/* gv.c
*
- * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- * 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, by Larry Wall and others
+ * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
+ * 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by Larry Wall and others
*
* 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#79 (text) ====
Index: perl/gv.h
--- perl/gv.h#78~34029~ 2008-06-08 08:24:44.000000000 -0700
+++ perl/gv.h 2008-10-25 05:23:01.000000000 -0700
@@ -1,7 +1,7 @@
/* gv.h
*
- * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- * 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, by Larry Wall and others
+ * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
+ * 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by Larry Wall and others
*
* 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#148 (text) ====
Index: perl/handy.h
--- perl/handy.h#147~34577~ 2008-10-24 14:49:21.000000000 -0700
+++ perl/handy.h 2008-10-25 05:23:01.000000000 -0700
@@ -1,7 +1,7 @@
/* handy.h
*
- * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1999,
- * 2000, 2001, 2002, 2004, 2005, 2006, 2007, by Larry Wall and others
+ * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1999, 2000,
+ * 2001, 2002, 2004, 2005, 2006, 2007, 2008 by Larry Wall and others
*
* 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#381 (text) ====
Index: perl/hv.c
--- perl/hv.c#380~34383~ 2008-09-20 09:21:00.000000000 -0700
+++ perl/hv.c 2008-10-25 05:23:01.000000000 -0700
@@ -1,7 +1,7 @@
/* hv.c
*
- * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- * 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, by Larry Wall and others
+ * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
+ * 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by Larry Wall and others
*
* 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/intrpvar.h#236 (text) ====
Index: perl/intrpvar.h
--- perl/intrpvar.h#235~34568~ 2008-10-24 09:35:48.000000000 -0700
+++ perl/intrpvar.h 2008-10-25 05:23:01.000000000 -0700
@@ -1,8 +1,7 @@
/* intrpvar.h
*
* Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
- * 2006, 2007
- * by Larry Wall and others
+ * 2006, 2007, 2008 by Larry Wall and others
*
* 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#41 (text) ====
Index: perl/locale.c
--- perl/locale.c#40~33291~ 2008-02-12 05:15:20.000000000 -0800
+++ perl/locale.c 2008-10-25 05:23:01.000000000 -0700
@@ -1,7 +1,7 @@
/* locale.c
*
- * Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
- * 2001, 2002, 2003, 2005, 2006, 2007, by Larry Wall and others
+ * Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
+ * 2002, 2003, 2005, 2006, 2007, 2008 by Larry Wall and others
*
* 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/mathoms.c#88 (text) ====
Index: perl/mathoms.c
--- perl/mathoms.c#87~33627~ 2008-04-01 12:59:54.000000000 -0700
+++ perl/mathoms.c 2008-10-25 05:23:01.000000000 -0700
@@ -1,6 +1,6 @@
/* mathoms.c
*
- * Copyright (C) 2005, 2006, 2007, 2007, by Larry Wall and others
+ * Copyright (C) 2005, 2006, 2007, 2008 by Larry Wall and others
*
* 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#531 (text) ====
Index: perl/mg.c
--- perl/mg.c#530~34092~ 2008-06-28 14:06:57.000000000 -0700
+++ perl/mg.c 2008-10-25 05:23:01.000000000 -0700
@@ -1,7 +1,7 @@
/* mg.c
*
- * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- * 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, by Larry Wall and others
+ * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
+ * 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by Larry Wall and others
*
* 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#32 (text) ====
Index: perl/mg.h
--- perl/mg.h#31~33256~ 2008-02-08 07:18:45.000000000 -0800
+++ perl/mg.h 2008-10-25 05:23:01.000000000 -0700
@@ -1,7 +1,7 @@
/* mg.h
*
* Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1999,
- * 2000, 2002, 2005, 2006, 2007, by Larry Wall and others
+ * 2000, 2002, 2005, 2006, 2007, 2008 by Larry Wall and others
*
* 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/mro.c#54 (text) ====
Index: perl/mro.c
--- perl/mro.c#53~34357~ 2008-09-12 14:02:55.000000000 -0700
+++ perl/mro.c 2008-10-25 05:23:01.000000000 -0700
@@ -1,6 +1,7 @@
/* mro.c
*
* Copyright (c) 2007 Brandon L Black
+ * Copyright (c) 2007, 2008 Larry Wall and others
*
* 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#55 (text) ====
Index: perl/numeric.c
--- perl/numeric.c#54~33291~ 2008-02-12 05:15:20.000000000 -0800
+++ perl/numeric.c 2008-10-25 05:23:01.000000000 -0700
@@ -1,7 +1,7 @@
/* numeric.c
*
* Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
- * 2002, 2003, 2004, 2005, 2006, 2007, by Larry Wall and others
+ * 2002, 2003, 2004, 2005, 2006, 2007, 2008 by Larry Wall and others
*
* 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#1010 (text) ====
Index: perl/op.c
--- perl/op.c#1009~34358~ 2008-09-13 01:44:30.000000000 -0700
+++ perl/op.c 2008-10-25 05:23:01.000000000 -0700
@@ -1,7 +1,7 @@
/* op.c
*
- * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- * 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, by Larry Wall and others
+ * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
+ * 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by Larry Wall and others
*
* 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#212 (text) ====
Index: perl/op.h
--- perl/op.h#211~34030~ 2008-06-08 08:37:48.000000000 -0700
+++ perl/op.h 2008-10-25 05:23:01.000000000 -0700
@@ -1,7 +1,7 @@
/* op.h
*
- * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- * 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, by Larry Wall and others
+ * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
+ * 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by Larry Wall and others
*
* 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/pad.c#121 (text) ====
Index: perl/pad.c
--- perl/pad.c#120~33291~ 2008-02-12 05:15:20.000000000 -0800
+++ perl/pad.c 2008-10-25 05:23:01.000000000 -0700
@@ -1,6 +1,7 @@
/* pad.c
*
- * Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 by Larry Wall and others
+ * Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008
+ * by Larry Wall and others
*
* 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/pad.h#33 (text) ====
Index: perl/pad.h
--- perl/pad.h#32~34030~ 2008-06-08 08:37:48.000000000 -0700
+++ perl/pad.h 2008-10-25 05:23:01.000000000 -0700
@@ -1,6 +1,6 @@
/* pad.h
*
- * Copyright (C) 2002, 2003, 2005, 2006, 2007 by Larry Wall and others
+ * Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008 by Larry Wall and others
*
* 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.h#840 (text) ====
Index: perl/perl.h
--- perl/perl.h#839~34069~ 2008-06-17 04:16:38.000000000 -0700
+++ perl/perl.h 2008-10-25 05:23:01.000000000 -0700
@@ -1,7 +1,7 @@
/* perl.h
*
- * Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- * 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, by Larry Wall and others
+ * Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
+ * 2002, 2003, 2004, 2005, 2006, 2007, 2008 by Larry Wall and others
*
* 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#388 (text) ====
Index: perl/perlio.c
--- perl/perlio.c#387~33978~ 2008-06-01 07:05:16.000000000 -0700
+++ perl/perlio.c 2008-10-25 05:23:01.000000000 -0700
@@ -1,7 +1,7 @@
/*
* perlio.c
* Copyright (c) 1996-2006, Nick Ing-Simmons
- * Copyright (c) 2006, 2007, Larry Wall and others
+ * Copyright (c) 2006, 2007, 2008 Larry Wall and others
*
* 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/perlsdio.h#33 (text) ====
Index: perl/perlsdio.h
--- perl/perlsdio.h#32~32793~ 2008-01-01 09:18:13.000000000 -0800
+++ perl/perlsdio.h 2008-10-25 05:23:01.000000000 -0700
@@ -1,7 +1,7 @@
/* perlsdio.h
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001,
- * 2002, 2003, 2006, 2007, by Larry Wall and others
+ * 2002, 2003, 2006, 2007, 2008 by Larry Wall and others
*
* 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.c#115 (text) ====
Index: perl/perly.c
--- perl/perly.c#114~33370~ 2008-02-25 09:42:38.000000000 -0800
+++ perl/perly.c 2008-10-25 05:23:01.000000000 -0700
@@ -1,6 +1,6 @@
/* perly.c
*
- * Copyright (c) 2004, 2005, 2006, 2007, by Larry Wall and others
+ * Copyright (c) 2004, 2005, 2006, 2007, 2008 by Larry Wall and others
*
* 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#94 (text) ====
Index: perl/perly.y
--- perl/perly.y#93~33858~ 2008-05-18 14:08:01.000000000 -0700
+++ perl/perly.y 2008-10-25 05:23:01.000000000 -0700
@@ -1,6 +1,7 @@
/* perly.y
*
* Copyright (c) 1991-2002, 2003, 2004, 2005, 2006 Larry Wall
+ * Copyright (c) 2007, 2008 by Larry Wall and others
*
* 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.c#631 (text) ====
Index: perl/pp.c
--- perl/pp.c#630~34092~ 2008-06-28 14:06:57.000000000 -0700
+++ perl/pp.c 2008-10-25 05:23:01.000000000 -0700
@@ -1,7 +1,7 @@
/* pp.c
*
- * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- * 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 by Larry Wall and others
+ * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
+ * 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by Larry Wall and others
*
* 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#83 (text) ====
Index: perl/pp.h
--- perl/pp.h#82~34055~ 2008-06-15 08:20:41.000000000 -0700
+++ perl/pp.h 2008-10-25 05:23:01.000000000 -0700
@@ -1,7 +1,7 @@
/* pp.h
*
- * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000,
- * 2001, 2002, 2003, 2004, 2005, 2006, 2007, by Larry Wall and others
+ * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
+ * 2002, 2003, 2004, 2005, 2006, 2007, 2008 by Larry Wall and others
*
* 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#699 (text) ====
Index: perl/pp_ctl.c
--- perl/pp_ctl.c#698~34140~ 2008-07-13 14:37:21.000000000 -0700
+++ perl/pp_ctl.c 2008-10-25 05:23:01.000000000 -0700
@@ -1,7 +1,7 @@
/* pp_ctl.c
*
- * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- * 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 by Larry Wall and others
+ * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
+ * 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by Larry Wall and others
*
* 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#579 (text) ====
Index: perl/pp_hot.c
--- perl/pp_hot.c#578~34506~ 2008-10-18 11:04:40.000000000 -0700
+++ perl/pp_hot.c 2008-10-25 05:23:01.000000000 -0700
@@ -1,7 +1,7 @@
/* pp_hot.c
*
- * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- * 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 by Larry Wall and others
+ * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
+ * 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by Larry Wall and others
*
* 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#144 (text) ====
Index: perl/pp_pack.c
--- perl/pp_pack.c#143~33291~ 2008-02-12 05:15:20.000000000 -0800
+++ perl/pp_pack.c 2008-10-25 05:23:01.000000000 -0700
@@ -1,7 +1,7 @@
/* pp_pack.c
*
- * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- * 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, by Larry Wall and others
+ * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
+ * 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by Larry Wall and others
*
* 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#80 (text) ====
Index: perl/pp_sort.c
--- perl/pp_sort.c#79~33937~ 2008-05-26 17:12:52.000000000 -0700
+++ perl/pp_sort.c 2008-10-25 05:23:01.000000000 -0700
@@ -1,7 +1,7 @@
/* pp_sort.c
*
- * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- * 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 by Larry Wall and others
+ * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
+ * 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by Larry Wall and others
*
* 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#562 (text) ====
Index: perl/pp_sys.c
--- perl/pp_sys.c#561~34092~ 2008-06-28 14:06:57.000000000 -0700
+++ perl/pp_sys.c 2008-10-25 05:23:01.000000000 -0700
@@ -1,7 +1,7 @@
/* pp_sys.c
*
* Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
- * 2004, 2005, 2006, 2007 by Larry Wall and others
+ * 2004, 2005, 2006, 2007, 2008 by Larry Wall and others
*
* 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#661 (text) ====
Index: perl/regcomp.c
--- perl/regcomp.c#660~34507~ 2008-10-18 11:11:57.000000000 -0700
+++ perl/regcomp.c 2008-10-25 05:23:01.000000000 -0700
@@ -57,7 +57,8 @@
**** Alterations to Henry's code are...
****
**** Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- **** 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 by Larry Wall and
others
+ **** 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
+ **** by Larry Wall and others
****
**** 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#571 (text) ====
Index: perl/regexec.c
--- perl/regexec.c#570~33291~ 2008-02-12 05:15:20.000000000 -0800
+++ perl/regexec.c 2008-10-25 05:23:01.000000000 -0700
@@ -56,7 +56,8 @@
**** Alterations to Henry's code are...
****
**** Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- **** 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 by Larry Wall and
others
+ **** 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
+ **** by Larry Wall and others
****
**** 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/regexp.h#138 (text) ====
Index: perl/regexp.h
--- perl/regexp.h#137~34030~ 2008-06-08 08:37:48.000000000 -0700
+++ perl/regexp.h 2008-10-25 05:23:01.000000000 -0700
@@ -1,7 +1,7 @@
/* regexp.h
*
* Copyright (C) 1993, 1994, 1996, 1997, 1999, 2000, 2001, 2003,
- * 2005, 2006, 2007, by Larry Wall and others
+ * 2005, 2006, 2007, 2008 by Larry Wall and others
*
* 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#227 (text) ====
Index: perl/scope.c
--- perl/scope.c#226~34494~ 2008-10-16 13:18:39.000000000 -0700
+++ perl/scope.c 2008-10-25 05:23:01.000000000 -0700
@@ -1,7 +1,7 @@
/* scope.c
*
- * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- * 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 by Larry Wall and others
+ * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
+ * 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by Larry Wall and others
*
* 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.h#91 (text) ====
Index: perl/scope.h
--- perl/scope.h#90~33654~ 2008-04-06 13:27:34.000000000 -0700
+++ perl/scope.h 2008-10-25 05:23:01.000000000 -0700
@@ -1,7 +1,7 @@
/* scope.h
*
- * Copyright (C) 1993, 1994, 1996, 1997, 1998, 1999,
- * 2000, 2001, 2002, 2004, 2005, 2006, 2007 by Larry Wall and others
+ * Copyright (C) 1993, 1994, 1996, 1997, 1998, 1999, 2000, 2001,
+ * 2002, 2004, 2005, 2006, 2007, 2008 by Larry Wall and others
*
* 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#1559 (text) ====
Index: perl/sv.c
--- perl/sv.c#1558~34576~ 2008-10-24 14:45:44.000000000 -0700
+++ perl/sv.c 2008-10-25 05:23:01.000000000 -0700
@@ -1,7 +1,7 @@
/* sv.c
*
- * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- * 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, by Larry Wall and others
+ * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
+ * 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by Larry Wall and others
*
* 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#352 (text) ====
Index: perl/sv.h
--- perl/sv.h#351~34568~ 2008-10-24 09:35:48.000000000 -0700
+++ perl/sv.h 2008-10-25 05:23:01.000000000 -0700
@@ -1,7 +1,7 @@
/* sv.h
*
- * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- * 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, by Larry Wall and others
+ * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
+ * 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by Larry Wall and others
*
* 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/taint.c#56 (text) ====
Index: perl/taint.c
--- perl/taint.c#55~33291~ 2008-02-12 05:15:20.000000000 -0800
+++ perl/taint.c 2008-10-25 05:23:01.000000000 -0700
@@ -1,7 +1,7 @@
/* taint.c
*
* Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
- * 2002, 2003, 2004, 2005, 2006, 2007, by Larry Wall and others
+ * 2002, 2003, 2004, 2005, 2006, 2007, 2008 by Larry Wall and others
*
* 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#828 (text) ====
Index: perl/toke.c
--- perl/toke.c#827~34224~ 2008-08-24 07:52:12.000000000 -0700
+++ perl/toke.c 2008-10-25 05:23:01.000000000 -0700
@@ -1,7 +1,7 @@
/* toke.c
*
- * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- * 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, by Larry Wall and others
+ * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
+ * 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by Larry Wall and others
*
* 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/universal.c#200 (text) ====
Index: perl/universal.c
--- perl/universal.c#199~34354~ 2008-09-11 17:19:51.000000000 -0700
+++ perl/universal.c 2008-10-25 05:23:01.000000000 -0700
@@ -1,7 +1,7 @@
/* universal.c
*
* Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
- * 2005, 2006, 2007 by Larry Wall and others
+ * 2005, 2006, 2007, 2008 by Larry Wall and others
*
* 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#312 (text) ====
Index: perl/utf8.c
--- perl/utf8.c#311~34416~ 2008-09-25 04:55:49.000000000 -0700
+++ perl/utf8.c 2008-10-25 05:23:01.000000000 -0700
@@ -1,6 +1,6 @@
/* utf8.c
*
- * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007
+ * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
* by Larry Wall and others
*
* You may distribute under the terms of either the GNU General Public
==== //depot/perl/util.c#660 (text) ====
Index: perl/util.c
--- perl/util.c#659~34574~ 2008-10-24 14:38:48.000000000 -0700
+++ perl/util.c 2008-10-25 05:23:01.000000000 -0700
@@ -1,7 +1,7 @@
/* util.c
*
- * Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- * 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, by Larry Wall and others
+ * Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
+ * 2002, 2003, 2004, 2005, 2006, 2007, 2008 by Larry Wall and others
*
* 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/xsutils.c#57 (text) ====
Index: perl/xsutils.c
--- perl/xsutils.c#56~34092~ 2008-06-28 14:06:57.000000000 -0700
+++ perl/xsutils.c 2008-10-25 05:23:01.000000000 -0700
@@ -1,6 +1,6 @@
/* xsutils.c
*
- * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
+ * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
* by Larry Wall and others
*
* You may distribute under the terms of either the GNU General Public
End of Patch.