2001 -> 2002

This commit is contained in:
cebix 2002-01-20 16:58:56 +00:00
parent fe9643c0e9
commit e3cfaffb1c
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/*
\/*
* about_window.cpp - "About" window
*
* Basilisk II (C) 1997-2002 Christian Bauer
@ -34,7 +34,7 @@ void ShowAboutWindow(void)
char str[512];
sprintf(str,
"Basilisk II\nVersion %d.%d\n\n"
"Copyright " B_UTF8_COPYRIGHT " 1997-2001 Christian Bauer et al.\n"
"Copyright " B_UTF8_COPYRIGHT " 1997-2002 Christian Bauer et al.\n"
"E-mail: Christian.Bauer@uni-mainz.de\n"
"http://www.uni-mainz.de/~bauec002/B2Main.html\n\n"
"Basilisk II comes with ABSOLUTELY NO\n"

View File

@ -230,7 +230,7 @@ static void mn_about(...)
char str[512];
sprintf(str,
"Basilisk II\nVersion %d.%d\n\n"
"Copyright (C) 1997-2001 Christian Bauer et al.\n"
"Copyright (C) 1997-2002 Christian Bauer et al.\n"
"E-mail: Christian.Bauer@uni-mainz.de\n"
"http://www.uni-mainz.de/~bauec002/B2Main.html\n\n"
"Basilisk II comes with ABSOLUTELY NO\n"