From 0afbedce6d14c9a687777444ade8b31feecc5e5f Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Sat, 20 Jul 2019 16:01:27 +0100 Subject: [PATCH] copyright_info: convert GPL-2.0 URL to HTTP Use a shorter URL and use HTTPS. Change-Id: I9cfcd52775c95457e81694272dbe795d4eae4e58 Reviewed-on: https://code.wireshark.org/review/34026 Petri-Dish: Peter Wu Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- wsutil/copyright_info.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wsutil/copyright_info.c b/wsutil/copyright_info.c index 5483ca47fe..c5ab8ffaa1 100644 --- a/wsutil/copyright_info.c +++ b/wsutil/copyright_info.c @@ -20,13 +20,13 @@ get_copyright_info(void) { return "Copyright 1998-2019 Gerald Combs and contributors.\n" - "License GPLv2+: GNU GPL version 2 or later \n" + "License GPLv2+: GNU GPL version 2 or later \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"; } /* - * Editor modelines - http://www.wireshark.org/tools/modelines.html + * Editor modelines - https://www.wireshark.org/tools/modelines.html * * Local variables: * c-basic-offset: 8