summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2017-01-02 17:23:15 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2017-01-02 17:27:54 +0000
commitbbb6b4509eb7acbb3a6fcd0a8c9438cd6f320960 (patch)
tree7b5cfac32751d86144caab15fb9f0309a7346e60
parent066e09f1410090ce69e161fcd8cab8dd1d319655 (diff)
downloadperl-bbb6b4509eb7acbb3a6fcd0a8c9438cd6f320960.tar.gz
Update copyright year
(cherry picked from commit f3e2e2629f0f71cdbc3fe0b9102a74a041e7919a)
-rw-r--r--README2
-rw-r--r--perl.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index d46e72eda0..02ac59ca4c 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, 2011, 2012,
-2013, 2014, 2015, 2016 by Larry Wall and others. All rights reserved.
+2013, 2014, 2015, 2016, 2017 by Larry Wall and others. All rights reserved.
diff --git a/perl.c b/perl.c
index 8b1b83ce04..6197ea08d5 100644
--- a/perl.c
+++ b/perl.c
@@ -3,7 +3,7 @@
*
* Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
* 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
- * 2013, 2014, 2015, 2016 by Larry Wall and others
+ * 2013, 2014, 2015, 2016, 2017 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.
@@ -3558,7 +3558,7 @@ S_minus_v(pTHX)
#endif
PerlIO_printf(PIO_stdout,
- "\n\nCopyright 1987-2016, Larry Wall\n");
+ "\n\nCopyright 1987-2017, Larry Wall\n");
#ifdef MSDOS
PerlIO_printf(PIO_stdout,
"\nMS-DOS port Copyright (c) 1989, 1990, Diomidis Spinellis\n");