summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteffen Schwigon <ss5@renormalist.net>2012-01-17 10:26:13 +0000
committerNicholas Clark <nick@ccl4.org>2012-01-19 14:25:01 +0100
commitfdfb76e4ec2559ba6f04a02641adb768b9c8411a (patch)
tree5220ce6976e50a95c96343618cb5d7f0df0e6e7a
parente7c5c46a0b9b128c8ae0cce089b96aebfe3afbc1 (diff)
downloadperl-fdfb76e4ec2559ba6f04a02641adb768b9c8411a.tar.gz
Bump the visible perl -V copyright to 2012
-rw-r--r--README4
-rw-r--r--perl.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index ff5af8c6af..a4fd2c4e2d 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
Perl is Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000,
-2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 by Larry Wall
-and others. All rights reserved.
+2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
+by Larry Wall and others. All rights reserved.
diff --git a/perl.c b/perl.c
index c8e8bfbc30..0f67ff1d45 100644
--- a/perl.c
+++ b/perl.c
@@ -3422,7 +3422,7 @@ S_minus_v(pTHX)
#endif
PerlIO_printf(PerlIO_stdout(),
- "\n\nCopyright 1987-2011, Larry Wall\n");
+ "\n\nCopyright 1987-2012, Larry Wall\n");
#ifdef MSDOS
PerlIO_printf(PerlIO_stdout(),
"\nMS-DOS port Copyright (c) 1989, 1990, Diomidis Spinellis\n");