The current year is 2004

svn path=/trunk/; revision=9731
This commit is contained in:
Jörg Mayer 2004-01-19 18:21:18 +00:00
parent c270a9a035
commit da5f6f9472
2 changed files with 5 additions and 3 deletions

View File

@ -1,6 +1,6 @@
/* main.c
*
* $Id: main.c,v 1.359 2004/01/19 03:46:42 ulfl Exp $
* $Id: main.c,v 1.360 2004/01/19 18:21:18 jmayer Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -217,7 +217,7 @@ about_ethereal( GtkWidget *w _U_, gpointer data _U_ ) {
#ifdef CVSVERSION
" (cvs " CVSVERSION ")"
#endif
" (C) 1998-2003 Gerald Combs <gerald@ethereal.com>\n\n"
" (C) 1998-2004 Gerald Combs <gerald@ethereal.com>\n\n"
"%s\n"
"%s\n\n"

View File

@ -1,6 +1,6 @@
/* tethereal.c
*
* $Id: tethereal.c,v 1.222 2004/01/19 03:46:41 ulfl Exp $
* $Id: tethereal.c,v 1.223 2004/01/19 18:21:18 jmayer Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -242,7 +242,9 @@ print_usage(gboolean print_ver)
#ifdef CVSVERSION
" (cvs " CVSVERSION ")"
#endif
"\n (C) 1998-2004 Gerald Combs <gerald@ethereal.com>"
"\n%s\n%s\n",
comp_info_str->str, runtime_info_str->str);
} else {
output = stderr;