summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--embed.h2
-rwxr-xr-xembed.pl16
-rw-r--r--embedvar.h4
-rw-r--r--global.sym4
-rw-r--r--perlapi.c3
-rw-r--r--perlapi.h3
-rw-r--r--proto.h2
7 files changed, 11 insertions, 23 deletions
diff --git a/embed.h b/embed.h
index d44d4111e3..5c60394283 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 30cc3adbe0..ac0822f0e8 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 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.
diff --git a/perlapi.c b/perlapi.c
index 10f8f2a287..e0bf9fbfdb 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 bcd2623313..28edb59cd8 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 65fdc2bcfc..8cf2ed99b2 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.