summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbigail <abigail@abigail.be>2018-01-19 16:36:57 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2018-02-28 20:33:58 +0000
commitb0de03aa9d3d749c3c7dc3ffcc5fd0df75d51287 (patch)
tree327fc8d2ee419ce2f77fb1d3bb99e4b39f5bbe78
parent22d6b84d0370fc823bcc6463e3026c83d494c2da (diff)
downloadperl-b0de03aa9d3d749c3c7dc3ffcc5fd0df75d51287.tar.gz
Update Copyright years in README and perl.c.
Now, 2018 is included. (cherry picked from commit e84cc8c8c341ace6a1e2f671190dd7be93c1a380)
-rw-r--r--README3
-rw-r--r--perl.c4
2 files changed, 4 insertions, 3 deletions
diff --git a/README b/README
index 02ac59ca4c..dc4f3a727c 100644
--- a/README
+++ b/README
@@ -1,6 +1,7 @@
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, 2017 by Larry Wall and others. All rights reserved.
+2013, 2014, 2015, 2016, 2017, 2018 by Larry Wall and others.
+All rights reserved.
diff --git a/perl.c b/perl.c
index 6197ea08d5..b0fa65b32a 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, 2017 by Larry Wall and others
+ * 2013, 2014, 2015, 2016, 2017, 2018 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-2017, Larry Wall\n");
+ "\n\nCopyright 1987-2018, Larry Wall\n");
#ifdef MSDOS
PerlIO_printf(PIO_stdout,
"\nMS-DOS port Copyright (c) 1989, 1990, Diomidis Spinellis\n");