summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-01-02 14:43:37 +0000
committerNicholas Clark <nick@ccl4.org>2006-01-02 14:43:37 +0000
commit3246d7a3ad86dfa806dd7e514ae5fd2dacd5c0ef (patch)
tree7fa7c1153ebde41cd5c857c962707aca3dc552c6
parentc69adce39458d65db6bf9adbc7d99cf7524bd8ee (diff)
downloadperl-3246d7a3ad86dfa806dd7e514ae5fd2dacd5c0ef.tar.gz
Happy New Year. (It's not just embed.pl).
p4raw-id: //depot/perl@26572
-rw-r--r--README2
-rwxr-xr-xopcode.pl2
-rw-r--r--perl.c4
-rw-r--r--reentr.pl4
4 files changed, 6 insertions, 6 deletions
diff --git a/README b/README
index 10ce5a8e32..703c8e62e7 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@
Perl Kit, Version 5
Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- 2000, 2001, 2002, 2003, 2004, 2005 by Larry Wall and others
+ 2000, 2001, 2002, 2003, 2004, 2005, 2006 by Larry Wall and others
All rights reserved.
diff --git a/opcode.pl b/opcode.pl
index 19030a6adc..d4ff27588e 100755
--- a/opcode.pl
+++ b/opcode.pl
@@ -94,7 +94,7 @@ print <<"END";
* opcode.h
*
* Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- * 2000, 2001, 2002, 2003, 2004, 2005 by Larry Wall and others
+ * 2000, 2001, 2002, 2003, 2004, 2005, 2006 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.c b/perl.c
index e68c064387..c5c04c051a 100644
--- a/perl.c
+++ b/perl.c
@@ -1,7 +1,7 @@
/* perl.c
*
* Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- * 2000, 2001, 2002, 2003, 2004, 2005, by Larry Wall and others
+ * 2000, 2001, 2002, 2003, 2004, 2005, 2006, 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.
@@ -3245,7 +3245,7 @@ Perl_moreswitches(pTHX_ char *s)
#endif
PerlIO_printf(PerlIO_stdout(),
- "\n\nCopyright 1987-2005, Larry Wall\n");
+ "\n\nCopyright 1987-2006, Larry Wall\n");
#ifdef MACOS_TRADITIONAL
PerlIO_printf(PerlIO_stdout(),
"\nMac OS port Copyright 1991-2002, Matthias Neeracher;\n"
diff --git a/reentr.pl b/reentr.pl
index fd19d51cf7..58a574e2ff 100644
--- a/reentr.pl
+++ b/reentr.pl
@@ -49,7 +49,7 @@ print <<EOF;
*
* reentr.h
*
- * Copyright (C) 2002, 2003, 2005 by Larry Wall and others
+ * Copyright (C) 2002, 2003, 2005, 2006 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.
@@ -776,7 +776,7 @@ print <<EOF;
*
* reentr.c
*
- * Copyright (C) 2002, 2003, 2005 by Larry Wall and others
+ * Copyright (C) 2002, 2003, 2005, 2006 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.