summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas R <nicolas@atoomic.org>2022-02-26 19:00:11 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2022-02-26 19:00:23 +0000
commit260fb53c55ec6b5696297f0861c846ed637bc735 (patch)
tree8f66f50180d2072865d6efd9c4059d6fabddfa64
parent8b0ee3f3c2084506b52aa8bdd3b6b4b560dba061 (diff)
downloadperl-260fb53c55ec6b5696297f0861c846ed637bc735.tar.gz
Update Perl copyright for 2022
(cherry picked from commit 9194fd8b2dc91e3aec10c82bff16bef487dc4ab3)
-rw-r--r--README3
-rw-r--r--perl.c6
2 files changed, 5 insertions, 4 deletions
diff --git a/README b/README
index 859122434f..75628f153a 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, 2018, 2019, 2020, 2021 by Larry Wall and others.
+2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022
+by Larry Wall and others.
All rights reserved.
diff --git a/perl.c b/perl.c
index 48ae9a3a04..00b029fc97 100644
--- a/perl.c
+++ b/perl.c
@@ -3,8 +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, 2021 by Larry Wall
- * and others
+ * 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022
+ * 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.
@@ -3820,7 +3820,7 @@ S_minus_v(pTHX)
#endif
PerlIO_printf(PIO_stdout,
- "\n\nCopyright 1987-2021, Larry Wall\n");
+ "\n\nCopyright 1987-2022, Larry Wall\n");
#ifdef MSDOS
PerlIO_printf(PIO_stdout,
"\nMS-DOS port Copyright (c) 1989, 1990, Diomidis Spinellis\n");