diff options
author | Stig Bjørlykke <stig@bjorlykke.org> | 2010-01-01 12:15:27 +0000 |
---|---|---|
committer | Stig Bjørlykke <stig@bjorlykke.org> | 2010-01-01 12:15:27 +0000 |
commit | 8c3069eadb26309d72f9f90169f1a91403cbcb1b (patch) | |
tree | a4911bda430682b327d930e4ac588b0d63f7f670 /version_info.c | |
parent | 1fdc2edc999ef30e8e911b7a47194b8f396b897c (diff) | |
download | wireshark-8c3069eadb26309d72f9f90169f1a91403cbcb1b.tar.gz wireshark-8c3069eadb26309d72f9f90169f1a91403cbcb1b.tar.bz2 wireshark-8c3069eadb26309d72f9f90169f1a91403cbcb1b.zip |
Happy New Year!
svn path=/trunk/; revision=31396
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 bfa6794e7c..065cbd2eae 100644 --- a/version_info.c +++ b/version_info.c @@ -622,7 +622,7 @@ const char * get_copyright_info(void) { return -"Copyright 1998-2009 Gerald Combs <gerald@wireshark.org> and contributors.\n" +"Copyright 1998-2010 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"; } |