summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas R <atoomic@cpan.org>2020-01-02 17:01:57 -0700
committerSteve Hay <steve.m.hay@googlemail.com>2020-02-12 08:09:09 +0000
commit9802995490251df92faf7a0dd5c7114ad8146bd3 (patch)
treed496b35b68a5b4259c75cac65a28fe6579dfeea2
parent07daf9d0a8e992dd3337918b19b79d9e9a004f8a (diff)
downloadperl-9802995490251df92faf7a0dd5c7114ad8146bd3.tar.gz
Bump copyright to 2020 in perl.c and README.
check that porting/copyright.t is passing when run with --now ../perl -I../lib porting/copyright.t --now (cherry picked from commit b28d5df592d869103f5066f2b1cb96a039a25057)
-rw-r--r--README2
-rw-r--r--perl.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index c2001d3e4c..93840d2404 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, 2019 by Larry Wall and others.
+2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 by Larry Wall and others.
All rights reserved.
diff --git a/perl.c b/perl.c
index f2de4795cb..5cf250aecf 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, 2019 by Larry Wall and others
+ * 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 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.
@@ -3782,7 +3782,7 @@ S_minus_v(pTHX)
#endif
PerlIO_printf(PIO_stdout,
- "\n\nCopyright 1987-2019, Larry Wall\n");
+ "\n\nCopyright 1987-2020, Larry Wall\n");
#ifdef MSDOS
PerlIO_printf(PIO_stdout,
"\nMS-DOS port Copyright (c) 1989, 1990, Diomidis Spinellis\n");