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

<http://perl5.git.perl.org/perl.git/commitdiff/71d225d2fd1d9ef71d7bc7f26e19bc0d10a61196?hp=fa308dc249ca9ef33f3847a922124028dc9db9b3>

- Log -----------------------------------------------------------------
commit 71d225d2fd1d9ef71d7bc7f26e19bc0d10a61196
Author: Dominic Hargreaves <d...@earth.li>
Date:   Tue Sep 11 17:07:36 2012 +0100

    Bump copyright year, as it's now 2012
-----------------------------------------------------------------------

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

diff --git a/perl.c b/perl.c
index 8df7f3e..ef97eb2 100644
--- a/perl.c
+++ b/perl.c
@@ -2,7 +2,7 @@
 /*    perl.c
  *
  *    Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
- *    2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
+ *    2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
  *     by Larry Wall and others
  *
  *    You may distribute under the terms of either the GNU General Public
@@ -3337,7 +3337,7 @@ Perl_moreswitches(pTHX_ const char *s)
 #endif
 
        PerlIO_printf(PerlIO_stdout(),
-                     "\n\nCopyright 1987-2011, Larry Wall\n");
+                     "\n\nCopyright 1987-2012, Larry Wall\n");
 #ifdef MSDOS
        PerlIO_printf(PerlIO_stdout(),
                      "\nMS-DOS port Copyright (c) 1989, 1990, Diomidis 
Spinellis\n");

--
Perl5 Master Repository

Reply via email to