Change 34599 by [EMAIL PROTECTED] on 2008/10/26 21:44:48
Integrate:
[ 34585]
Update copyright years.
[ 34586]
Update copyright year in embed.pl, and everything that it builds.
Affected files ...
... //depot/maint-5.10/perl/XSUB.h#3 integrate
... //depot/maint-5.10/perl/av.c#6 integrate
... //depot/maint-5.10/perl/av.h#2 integrate
... //depot/maint-5.10/perl/cc_runtime.h#3 integrate
... //depot/maint-5.10/perl/cop.h#10 integrate
... //depot/maint-5.10/perl/cv.h#2 integrate
... //depot/maint-5.10/perl/deb.c#2 integrate
... //depot/maint-5.10/perl/doio.c#4 integrate
... //depot/maint-5.10/perl/doop.c#5 integrate
... //depot/maint-5.10/perl/dump.c#11 integrate
... //depot/maint-5.10/perl/embed.h#9 integrate
... //depot/maint-5.10/perl/embed.pl#3 integrate
... //depot/maint-5.10/perl/embedvar.h#2 integrate
... //depot/maint-5.10/perl/global.sym#4 integrate
... //depot/maint-5.10/perl/gv.c#5 integrate
... //depot/maint-5.10/perl/gv.h#2 integrate
... //depot/maint-5.10/perl/handy.h#6 integrate
... //depot/maint-5.10/perl/hv.c#5 integrate
... //depot/maint-5.10/perl/intrpvar.h#3 integrate
... //depot/maint-5.10/perl/locale.c#2 integrate
... //depot/maint-5.10/perl/mathoms.c#2 integrate
... //depot/maint-5.10/perl/mg.c#15 integrate
... //depot/maint-5.10/perl/mg.h#3 integrate
... //depot/maint-5.10/perl/mro.c#6 integrate
... //depot/maint-5.10/perl/numeric.c#2 integrate
... //depot/maint-5.10/perl/op.c#16 integrate
... //depot/maint-5.10/perl/op.h#6 integrate
... //depot/maint-5.10/perl/pad.c#4 integrate
... //depot/maint-5.10/perl/pad.h#3 integrate
... //depot/maint-5.10/perl/perl.h#15 integrate
... //depot/maint-5.10/perl/perlapi.c#2 integrate
... //depot/maint-5.10/perl/perlapi.h#2 integrate
... //depot/maint-5.10/perl/perlio.c#9 integrate
... //depot/maint-5.10/perl/perlsdio.h#3 integrate
... //depot/maint-5.10/perl/perly.c#3 integrate
... //depot/maint-5.10/perl/perly.y#3 integrate
... //depot/maint-5.10/perl/pp.c#10 integrate
... //depot/maint-5.10/perl/pp.h#4 integrate
... //depot/maint-5.10/perl/pp_ctl.c#22 integrate
... //depot/maint-5.10/perl/pp_hot.c#15 integrate
... //depot/maint-5.10/perl/pp_pack.c#5 integrate
... //depot/maint-5.10/perl/pp_sort.c#3 integrate
... //depot/maint-5.10/perl/pp_sys.c#8 integrate
... //depot/maint-5.10/perl/proto.h#12 integrate
... //depot/maint-5.10/perl/regcomp.c#18 integrate
... //depot/maint-5.10/perl/regexec.c#10 integrate
... //depot/maint-5.10/perl/regexp.h#7 integrate
... //depot/maint-5.10/perl/scope.c#6 integrate
... //depot/maint-5.10/perl/scope.h#4 integrate
... //depot/maint-5.10/perl/sv.c#30 integrate
... //depot/maint-5.10/perl/sv.h#5 integrate
... //depot/maint-5.10/perl/taint.c#2 integrate
... //depot/maint-5.10/perl/toke.c#9 integrate
... //depot/maint-5.10/perl/universal.c#6 integrate
... //depot/maint-5.10/perl/utf8.c#4 integrate
... //depot/maint-5.10/perl/util.c#6 integrate
... //depot/maint-5.10/perl/xsutils.c#4 integrate
Differences ...
==== //depot/maint-5.10/perl/XSUB.h#3 (text) ====
Index: perl/XSUB.h
--- perl/XSUB.h#2~33139~ 2008-01-30 15:19:42.000000000 -0800
+++ perl/XSUB.h 2008-10-26 14:44:48.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/maint-5.10/perl/av.c#6 (text) ====
Index: perl/av.c
--- perl/av.c#5~34335~ 2008-09-10 09:28:02.000000000 -0700
+++ perl/av.c 2008-10-26 14:44:48.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/maint-5.10/perl/av.h#2 (text) ====
Index: perl/av.h
--- perl/av.h#1~32694~ 2007-12-22 01:23:09.000000000 -0800
+++ perl/av.h 2008-10-26 14:44:48.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/maint-5.10/perl/cc_runtime.h#3 (text) ====
Index: perl/cc_runtime.h
--- perl/cc_runtime.h#2~34033~ 2008-06-08 14:27:42.000000000 -0700
+++ perl/cc_runtime.h 2008-10-26 14:44:48.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/maint-5.10/perl/cop.h#10 (text) ====
Index: perl/cop.h
--- perl/cop.h#9~34495~ 2008-10-16 13:45:27.000000000 -0700
+++ perl/cop.h 2008-10-26 14:44:48.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/maint-5.10/perl/cv.h#2 (text) ====
Index: perl/cv.h
--- perl/cv.h#1~32694~ 2007-12-22 01:23:09.000000000 -0800
+++ perl/cv.h 2008-10-26 14:44:48.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/maint-5.10/perl/deb.c#2 (text) ====
Index: perl/deb.c
--- perl/deb.c#1~32694~ 2007-12-22 01:23:09.000000000 -0800
+++ perl/deb.c 2008-10-26 14:44:48.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/maint-5.10/perl/doio.c#4 (text) ====
Index: perl/doio.c
--- perl/doio.c#3~34266~ 2008-09-04 08:33:04.000000000 -0700
+++ perl/doio.c 2008-10-26 14:44:48.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/maint-5.10/perl/doop.c#5 (text) ====
Index: perl/doop.c
--- perl/doop.c#4~33943~ 2008-05-28 08:54:22.000000000 -0700
+++ perl/doop.c 2008-10-26 14:44:48.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/maint-5.10/perl/dump.c#11 (text) ====
Index: perl/dump.c
--- perl/dump.c#10~34525~ 2008-10-20 06:44:44.000000000 -0700
+++ perl/dump.c 2008-10-26 14:44:48.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/maint-5.10/perl/embed.h#9 (text+w) ====
Index: perl/embed.h
--- perl/embed.h#8~34495~ 2008-10-16 13:45:27.000000000 -0700
+++ perl/embed.h 2008-10-26 14:44:48.000000000 -0700
@@ -3,7 +3,7 @@
* embed.h
*
* Copyright (C) 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/maint-5.10/perl/embed.pl#3 (xtext) ====
Index: perl/embed.pl
--- perl/embed.pl#2~33944~ 2008-05-28 11:24:46.000000000 -0700
+++ perl/embed.pl 2008-10-26 14:44:48.000000000 -0700
@@ -23,7 +23,7 @@
{
my $file = shift;
- my $years = '1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
2003, 2004, 2005, 2006, 2007';
+ my $years = '1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
2003, 2004, 2005, 2006, 2007, 2008';
$years =~ s/1999,/1999,\n / if length $years > 40;
==== //depot/maint-5.10/perl/embedvar.h#2 (text+w) ====
Index: perl/embedvar.h
--- perl/embedvar.h#1~32694~ 2007-12-22 01:23:09.000000000 -0800
+++ perl/embedvar.h 2008-10-26 14:44:48.000000000 -0700
@@ -3,7 +3,7 @@
* embedvar.h
*
* Copyright (C) 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/maint-5.10/perl/global.sym#4 (text+w) ====
Index: perl/global.sym
--- perl/global.sym#3~34495~ 2008-10-16 13:45:27.000000000 -0700
+++ perl/global.sym 2008-10-26 14:44:48.000000000 -0700
@@ -3,7 +3,7 @@
# global.sym
#
# Copyright (C) 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/maint-5.10/perl/gv.c#5 (text) ====
Index: perl/gv.c
--- perl/gv.c#4~33947~ 2008-05-28 18:09:23.000000000 -0700
+++ perl/gv.c 2008-10-26 14:44:48.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/maint-5.10/perl/gv.h#2 (text) ====
Index: perl/gv.h
--- perl/gv.h#1~32694~ 2007-12-22 01:23:09.000000000 -0800
+++ perl/gv.h 2008-10-26 14:44:48.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/maint-5.10/perl/handy.h#6 (text) ====
Index: perl/handy.h
--- perl/handy.h#5~33942~ 2008-05-27 18:21:26.000000000 -0700
+++ perl/handy.h 2008-10-26 14:44:48.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/maint-5.10/perl/hv.c#5 (text) ====
Index: perl/hv.c
--- perl/hv.c#4~34342~ 2008-09-11 03:59:29.000000000 -0700
+++ perl/hv.c 2008-10-26 14:44:48.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/maint-5.10/perl/intrpvar.h#3 (text) ====
Index: perl/intrpvar.h
--- perl/intrpvar.h#2~33123~ 2008-01-30 03:45:08.000000000 -0800
+++ perl/intrpvar.h 2008-10-26 14:44:48.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/maint-5.10/perl/locale.c#2 (text) ====
Index: perl/locale.c
--- perl/locale.c#1~32694~ 2007-12-22 01:23:09.000000000 -0800
+++ perl/locale.c 2008-10-26 14:44:48.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/maint-5.10/perl/mathoms.c#2 (text) ====
Index: perl/mathoms.c
--- perl/mathoms.c#1~32694~ 2007-12-22 01:23:09.000000000 -0800
+++ perl/mathoms.c 2008-10-26 14:44:48.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/maint-5.10/perl/mg.c#15 (text) ====
Index: perl/mg.c
--- perl/mg.c#14~34266~ 2008-09-04 08:33:04.000000000 -0700
+++ perl/mg.c 2008-10-26 14:44:48.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/maint-5.10/perl/mg.h#3 (text) ====
Index: perl/mg.h
--- perl/mg.h#2~33123~ 2008-01-30 03:45:08.000000000 -0800
+++ perl/mg.h 2008-10-26 14:44:48.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/maint-5.10/perl/mro.c#6 (text) ====
Index: perl/mro.c
--- perl/mro.c#5~33942~ 2008-05-27 18:21:26.000000000 -0700
+++ perl/mro.c 2008-10-26 14:44:48.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/maint-5.10/perl/numeric.c#2 (text) ====
Index: perl/numeric.c
--- perl/numeric.c#1~32694~ 2007-12-22 01:23:09.000000000 -0800
+++ perl/numeric.c 2008-10-26 14:44:48.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/maint-5.10/perl/op.c#16 (text) ====
Index: perl/op.c
--- perl/op.c#15~34262~ 2008-09-04 00:37:07.000000000 -0700
+++ perl/op.c 2008-10-26 14:44:48.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/maint-5.10/perl/op.h#6 (text) ====
Index: perl/op.h
--- perl/op.h#5~33856~ 2008-05-18 09:11:18.000000000 -0700
+++ perl/op.h 2008-10-26 14:44:48.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/maint-5.10/perl/pad.c#4 (text) ====
Index: perl/pad.c
--- perl/pad.c#3~33135~ 2008-01-30 11:50:56.000000000 -0800
+++ perl/pad.c 2008-10-26 14:44:48.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/maint-5.10/perl/pad.h#3 (text) ====
Index: perl/pad.h
--- perl/pad.h#2~33123~ 2008-01-30 03:45:08.000000000 -0800
+++ perl/pad.h 2008-10-26 14:44:48.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/maint-5.10/perl/perl.h#15 (text) ====
Index: perl/perl.h
--- perl/perl.h#14~34262~ 2008-09-04 00:37:07.000000000 -0700
+++ perl/perl.h 2008-10-26 14:44:48.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/maint-5.10/perl/perlapi.c#2 (text+w) ====
Index: perl/perlapi.c
--- perl/perlapi.c#1~32694~ 2007-12-22 01:23:09.000000000 -0800
+++ perl/perlapi.c 2008-10-26 14:44:48.000000000 -0700
@@ -3,7 +3,7 @@
* perlapi.c
*
* Copyright (C) 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/maint-5.10/perl/perlapi.h#2 (text+w) ====
Index: perl/perlapi.h
--- perl/perlapi.h#1~32694~ 2007-12-22 01:23:09.000000000 -0800
+++ perl/perlapi.h 2008-10-26 14:44:48.000000000 -0700
@@ -3,7 +3,7 @@
* perlapi.h
*
* Copyright (C) 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/maint-5.10/perl/perlio.c#9 (text) ====
Index: perl/perlio.c
--- perl/perlio.c#8~34033~ 2008-06-08 14:27:42.000000000 -0700
+++ perl/perlio.c 2008-10-26 14:44:48.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/maint-5.10/perl/perlsdio.h#3 (text) ====
Index: perl/perlsdio.h
--- perl/perlsdio.h#2~33123~ 2008-01-30 03:45:08.000000000 -0800
+++ perl/perlsdio.h 2008-10-26 14:44:48.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/maint-5.10/perl/perly.c#3 (text) ====
Index: perl/perly.c
--- perl/perly.c#2~33590~ 2008-03-28 12:01:33.000000000 -0700
+++ perl/perly.c 2008-10-26 14:44:48.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/maint-5.10/perl/perly.y#3 (text) ====
Index: perl/perly.y
--- perl/perly.y#2~33726~ 2008-04-22 08:18:16.000000000 -0700
+++ perl/perly.y 2008-10-26 14:44:48.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/maint-5.10/perl/pp.c#10 (text) ====
Index: perl/pp.c
--- perl/pp.c#9~34266~ 2008-09-04 08:33:04.000000000 -0700
+++ perl/pp.c 2008-10-26 14:44:48.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/maint-5.10/perl/pp.h#4 (text) ====
Index: perl/pp.h
--- perl/pp.h#3~34261~ 2008-09-03 23:02:02.000000000 -0700
+++ perl/pp.h 2008-10-26 14:44:48.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/maint-5.10/perl/pp_ctl.c#22 (text) ====
Index: perl/pp_ctl.c
--- perl/pp_ctl.c#21~34495~ 2008-10-16 13:45:27.000000000 -0700
+++ perl/pp_ctl.c 2008-10-26 14:44:48.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/maint-5.10/perl/pp_hot.c#15 (text) ====
Index: perl/pp_hot.c
--- perl/pp_hot.c#14~34266~ 2008-09-04 08:33:04.000000000 -0700
+++ perl/pp_hot.c 2008-10-26 14:44:48.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/maint-5.10/perl/pp_pack.c#5 (text) ====
Index: perl/pp_pack.c
--- perl/pp_pack.c#4~33614~ 2008-03-31 09:59:07.000000000 -0700
+++ perl/pp_pack.c 2008-10-26 14:44:48.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/maint-5.10/perl/pp_sort.c#3 (text) ====
Index: perl/pp_sort.c
--- perl/pp_sort.c#2~33955~ 2008-05-30 18:54:46.000000000 -0700
+++ perl/pp_sort.c 2008-10-26 14:44:48.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/maint-5.10/perl/pp_sys.c#8 (text) ====
Index: perl/pp_sys.c
--- perl/pp_sys.c#7~34266~ 2008-09-04 08:33:04.000000000 -0700
+++ perl/pp_sys.c 2008-10-26 14:44:48.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/maint-5.10/perl/proto.h#12 (text+w) ====
Index: perl/proto.h
--- perl/proto.h#11~34495~ 2008-10-16 13:45:27.000000000 -0700
+++ perl/proto.h 2008-10-26 14:44:48.000000000 -0700
@@ -3,7 +3,7 @@
* proto.h
*
* Copyright (C) 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/maint-5.10/perl/regcomp.c#18 (text) ====
Index: perl/regcomp.c
--- perl/regcomp.c#17~34515~ 2008-10-19 03:41:06.000000000 -0700
+++ perl/regcomp.c 2008-10-26 14:44:48.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/maint-5.10/perl/regexec.c#10 (text) ====
Index: perl/regexec.c
--- perl/regexec.c#9~33972~ 2008-05-31 16:40:24.000000000 -0700
+++ perl/regexec.c 2008-10-26 14:44:48.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/maint-5.10/perl/regexp.h#7 (text) ====
Index: perl/regexp.h
--- perl/regexp.h#6~33150~ 2008-01-31 04:04:14.000000000 -0800
+++ perl/regexp.h 2008-10-26 14:44:48.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/maint-5.10/perl/scope.c#6 (text) ====
Index: perl/scope.c
--- perl/scope.c#5~34497~ 2008-10-16 14:59:46.000000000 -0700
+++ perl/scope.c 2008-10-26 14:44:48.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/maint-5.10/perl/scope.h#4 (text) ====
Index: perl/scope.h
--- perl/scope.h#3~34495~ 2008-10-16 13:45:27.000000000 -0700
+++ perl/scope.h 2008-10-26 14:44:48.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/maint-5.10/perl/sv.c#30 (text) ====
Index: perl/sv.c
--- perl/sv.c#29~34593~ 2008-10-25 10:33:16.000000000 -0700
+++ perl/sv.c 2008-10-26 14:44:48.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/maint-5.10/perl/sv.h#5 (text) ====
Index: perl/sv.h
--- perl/sv.h#4~33139~ 2008-01-30 15:19:42.000000000 -0800
+++ perl/sv.h 2008-10-26 14:44:48.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/maint-5.10/perl/taint.c#2 (text) ====
Index: perl/taint.c
--- perl/taint.c#1~32694~ 2007-12-22 01:23:09.000000000 -0800
+++ perl/taint.c 2008-10-26 14:44:48.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/maint-5.10/perl/toke.c#9 (text) ====
Index: perl/toke.c
--- perl/toke.c#8~33955~ 2008-05-30 18:54:46.000000000 -0700
+++ perl/toke.c 2008-10-26 14:44:48.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/maint-5.10/perl/universal.c#6 (text) ====
Index: perl/universal.c
--- perl/universal.c#5~34411~ 2008-09-23 13:01:01.000000000 -0700
+++ perl/universal.c 2008-10-26 14:44:48.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/maint-5.10/perl/utf8.c#4 (text) ====
Index: perl/utf8.c
--- perl/utf8.c#3~34426~ 2008-09-26 12:06:51.000000000 -0700
+++ perl/utf8.c 2008-10-26 14:44:48.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/maint-5.10/perl/util.c#6 (text) ====
Index: perl/util.c
--- perl/util.c#5~33955~ 2008-05-30 18:54:46.000000000 -0700
+++ perl/util.c 2008-10-26 14:44:48.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/maint-5.10/perl/xsutils.c#4 (text) ====
Index: perl/xsutils.c
--- perl/xsutils.c#3~34266~ 2008-09-04 08:33:04.000000000 -0700
+++ perl/xsutils.c 2008-10-26 14:44:48.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.