From 2419183b5b2616670ccea658b69504ec1babc68d Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Thu, 31 Mar 2005 15:24:24 +0000 Subject: [PATCH] Update copyrights. Well, those are generated files anyway. p4raw-id: //depot/perl@24121 --- embed.h | 2 +- embed.pl | 16 +--------------- embedvar.h | 4 ++-- global.sym | 4 ++-- perlapi.c | 3 ++- perlapi.h | 3 ++- proto.h | 2 +- 7 files changed, 11 insertions(+), 23 deletions(-) diff --git a/embed.h b/embed.h index d44d411..5c60394 100644 --- a/embed.h +++ b/embed.h @@ -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. diff --git a/embed.pl b/embed.pl index 30cc3ad..ac0822f 100755 --- a/embed.pl +++ b/embed.pl @@ -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 f889c8c..4496582 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 43c4d44..aa2ed48 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. diff --git a/perlapi.c b/perlapi.c index 10f8f2a..e0bf9fb 100644 --- a/perlapi.c +++ b/perlapi.c @@ -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. diff --git a/perlapi.h b/perlapi.h index bcd2623..28edb59 100644 --- a/perlapi.h +++ b/perlapi.h @@ -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. diff --git a/proto.h b/proto.h index 65fdc2b..8cf2ed9 100644 --- a/proto.h +++ b/proto.h @@ -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. -- 2.7.4