aboutsummaryrefslogtreecommitdiffstats
path: root/version_info.c
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2009-01-08 07:28:58 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2009-01-08 07:28:58 +0000
commit60c6bbcdc2eb2ec5bc34b7ffa2c870290861f388 (patch)
tree5100b78d071d7ab38160b888a9b7c1531e3c40fc /version_info.c
parentb8f9dfa589e5f9b285795dc837e4e09e3b317b3f (diff)
We had a roll-over of the calendar thingy.
svn path=/trunk/; revision=27190
Diffstat (limited to 'version_info.c')
-rw-r--r--version_info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/version_info.c b/version_info.c
index a537b43bcc..d2fcda3713 100644
--- a/version_info.c
+++ b/version_info.c
@@ -573,7 +573,7 @@ const char *
get_copyright_info(void)
{
return
-"Copyright 1998-2008 Gerald Combs <gerald@wireshark.org> and contributors.\n"
+"Copyright 1998-2009 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";
}