In perl.git, the branch maint-5.20 has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/f659636a49dd034a887cd31111d0379455dfbc95?hp=7e8fc2abfe414173a230b4ec97984c22bcf6d5ae>

- Log -----------------------------------------------------------------
commit f659636a49dd034a887cd31111d0379455dfbc95
Author: Steve Hay <[email protected]>
Date:   Wed Jan 28 21:13:02 2015 +0000

    Update copyright information
    
    Manually backported from commit a6f9dd1ee637dff5948d2c98c6a81da3d62c2437.
-----------------------------------------------------------------------

Summary of changes:
 README | 2 +-
 perl.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README b/README
index 804d41d..e69b0ec 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 by Larry Wall and others.  All rights reserved.
+2013, 2014, 2015 by Larry Wall and others.  All rights reserved.
 
 
 
diff --git a/perl.c b/perl.c
index 80c072e..5000d79 100644
--- a/perl.c
+++ b/perl.c
@@ -3514,7 +3514,7 @@ S_minus_v(pTHX)
 #endif
 
        PerlIO_printf(PIO_stdout,
-                     "\n\nCopyright 1987-2014, Larry Wall\n");
+                     "\n\nCopyright 1987-2015, Larry Wall\n");
 #ifdef MSDOS
        PerlIO_printf(PIO_stdout,
                      "\nMS-DOS port Copyright (c) 1989, 1990, Diomidis 
Spinellis\n");

--
Perl5 Master Repository

Reply via email to