diff options
Diffstat (limited to 'version_info.c')
-rw-r--r-- | version_info.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/version_info.c b/version_info.c index b9cfde4552..6b508b9e79 100644 --- a/version_info.c +++ b/version_info.c @@ -3,8 +3,8 @@ * * $Id$ * - * Ethereal - Network traffic analyzer - * By Gerald Combs <gerald@ethereal.com> + * Wireshark - Network traffic analyzer + * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * This program is free software; you can redistribute it and/or @@ -402,7 +402,7 @@ const char * get_copyright_info(void) { return -"Copyright 1998-2006 Gerald Combs <gerald@ethereal.com> and contributors.\n" +"Copyright 1998-2006 Gerald Combs <gerald@wireshark.org> and contributors.\n" "This is free software; see the source for copying conditions. There is NO\n" "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"; } |