In perl.git, the branch maint-5.22 has been updated <http://perl5.git.perl.org/perl.git/commitdiff/58bcd9e5f6771c4a4fee17aac3ee0dbd51c89641?hp=998f2e3fa1c4c337013e410b63e0e77952df7577>
- Log ----------------------------------------------------------------- commit 58bcd9e5f6771c4a4fee17aac3ee0dbd51c89641 Author: Stevan Little <[email protected]> Date: Tue Jan 19 23:59:03 2016 +0100 apparently that was now to best to deprecate an email address, this one is better (cherry picked from commit c6a7f572d0d7494946b5d7f8d8fbaba02f9a87c7) M Porting/checkAUTHORS.pl commit db35505d600a001e1b796b61a541249f4fa06353 Author: Stevan Little <[email protected]> Date: Sun Jul 17 21:52:19 2016 +0100 updating my own email, that address is no longer valid (cherry picked from commit cb991fd8f97a8bb1a0f2c6c373406a3f06320d79) M Porting/checkAUTHORS.pl M Porting/release_schedule.pod commit 2e78dedf58aa9b3d5ff47928f6f8d8e7d126158a Author: Stevan Little <[email protected]> Date: Tue Jan 19 23:09:08 2016 +0100 updating copyright to 2016 (cherry picked from commit 7a2bbcbfd710ce2d3775c2437dc7726a21f742e8) M README M perl.c ----------------------------------------------------------------------- Summary of changes: Porting/checkAUTHORS.pl | 3 ++- Porting/release_schedule.pod | 2 +- README | 2 +- perl.c | 4 ++-- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Porting/checkAUTHORS.pl b/Porting/checkAUTHORS.pl index 38c7bd7..ad6b81f 100755 --- a/Porting/checkAUTHORS.pl +++ b/Porting/checkAUTHORS.pl @@ -910,7 +910,8 @@ stef\100mongueurs.net stef\100payrard.net + s.payrard\100wanadoo.fr + properler\100freesurf.fr + stef\100francenet.fr -stevan\100cpan.org stevan.little\100iinteractive.com +stevan\100cpan.org stevan.little\100gmail.com ++ stevan.little\100iinteractive.com sthoenna\100efn.org ysth\100raven.shiftboard.com sisyphus1\100optusnet.com.au sisyphus\100cpan.org diff --git a/Porting/release_schedule.pod b/Porting/release_schedule.pod index d392e14..92b7b59 100644 --- a/Porting/release_schedule.pod +++ b/Porting/release_schedule.pod @@ -94,7 +94,7 @@ Max Maischein <[email protected]> Peter Martini <[email protected]> Philippe Bruhat <[email protected]> Ricardo Signes <[email protected]> -Stevan Little <[email protected]> +Stevan Little <[email protected]> Steve Hay <[email protected]> Tatsuhiko Miyagawa <[email protected]> Tony Cook <[email protected]> diff --git a/README b/README index e69b0ec..d46e72e 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 by Larry Wall and others. All rights reserved. +2013, 2014, 2015, 2016 by Larry Wall and others. All rights reserved. diff --git a/perl.c b/perl.c index 5c689df..52bfe64 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 - * by Larry Wall and others + * 2013, 2014, 2015, 2016 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. @@ -3511,7 +3511,7 @@ S_minus_v(pTHX) #endif PerlIO_printf(PIO_stdout, - "\n\nCopyright 1987-2015, Larry Wall\n"); + "\n\nCopyright 1987-2016, Larry Wall\n"); #ifdef MSDOS PerlIO_printf(PIO_stdout, "\nMS-DOS port Copyright (c) 1989, 1990, Diomidis Spinellis\n"); -- Perl5 Master Repository
