summaryrefslogtreecommitdiffstats
path: root/tools/watchgnupg.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2017-01-23 19:16:55 +0100
committerWerner Koch <wk@gnupg.org>2017-01-23 19:16:55 +0100
commit707c47f5592d48fb39a97e65f142de3d70ef7a7d (patch)
treee3f0d398fef4fe8a94e6f1753d6a26c9fd5db6ae /tools/watchgnupg.c
parentFix format string errors and some missing error case initialization. (diff)
downloadgnupg2-707c47f5592d48fb39a97e65f142de3d70ef7a7d.tar.xz
gnupg2-707c47f5592d48fb39a97e65f142de3d70ef7a7d.zip
Update copyright notices for 2017.
-- Also some http:// -> https:// fixes. Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'tools/watchgnupg.c')
-rw-r--r--tools/watchgnupg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/watchgnupg.c b/tools/watchgnupg.c
index 44ff43c45..f8b6fdc60 100644
--- a/tools/watchgnupg.c
+++ b/tools/watchgnupg.c
@@ -253,9 +253,9 @@ static void
print_version (int with_help)
{
fputs (MYVERSION_LINE "\n"
- "Copyright (C) 2010 Free Software Foundation, Inc.\n"
+ "Copyright (C) 2017 Free Software Foundation, Inc.\n"
"License GPLv3+: "
- "GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\n"
+ "GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>\n"
"This is free software: you are free to change and redistribute it.\n"
"There is NO WARRANTY, to the extent permitted by law.\n",
stdout);