diff options
author | Werner Koch <wk@gnupg.org> | 2017-01-23 19:16:55 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2017-01-23 19:16:55 +0100 |
commit | 707c47f5592d48fb39a97e65f142de3d70ef7a7d (patch) | |
tree | e3f0d398fef4fe8a94e6f1753d6a26c9fd5db6ae /tools/watchgnupg.c | |
parent | Fix format string errors and some missing error case initialization. (diff) | |
download | gnupg2-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.c | 4 |
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); |