In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/eb3b8c7b72e00b81a8275631f24b2ce779cfa8f0?hp=cf2a733d64683fb3ddee4bdb74f1a5f9f9540f51>
- Log ----------------------------------------------------------------- commit eb3b8c7b72e00b81a8275631f24b2ce779cfa8f0 Author: Nicholas Clark <n...@ccl4.org> Date: Mon Feb 16 21:15:17 2009 +0000 Update copyright years. 2008 sneaks in because of 46807d8e809cc127621bf85d9e9 ----------------------------------------------------------------------- Summary of changes: patchlevel.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/patchlevel.h b/patchlevel.h index 382b523..885643f 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -1,7 +1,7 @@ /* patchlevel.h * - * Copyright (C) 1993, 1995, 1996, 1997, 1998, 1999, 2000, 2001, - * 2002, 2003, 2004, 2005, 2006, 2007, by Larry Wall and others + * Copyright (C) 1993, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, + * 2003, 2004, 2005, 2006, 2007, 2008, 2009, 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. -- Perl5 Master Repository