aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2022-01-01 14:08:38 +0100
committerStig Bjørlykke <stig@bjorlykke.org>2022-01-01 14:08:38 +0100
commitd8474fdee791eb5a500ba4e3d8a3dfa1be6e059d (patch)
treee129c5bd28cf3aee7cae01a6331383a8c7a27bcb /wsutil
parent3cae0847fbfd44dfa500dfec543ccf0b3b1e60ca (diff)
Happy New Year 2022
Diffstat (limited to 'wsutil')
-rw-r--r--wsutil/copyright_info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wsutil/copyright_info.c b/wsutil/copyright_info.c
index feeaab0021..361f837cba 100644
--- a/wsutil/copyright_info.c
+++ b/wsutil/copyright_info.c
@@ -19,7 +19,7 @@ const char *
get_copyright_info(void)
{
return
- "Copyright 1998-2021 Gerald Combs <gerald@wireshark.org> and contributors.\n"
+ "Copyright 1998-2022 Gerald Combs <gerald@wireshark.org> and contributors.\n"
"License GPLv2+: GNU GPL version 2 or later <https://www.gnu.org/licenses/gpl-2.0.html>\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";