diff options
author | Ulf Lamping <ulf.lamping@web.de> | 2006-01-12 11:21:07 +0000 |
---|---|---|
committer | Ulf Lamping <ulf.lamping@web.de> | 2006-01-12 11:21:07 +0000 |
commit | 963539f1bd3fc0351090cb4224c45511c0ed4dfe (patch) | |
tree | e5d02bbe576dda98a3d49e5cc03dd5777af8043e /version_info.c | |
parent | 7ab60e33cce4cdea6528b65c7fca51b652cc5e19 (diff) | |
download | wireshark-963539f1bd3fc0351090cb4224c45511c0ed4dfe.tar.gz wireshark-963539f1bd3fc0351090cb4224c45511c0ed4dfe.tar.bz2 wireshark-963539f1bd3fc0351090cb4224c45511c0ed4dfe.zip |
we have 2006 in the meantime ...
I've also added "and contributors" to the copyright string
svn path=/trunk/; revision=17018
Diffstat (limited to 'version_info.c')
-rw-r--r-- | version_info.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version_info.c b/version_info.c index c2de660309..58adf3d220 100644 --- a/version_info.c +++ b/version_info.c @@ -398,7 +398,7 @@ const char * get_copyright_info(void) { return -"Copyright 1998-2005 Gerald Combs <gerald@ethereal.com>.\n" +"Copyright 1998-2006 Gerald Combs <gerald@ethereal.com> 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"; } |