Fix up Gerald's e-mail address to be his "ethereal.com" address.

svn path=/trunk/; revision=2859
This commit is contained in:
Guy Harris 2001-01-10 10:11:27 +00:00
parent ef72fa4de8
commit b5477dc71c
8 changed files with 11 additions and 11 deletions

View File

@ -1,6 +1,6 @@
Original Author
-------- ------
Gerald Combs <gerald@zing.org>
Gerald Combs <gerald@ethereal.com>
Contributors

4
README
View File

@ -1,4 +1,4 @@
$Id: README,v 1.46 2001/01/10 06:23:58 gram Exp $
$Id: README,v 1.47 2001/01/10 10:06:16 guy Exp $
General Information
------- -----------
@ -241,6 +241,6 @@ There is no warranty, expressed or implied, associated with this product.
Use at your own risk.
Gerald Combs <gerald@zing.org>
Gerald Combs <gerald@ethereal.com>
Gilbert Ramirez <gram@xiexie.org>
Guy Harris <guy@alum.mit.edu>

View File

@ -1,9 +1,9 @@
/* main.c
*
* $Id: main.c,v 1.170 2001/01/02 01:32:21 guy Exp $
* $Id: main.c,v 1.171 2001/01/10 10:11:27 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
* By Gerald Combs <gerald@ethereal.com>
* Copyright 1998 Gerald Combs
*
* Richard Sharpe, 13-Feb-1999, added support for initializing structures
@ -149,7 +149,7 @@ void
about_ethereal( GtkWidget *w, gpointer data ) {
simple_dialog(ESD_TYPE_INFO, NULL,
"Ethereal - Network Protocol Analyzer\n"
"Version " VERSION " (C) 1998-2000 Gerald Combs <gerald@zing.org>\n"
"Version " VERSION " (C) 1998-2000 Gerald Combs <gerald@ethereal.com>\n"
"Compiled with %s\n\n"
"Check the man page for complete documentation and\n"

View File

@ -23,7 +23,7 @@ BEGIN
VALUE "FileDescription", "Editcap\0"
VALUE "FileVersion", "0.8.14\0"
VALUE "InternalName", "Editcap 0.8.14\0"
VALUE "LegalCopyright", "Copyright © 2000 Gerald Combs <gerald@zing.org>, Gilbert Ramirez <gram@xiexie.org> and others\0"
VALUE "LegalCopyright", "Copyright © 2000 Gerald Combs <gerald@ethereal.com>, Gilbert Ramirez <gram@xiexie.org> and others\0"
VALUE "OriginalFilename", "Editcap.exe\0"
VALUE "ProductName", "Editcap\0"
VALUE "ProductVersion", "0.8.14\0"

View File

@ -23,7 +23,7 @@ BEGIN
VALUE "FileDescription", "Ethereal\0"
VALUE "FileVersion", "0.8.14\0"
VALUE "InternalName", "Ethereal 0.8.14\0"
VALUE "LegalCopyright", "Copyright © 2000 Gerald Combs <gerald@zing.org>, Gilbert Ramirez <gram@xiexie.org> and others\0"
VALUE "LegalCopyright", "Copyright © 2000 Gerald Combs <gerald@ethereal.com>, Gilbert Ramirez <gram@xiexie.org> and others\0"
VALUE "OriginalFilename", "Ethereal.exe\0"
VALUE "ProductName", "Ethereal\0"
VALUE "ProductVersion", "0.8.14\0"

View File

@ -23,7 +23,7 @@ BEGIN
VALUE "FileDescription", "Tethereal\0"
VALUE "FileVersion", "0.8.14\0"
VALUE "InternalName", "Tethereal 0.8.14\0"
VALUE "LegalCopyright", "Copyright © 2000 Gerald Combs <gerald@zing.org>, Gilbert Ramirez <gram@xiexie.org> and others\0"
VALUE "LegalCopyright", "Copyright © 2000 Gerald Combs <gerald@ethereal.com>, Gilbert Ramirez <gram@xiexie.org> and others\0"
VALUE "OriginalFilename", "Tethereal.exe\0"
VALUE "ProductName", "Tethereal\0"
VALUE "ProductVersion", "0.8.14\0"

View File

@ -7,7 +7,7 @@ CATEGORY="application,network"
DESC="A GUI network protocol analyzer"
VENDOR="Ethereal Development Team"
PSTAMP="2000-07-16"
EMAIL="gerald@zing.org"
EMAIL="gerald@ethereal.com"
ISTATES="S s 1 2 3"
RSTATES="S s 1 2 3"
BASEDIR=""

View File

@ -3,7 +3,7 @@ Authors
Gilbert Ramirez <gram@xiexie.org>
Guy Harris <guy@alum.mit.edu>
Olivier Abad <oabad@cybercable.fr>
Gerald Combs <gerald@zing.org>
Gerald Combs <gerald@ethereal.com>
Joerg Mayer <jmayer@telemation.de>
Tim Farley <tfarley@iss.net>
Bert Driehuis <driehuis@playbeing.org>