-- More copyright message fixes.

This commit is contained in:
dfs
2000-02-18 03:53:45 +00:00
parent 394c4d0791
commit 2e3ca89e0b
5 changed files with 15 additions and 15 deletions
+3 -3
View File
@@ -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