summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2009-01-02 11:41:41 +0100
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2009-01-02 11:41:41 +0100
commit83706693c63eb4fe0fd171a88263c83548c89029 (patch)
tree8260abb81f19037ba6171034e777aa99d6ad9c7c /sv.c
parenteffb3d11767a16df2fa0fbc159836c966b80ba88 (diff)
downloadperl-83706693c63eb4fe0fd171a88263c83548c89029.tar.gz
Bump coopyright year in embed.pl and various files that were just touched
(and run "make regen")
Diffstat (limited to 'sv.c')
-rw-r--r--sv.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sv.c b/sv.c
index 470d5b159c..0d6939fe41 100644
--- a/sv.c
+++ b/sv.c
@@ -1,7 +1,8 @@
/* sv.c
*
* Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
- * 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by Larry Wall and others
+ * 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 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.