summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2021-01-07 10:23:06 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2021-01-07 10:24:09 +0000
commit8b57ac28ff4475bc3a352b7068ce07b2fa6f4cf4 (patch)
tree0a607a534ca84281c7aa15f368f1ebe41ee4bbd9
parent125263d40da1dedc144a17f6e297b7679086df52 (diff)
downloadperl-8b57ac28ff4475bc3a352b7068ce07b2fa6f4cf4.tar.gz
Bump copyright to 2021 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 781d8b49760b7a212bb93c6a88cb71e9db9e1d71)
-rw-r--r--README2
-rw-r--r--perl.c5
2 files changed, 4 insertions, 3 deletions
diff --git a/README b/README
index c0e833d28e..859122434f 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, 2020 by Larry Wall and others.
+2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021 by Larry Wall and others.
All rights reserved.
diff --git a/perl.c b/perl.c
index 2013a76026..071675cc5b 100644
--- a/perl.c
+++ b/perl.c
@@ -3,7 +3,8 @@
*
* 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, 2020 by Larry Wall and others
+ * 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021 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.
@@ -3834,7 +3835,7 @@ S_minus_v(pTHX)
#endif
PerlIO_printf(PIO_stdout,
- "\n\nCopyright 1987-2020, Larry Wall\n");
+ "\n\nCopyright 1987-2021, Larry Wall\n");
#ifdef MSDOS
PerlIO_printf(PIO_stdout,
"\nMS-DOS port Copyright (c) 1989, 1990, Diomidis Spinellis\n");