summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-10-25 12:47:01 +0000
committerNicholas Clark <nick@ccl4.org>2008-10-25 12:47:01 +0000
commit67edeb9aab7e64ec46e81a9ccb767449a20cad5f (patch)
treefa6d78aca60b5d3a789853609af274c759989c83
parent1129b882ced9d5881a47214405219a2e6e332a92 (diff)
downloadperl-67edeb9aab7e64ec46e81a9ccb767449a20cad5f.tar.gz
Update copyright year in embed.pl, and everything that it builds.
p4raw-id: //depot/perl@34586
-rw-r--r--embed.h2
-rwxr-xr-xembed.pl2
-rw-r--r--embedvar.h2
-rw-r--r--global.sym2
-rw-r--r--perlapi.c2
-rw-r--r--perlapi.h2
-rw-r--r--proto.h2
7 files changed, 7 insertions, 7 deletions
diff --git a/embed.h b/embed.h
index 6778ea5918..ace20371ca 100644
--- a/embed.h
+++ b/embed.h
@@ -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.
diff --git a/embed.pl b/embed.pl
index b9d2010d49..b7d9bb2389 100755
--- a/embed.pl
+++ b/embed.pl
@@ -23,7 +23,7 @@ sub do_not_edit ($)
{
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;
diff --git a/embedvar.h b/embedvar.h
index ef8c378839..877dd289aa 100644
--- a/embedvar.h
+++ b/embedvar.h
@@ -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.
diff --git a/global.sym b/global.sym
index 248d8a4bb4..5e18194766 100644
--- a/global.sym
+++ b/global.sym
@@ -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.
diff --git a/perlapi.c b/perlapi.c
index d0bdef62ea..d15afec96f 100644
--- a/perlapi.c
+++ b/perlapi.c
@@ -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.
diff --git a/perlapi.h b/perlapi.h
index 45146bcae1..4578824afc 100644
--- a/perlapi.h
+++ b/perlapi.h
@@ -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.
diff --git a/proto.h b/proto.h
index 3ad89f2f8e..ca19956e61 100644
--- a/proto.h
+++ b/proto.h
@@ -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.