From: Nicholas Clark Date: Sat, 22 Jan 2005 14:15:58 +0000 (+0000) Subject: Update copyright years and add editor blocks X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=af3babe40f275e6db9af8c90e109cc84e4f526b3;p=p5sagit%2Fp5-mst-13.2.git Update copyright years and add editor blocks p4raw-id: //depot/perl@23861 --- diff --git a/doop.c b/doop.c index 9e5a60d..a8691d9 100644 --- a/doop.c +++ b/doop.c @@ -1,7 +1,7 @@ /* doop.c * * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, - * 2000, 2001, 2002, 2004, by Larry Wall and others + * 2000, 2001, 2002, 2004, 2005, 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. @@ -1418,3 +1418,12 @@ Perl_do_kv(pTHX) return NORMAL; } +/* + * Local variables: + * c-indentation-style: bsd + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + * + * vim: shiftwidth=4: +*/ diff --git a/hv.c b/hv.c index e35e38b..8270c97 100644 --- a/hv.c +++ b/hv.c @@ -1,7 +1,7 @@ /* hv.c * * Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, - * 2000, 2001, 2002, 2003, 2004, by Larry Wall and others + * 2000, 2001, 2002, 2003, 2004, 2005, 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. @@ -2237,3 +2237,13 @@ Perl_hv_assert(pTHX_ HV *hv) HvRITER(hv) = riter; /* Restore hash iterator state */ HvEITER(hv) = eiter; } + +/* + * Local variables: + * c-indentation-style: bsd + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + * + * vim: shiftwidth=4: +*/ diff --git a/utf8.c b/utf8.c index 5fa2aab..b110614 100644 --- a/utf8.c +++ b/utf8.c @@ -1,6 +1,7 @@ /* utf8.c * - * Copyright (C) 2000, 2001, 2002, 2003, 2004, by Larry Wall and others + * Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 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.