aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/copyright_info.c
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2019-07-20 16:01:27 +0100
committerAnders Broman <a.broman58@gmail.com>2019-07-20 20:50:19 +0000
commit0afbedce6d14c9a687777444ade8b31feecc5e5f (patch)
treecfeb895dc09bf9407215656e7a063357384e3b5e /wsutil/copyright_info.c
parentff3122a660a582e862f2ce1000f57c6e0787858e (diff)
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 <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'wsutil/copyright_info.c')
-rw-r--r--wsutil/copyright_info.c4
1 files 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 <gerald@wireshark.org> and contributors.\n"
- "License GPLv2+: GNU GPL version 2 or later <http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>\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";
}
/*
- * Editor modelines - http://www.wireshark.org/tools/modelines.html
+ * Editor modelines - https://www.wireshark.org/tools/modelines.html
*
* Local variables:
* c-basic-offset: 8