diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-01-08 20:41:25 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-01-08 20:41:25 +0000 |
commit | cfc85103a5b0d727dc80c47d60e05c15a3ee03e8 (patch) | |
tree | 19c23253ac226a461af22f87a2219cbfcf63b0eb | |
parent | 301cb7e88d962bd78c8bd82e4f0df528d67f2ba8 (diff) | |
download | perl-cfc85103a5b0d727dc80c47d60e05c15a3ee03e8.tar.gz |
Update the copyright years in the generated files, and nostdio.h
p4raw-id: //depot/perl@26736
-rw-r--r-- | keywords.h | 4 | ||||
-rwxr-xr-x | keywords.pl | 4 | ||||
-rw-r--r-- | nostdio.h | 2 | ||||
-rwxr-xr-x | opcode.pl | 3 | ||||
-rw-r--r-- | opnames.h | 3 |
5 files changed, 9 insertions, 7 deletions
diff --git a/keywords.h b/keywords.h index c4834acb54..fd2313a64a 100644 --- a/keywords.h +++ b/keywords.h @@ -2,8 +2,8 @@ * * keywords.h * - * Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, - * by Larry Wall and others + * Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 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/keywords.pl b/keywords.pl index 2f3a95af3d..ac81d42f7d 100755 --- a/keywords.pl +++ b/keywords.pl @@ -11,8 +11,8 @@ print <<EOM; * * keywords.h * - * Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, - * by Larry Wall and others + * Copyright (C) 1994, 1995, 1996, 1997, 1999, 2000, 2001, 2002, 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. @@ -1,6 +1,6 @@ /* nostdio.h * - * Copyright (C) 1996, 2000, 2001, by Larry Wall and others + * Copyright (C) 1996, 2000, 2001, 2005, 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. @@ -120,7 +120,8 @@ print ON <<"END"; * * opnames.h * - * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, by Larry Wall and others + * Copyright (C) 1999, 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. @@ -2,7 +2,8 @@ * * opnames.h * - * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, by Larry Wall and others + * Copyright (C) 1999, 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. |