summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStevan Little <stevan.little@gmail.com>2016-01-19 23:09:08 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2016-07-17 21:41:32 +0100
commit2e78dedf58aa9b3d5ff47928f6f8d8e7d126158a (patch)
treece53c9dca8530612e2fc763fc844ef25002d8347
parent998f2e3fa1c4c337013e410b63e0e77952df7577 (diff)
downloadperl-2e78dedf58aa9b3d5ff47928f6f8d8e7d126158a.tar.gz
updating copyright to 2016
(cherry picked from commit 7a2bbcbfd710ce2d3775c2437dc7726a21f742e8)
-rw-r--r--README2
-rw-r--r--perl.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index e69b0ecf84..d46e72eda0 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 by Larry Wall and others. All rights reserved.
+2013, 2014, 2015, 2016 by Larry Wall and others. All rights reserved.
diff --git a/perl.c b/perl.c
index 5c689df8c6..52bfe64303 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
- * by Larry Wall and others
+ * 2013, 2014, 2015, 2016 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.
@@ -3511,7 +3511,7 @@ S_minus_v(pTHX)
#endif
PerlIO_printf(PIO_stdout,
- "\n\nCopyright 1987-2015, Larry Wall\n");
+ "\n\nCopyright 1987-2016, Larry Wall\n");
#ifdef MSDOS
PerlIO_printf(PIO_stdout,
"\nMS-DOS port Copyright (c) 1989, 1990, Diomidis Spinellis\n");