Updated copyright dates.

This commit is contained in:
dfs
2005-04-12 01:27:52 +00:00
parent 2a5c625a7f
commit 2bfed13ebc
3 changed files with 7 additions and 7 deletions
+3 -3
View File
@@ -8,12 +8,12 @@
/* */
/* This file is part of REMIND. */
/* Copyright (C) 1992-1998 by David F. Skoll */
/* Copyright (C) 1999-2000 by Roaring Penguin Software Inc. */
/* Copyright (C) 1999-2005 by Roaring Penguin Software Inc. */
/* */
/***************************************************************/
#include "config.h"
static char const RCSID[] = "$Id: init.c,v 1.14 2005-04-12 00:44:08 dfs Exp $";
static char const RCSID[] = "$Id: init.c,v 1.15 2005-04-12 01:27:56 dfs Exp $";
#define L_IN_INIT 1
#include <stdio.h>
@@ -496,7 +496,7 @@ void Usage()
#endif /* HAVE_PROTOS */
{
fprintf(ErrFp, "\nREMIND %s (%s version) Copyright 1992-1998 David F. Skoll\n", VERSION, L_LANGNAME);
fprintf(ErrFp, "Copyright 1999-2000 Roaring Penguin Software Inc.\n");
fprintf(ErrFp, "Copyright 1999-2005 Roaring Penguin Software Inc.\n");
#ifdef BETA
fprintf(ErrFp, ">>>> BETA VERSION <<<<\n");
#endif