summaryrefslogtreecommitdiff
path: root/pp_pack.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2007-11-07 23:23:27 +0000
committerNicholas Clark <nick@ccl4.org>2007-11-07 23:23:27 +0000
commit663f364bd429de50c8f5478879b1285d1270c1b3 (patch)
tree5ffa74ac6bb1e0f2e6b5c78ff7dd6e5c77e2de17 /pp_pack.c
parent0008a298a756beba82d3333fc66460546e961c07 (diff)
downloadperl-663f364bd429de50c8f5478879b1285d1270c1b3.tar.gz
Fix up copyright years for files modified in 2007.
p4raw-id: //depot/perl@32237
Diffstat (limited to 'pp_pack.c')
-rw-r--r--pp_pack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pp_pack.c b/pp_pack.c
index 76e631511c..db8a94e45d 100644
--- a/pp_pack.c
+++ b/pp_pack.c
@@ -1,7 +1,7 @@
/* pp_pack.c
*
* Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- * 2000, 2001, 2002, 2003, 2004, 2005, 2006, by Larry Wall and others
+ * 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 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.