Change 34586 by [EMAIL PROTECTED] on 2008/10/25 12:47:01

        Update copyright year in embed.pl, and everything that it builds.

Affected files ...

... //depot/perl/embed.h#765 edit
... //depot/perl/embed.pl#370 edit
... //depot/perl/embedvar.h#266 edit
... //depot/perl/global.sym#357 edit
... //depot/perl/perlapi.c#147 edit
... //depot/perl/perlapi.h#188 edit
... //depot/perl/proto.h#957 edit

Differences ...

==== //depot/perl/embed.h#765 (text+w) ====
Index: perl/embed.h
--- perl/embed.h#764~34569~     2008-10-24 09:37:49.000000000 -0700
+++ perl/embed.h        2008-10-25 05:47:01.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/perl/embed.pl#370 (xtext) ====
Index: perl/embed.pl
--- perl/embed.pl#369~33539~    2008-03-16 17:17:26.000000000 -0700
+++ perl/embed.pl       2008-10-25 05:47:01.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/perl/embedvar.h#266 (text+w) ====
Index: perl/embedvar.h
--- perl/embedvar.h#265~34569~  2008-10-24 09:37:49.000000000 -0700
+++ perl/embedvar.h     2008-10-25 05:47:01.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/perl/global.sym#357 (text+w) ====
Index: perl/global.sym
--- perl/global.sym#356~33901~  2008-05-21 06:35:43.000000000 -0700
+++ perl/global.sym     2008-10-25 05:47:01.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/perl/perlapi.c#147 (text+w) ====
Index: perl/perlapi.c
--- perl/perlapi.c#146~31245~   2007-05-20 16:10:15.000000000 -0700
+++ perl/perlapi.c      2008-10-25 05:47:01.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/perl/perlapi.h#188 (text+w) ====
Index: perl/perlapi.h
--- perl/perlapi.h#187~34569~   2008-10-24 09:37:49.000000000 -0700
+++ perl/perlapi.h      2008-10-25 05:47:01.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/perl/proto.h#957 (text+w) ====
Index: perl/proto.h
--- perl/proto.h#956~34585~     2008-10-25 05:23:01.000000000 -0700
+++ perl/proto.h        2008-10-25 05:47:01.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.
End of Patch.

Reply via email to