diff --git a/src/init.c b/src/init.c index c8bf8208..edec3864 100644 --- a/src/init.c +++ b/src/init.c @@ -13,7 +13,7 @@ /***************************************************************/ #include "config.h" -static char const RCSID[] = "$Id: init.c,v 1.12 2000-02-18 03:45:59 dfs Exp $"; +static char const RCSID[] = "$Id: init.c,v 1.13 2000-02-18 03:53:45 dfs Exp $"; #define L_IN_INIT 1 #include @@ -488,8 +488,8 @@ PUBLIC void Usage(void) void Usage() #endif /* HAVE_PROTOS */ { - fprintf(ErrFp, "\nREMIND %s (%s version) Copyright 1992-1998 by David F. Skoll\n", VERSION, L_LANGNAME); - fprintf(ErrFp, "Copyright 1999 by Roaring Penguin Software Inc.\n"); + 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"); #ifdef BETA fprintf(ErrFp, ">>>> BETA VERSION <<<<\n"); #endif diff --git a/src/langs/finnish.h b/src/langs/finnish.h index 8199bb8b..7ecf09ea 100644 --- a/src/langs/finnish.h +++ b/src/langs/finnish.h @@ -16,7 +16,7 @@ /* */ /***************************************************************/ -/* $Id: finnish.h,v 1.9 2000-02-18 03:46:20 dfs Exp $ */ +/* $Id: finnish.h,v 1.10 2000-02-18 03:53:49 dfs Exp $ */ /* The very first define in a language support file must be L_LANGNAME: */ #define L_LANGNAME "Finnish" @@ -523,8 +523,8 @@ PUBLIC void Usage(void) void Usage() #endif /* HAVE_PROTOS */ { - fprintf(ErrFp, "\nREMIND %s (%s version) Copyright 1992-1998 by David F. Skoll\n", VERSION, L_LANGNAME); - fprintf(ErrFp, "Copyright 1999 by Roaring Penguin Software Inc.\n"); + 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"); #ifdef BETA fprintf(ErrFp, ">>>> BETAVERSIO <<<<\n"); #endif diff --git a/src/langs/french.h b/src/langs/french.h index 0f8e7fe8..9b85436e 100644 --- a/src/langs/french.h +++ b/src/langs/french.h @@ -15,7 +15,7 @@ /* */ /***************************************************************/ -/* $Id: french.h,v 1.8 2000-02-18 03:46:21 dfs Exp $ */ +/* $Id: french.h,v 1.9 2000-02-18 03:53:50 dfs Exp $ */ /* The very first define in a language support file must be L_LANGNAME: */ #define L_LANGNAME "French" @@ -359,8 +359,8 @@ PUBLIC void Usage(void) void Usage() #endif /* HAVE_PROTOS */ { - fprintf(ErrFp, "\nREMIND %s (%s version) Copyright 1992-1998 by David F. Skoll\n", VERSION, L_LANGNAME); - fprintf(ErrFp, "Copyright 1999 by Roaring Penguin Software Inc.\n"); + 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"); #ifdef BETA fprintf(ErrFp, ">>>> BETA VERSION <<<<\n"); #endif diff --git a/src/langs/polish.h b/src/langs/polish.h index fc85e38c..b3716add 100644 --- a/src/langs/polish.h +++ b/src/langs/polish.h @@ -14,7 +14,7 @@ /* */ /***************************************************************/ -/* $Id: polish.h,v 1.8 2000-02-18 03:46:25 dfs Exp $ */ +/* $Id: polish.h,v 1.9 2000-02-18 03:53:51 dfs Exp $ */ /* The very first define in a language support file must be L_LANGNAME: */ #define L_LANGNAME "Polish" @@ -394,8 +394,8 @@ PUBLIC void Usage(void) void Usage() #endif /* HAVE_PROTOS */ { - fprintf(ErrFp, "\nREMIND %s (%s version) Copyright 1992-1998 by David F. Skoll\n", VERSION, L_LANGNAME); - fprintf(ErrFp, "Copyright 1999 by Roaring Penguin Software Inc.\n"); + 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"); #ifdef BETA fprintf(ErrFp, ">>>> BETA VERSION <<<<\n"); #endif diff --git a/src/langs/portbr.h b/src/langs/portbr.h index de81436b..5476f826 100644 --- a/src/langs/portbr.h +++ b/src/langs/portbr.h @@ -15,7 +15,7 @@ /* */ /***************************************************************/ -/* $Id: portbr.h,v 1.7 2000-02-18 03:46:26 dfs Exp $ */ +/* $Id: portbr.h,v 1.8 2000-02-18 03:53:52 dfs Exp $ */ /* The very first define in a language support file must be L_LANGNAME: */ #define L_LANGNAME "Brazilian Portuguese" @@ -259,8 +259,8 @@ PUBLIC void Usage(void) void Usage() #endif /* HAVE_PROTOS */ { - fprintf(ErrFp, "\nREMIND %s (versao %s) (C) 1992-1998 by David F. Skoll\n", VERSION, L_LANGNAME); - fprintf(ErrFp, "(C) 1999 by Roaring Penguin Software Inc.\n"); + fprintf(ErrFp, "\nREMIND %s (versao %s) (C) 1992-1998 David F. Skoll\n", VERSION, L_LANGNAME); + fprintf(ErrFp, "(C) 1999-2000 Roaring Penguin Software Inc.\n"); #ifdef BETA fprintf(ErrFp, ">>>> VERSAO BETA <<<<\n"); #endif