From 0754678ce723887a5bfc5d6d82f1be5a04f89bb3 Mon Sep 17 00:00:00 2001 From: dfs Date: Thu, 25 Jan 2007 02:33:18 +0000 Subject: [PATCH] Update copyright year --- src/init.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/init.c b/src/init.c index e84a5e89..f1d171ad 100644 --- a/src/init.c +++ b/src/init.c @@ -8,12 +8,12 @@ /* */ /* This file is part of REMIND. */ /* Copyright (C) 1992-1998 by David F. Skoll */ -/* Copyright (C) 1999-2005 by Roaring Penguin Software Inc. */ +/* Copyright (C) 1999-2007 by Roaring Penguin Software Inc. */ /* */ /***************************************************************/ #include "config.h" -static char const RCSID[] = "$Id: init.c,v 1.18 2007-01-25 02:32:25 dfs Exp $"; +static char const RCSID[] = "$Id: init.c,v 1.19 2007-01-25 02:33:18 dfs Exp $"; #define L_IN_INIT 1 #include @@ -452,7 +452,7 @@ void InitRemind(int argc, char *argv[]) void Usage(void) { fprintf(ErrFp, "\nREMIND %s (%s version) Copyright 1992-1998 David F. Skoll\n", VERSION, L_LANGNAME); - fprintf(ErrFp, "Copyright 1999-2005 Roaring Penguin Software Inc.\n"); + fprintf(ErrFp, "Copyright 1999-2007 Roaring Penguin Software Inc.\n"); #ifdef BETA fprintf(ErrFp, ">>>> BETA VERSION <<<<\n"); #endif