diff --git a/COPYRIGHT b/COPYRIGHT index ba043605..3e0cdc0b 100644 --- a/COPYRIGHT +++ b/COPYRIGHT @@ -1,10 +1,10 @@ -$Id: COPYRIGHT,v 1.15 2005-04-12 01:25:52 dfs Exp $ +$Id: COPYRIGHT,v 1.16 2005-04-12 01:27:52 dfs Exp $ THE REMIND COPYRIGHT 1. REMIND refers to the entire set of files and documentation in the REMIND package. -2. REMIND is Copyright 1999-2000 Roaring Penguin Software Inc., +2. REMIND is Copyright 1999-2005 Roaring Penguin Software Inc., except where noted in individual files. 3. DISTRIBUTION AND USE diff --git a/scripts/tkremind b/scripts/tkremind index e296744d..6b1cde83 100755 --- a/scripts/tkremind +++ b/scripts/tkremind @@ -8,11 +8,11 @@ # # This file is part of REMIND. # Copyright (C) 1992-1998 David F. Skoll -# Copyright (C) 1999-2000 Roaring Penguin Software Inc. +# Copyright (C) 1999-2005 Roaring Penguin Software Inc. # #-------------------------------------------------------------- -# $Id: tkremind,v 1.36 2005-04-12 01:14:48 dfs Exp $ +# $Id: tkremind,v 1.37 2005-04-12 01:27:54 dfs Exp $ # the next line restarts using wish \ exec wish "$0" "$@" diff --git a/src/init.c b/src/init.c index b317213f..7fa367a6 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-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 @@ -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