diff --git a/src/init.c b/src/init.c index 40a53cc0..6b107c02 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.10 1999-04-05 17:34:51 dfs Exp $"; +static char const RCSID[] = "$Id: init.c,v 1.11 1999-04-12 19:45:27 dfs Exp $"; #define L_IN_INIT 1 #include @@ -489,6 +489,7 @@ 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"); #ifdef BETA fprintf(ErrFp, ">>>> BETA VERSION <<<<\n"); #endif diff --git a/src/langs/finnish.h b/src/langs/finnish.h index 34a760fe..e5cbc1be 100644 --- a/src/langs/finnish.h +++ b/src/langs/finnish.h @@ -16,7 +16,7 @@ /* */ /***************************************************************/ -/* $Id: finnish.h,v 1.7 1999-04-05 17:35:07 dfs Exp $ */ +/* $Id: finnish.h,v 1.8 1999-04-12 19:45:41 dfs Exp $ */ /* The very first define in a language support file must be L_LANGNAME: */ #define L_LANGNAME "Finnish" @@ -524,6 +524,7 @@ 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"); #ifdef BETA fprintf(ErrFp, ">>>> BETAVERSIO <<<<\n"); #endif diff --git a/src/langs/french.h b/src/langs/french.h index 1a8a41c7..29c38f18 100644 --- a/src/langs/french.h +++ b/src/langs/french.h @@ -15,7 +15,7 @@ /* */ /***************************************************************/ -/* $Id: french.h,v 1.6 1999-04-05 17:35:07 dfs Exp $ */ +/* $Id: french.h,v 1.7 1999-04-12 19:45:42 dfs Exp $ */ /* The very first define in a language support file must be L_LANGNAME: */ #define L_LANGNAME "French" @@ -360,6 +360,7 @@ 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"); #ifdef BETA fprintf(ErrFp, ">>>> BETA VERSION <<<<\n"); #endif diff --git a/src/langs/polish.h b/src/langs/polish.h index fe25d688..b4fc2a99 100644 --- a/src/langs/polish.h +++ b/src/langs/polish.h @@ -14,7 +14,7 @@ /* */ /***************************************************************/ -/* $Id: polish.h,v 1.6 1999-04-05 17:35:09 dfs Exp $ */ +/* $Id: polish.h,v 1.7 1999-04-12 19:45:43 dfs Exp $ */ /* The very first define in a language support file must be L_LANGNAME: */ #define L_LANGNAME "Polish" @@ -395,6 +395,7 @@ 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"); #ifdef BETA fprintf(ErrFp, ">>>> BETA VERSION <<<<\n"); #endif diff --git a/src/langs/portbr.h b/src/langs/portbr.h index a3568a48..fc5b1d5e 100644 --- a/src/langs/portbr.h +++ b/src/langs/portbr.h @@ -15,7 +15,7 @@ /* */ /***************************************************************/ -/* $Id: portbr.h,v 1.5 1999-04-05 17:35:10 dfs Exp $ */ +/* $Id: portbr.h,v 1.6 1999-04-12 19:45:43 dfs Exp $ */ /* The very first define in a language support file must be L_LANGNAME: */ #define L_LANGNAME "Brazilian Portuguese" @@ -260,6 +260,7 @@ 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"); #ifdef BETA fprintf(ErrFp, ">>>> VERSAO BETA <<<<\n"); #endif