summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2007-01-01 22:48:33 +0000
committerSteve Peters <steve@fisharerojo.org>2007-01-01 22:48:33 +0000
commit7272f7c1c568f39f233065b3b8585640a398a76e (patch)
treee6a1ff1124def8040cb47bf9c9ff30cf9e523f18
parentacdf0a21427feb34aec09f6fd2cf505bb7b2fe2c (diff)
downloadperl-7272f7c1c568f39f233065b3b8585640a398a76e.tar.gz
Welcome to 2007! Time to update copyrights from changes earlier
today. p4raw-id: //depot/perl@29653
-rw-r--r--embed.h2
-rwxr-xr-xembed.pl2
-rw-r--r--embedvar.h2
-rw-r--r--global.sym2
-rw-r--r--hv.c2
-rw-r--r--mg.c2
-rw-r--r--perl.h2
-rw-r--r--perlapi.c2
-rw-r--r--perlapi.h2
-rw-r--r--proto.h2
-rw-r--r--sv.c2
-rw-r--r--util.c2
12 files changed, 12 insertions, 12 deletions
diff --git a/embed.h b/embed.h
index d948188329..09fbb8fbf3 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, by Larry Wall and others
+ * 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 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 90b5f795b7..53a32da4bc 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';
+ my $years = '1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007';
$years =~ s/1999,/1999,\n / if length $years > 40;
diff --git a/embedvar.h b/embedvar.h
index 634fb42286..7fe5e295a3 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, by Larry Wall and others
+ * 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 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 7b38aa9ae2..d22185753b 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, by Larry Wall and others
+# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 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/hv.c b/hv.c
index ea7247e6b1..aa60e53d28 100644
--- a/hv.c
+++ b/hv.c
@@ -1,7 +1,7 @@
/* hv.c
*
* Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- * 2000, 2001, 2002, 2003, 2004, 2005, 2006, by Larry Wall and others
+ * 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 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/mg.c b/mg.c
index acc6fa825d..a0877c5346 100644
--- a/mg.c
+++ b/mg.c
@@ -1,7 +1,7 @@
/* mg.c
*
* Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- * 2000, 2001, 2002, 2003, 2004, 2005, 2006, by Larry Wall and others
+ * 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 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/perl.h b/perl.h
index 14e76d8f4b..1b9f6ce2f4 100644
--- a/perl.h
+++ b/perl.h
@@ -1,7 +1,7 @@
/* perl.h
*
* Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- * 2000, 2001, 2002, 2003, 2004, 2005, 2006, by Larry Wall and others
+ * 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 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 0130b65e27..6dee845c5d 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, by Larry Wall and others
+ * 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 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 a69addb3f6..f21407cfe3 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, by Larry Wall and others
+ * 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 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 27f830bf25..4f99f58755 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, by Larry Wall and others
+ * 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 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/sv.c b/sv.c
index 487582a44a..e78fd2edda 100644
--- a/sv.c
+++ b/sv.c
@@ -1,7 +1,7 @@
/* sv.c
*
* Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- * 2000, 2001, 2002, 2003, 2004, 2005, 2006, by Larry Wall and others
+ * 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 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/util.c b/util.c
index 3eb4f09ce6..343ba5af42 100644
--- a/util.c
+++ b/util.c
@@ -1,7 +1,7 @@
/* util.c
*
* Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- * 2000, 2001, 2002, 2003, 2004, 2005, 2006, by Larry Wall and others
+ * 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 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.