summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorNicolas R <atoomic@cpan.org>2020-01-02 17:01:57 -0700
committerNicolas R <nicolas@atoomic.org>2020-01-02 18:18:38 -0700
commitb28d5df592d869103f5066f2b1cb96a039a25057 (patch)
tree69b5da002f1769a8b0fe6c8bfa898838b9203a34 /perl.c
parent601390ce200db31ae8eecba5649a8c1f2e14ca3d (diff)
downloadperl-b28d5df592d869103f5066f2b1cb96a039a25057.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
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl.c b/perl.c
index 12babb42db..9dc670aa22 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.
@@ -3863,7 +3863,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");