summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2018-10-17 23:56:27 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2018-10-18 00:28:51 -0400
commit2f12427e416a0a40bf680a421f9ed20340d5bb96 (patch)
tree828d3db68c4821de11aed47ee1944af661b882b7
parent9b6ed6a80fc78927de32430706c5b25c1bf07178 (diff)
downloadgpgme-2f12427e416a0a40bf680a421f9ed20340d5bb96.tar.gz
doc: use https:// for www.gnu.org
-- Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
-rwxr-xr-xbuild-aux/compile2
-rwxr-xr-xbuild-aux/config.guess2
-rwxr-xr-xbuild-aux/config.sub2
-rwxr-xr-xbuild-aux/depcomp2
-rw-r--r--build-aux/ltmain.sh6
-rwxr-xr-xbuild-aux/mdate-sh2
-rwxr-xr-xbuild-aux/missing4
-rw-r--r--build-aux/texinfo.tex6
-rw-r--r--doc/examples/show-group-options.c2
-rw-r--r--lang/cpp/tests/Makefile.am2
-rw-r--r--lang/js/BrowserTestExtension/popup.js2
-rw-r--r--lang/js/BrowserTestExtension/runbrowsertest.js2
-rw-r--r--lang/js/BrowserTestExtension/rununittests.js2
-rw-r--r--lang/js/BrowserTestExtension/setup_testing.js2
-rw-r--r--lang/js/BrowserTestExtension/tests/KeyImportExport.js2
-rw-r--r--lang/js/BrowserTestExtension/tests/KeyInfos.js2
-rw-r--r--lang/js/BrowserTestExtension/tests/decryptTest.js2
-rw-r--r--lang/js/BrowserTestExtension/tests/encryptDecryptTest.js2
-rw-r--r--lang/js/BrowserTestExtension/tests/encryptTest.js2
-rw-r--r--lang/js/BrowserTestExtension/tests/inputvalues.js2
-rw-r--r--lang/js/BrowserTestExtension/tests/longRunningTests.js2
-rw-r--r--lang/js/BrowserTestExtension/tests/signTest.js2
-rw-r--r--lang/js/BrowserTestExtension/tests/startup.js2
-rw-r--r--lang/js/BrowserTestExtension/tests/verifyTest.js2
-rw-r--r--lang/js/DemoExtension/entry.js2
-rw-r--r--lang/js/DemoExtension/maindemo.js2
-rw-r--r--lang/js/src/Connection.js2
-rw-r--r--lang/js/src/Errors.js2
-rw-r--r--lang/js/src/Helpers.js2
-rw-r--r--lang/js/src/Key.js2
-rw-r--r--lang/js/src/Keyring.js2
-rw-r--r--lang/js/src/Message.js2
-rw-r--r--lang/js/src/Signature.js2
-rw-r--r--lang/js/src/gpgmejs.js2
-rw-r--r--lang/js/src/index.js2
-rw-r--r--lang/js/src/permittedOperations.js2
-rw-r--r--lang/js/unittests.js2
-rw-r--r--lang/js/webpack.conf.js2
-rw-r--r--lang/js/webpack.conf_unittests.js2
-rw-r--r--lang/python/Makefile.am2
-rw-r--r--lang/python/examples/assuan.py2
-rw-r--r--lang/python/examples/decryption-filter.py2
-rwxr-xr-xlang/python/examples/delkey.py2
-rwxr-xr-xlang/python/examples/exportimport.py2
-rwxr-xr-xlang/python/examples/genkey.py2
-rwxr-xr-xlang/python/examples/howto/add-userid.py2
-rwxr-xr-xlang/python/examples/howto/clear-sign-file.py2
-rwxr-xr-xlang/python/examples/howto/create-key.py2
-rwxr-xr-xlang/python/examples/howto/decrypt-file.py2
-rwxr-xr-xlang/python/examples/howto/detach-sign-file.py2
-rwxr-xr-xlang/python/examples/howto/encrypt-file.py2
-rwxr-xr-xlang/python/examples/howto/encrypt-sign-file.py2
-rwxr-xr-xlang/python/examples/howto/encrypt-to-group-gullible.py2
-rwxr-xr-xlang/python/examples/howto/encrypt-to-group-trustno1.py2
-rwxr-xr-xlang/python/examples/howto/encrypt-to-group.py2
-rwxr-xr-xlang/python/examples/howto/export-key.py2
-rwxr-xr-xlang/python/examples/howto/export-minimised-key.py2
-rwxr-xr-xlang/python/examples/howto/export-secret-key.py2
-rwxr-xr-xlang/python/examples/howto/export-secret-keys.py2
-rw-r--r--lang/python/examples/howto/groups.py2
-rwxr-xr-xlang/python/examples/howto/import-key.py2
-rwxr-xr-xlang/python/examples/howto/import-keys-hkp.py2
-rwxr-xr-xlang/python/examples/howto/import-keys.py2
-rwxr-xr-xlang/python/examples/howto/keycount.py2
-rwxr-xr-xlang/python/examples/howto/local-sign-group.py2
-rwxr-xr-xlang/python/examples/howto/mutt-groups.py2
-rwxr-xr-xlang/python/examples/howto/pmkey-import-alt.py2
-rwxr-xr-xlang/python/examples/howto/pmkey-import-hkp-alt.py2
-rwxr-xr-xlang/python/examples/howto/pmkey-import-hkp.py2
-rwxr-xr-xlang/python/examples/howto/pmkey-import.py2
-rwxr-xr-xlang/python/examples/howto/revoke-userid.py2
-rwxr-xr-xlang/python/examples/howto/send-key-to-keyserver.py2
-rwxr-xr-xlang/python/examples/howto/sign-file.py2
-rwxr-xr-xlang/python/examples/howto/sign-key.py2
-rwxr-xr-xlang/python/examples/howto/symcrypt-file.py2
-rwxr-xr-xlang/python/examples/howto/temp-homedir-config.py2
-rwxr-xr-xlang/python/examples/howto/verify-signatures.py2
-rwxr-xr-xlang/python/examples/howto/verify-signed-file.py2
-rw-r--r--lang/python/examples/inter-edit.py2
-rwxr-xr-xlang/python/examples/low_level-encrypt_to_all.py2
-rwxr-xr-xlang/python/examples/sign.py2
-rwxr-xr-xlang/python/examples/signverify.py2
-rwxr-xr-xlang/python/examples/simple.py2
-rw-r--r--lang/python/examples/testCMSgetkey.py2
-rwxr-xr-xlang/python/examples/verifydetails.py2
-rw-r--r--lang/python/private.h2
-rw-r--r--lang/python/src/constants/__init__.py2
-rw-r--r--lang/python/src/constants/create.py2
-rw-r--r--lang/python/src/constants/keysign.py2
-rw-r--r--lang/python/src/constants/sig/notation.py2
-rw-r--r--lang/python/src/constants/tofu/__init__.py2
-rw-r--r--lang/python/src/constants/tofu/policy.py2
-rw-r--r--lang/python/src/results.py2
-rw-r--r--lang/python/tests/Makefile.am2
-rwxr-xr-xlang/python/tests/final.py2
-rwxr-xr-xlang/python/tests/initial.py2
-rw-r--r--lang/python/tests/run-tests.py2
-rw-r--r--lang/python/tests/support.py2
-rwxr-xr-xlang/python/tests/t-callbacks.py2
-rwxr-xr-xlang/python/tests/t-data.py2
-rwxr-xr-xlang/python/tests/t-decrypt-verify.py2
-rwxr-xr-xlang/python/tests/t-decrypt.py2
-rwxr-xr-xlang/python/tests/t-edit.py2
-rwxr-xr-xlang/python/tests/t-encrypt-large.py2
-rwxr-xr-xlang/python/tests/t-encrypt-sign.py2
-rwxr-xr-xlang/python/tests/t-encrypt-sym.py2
-rwxr-xr-xlang/python/tests/t-encrypt.py2
-rwxr-xr-xlang/python/tests/t-export.py2
-rwxr-xr-xlang/python/tests/t-file-name.py2
-rwxr-xr-xlang/python/tests/t-idiomatic.py2
-rwxr-xr-xlang/python/tests/t-import.py2
-rwxr-xr-xlang/python/tests/t-keylist-from-data.py2
-rwxr-xr-xlang/python/tests/t-keylist.py2
-rwxr-xr-xlang/python/tests/t-protocol-assuan.py2
-rwxr-xr-xlang/python/tests/t-quick-key-creation.py2
-rwxr-xr-xlang/python/tests/t-quick-key-manipulation.py2
-rwxr-xr-xlang/python/tests/t-quick-key-signing.py2
-rwxr-xr-xlang/python/tests/t-quick-subkey-creation.py2
-rwxr-xr-xlang/python/tests/t-sig-notation.py4
-rwxr-xr-xlang/python/tests/t-sign.py2
-rwxr-xr-xlang/python/tests/t-signers.py2
-rwxr-xr-xlang/python/tests/t-trustlist.py2
-rwxr-xr-xlang/python/tests/t-verify.py2
-rwxr-xr-xlang/python/tests/t-wait.py2
-rwxr-xr-xlang/python/tests/t-wrapper.py2
-rw-r--r--lang/qt/doc/Doxyfile.in6
-rw-r--r--lang/qt/doc/Makefile.am2
-rw-r--r--lang/qt/tests/Makefile.am2
-rw-r--r--m4/ax_cxx_compile_stdcxx.m42
-rw-r--r--m4/ax_pkg_swig.m44
-rw-r--r--m4/ax_python_devel.m44
-rw-r--r--src/data-estream.c2
-rw-r--r--src/gpgme-json.c2
-rw-r--r--src/gpgme.h.in2
-rw-r--r--src/libgpgme.vers2
-rw-r--r--tests/gpg/t-sig-notation.c2
-rw-r--r--tests/opassuan/Makefile.am2
137 files changed, 147 insertions, 147 deletions
diff --git a/build-aux/compile b/build-aux/compile
index 531136b0..52f8f943 100755
--- a/build-aux/compile
+++ b/build-aux/compile
@@ -17,7 +17,7 @@ scriptversion=2012-10-14.11; # UTC
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
# As a special exception to the GNU General Public License, if you
# distribute this file as part of a program that contains a
diff --git a/build-aux/config.guess b/build-aux/config.guess
index c4bd827a..21323411 100755
--- a/build-aux/config.guess
+++ b/build-aux/config.guess
@@ -15,7 +15,7 @@ timestamp='2016-05-15'
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, see <https://www.gnu.org/licenses/>.
#
# As a special exception to the GNU General Public License, if you
# distribute this file as part of a program that contains a
diff --git a/build-aux/config.sub b/build-aux/config.sub
index 9feb73bf..c4b3f7a4 100755
--- a/build-aux/config.sub
+++ b/build-aux/config.sub
@@ -15,7 +15,7 @@ timestamp='2016-06-20'
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, see <https://www.gnu.org/licenses/>.
#
# As a special exception to the GNU General Public License, if you
# distribute this file as part of a program that contains a
diff --git a/build-aux/depcomp b/build-aux/depcomp
index 4ebd5b3a..f0a474cd 100755
--- a/build-aux/depcomp
+++ b/build-aux/depcomp
@@ -16,7 +16,7 @@ scriptversion=2013-05-30.07; # UTC
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
# As a special exception to the GNU General Public License, if you
# distribute this file as part of a program that contains a
diff --git a/build-aux/ltmain.sh b/build-aux/ltmain.sh
index 859599aa..77963a93 100644
--- a/build-aux/ltmain.sh
+++ b/build-aux/ltmain.sh
@@ -24,7 +24,7 @@
#
# You should have received a copy of the GNU General Public License
# along with GNU Libtool; see the file COPYING. If not, a copy
-# can be downloaded from http://www.gnu.org/licenses/gpl.html,
+# can be downloaded from https://www.gnu.org/licenses/gpl.html,
# or obtained by writing to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
@@ -75,8 +75,8 @@
# autoconf: $autoconf_version
#
# Report bugs to <bug-libtool@gnu.org>.
-# GNU libtool home page: <http://www.gnu.org/software/libtool/>.
-# General help using GNU software: <http://www.gnu.org/gethelp/>.
+# GNU libtool home page: <https://www.gnu.org/software/libtool/>.
+# General help using GNU software: <https://www.gnu.org/gethelp/>.
PROGRAM=libtool
PACKAGE=libtool
diff --git a/build-aux/mdate-sh b/build-aux/mdate-sh
index 60dc485a..ad60788a 100755
--- a/build-aux/mdate-sh
+++ b/build-aux/mdate-sh
@@ -18,7 +18,7 @@ scriptversion=2010-08-21.06; # UTC
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
# As a special exception to the GNU General Public License, if you
# distribute this file as part of a program that contains a
diff --git a/build-aux/missing b/build-aux/missing
index db98974f..43e37bd5 100755
--- a/build-aux/missing
+++ b/build-aux/missing
@@ -17,7 +17,7 @@ scriptversion=2013-10-28.13; # UTC
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
+# along with this program. If not, see <https://www.gnu.org/licenses/>.
# As a special exception to the GNU General Public License, if you
# distribute this file as part of a program that contains a
@@ -103,7 +103,7 @@ fi
perl_URL=http://www.perl.org/
flex_URL=http://flex.sourceforge.net/
-gnu_software_URL=http://www.gnu.org/software
+gnu_software_URL=https://www.gnu.org/software
program_details ()
{
diff --git a/build-aux/texinfo.tex b/build-aux/texinfo.tex
index 26f732e1..be5a3e00 100644
--- a/build-aux/texinfo.tex
+++ b/build-aux/texinfo.tex
@@ -20,7 +20,7 @@
% General Public License for more details.
%
% You should have received a copy of the GNU General Public License
-% along with this program. If not, see <http://www.gnu.org/licenses/>.
+% along with this program. If not, see <https://www.gnu.org/licenses/>.
%
% As a special exception, when this file is read by TeX when processing
% a Texinfo source document, you may use the result without
@@ -31,7 +31,7 @@
% reports; you can get the latest version from:
% http://ftp.gnu.org/gnu/texinfo/ (the Texinfo release area), or
% http://ftpmirror.gnu.org/texinfo/ (same, via a mirror), or
-% http://www.gnu.org/software/texinfo/ (the Texinfo home page)
+% https://www.gnu.org/software/texinfo/ (the Texinfo home page)
% The texinfo.tex in any given distribution could well be out
% of date, so if that's what you're using, please check.
%
@@ -55,7 +55,7 @@
% extent. You can get the existing language-specific files from the
% full Texinfo distribution.
%
-% The GNU Texinfo home page is http://www.gnu.org/software/texinfo.
+% The GNU Texinfo home page is https://www.gnu.org/software/texinfo.
\message{Loading texinfo [version \texinfoversion]:}
diff --git a/doc/examples/show-group-options.c b/doc/examples/show-group-options.c
index 92c37549..48ca260e 100644
--- a/doc/examples/show-group-options.c
+++ b/doc/examples/show-group-options.c
@@ -14,7 +14,7 @@
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
- License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ License along with this program; if not, see <https://www.gnu.org/licenses/>.
*/
#include <stdlib.h>
diff --git a/lang/cpp/tests/Makefile.am b/lang/cpp/tests/Makefile.am
index 2b6e8fb6..e9d9a57e 100644
--- a/lang/cpp/tests/Makefile.am
+++ b/lang/cpp/tests/Makefile.am
@@ -14,7 +14,7 @@
# Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, see <http://www.gnu.org/licenses/>.
+# License along with this program; if not, see <https://www.gnu.org/licenses/>.
## Process this file with automake to produce Makefile.in
diff --git a/lang/js/BrowserTestExtension/popup.js b/lang/js/BrowserTestExtension/popup.js
index 794620b6..706914f6 100644
--- a/lang/js/BrowserTestExtension/popup.js
+++ b/lang/js/BrowserTestExtension/popup.js
@@ -14,7 +14,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
* SPDX-License-Identifier: LGPL-2.1+
*
* Author(s):
diff --git a/lang/js/BrowserTestExtension/runbrowsertest.js b/lang/js/BrowserTestExtension/runbrowsertest.js
index c46eb120..41945305 100644
--- a/lang/js/BrowserTestExtension/runbrowsertest.js
+++ b/lang/js/BrowserTestExtension/runbrowsertest.js
@@ -14,7 +14,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
* SPDX-License-Identifier: LGPL-2.1+
*
* Author(s):
diff --git a/lang/js/BrowserTestExtension/rununittests.js b/lang/js/BrowserTestExtension/rununittests.js
index df31589e..d784302a 100644
--- a/lang/js/BrowserTestExtension/rununittests.js
+++ b/lang/js/BrowserTestExtension/rununittests.js
@@ -14,7 +14,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
* SPDX-License-Identifier: LGPL-2.1+
*
* Author(s):
diff --git a/lang/js/BrowserTestExtension/setup_testing.js b/lang/js/BrowserTestExtension/setup_testing.js
index 52aeac58..e992e116 100644
--- a/lang/js/BrowserTestExtension/setup_testing.js
+++ b/lang/js/BrowserTestExtension/setup_testing.js
@@ -14,7 +14,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
* SPDX-License-Identifier: LGPL-2.1+
*
* Author(s):
diff --git a/lang/js/BrowserTestExtension/tests/KeyImportExport.js b/lang/js/BrowserTestExtension/tests/KeyImportExport.js
index b3d95bbc..0488d347 100644
--- a/lang/js/BrowserTestExtension/tests/KeyImportExport.js
+++ b/lang/js/BrowserTestExtension/tests/KeyImportExport.js
@@ -14,7 +14,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
* SPDX-License-Identifier: LGPL-2.1+
*
* Author(s):
diff --git a/lang/js/BrowserTestExtension/tests/KeyInfos.js b/lang/js/BrowserTestExtension/tests/KeyInfos.js
index d1229584..d712bdcf 100644
--- a/lang/js/BrowserTestExtension/tests/KeyInfos.js
+++ b/lang/js/BrowserTestExtension/tests/KeyInfos.js
@@ -14,7 +14,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
* SPDX-License-Identifier: LGPL-2.1+
*
* Author(s):
diff --git a/lang/js/BrowserTestExtension/tests/decryptTest.js b/lang/js/BrowserTestExtension/tests/decryptTest.js
index 5817eb49..f0f34219 100644
--- a/lang/js/BrowserTestExtension/tests/decryptTest.js
+++ b/lang/js/BrowserTestExtension/tests/decryptTest.js
@@ -14,7 +14,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
* SPDX-License-Identifier: LGPL-2.1+
*
* Author(s):
diff --git a/lang/js/BrowserTestExtension/tests/encryptDecryptTest.js b/lang/js/BrowserTestExtension/tests/encryptDecryptTest.js
index b4e4f3fb..6ae12098 100644
--- a/lang/js/BrowserTestExtension/tests/encryptDecryptTest.js
+++ b/lang/js/BrowserTestExtension/tests/encryptDecryptTest.js
@@ -14,7 +14,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
* SPDX-License-Identifier: LGPL-2.1+
*
* Author(s):
diff --git a/lang/js/BrowserTestExtension/tests/encryptTest.js b/lang/js/BrowserTestExtension/tests/encryptTest.js
index 1017d714..9b0aed2b 100644
--- a/lang/js/BrowserTestExtension/tests/encryptTest.js
+++ b/lang/js/BrowserTestExtension/tests/encryptTest.js
@@ -14,7 +14,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
* SPDX-License-Identifier: LGPL-2.1+
*
* Author(s):
diff --git a/lang/js/BrowserTestExtension/tests/inputvalues.js b/lang/js/BrowserTestExtension/tests/inputvalues.js
index 730e48ae..aa862ecc 100644
--- a/lang/js/BrowserTestExtension/tests/inputvalues.js
+++ b/lang/js/BrowserTestExtension/tests/inputvalues.js
@@ -14,7 +14,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
* SPDX-License-Identifier: LGPL-2.1+
*
* Author(s):
diff --git a/lang/js/BrowserTestExtension/tests/longRunningTests.js b/lang/js/BrowserTestExtension/tests/longRunningTests.js
index 534a95aa..90854928 100644
--- a/lang/js/BrowserTestExtension/tests/longRunningTests.js
+++ b/lang/js/BrowserTestExtension/tests/longRunningTests.js
@@ -14,7 +14,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
* SPDX-License-Identifier: LGPL-2.1+
*
* Author(s):
diff --git a/lang/js/BrowserTestExtension/tests/signTest.js b/lang/js/BrowserTestExtension/tests/signTest.js
index 1e269e6a..1e19dcef 100644
--- a/lang/js/BrowserTestExtension/tests/signTest.js
+++ b/lang/js/BrowserTestExtension/tests/signTest.js
@@ -14,7 +14,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
* SPDX-License-Identifier: LGPL-2.1+
*
* Author(s):
diff --git a/lang/js/BrowserTestExtension/tests/startup.js b/lang/js/BrowserTestExtension/tests/startup.js
index e7c74782..34333e6b 100644
--- a/lang/js/BrowserTestExtension/tests/startup.js
+++ b/lang/js/BrowserTestExtension/tests/startup.js
@@ -14,7 +14,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
* SPDX-License-Identifier: LGPL-2.1+
*
* Author(s):
diff --git a/lang/js/BrowserTestExtension/tests/verifyTest.js b/lang/js/BrowserTestExtension/tests/verifyTest.js
index c63f6849..197c0e56 100644
--- a/lang/js/BrowserTestExtension/tests/verifyTest.js
+++ b/lang/js/BrowserTestExtension/tests/verifyTest.js
@@ -14,7 +14,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
* SPDX-License-Identifier: LGPL-2.1+
*
* Author(s):
diff --git a/lang/js/DemoExtension/entry.js b/lang/js/DemoExtension/entry.js
index fd261a0b..5492efcb 100644
--- a/lang/js/DemoExtension/entry.js
+++ b/lang/js/DemoExtension/entry.js
@@ -14,7 +14,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
* SPDX-License-Identifier: LGPL-2.1+
*
* Author(s):
diff --git a/lang/js/DemoExtension/maindemo.js b/lang/js/DemoExtension/maindemo.js
index c992e7e1..a9fdf28c 100644
--- a/lang/js/DemoExtension/maindemo.js
+++ b/lang/js/DemoExtension/maindemo.js
@@ -14,7 +14,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
* SPDX-License-Identifier: LGPL-2.1+
*
* Author(s):
diff --git a/lang/js/src/Connection.js b/lang/js/src/Connection.js
index d43d55f1..8a965479 100644
--- a/lang/js/src/Connection.js
+++ b/lang/js/src/Connection.js
@@ -14,7 +14,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
* SPDX-License-Identifier: LGPL-2.1+
*
* Author(s):
diff --git a/lang/js/src/Errors.js b/lang/js/src/Errors.js
index 2f66c83d..bf52cce7 100644
--- a/lang/js/src/Errors.js
+++ b/lang/js/src/Errors.js
@@ -14,7 +14,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
* SPDX-License-Identifier: LGPL-2.1+
*
* Author(s):
diff --git a/lang/js/src/Helpers.js b/lang/js/src/Helpers.js
index 0b418529..5386e960 100644
--- a/lang/js/src/Helpers.js
+++ b/lang/js/src/Helpers.js
@@ -14,7 +14,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
* SPDX-License-Identifier: LGPL-2.1+
*
* Author(s):
diff --git a/lang/js/src/Key.js b/lang/js/src/Key.js
index 7f0554c4..f5ee9656 100644
--- a/lang/js/src/Key.js
+++ b/lang/js/src/Key.js
@@ -14,7 +14,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
* SPDX-License-Identifier: LGPL-2.1+
*
* Author(s):
diff --git a/lang/js/src/Keyring.js b/lang/js/src/Keyring.js
index 2071c6d0..850f9f18 100644
--- a/lang/js/src/Keyring.js
+++ b/lang/js/src/Keyring.js
@@ -14,7 +14,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
* SPDX-License-Identifier: LGPL-2.1+
*
* Author(s):
diff --git a/lang/js/src/Message.js b/lang/js/src/Message.js
index 9f6abb75..c00d90be 100644
--- a/lang/js/src/Message.js
+++ b/lang/js/src/Message.js
@@ -14,7 +14,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
* SPDX-License-Identifier: LGPL-2.1+
*
* Author(s):
diff --git a/lang/js/src/Signature.js b/lang/js/src/Signature.js
index f848e32f..32581661 100644
--- a/lang/js/src/Signature.js
+++ b/lang/js/src/Signature.js
@@ -14,7 +14,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
* SPDX-License-Identifier: LGPL-2.1+
*
* Author(s):
diff --git a/lang/js/src/gpgmejs.js b/lang/js/src/gpgmejs.js
index 91057242..e2bd4577 100644
--- a/lang/js/src/gpgmejs.js
+++ b/lang/js/src/gpgmejs.js
@@ -14,7 +14,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
* SPDX-License-Identifier: LGPL-2.1+
*
* Author(s):
diff --git a/lang/js/src/index.js b/lang/js/src/index.js
index db29afe1..106086fb 100644
--- a/lang/js/src/index.js
+++ b/lang/js/src/index.js
@@ -14,7 +14,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
* SPDX-License-Identifier: LGPL-2.1+
*
* Author(s):
diff --git a/lang/js/src/permittedOperations.js b/lang/js/src/permittedOperations.js
index 09a17834..d6f9ea01 100644
--- a/lang/js/src/permittedOperations.js
+++ b/lang/js/src/permittedOperations.js
@@ -14,7 +14,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
* SPDX-License-Identifier: LGPL-2.1+
*
* Author(s):
diff --git a/lang/js/unittests.js b/lang/js/unittests.js
index f28be76a..414d18d1 100644
--- a/lang/js/unittests.js
+++ b/lang/js/unittests.js
@@ -14,7 +14,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
* SPDX-License-Identifier: LGPL-2.1+
*/
diff --git a/lang/js/webpack.conf.js b/lang/js/webpack.conf.js
index 19f3bbda..92178f91 100644
--- a/lang/js/webpack.conf.js
+++ b/lang/js/webpack.conf.js
@@ -14,7 +14,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
* SPDX-License-Identifier: LGPL-2.1+
*
* This is the configuration file for building the gpgmejs-Library with webpack
diff --git a/lang/js/webpack.conf_unittests.js b/lang/js/webpack.conf_unittests.js
index c3c87f39..93de6c19 100644
--- a/lang/js/webpack.conf_unittests.js
+++ b/lang/js/webpack.conf_unittests.js
@@ -14,7 +14,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
* SPDX-License-Identifier: LGPL-2.1+
*
* This is the configuration file for building the gpgmejs-Library with webpack
diff --git a/lang/python/Makefile.am b/lang/python/Makefile.am
index 6988faf4..1c7249a4 100644
--- a/lang/python/Makefile.am
+++ b/lang/python/Makefile.am
@@ -14,7 +14,7 @@
# Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, see <http://www.gnu.org/licenses/>.
+# License along with this program; if not, see <https://www.gnu.org/licenses/>.
EXTRA_DIST = \
README \
diff --git a/lang/python/examples/assuan.py b/lang/python/examples/assuan.py
index 6784c9eb..84f5ff0a 100644
--- a/lang/python/examples/assuan.py
+++ b/lang/python/examples/assuan.py
@@ -13,7 +13,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, see <https://www.gnu.org/licenses/>.
"""Demonstrate the use of the Assuan protocol engine"""
from __future__ import absolute_import, print_function, unicode_literals
diff --git a/lang/python/examples/decryption-filter.py b/lang/python/examples/decryption-filter.py
index 4d99330b..1b04184c 100644
--- a/lang/python/examples/decryption-filter.py
+++ b/lang/python/examples/decryption-filter.py
@@ -13,7 +13,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, see <https://www.gnu.org/licenses/>.
"""A decryption filter
This demonstrates decryption using gpg3 in three lines of code. To
diff --git a/lang/python/examples/delkey.py b/lang/python/examples/delkey.py
index 30b3145a..f0411f4d 100755
--- a/lang/python/examples/delkey.py
+++ b/lang/python/examples/delkey.py
@@ -14,7 +14,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, see <https://www.gnu.org/licenses/>.
# Sample of key deletion
# It deletes keys for joe@example.org generated by genkey.py script
diff --git a/lang/python/examples/exportimport.py b/lang/python/examples/exportimport.py
index 36ced579..235d5707 100755
--- a/lang/python/examples/exportimport.py
+++ b/lang/python/examples/exportimport.py
@@ -14,7 +14,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, see <https://www.gnu.org/licenses/>.
# Sample of export and import of keys
# It uses keys for joe+gpg@example.org generated by genkey.py script
diff --git a/lang/python/examples/genkey.py b/lang/python/examples/genkey.py
index 710a530a..5df6476f 100755
--- a/lang/python/examples/genkey.py
+++ b/lang/python/examples/genkey.py
@@ -15,7 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, see <https://www.gnu.org/licenses/>.
from __future__ import absolute_import, print_function, unicode_literals
diff --git a/lang/python/examples/howto/add-userid.py b/lang/python/examples/howto/add-userid.py
index 0c7bb893..85b90de5 100755
--- a/lang/python/examples/howto/add-userid.py
+++ b/lang/python/examples/howto/add-userid.py
@@ -22,7 +22,7 @@ from __future__ import absolute_import, division, unicode_literals
#
# You should have received a copy of the GNU General Public License and the GNU
# Lesser General Public along with this program; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
import gpg
import os.path
diff --git a/lang/python/examples/howto/clear-sign-file.py b/lang/python/examples/howto/clear-sign-file.py
index 9d350e25..982269c2 100755
--- a/lang/python/examples/howto/clear-sign-file.py
+++ b/lang/python/examples/howto/clear-sign-file.py
@@ -22,7 +22,7 @@ from __future__ import absolute_import, division, unicode_literals
#
# You should have received a copy of the GNU General Public License and the GNU
# Lesser General Public along with this program; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
import gpg
import sys
diff --git a/lang/python/examples/howto/create-key.py b/lang/python/examples/howto/create-key.py
index 02d1cb30..f7da2069 100755
--- a/lang/python/examples/howto/create-key.py
+++ b/lang/python/examples/howto/create-key.py
@@ -22,7 +22,7 @@ from __future__ import absolute_import, division, unicode_literals
#
# You should have received a copy of the GNU General Public License and the GNU
# Lesser General Public along with this program; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
import gpg
import os.path
diff --git a/lang/python/examples/howto/decrypt-file.py b/lang/python/examples/howto/decrypt-file.py
index 8eba1f25..9b06fb74 100755
--- a/lang/python/examples/howto/decrypt-file.py
+++ b/lang/python/examples/howto/decrypt-file.py
@@ -22,7 +22,7 @@ from __future__ import absolute_import, division, unicode_literals
#
# You should have received a copy of the GNU General Public License and the GNU
# Lesser General Public along with this program; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
import gpg
import sys
diff --git a/lang/python/examples/howto/detach-sign-file.py b/lang/python/examples/howto/detach-sign-file.py
index a0c5a2ad..4adc2a96 100755
--- a/lang/python/examples/howto/detach-sign-file.py
+++ b/lang/python/examples/howto/detach-sign-file.py
@@ -22,7 +22,7 @@ from __future__ import absolute_import, division, unicode_literals
#
# You should have received a copy of the GNU General Public License and the GNU
# Lesser General Public along with this program; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
import gpg
import sys
diff --git a/lang/python/examples/howto/encrypt-file.py b/lang/python/examples/howto/encrypt-file.py
index 8951cb5c..79987a40 100755
--- a/lang/python/examples/howto/encrypt-file.py
+++ b/lang/python/examples/howto/encrypt-file.py
@@ -25,7 +25,7 @@ import sys
#
# You should have received a copy of the GNU General Public License and the GNU
# Lesser General Public along with this program; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
"""
Encrypts a file to a specified key. If entering both the key and the filename
diff --git a/lang/python/examples/howto/encrypt-sign-file.py b/lang/python/examples/howto/encrypt-sign-file.py
index 6610ee05..34285a9e 100755
--- a/lang/python/examples/howto/encrypt-sign-file.py
+++ b/lang/python/examples/howto/encrypt-sign-file.py
@@ -25,7 +25,7 @@ import sys
#
# You should have received a copy of the GNU General Public License and the GNU
# Lesser General Public along with this program; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
"""
Signs and encrypts a file to a specified key. If entering both the key and the
diff --git a/lang/python/examples/howto/encrypt-to-group-gullible.py b/lang/python/examples/howto/encrypt-to-group-gullible.py
index 5ba82bcb..84921ec5 100755
--- a/lang/python/examples/howto/encrypt-to-group-gullible.py
+++ b/lang/python/examples/howto/encrypt-to-group-gullible.py
@@ -26,7 +26,7 @@ from groups import group_lists
#
# You should have received a copy of the GNU General Public License and the GNU
# Lesser General Public along with this program; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
"""
Uses the groups module to encrypt to multiple recipients.
diff --git a/lang/python/examples/howto/encrypt-to-group-trustno1.py b/lang/python/examples/howto/encrypt-to-group-trustno1.py
index 680c9eab..32a3f683 100755
--- a/lang/python/examples/howto/encrypt-to-group-trustno1.py
+++ b/lang/python/examples/howto/encrypt-to-group-trustno1.py
@@ -26,7 +26,7 @@ from groups import group_lists
#
# You should have received a copy of the GNU General Public License and the GNU
# Lesser General Public along with this program; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
"""
Uses the groups module to encrypt to multiple recipients.
diff --git a/lang/python/examples/howto/encrypt-to-group.py b/lang/python/examples/howto/encrypt-to-group.py
index e4ef1b6c..9fdaf48a 100755
--- a/lang/python/examples/howto/encrypt-to-group.py
+++ b/lang/python/examples/howto/encrypt-to-group.py
@@ -26,7 +26,7 @@ from groups import group_lists
#
# You should have received a copy of the GNU General Public License and the GNU
# Lesser General Public along with this program; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
"""
Uses the groups module to encrypt to multiple recipients.
diff --git a/lang/python/examples/howto/export-key.py b/lang/python/examples/howto/export-key.py
index ff3345a7..33868065 100755
--- a/lang/python/examples/howto/export-key.py
+++ b/lang/python/examples/howto/export-key.py
@@ -26,7 +26,7 @@ import sys
#
# You should have received a copy of the GNU General Public License and the GNU
# Lesser General Public along with this program; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
print("""
This script exports one or more public keys.
diff --git a/lang/python/examples/howto/export-minimised-key.py b/lang/python/examples/howto/export-minimised-key.py
index ffd75248..5832c32b 100755
--- a/lang/python/examples/howto/export-minimised-key.py
+++ b/lang/python/examples/howto/export-minimised-key.py
@@ -26,7 +26,7 @@ import sys
#
# You should have received a copy of the GNU General Public License and the GNU
# Lesser General Public along with this program; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
print("""
This script exports one or more public keys in minimised form.
diff --git a/lang/python/examples/howto/export-secret-key.py b/lang/python/examples/howto/export-secret-key.py
index af1aa70a..eeedb84b 100755
--- a/lang/python/examples/howto/export-secret-key.py
+++ b/lang/python/examples/howto/export-secret-key.py
@@ -27,7 +27,7 @@ import sys
#
# You should have received a copy of the GNU General Public License and the GNU
# Lesser General Public along with this program; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
print("""
This script exports one or more secret keys.
diff --git a/lang/python/examples/howto/export-secret-keys.py b/lang/python/examples/howto/export-secret-keys.py
index f4e50085..8055e4e3 100755
--- a/lang/python/examples/howto/export-secret-keys.py
+++ b/lang/python/examples/howto/export-secret-keys.py
@@ -28,7 +28,7 @@ import sys
#
# You should have received a copy of the GNU General Public License and the GNU
# Lesser General Public along with this program; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
print("""
This script exports one or more secret keys as both ASCII armored and binary
diff --git a/lang/python/examples/howto/groups.py b/lang/python/examples/howto/groups.py
index 3d51b255..0418abd7 100644
--- a/lang/python/examples/howto/groups.py
+++ b/lang/python/examples/howto/groups.py
@@ -21,7 +21,7 @@ from __future__ import absolute_import, division, unicode_literals
#
# You should have received a copy of the GNU General Public License and the GNU
# Lesser General Public along with this program; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
import subprocess
import sys
diff --git a/lang/python/examples/howto/import-key.py b/lang/python/examples/howto/import-key.py
index ab52ba21..6557ddc4 100755
--- a/lang/python/examples/howto/import-key.py
+++ b/lang/python/examples/howto/import-key.py
@@ -28,7 +28,7 @@ del absolute_import, division, unicode_literals
#
# You should have received a copy of the GNU General Public License and the GNU
# Lesser General Public along with this program; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
print("""
This script imports one or more public keys from a single file.
diff --git a/lang/python/examples/howto/import-keys-hkp.py b/lang/python/examples/howto/import-keys-hkp.py
index d50e465a..7d873ca4 100755
--- a/lang/python/examples/howto/import-keys-hkp.py
+++ b/lang/python/examples/howto/import-keys-hkp.py
@@ -26,7 +26,7 @@ import sys
#
# You should have received a copy of the GNU General Public License and the GNU
# Lesser General Public along with this program; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
print("""
This script imports one or more public keys from the SKS keyservers.
diff --git a/lang/python/examples/howto/import-keys.py b/lang/python/examples/howto/import-keys.py
index d1a268ef..a8af7150 100755
--- a/lang/python/examples/howto/import-keys.py
+++ b/lang/python/examples/howto/import-keys.py
@@ -26,7 +26,7 @@ import requests
#
# You should have received a copy of the GNU General Public License and the GNU
# Lesser General Public along with this program; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
print("""
This script imports one or more public keys from the SKS keyservers.
diff --git a/lang/python/examples/howto/keycount.py b/lang/python/examples/howto/keycount.py
index af472723..0c96c8a6 100755
--- a/lang/python/examples/howto/keycount.py
+++ b/lang/python/examples/howto/keycount.py
@@ -22,7 +22,7 @@ from __future__ import absolute_import, division, unicode_literals
#
# You should have received a copy of the GNU General Public License and the GNU
# Lesser General Public along with this program; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
import gpg
diff --git a/lang/python/examples/howto/local-sign-group.py b/lang/python/examples/howto/local-sign-group.py
index 0353646d..043a5a09 100755
--- a/lang/python/examples/howto/local-sign-group.py
+++ b/lang/python/examples/howto/local-sign-group.py
@@ -29,7 +29,7 @@ from groups import group_lists
#
# You should have received a copy of the GNU General Public License and the GNU
# Lesser General Public along with this program; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
print("""
This script applies a local signature or certification to every key in a group.
diff --git a/lang/python/examples/howto/mutt-groups.py b/lang/python/examples/howto/mutt-groups.py
index 6572a217..107619cb 100755
--- a/lang/python/examples/howto/mutt-groups.py
+++ b/lang/python/examples/howto/mutt-groups.py
@@ -22,7 +22,7 @@ from __future__ import absolute_import, division, unicode_literals
#
# You should have received a copy of the GNU General Public License and the GNU
# Lesser General Public along with this program; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
import sys
from groups import group_lists
diff --git a/lang/python/examples/howto/pmkey-import-alt.py b/lang/python/examples/howto/pmkey-import-alt.py
index c7822f35..def1025f 100755
--- a/lang/python/examples/howto/pmkey-import-alt.py
+++ b/lang/python/examples/howto/pmkey-import-alt.py
@@ -29,7 +29,7 @@ del absolute_import, division, unicode_literals
#
# You should have received a copy of the GNU General Public License and the GNU
# Lesser General Public along with this program; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
print("""
This script searches the ProtonMail key server for the specified key and
diff --git a/lang/python/examples/howto/pmkey-import-hkp-alt.py b/lang/python/examples/howto/pmkey-import-hkp-alt.py
index 61fcd8d9..673fe62e 100755
--- a/lang/python/examples/howto/pmkey-import-hkp-alt.py
+++ b/lang/python/examples/howto/pmkey-import-hkp-alt.py
@@ -29,7 +29,7 @@ del absolute_import, division, unicode_literals
#
# You should have received a copy of the GNU General Public License and the GNU
# Lesser General Public along with this program; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
print("""
This script searches the ProtonMail key server for the specified key and
diff --git a/lang/python/examples/howto/pmkey-import-hkp.py b/lang/python/examples/howto/pmkey-import-hkp.py
index 66223a97..f7f62662 100755
--- a/lang/python/examples/howto/pmkey-import-hkp.py
+++ b/lang/python/examples/howto/pmkey-import-hkp.py
@@ -29,7 +29,7 @@ del absolute_import, division, unicode_literals
#
# You should have received a copy of the GNU General Public License and the GNU
# Lesser General Public along with this program; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
print("""
This script searches the ProtonMail key server for the specified key and
diff --git a/lang/python/examples/howto/pmkey-import.py b/lang/python/examples/howto/pmkey-import.py
index 58a01c8a..10d733db 100755
--- a/lang/python/examples/howto/pmkey-import.py
+++ b/lang/python/examples/howto/pmkey-import.py
@@ -28,7 +28,7 @@ del absolute_import, division, unicode_literals
#
# You should have received a copy of the GNU General Public License and the GNU
# Lesser General Public along with this program; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
print("""
This script searches the ProtonMail key server for the specified key and
diff --git a/lang/python/examples/howto/revoke-userid.py b/lang/python/examples/howto/revoke-userid.py
index be347480..ac5f6495 100755
--- a/lang/python/examples/howto/revoke-userid.py
+++ b/lang/python/examples/howto/revoke-userid.py
@@ -22,7 +22,7 @@ from __future__ import absolute_import, division, unicode_literals
#
# You should have received a copy of the GNU General Public License and the GNU
# Lesser General Public along with this program; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
import gpg
import os.path
diff --git a/lang/python/examples/howto/send-key-to-keyserver.py b/lang/python/examples/howto/send-key-to-keyserver.py
index 261c8b65..d72ca9f1 100755
--- a/lang/python/examples/howto/send-key-to-keyserver.py
+++ b/lang/python/examples/howto/send-key-to-keyserver.py
@@ -27,7 +27,7 @@ import sys
#
# You should have received a copy of the GNU General Public License and the GNU
# Lesser General Public along with this program; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
print("""
This script sends one or more public keys to the SKS keyservers and is
diff --git a/lang/python/examples/howto/sign-file.py b/lang/python/examples/howto/sign-file.py
index f6809650..25050316 100755
--- a/lang/python/examples/howto/sign-file.py
+++ b/lang/python/examples/howto/sign-file.py
@@ -22,7 +22,7 @@ from __future__ import absolute_import, division, unicode_literals
#
# You should have received a copy of the GNU General Public License and the GNU
# Lesser General Public along with this program; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
import gpg
import sys
diff --git a/lang/python/examples/howto/sign-key.py b/lang/python/examples/howto/sign-key.py
index 6d32c57d..55d517b9 100755
--- a/lang/python/examples/howto/sign-key.py
+++ b/lang/python/examples/howto/sign-key.py
@@ -22,7 +22,7 @@ from __future__ import absolute_import, division, unicode_literals
#
# You should have received a copy of the GNU General Public License and the GNU
# Lesser General Public along with this program; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
import gpg
import os.path
diff --git a/lang/python/examples/howto/symcrypt-file.py b/lang/python/examples/howto/symcrypt-file.py
index bce92861..bcfe0ff4 100755
--- a/lang/python/examples/howto/symcrypt-file.py
+++ b/lang/python/examples/howto/symcrypt-file.py
@@ -25,7 +25,7 @@ import sys
#
# You should have received a copy of the GNU General Public License and the GNU
# Lesser General Public along with this program; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
"""
Symmetrically encrypts a file. Passphrase will be prompted for via Pinentry.
diff --git a/lang/python/examples/howto/temp-homedir-config.py b/lang/python/examples/howto/temp-homedir-config.py
index 98bde367..897d2f9a 100755
--- a/lang/python/examples/howto/temp-homedir-config.py
+++ b/lang/python/examples/howto/temp-homedir-config.py
@@ -26,7 +26,7 @@ import sys
#
# You should have received a copy of the GNU General Public License and the GNU
# Lesser General Public along with this program; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
intro = """
This script creates a temporary directory to use as a homedir for
diff --git a/lang/python/examples/howto/verify-signatures.py b/lang/python/examples/howto/verify-signatures.py
index aa4331c2..4345be15 100755
--- a/lang/python/examples/howto/verify-signatures.py
+++ b/lang/python/examples/howto/verify-signatures.py
@@ -22,7 +22,7 @@ from __future__ import absolute_import, division, unicode_literals
#
# You should have received a copy of the GNU General Public License and the GNU
# Lesser General Public along with this program; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
import gpg
import sys
diff --git a/lang/python/examples/howto/verify-signed-file.py b/lang/python/examples/howto/verify-signed-file.py
index c561fe80..18544c24 100755
--- a/lang/python/examples/howto/verify-signed-file.py
+++ b/lang/python/examples/howto/verify-signed-file.py
@@ -22,7 +22,7 @@ from __future__ import absolute_import, division, unicode_literals
#
# You should have received a copy of the GNU General Public License and the GNU
# Lesser General Public along with this program; if not, see
-# <http://www.gnu.org/licenses/>.
+# <https://www.gnu.org/licenses/>.
import gpg
import sys
diff --git a/lang/python/examples/inter-edit.py b/lang/python/examples/inter-edit.py
index 5b58c97b..f11bb256 100644
--- a/lang/python/examples/inter-edit.py
+++ b/lang/python/examples/inter-edit.py
@@ -14,7 +14,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, see <https://www.gnu.org/licenses/>.
"""Simple interactive editor to test editor scripts"""
from __future__ import absolute_import, print_function, unicode_literals
diff --git a/lang/python/examples/low_level-encrypt_to_all.py b/lang/python/examples/low_level-encrypt_to_all.py
index 5c10d3df..edd01974 100755
--- a/lang/python/examples/low_level-encrypt_to_all.py
+++ b/lang/python/examples/low_level-encrypt_to_all.py
@@ -15,7 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, see <https://www.gnu.org/licenses/>.
"""
This program will try to encrypt a simple message to each key on your
keyring. If your keyring has any invalid keys on it, those keys will
diff --git a/lang/python/examples/sign.py b/lang/python/examples/sign.py
index 5b90b4b8..079ccdef 100755
--- a/lang/python/examples/sign.py
+++ b/lang/python/examples/sign.py
@@ -14,7 +14,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, see <https://www.gnu.org/licenses/>.
from __future__ import absolute_import, print_function, unicode_literals
diff --git a/lang/python/examples/signverify.py b/lang/python/examples/signverify.py
index 2df72758..c9c6edd5 100755
--- a/lang/python/examples/signverify.py
+++ b/lang/python/examples/signverify.py
@@ -14,7 +14,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, see <https://www.gnu.org/licenses/>.
# Sample of unattended signing/verifying of a message.
# It uses keys for joe+gpg@example.org generated by genkey.py script
diff --git a/lang/python/examples/simple.py b/lang/python/examples/simple.py
index 17c3eba0..d2e7c07d 100755
--- a/lang/python/examples/simple.py
+++ b/lang/python/examples/simple.py
@@ -15,7 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, see <https://www.gnu.org/licenses/>.
from __future__ import absolute_import, print_function, unicode_literals
diff --git a/lang/python/examples/testCMSgetkey.py b/lang/python/examples/testCMSgetkey.py
index f1cdb2ce..9b5a5265 100644
--- a/lang/python/examples/testCMSgetkey.py
+++ b/lang/python/examples/testCMSgetkey.py
@@ -14,7 +14,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, see <https://www.gnu.org/licenses/>.
"""A test applicaton for the CMS protocol."""
from __future__ import absolute_import, print_function, unicode_literals
diff --git a/lang/python/examples/verifydetails.py b/lang/python/examples/verifydetails.py
index dc0e7d38..37334868 100755
--- a/lang/python/examples/verifydetails.py
+++ b/lang/python/examples/verifydetails.py
@@ -15,7 +15,7 @@
# General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with this program; if not, see <http://www.gnu.org/licenses/>.
+# along with this program; if not, see <https://www.gnu.org/licenses/>.
from __future__ import absolute_import, print_function, unicode_literals
diff --git a/lang/python/private.h b/lang/python/private.h
index e7b371f8..098fca01 100644
--- a/lang/python/private.h
+++ b/lang/python/private.h
@@ -14,7 +14,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
*/
#include <gpgme.h>
diff --git a/lang/python/src/constants/__init__.py b/lang/python/src/constants/__init__.py
index 7a953aab..1f79f84a 100644
--- a/lang/python/src/constants/__init__.py
+++ b/lang/python/src/constants/__init__.py
@@ -15,7 +15,7 @@
# Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, see <http://www.gnu.org/licenses/>.
+# License along with this program; if not, see <https://www.gnu.org/licenses/>.
from __future__ import absolute_import, print_function, unicode_literals
diff --git a/lang/python/src/constants/create.py b/lang/python/src/constants/create.py
index 382dad92..425fc0a6 100644
--- a/lang/python/src/constants/create.py
+++ b/lang/python/src/constants/create.py
@@ -15,7 +15,7 @@
# Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, see <http://www.gnu.org/licenses/>.
+# License along with this program; if not, see <https://www.gnu.org/licenses/>.
from __future__ import absolute_import, print_function, unicode_literals
diff --git a/lang/python/src/constants/keysign.py b/lang/python/src/constants/keysign.py
index 328dfb91..49aafb82 100644
--- a/lang/python/src/constants/keysign.py
+++ b/lang/python/src/constants/keysign.py
@@ -15,7 +15,7 @@
# Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, see <http://www.gnu.org/licenses/>.
+# License along with this program; if not, see <https://www.gnu.org/licenses/>.
from __future__ import absolute_import, print_function, unicode_literals
diff --git a/lang/python/src/constants/sig/notation.py b/lang/python/src/constants/sig/notation.py
index 9e56be39..23b394fb 100644
--- a/lang/python/src/constants/sig/notation.py
+++ b/lang/python/src/constants/sig/notation.py
@@ -15,7 +15,7 @@
# Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, see <http://www.gnu.org/licenses/>.
+# License along with this program; if not, see <https://www.gnu.org/licenses/>.
from __future__ import absolute_import, print_function, unicode_literals
diff --git a/lang/python/src/constants/tofu/__init__.py b/lang/python/src/constants/tofu/__init__.py
index 5e58a6a8..8c8036bb 100644
--- a/lang/python/src/constants/tofu/__init__.py
+++ b/lang/python/src/constants/tofu/__init__.py
@@ -15,7 +15,7 @@
# Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, see <http://www.gnu.org/licenses/>.
+# License along with this program; if not, see <https://www.gnu.org/licenses/>.
from __future__ import absolute_import, print_function, unicode_literals
diff --git a/lang/python/src/constants/tofu/policy.py b/lang/python/src/constants/tofu/policy.py
index 53d853de..0b172b80 100644
--- a/lang/python/src/constants/tofu/policy.py
+++ b/lang/python/src/constants/tofu/policy.py
@@ -15,7 +15,7 @@
# Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, see <http://www.gnu.org/licenses/>.
+# License along with this program; if not, see <https://www.gnu.org/licenses/>.
from __future__ import absolute_import, print_function, unicode_literals
diff --git a/lang/python/src/results.py b/lang/python/src/results.py
index 6b5f63c2..49624777 100644
--- a/lang/python/src/results.py
+++ b/lang/python/src/results.py
@@ -15,7 +15,7 @@
# Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, see <http://www.gnu.org/licenses/>.
+# License along with this program; if not, see <https://www.gnu.org/licenses/>.
from __future__ import absolute_import, print_function, unicode_literals
del absolute_import, print_function, unicode_literals
diff --git a/lang/python/tests/Makefile.am b/lang/python/tests/Makefile.am
index d26d33de..d5b6e001 100644
--- a/lang/python/tests/Makefile.am
+++ b/lang/python/tests/Makefile.am
@@ -14,7 +14,7 @@
# Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, see <http://www.gnu.org/licenses/>.
+# License along with this program; if not, see <https://www.gnu.org/licenses/>.
GPG = gpg
GPG_AGENT = gpg-agent
diff --git a/lang/python/tests/final.py b/lang/python/tests/final.py
index d0d52dc4..4deb57db 100755
--- a/lang/python/tests/final.py
+++ b/lang/python/tests/final.py
@@ -15,7 +15,7 @@
# Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, see <http://www.gnu.org/licenses/>.
+# License along with this program; if not, see <https://www.gnu.org/licenses/>.
from __future__ import absolute_import, print_function, unicode_literals
diff --git a/lang/python/tests/initial.py b/lang/python/tests/initial.py
index 30a8de7a..c94e47eb 100755
--- a/lang/python/tests/initial.py
+++ b/lang/python/tests/initial.py
@@ -15,7 +15,7 @@
# Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, see <http://www.gnu.org/licenses/>.
+# License along with this program; if not, see <https://www.gnu.org/licenses/>.
from __future__ import absolute_import, print_function, unicode_literals
diff --git a/lang/python/tests/run-tests.py b/lang/python/tests/run-tests.py
index cec13b5e..3a168f4d 100644
--- a/lang/python/tests/run-tests.py
+++ b/lang/python/tests/run-tests.py
@@ -15,7 +15,7 @@
# Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, see <http://www.gnu.org/licenses/>.
+# License along with this program; if not, see <https://www.gnu.org/licenses/>.
from __future__ import absolute_import, division
from __future__ import print_function, unicode_literals
diff --git a/lang/python/tests/support.py b/lang/python/tests/support.py
index e6b3d8bb..37fdba9b 100644
--- a/lang/python/tests/support.py
+++ b/lang/python/tests/support.py
@@ -13,7 +13,7 @@
# Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, see <http://www.gnu.org/licenses/>.
+# License along with this program; if not, see <https://www.gnu.org/licenses/>.
from __future__ import absolute_import, print_function, unicode_literals
diff --git a/lang/python/tests/t-callbacks.py b/lang/python/tests/t-callbacks.py
index 25a1c238..5bcac237 100755
--- a/lang/python/tests/t-callbacks.py
+++ b/lang/python/tests/t-callbacks.py
@@ -15,7 +15,7 @@
# Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, see <http://www.gnu.org/licenses/>.
+# License along with this program; if not, see <https://www.gnu.org/licenses/>.
from __future__ import absolute_import, print_function, unicode_literals
diff --git a/lang/python/tests/t-data.py b/lang/python/tests/t-data.py
index 006c11f4..1c879f45 100755
--- a/lang/python/tests/t-data.py
+++ b/lang/python/tests/t-data.py
@@ -15,7 +15,7 @@
# Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, see <http://www.gnu.org/licenses/>.
+# License along with this program; if not, see <https://www.gnu.org/licenses/>.
from __future__ import absolute_import, print_function, unicode_literals
diff --git a/lang/python/tests/t-decrypt-verify.py b/lang/python/tests/t-decrypt-verify.py
index 991d18c9..a0049a02 100755
--- a/lang/python/tests/t-decrypt-verify.py
+++ b/lang/python/tests/t-decrypt-verify.py
@@ -15,7 +15,7 @@
# Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, see <http://www.gnu.org/licenses/>.
+# License along with this program; if not, see <https://www.gnu.org/licenses/>.
from __future__ import absolute_import, print_function, unicode_literals
diff --git a/lang/python/tests/t-decrypt.py b/lang/python/tests/t-decrypt.py
index f2417c9a..44743da7 100755
--- a/lang/python/tests/t-decrypt.py
+++ b/lang/python/tests/t-decrypt.py
@@ -15,7 +15,7 @@
# Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, see <http://www.gnu.org/licenses/>.
+# License along with this program; if not, see <https://www.gnu.org/licenses/>.
from __future__ import absolute_import, print_function, unicode_literals
diff --git a/lang/python/tests/t-edit.py b/lang/python/tests/t-edit.py
index cbc17d95..48a6887d 100755
--- a/lang/python/tests/t-edit.py
+++ b/lang/python/tests/t-edit.py
@@ -16,7 +16,7 @@
# Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, see <http://www.gnu.org/licenses/>.
+# License along with this program; if not, see <https://www.gnu.org/licenses/>.
from __future__ import absolute_import, print_function, unicode_literals
diff --git a/lang/python/tests/t-encrypt-large.py b/lang/python/tests/t-encrypt-large.py
index 18576ac3..f682e8b2 100755
--- a/lang/python/tests/t-encrypt-large.py
+++ b/lang/python/tests/t-encrypt-large.py
@@ -15,7 +15,7 @@
# Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, see <http://www.gnu.org/licenses/>.
+# License along with this program; if not, see <https://www.gnu.org/licenses/>.
from __future__ import absolute_import, print_function, unicode_literals
diff --git a/lang/python/tests/t-encrypt-sign.py b/lang/python/tests/t-encrypt-sign.py
index 84d1abb4..d32ed3ad 100755
--- a/lang/python/tests/t-encrypt-sign.py
+++ b/lang/python/tests/t-encrypt-sign.py
@@ -15,7 +15,7 @@
# Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, see <http://www.gnu.org/licenses/>.
+# License along with this program; if not, see <https://www.gnu.org/licenses/>.
from __future__ import absolute_import, print_function, unicode_literals
diff --git a/lang/python/tests/t-encrypt-sym.py b/lang/python/tests/t-encrypt-sym.py
index 9b099fe0..4389a7d4 100755
--- a/lang/python/tests/t-encrypt-sym.py
+++ b/lang/python/tests/t-encrypt-sym.py
@@ -15,7 +15,7 @@
# Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, see <http://www.gnu.org/licenses/>.
+# License along with this program; if not, see <https://www.gnu.org/licenses/>.
from __future__ import absolute_import, print_function, unicode_literals
diff --git a/lang/python/tests/t-encrypt.py b/lang/python/tests/t-encrypt.py
index e702daa6..0ee100d8 100755
--- a/lang/python/tests/t-encrypt.py
+++ b/lang/python/tests/t-encrypt.py
@@ -15,7 +15,7 @@
# Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, see <http://www.gnu.org/licenses/>.
+# License along with this program; if not, see <https://www.gnu.org/licenses/>.
from __future__ import absolute_import, print_function, unicode_literals
diff --git a/lang/python/tests/t-export.py b/lang/python/tests/t-export.py
index 6d771dd4..02474e97 100755
--- a/lang/python/tests/t-export.py
+++ b/lang/python/tests/t-export.py
@@ -15,7 +15,7 @@
# Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, see <http://www.gnu.org/licenses/>.
+# License along with this program; if not, see <https://www.gnu.org/licenses/>.
from __future__ import absolute_import, print_function, unicode_literals
diff --git a/lang/python/tests/t-file-name.py b/lang/python/tests/t-file-name.py
index d9c226fa..6daedb16 100755
--- a/lang/python/tests/t-file-name.py
+++ b/lang/python/tests/t-file-name.py
@@ -15,7 +15,7 @@
# Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, see <http://www.gnu.org/licenses/>.
+# License along with this program; if not, see <https://www.gnu.org/licenses/>.
from __future__ import absolute_import, print_function, unicode_literals
diff --git a/lang/python/tests/t-idiomatic.py b/lang/python/tests/t-idiomatic.py
index 238bbf31..36f81372 100755
--- a/lang/python/tests/t-idiomatic.py
+++ b/lang/python/tests/t-idiomatic.py
@@ -15,7 +15,7 @@
# Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, see <http://www.gnu.org/licenses/>.
+# License along with this program; if not, see <https://www.gnu.org/licenses/>.
from __future__ import absolute_import, print_function, unicode_literals
diff --git a/lang/python/tests/t-import.py b/lang/python/tests/t-import.py
index 82d3a4e1..c32f2d77 100755
--- a/lang/python/tests/t-import.py
+++ b/lang/python/tests/t-import.py
@@ -15,7 +15,7 @@
# Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, see <http://www.gnu.org/licenses/>.
+# License along with this program; if not, see <https://www.gnu.org/licenses/>.
from __future__ import absolute_import, print_function, unicode_literals
diff --git a/lang/python/tests/t-keylist-from-data.py b/lang/python/tests/t-keylist-from-data.py
index 4fd9ba08..fa6034a3 100755
--- a/lang/python/tests/t-keylist-from-data.py
+++ b/lang/python/tests/t-keylist-from-data.py
@@ -15,7 +15,7 @@
# Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, see <http://www.gnu.org/licenses/>.
+# License along with this program; if not, see <https://www.gnu.org/licenses/>.
from __future__ import absolute_import, print_function, unicode_literals
diff --git a/lang/python/tests/t-keylist.py b/lang/python/tests/t-keylist.py
index 9cbada5e..2aebe9a5 100755
--- a/lang/python/tests/t-keylist.py
+++ b/lang/python/tests/t-keylist.py
@@ -15,7 +15,7 @@
# Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, see <http://www.gnu.org/licenses/>.
+# License along with this program; if not, see <https://www.gnu.org/licenses/>.
from __future__ import absolute_import, print_function, unicode_literals
diff --git a/lang/python/tests/t-protocol-assuan.py b/lang/python/tests/t-protocol-assuan.py
index c337c3b7..e1491e0a 100755
--- a/lang/python/tests/t-protocol-assuan.py
+++ b/lang/python/tests/t-protocol-assuan.py
@@ -15,7 +15,7 @@
# Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, see <http://www.gnu.org/licenses/>.
+# License along with this program; if not, see <https://www.gnu.org/licenses/>.
from __future__ import absolute_import, print_function, unicode_literals
diff --git a/lang/python/tests/t-quick-key-creation.py b/lang/python/tests/t-quick-key-creation.py
index b3303fff..ca3f32ab 100755
--- a/lang/python/tests/t-quick-key-creation.py
+++ b/lang/python/tests/t-quick-key-creation.py
@@ -15,7 +15,7 @@
# Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, see <http://www.gnu.org/licenses/>.
+# License along with this program; if not, see <https://www.gnu.org/licenses/>.
from __future__ import absolute_import, print_function, unicode_literals
diff --git a/lang/python/tests/t-quick-key-manipulation.py b/lang/python/tests/t-quick-key-manipulation.py
index ade171e7..0cfaa9d1 100755
--- a/lang/python/tests/t-quick-key-manipulation.py
+++ b/lang/python/tests/t-quick-key-manipulation.py
@@ -15,7 +15,7 @@
# Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, see <http://www.gnu.org/licenses/>.
+# License along with this program; if not, see <https://www.gnu.org/licenses/>.
from __future__ import absolute_import, print_function, unicode_literals
diff --git a/lang/python/tests/t-quick-key-signing.py b/lang/python/tests/t-quick-key-signing.py
index 6f9b8a72..8a5f8c36 100755
--- a/lang/python/tests/t-quick-key-signing.py
+++ b/lang/python/tests/t-quick-key-signing.py
@@ -15,7 +15,7 @@
# Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, see <http://www.gnu.org/licenses/>.
+# License along with this program; if not, see <https://www.gnu.org/licenses/>.
from __future__ import absolute_import, print_function, unicode_literals
diff --git a/lang/python/tests/t-quick-subkey-creation.py b/lang/python/tests/t-quick-subkey-creation.py
index cdbb71be..2a658eaa 100755
--- a/lang/python/tests/t-quick-subkey-creation.py
+++ b/lang/python/tests/t-quick-subkey-creation.py
@@ -15,7 +15,7 @@
# Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, see <http://www.gnu.org/licenses/>.
+# License along with this program; if not, see <https://www.gnu.org/licenses/>.
from __future__ import absolute_import, print_function, unicode_literals
diff --git a/lang/python/tests/t-sig-notation.py b/lang/python/tests/t-sig-notation.py
index 5960f443..c3d29613 100755
--- a/lang/python/tests/t-sig-notation.py
+++ b/lang/python/tests/t-sig-notation.py
@@ -15,7 +15,7 @@
# Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, see <http://www.gnu.org/licenses/>.
+# License along with this program; if not, see <https://www.gnu.org/licenses/>.
from __future__ import absolute_import, print_function, unicode_literals
@@ -32,7 +32,7 @@ expected_notations = {
"preferred-email-encoding@pgp.com":
("pgpmime", gpg.constants.sig.notation.HUMAN_READABLE |
gpg.constants.sig.notation.CRITICAL),
- None: ("http://www.gnu.org/policy/", 0),
+ None: ("https://www.gnu.org/policy/", 0),
}
# GnuPG prior to 2.1.13 did not report the critical flag correctly.
diff --git a/lang/python/tests/t-sign.py b/lang/python/tests/t-sign.py
index 3ad05e8e..5eefd4db 100755
--- a/lang/python/tests/t-sign.py
+++ b/lang/python/tests/t-sign.py
@@ -15,7 +15,7 @@
# Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, see <http://www.gnu.org/licenses/>.
+# License along with this program; if not, see <https://www.gnu.org/licenses/>.
from __future__ import absolute_import, print_function, unicode_literals
diff --git a/lang/python/tests/t-signers.py b/lang/python/tests/t-signers.py
index 119ab773..e24e5b52 100755
--- a/lang/python/tests/t-signers.py
+++ b/lang/python/tests/t-signers.py
@@ -15,7 +15,7 @@
# Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, see <http://www.gnu.org/licenses/>.
+# License along with this program; if not, see <https://www.gnu.org/licenses/>.
from __future__ import absolute_import, print_function, unicode_literals
diff --git a/lang/python/tests/t-trustlist.py b/lang/python/tests/t-trustlist.py
index ffa0b96d..87947042 100755
--- a/lang/python/tests/t-trustlist.py
+++ b/lang/python/tests/t-trustlist.py
@@ -15,7 +15,7 @@
# Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, see <http://www.gnu.org/licenses/>.
+# License along with this program; if not, see <https://www.gnu.org/licenses/>.
from __future__ import absolute_import, print_function, unicode_literals
diff --git a/lang/python/tests/t-verify.py b/lang/python/tests/t-verify.py
index 70a6c1cb..688e3ac5 100755
--- a/lang/python/tests/t-verify.py
+++ b/lang/python/tests/t-verify.py
@@ -15,7 +15,7 @@
# Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, see <http://www.gnu.org/licenses/>.
+# License along with this program; if not, see <https://www.gnu.org/licenses/>.
from __future__ import absolute_import, print_function, unicode_literals
diff --git a/lang/python/tests/t-wait.py b/lang/python/tests/t-wait.py
index 907f4504..8d05f254 100755
--- a/lang/python/tests/t-wait.py
+++ b/lang/python/tests/t-wait.py
@@ -15,7 +15,7 @@
# Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, see <http://www.gnu.org/licenses/>.
+# License along with this program; if not, see <https://www.gnu.org/licenses/>.
from __future__ import absolute_import, print_function, unicode_literals
diff --git a/lang/python/tests/t-wrapper.py b/lang/python/tests/t-wrapper.py
index 020e71e5..4990c5ed 100755
--- a/lang/python/tests/t-wrapper.py
+++ b/lang/python/tests/t-wrapper.py
@@ -15,7 +15,7 @@
# Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, see <http://www.gnu.org/licenses/>.
+# License along with this program; if not, see <https://www.gnu.org/licenses/>.
import gpg
import support
diff --git a/lang/qt/doc/Doxyfile.in b/lang/qt/doc/Doxyfile.in
index 5d94f901..c672c4c5 100644
--- a/lang/qt/doc/Doxyfile.in
+++ b/lang/qt/doc/Doxyfile.in
@@ -20,7 +20,7 @@
# This tag specifies the encoding used for all characters in the config file
# that follow. The default is UTF-8 which is also the encoding used for all text
# before the first occurrence of this tag. Doxygen uses libiconv (or the iconv
-# built into libc) for the transcoding. See http://www.gnu.org/software/libiconv
+# built into libc) for the transcoding. See https://www.gnu.org/software/libiconv
# for the list of possible encodings.
# The default value is: UTF-8.
@@ -758,7 +758,7 @@ INPUT = "@top_srcdir@/lang/qt/src"
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
# libiconv (or the iconv built into libc) for the transcoding. See the libiconv
-# documentation (see: http://www.gnu.org/software/libiconv) for the list of
+# documentation (see: https://www.gnu.org/software/libiconv) for the list of
# possible encodings.
# The default value is: UTF-8.
@@ -950,7 +950,7 @@ SOURCE_TOOLTIPS = YES
# If the USE_HTAGS tag is set to YES then the references to source code will
# point to the HTML generated by the htags(1) tool instead of doxygen built-in
# source browser. The htags tool is part of GNU's global source tagging system
-# (see http://www.gnu.org/software/global/global.html). You will need version
+# (see https://www.gnu.org/software/global/global.html). You will need version
# 4.8.6 or higher.
#
# To use it do the following:
diff --git a/lang/qt/doc/Makefile.am b/lang/qt/doc/Makefile.am
index fd57cc85..e59fc322 100644
--- a/lang/qt/doc/Makefile.am
+++ b/lang/qt/doc/Makefile.am
@@ -15,7 +15,7 @@
# Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, see <http://www.gnu.org/licenses/>.
+# License along with this program; if not, see <https://www.gnu.org/licenses/>.
## Process this file with automake to produce Makefile.in
diff --git a/lang/qt/tests/Makefile.am b/lang/qt/tests/Makefile.am
index 08b1c4c8..6d543408 100644
--- a/lang/qt/tests/Makefile.am
+++ b/lang/qt/tests/Makefile.am
@@ -15,7 +15,7 @@
# Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, see <http://www.gnu.org/licenses/>.
+# License along with this program; if not, see <https://www.gnu.org/licenses/>.
## Process this file with automake to produce Makefile.in
diff --git a/m4/ax_cxx_compile_stdcxx.m4 b/m4/ax_cxx_compile_stdcxx.m4
index de3d0121..8f45b67b 100644
--- a/m4/ax_cxx_compile_stdcxx.m4
+++ b/m4/ax_cxx_compile_stdcxx.m4
@@ -1,5 +1,5 @@
# ===========================================================================
-# http://www.gnu.org/software/autoconf-archive/ax_cxx_compile_stdcxx.html
+# https://www.gnu.org/software/autoconf-archive/ax_cxx_compile_stdcxx.html
# ===========================================================================
#
# SYNOPSIS
diff --git a/m4/ax_pkg_swig.m4 b/m4/ax_pkg_swig.m4
index d836eec8..3b778067 100644
--- a/m4/ax_pkg_swig.m4
+++ b/m4/ax_pkg_swig.m4
@@ -1,5 +1,5 @@
# ===========================================================================
-# http://www.gnu.org/software/autoconf-archive/ax_pkg_swig.html
+# https://www.gnu.org/software/autoconf-archive/ax_pkg_swig.html
# ===========================================================================
#
# SYNOPSIS
@@ -48,7 +48,7 @@
# Public License for more details.
#
# You should have received a copy of the GNU General Public License along
-# with this program. If not, see <http://www.gnu.org/licenses/>.
+# with this program. If not, see <https://www.gnu.org/licenses/>.
#
# As a special exception, the respective Autoconf Macro's copyright owner
# gives unlimited permission to copy, distribute and modify the configure
diff --git a/m4/ax_python_devel.m4 b/m4/ax_python_devel.m4
index b990d5b3..55f0cfff 100644
--- a/m4/ax_python_devel.m4
+++ b/m4/ax_python_devel.m4
@@ -1,5 +1,5 @@
# ===========================================================================
-# http://www.gnu.org/software/autoconf-archive/ax_python_devel.html
+# https://www.gnu.org/software/autoconf-archive/ax_python_devel.html
# ===========================================================================
#
# SYNOPSIS
@@ -52,7 +52,7 @@
# Public License for more details.
#
# You should have received a copy of the GNU General Public License along
-# with this program. If not, see <http://www.gnu.org/licenses/>.
+# with this program. If not, see <https://www.gnu.org/licenses/>.
#
# As a special exception, the respective Autoconf Macro's copyright owner
# gives unlimited permission to copy, distribute and modify the configure
diff --git a/src/data-estream.c b/src/data-estream.c
index 34f88a7f..fa11d664 100644
--- a/src/data-estream.c
+++ b/src/data-estream.c
@@ -14,7 +14,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
* SPDX-License-Identifier: LGPL-2.1+
*/
diff --git a/src/gpgme-json.c b/src/gpgme-json.c
index b10331ba..7809d814 100644
--- a/src/gpgme-json.c
+++ b/src/gpgme-json.c
@@ -14,7 +14,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
* SPDX-License-Identifier: LGPL-2.1+
*/
diff --git a/src/gpgme.h.in b/src/gpgme.h.in
index 3bf968e1..283ef188 100644
--- a/src/gpgme.h.in
+++ b/src/gpgme.h.in
@@ -15,7 +15,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with this program; if not, see <http://www.gnu.org/licenses/>.
+ * License along with this program; if not, see <https://www.gnu.org/licenses/>.
* SPDX-License-Identifier: LGPL-2.1+
*
* Generated from gpgme.h.in for @GPGME_CONFIG_HOST@.
diff --git a/src/libgpgme.vers b/src/libgpgme.vers
index 7531f544..79cbeef2 100644
--- a/src/libgpgme.vers
+++ b/src/libgpgme.vers
@@ -14,7 +14,7 @@
# GNU Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, see <http://www.gnu.org/licenses/>.
+# License along with this program; if not, see <https://www.gnu.org/licenses/>.
#-------------------------------------------------------
# Please remember to add new functions also to gpgme.def
diff --git a/tests/gpg/t-sig-notation.c b/tests/gpg/t-sig-notation.c
index 052e1796..11443bc9 100644
--- a/tests/gpg/t-sig-notation.c
+++ b/tests/gpg/t-sig-notation.c
@@ -52,7 +52,7 @@ static struct {
"pgpmime",
GPGME_SIG_NOTATION_HUMAN_READABLE | GPGME_SIG_NOTATION_CRITICAL },
{ NULL,
- "http://www.gnu.org/policy/",
+ "https://www.gnu.org/policy/",
0 }
};
diff --git a/tests/opassuan/Makefile.am b/tests/opassuan/Makefile.am
index 1dba3e8f..97fc8fb8 100644
--- a/tests/opassuan/Makefile.am
+++ b/tests/opassuan/Makefile.am
@@ -13,7 +13,7 @@
# Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
-# License along with this program; if not, see <http://www.gnu.org/licenses/>.
+# License along with this program; if not, see <https://www.gnu.org/licenses/>.
## Process this file with automake to produce Makefile.in