diff options
author | Stefan Hajnoczi <stefanha@redhat.com> | 2017-11-21 12:04:35 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2017-11-21 13:34:13 +0000 |
commit | 70b7fba9871fb282b4806a2445a1e82a7a51da10 (patch) | |
tree | 809b079505711c5225417fa71aac18cef4f73629 /version.rc | |
parent | 1b3bbc68872be5b618811db9dae611373c49f823 (diff) |
Use HTTPS for qemu.org and other domains
qemu.org enabled HTTPS in 2017 and it should be used instead of HTTP.
There are also URLs to json.org, openvpn.net, and other domains that
support HTTPS.
This patch updates the qemu.org domains everywhere and also third-party
domains that I have checked.
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-id: 20171121120435.28728-3-stefanha@redhat.com
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'version.rc')
-rw-r--r-- | version.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.rc b/version.rc index a50d62fa0c..d8e1569991 100644 --- a/version.rc +++ b/version.rc @@ -13,7 +13,7 @@ FILESUBTYPE VFT2_UNKNOWN { BLOCK "040904E4" { - VALUE "CompanyName", "http://www.qemu.org" + VALUE "CompanyName", "https://www.qemu.org" VALUE "FileDescription", "QEMU machine emulators and tools" VALUE "FileVersion", QEMU_VERSION VALUE "LegalCopyright", "Copyright various authors. Released under the GNU General Public License." |