copyright_info: convert GPL-2.0 URL to HTTP
authorPeter Wu <peter@lekensteyn.nl>
Sat, 20 Jul 2019 15:01:27 +0000 (16:01 +0100)
committerAnders Broman <a.broman58@gmail.com>
Sat, 20 Jul 2019 20:50:19 +0000 (20:50 +0000)
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>
wsutil/copyright_info.c

index 5483ca47feab66cf40ec07a41630ad2661529435..c5ab8ffaa16e222f76eecbb90dc7d7c254a2a39d 100644 (file)
@@ -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