summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbigail <abigail@abigail.be>2019-01-20 01:40:50 +0100
committerAbigail <abigail@abigail.be>2019-01-20 01:40:50 +0100
commit4a29172e5171141e5cdad5c27d001dc1cb3db632 (patch)
tree158986f85cca4df7a3f1b46f2103a600037c5b72
parent3e52c030d43c80feca4dff8dc2567fb27305c1e8 (diff)
downloadperl-4a29172e5171141e5cdad5c27d001dc1cb3db632.tar.gz
Bump copyright to 2019 in perl.c and README.
-rw-r--r--README2
-rw-r--r--perl.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index dc4f3a727c..945db22d70 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, 2017, 2018 by Larry Wall and others.
+2013, 2014, 2015, 2016, 2017, 2018, 2019 by Larry Wall and others.
All rights reserved.
diff --git a/perl.c b/perl.c
index 240484b068..d82e1e720a 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, 2018 by Larry Wall and others
+ * 2013, 2014, 2015, 2016, 2017, 2018, 2019 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.
@@ -3757,7 +3757,7 @@ S_minus_v(pTHX)
#endif
PerlIO_printf(PIO_stdout,
- "\n\nCopyright 1987-2018, Larry Wall\n");
+ "\n\nCopyright 1987-2019, Larry Wall\n");
#ifdef MSDOS
PerlIO_printf(PIO_stdout,
"\nMS-DOS port Copyright (c) 1989, 1990, Diomidis Spinellis\n");