diff options
-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. |