From 241d1a3bc2de8fb12dfbcb48afd9660bc9218a12 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Thu, 13 Jan 2005 14:05:08 +0000 Subject: Update copyright years. Add an editor block while passing by. p4raw-id: //depot/perl@23789 --- scope.c | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'scope.c') diff --git a/scope.c b/scope.c index fe2ceca7a5..c158544f63 100644 --- a/scope.c +++ b/scope.c @@ -1,7 +1,7 @@ /* scope.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. @@ -1147,3 +1147,13 @@ Perl_cx_dump(pTHX_ PERL_CONTEXT *cx) } #endif /* DEBUGGING */ } + +/* + * Local variables: + * c-indentation-style: bsd + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + * + * vim: expandtab shiftwidth=4: +*/ -- cgit v1.2.1