diff options
-rw-r--r-- | embed.h | 2 | ||||
-rwxr-xr-x | embed.pl | 16 | ||||
-rw-r--r-- | embedvar.h | 4 | ||||
-rw-r--r-- | global.sym | 4 | ||||
-rw-r--r-- | perlapi.c | 3 | ||||
-rw-r--r-- | perlapi.h | 3 | ||||
-rw-r--r-- | proto.h | 2 |
7 files changed, 11 insertions, 23 deletions
@@ -2,7 +2,7 @@ * embed.h * * Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, - * 2000, 2001, 2002, 2003, 2004, by Larry Wall and others + * 2000, 2001, 2002, 2003, 2004, 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. @@ -19,21 +19,7 @@ sub do_not_edit ($) { my $file = shift; - my $years; - - if ($file eq 'embed.h') { - $years = '1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004'; - } elsif ($file eq 'embedvar.h') { - $years = '1999, 2000, 2001, 2002, 2003, 2004'; - } elsif ($file eq 'global.sym') { - $years = '1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004'; - } elsif ($file eq 'perlapi.c') { - $years = '1999, 2000, 2001'; - } elsif ($file eq 'perlapi.h') { - $years = '1999, 2000, 2001, 2002, 2003, 2004'; - } elsif ($file eq 'proto.h') { - $years = '1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004'; - } + my $years = '1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005'; $years =~ s/1999,/1999,\n / if length $years > 40; diff --git a/embedvar.h b/embedvar.h index f889c8c6fc..449658264a 100644 --- a/embedvar.h +++ b/embedvar.h @@ -1,8 +1,8 @@ /* * embedvar.h * - * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, - * by Larry Wall and others + * Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, + * 2000, 2001, 2002, 2003, 2004, 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. diff --git a/global.sym b/global.sym index 43c4d4440a..aa2ed48621 100644 --- a/global.sym +++ b/global.sym @@ -1,8 +1,8 @@ # # global.sym # -# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, by Larry Wall and others +# Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, +# 2000, 2001, 2002, 2003, 2004, 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. @@ -1,7 +1,8 @@ /* * perlapi.c * - * Copyright (C) 1999, 2000, 2001, by Larry Wall and others + * Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, + * 2000, 2001, 2002, 2003, 2004, 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. @@ -1,7 +1,8 @@ /* * perlapi.h * - * Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, by Larry Wall and others + * Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, + * 2000, 2001, 2002, 2003, 2004, 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. @@ -2,7 +2,7 @@ * proto.h * * Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, - * 2000, 2001, 2002, 2003, 2004, by Larry Wall and others + * 2000, 2001, 2002, 2003, 2004, 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. |