aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <[email protected]>2016-02-08 16:06:37 +0000
committerWerner Koch <[email protected]>2016-02-08 18:34:00 +0000
commitc58e487cbdd392c5ed80eef1abb2177970d19c4a (patch)
treeffef8b71027d4fab03c63f9c2b6ce5e8e8ea857f /src
parentAdd syscfg alias for x86_64-pc-linux-gnuhardened1 (diff)
downloadlibgpg-error-c58e487cbdd392c5ed80eef1abb2177970d19c4a.tar.gz
libgpg-error-c58e487cbdd392c5ed80eef1abb2177970d19c4a.zip
Convert http links to https where possible in the source.
-- * use https for bug reporting * in comments and docs, use https to refer to: - www.gnu.org - creativecommons.org - translationproject.org - mail.gnome.org - www.perl.org - www.ctan.org - www.cl.cam.ac.uk - www.ntg.nl - cygwin.com - www.ethnologue.com
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
-rw-r--r--src/estream-printf.c2
-rw-r--r--src/estream-printf.h2
-rw-r--r--src/estream.c2
-rw-r--r--src/estream.h2
-rw-r--r--src/gen-posix-lock-obj.c2
-rw-r--r--src/gen-w32-lock-obj.c2
-rw-r--r--src/gpg-error.def.in2
-rw-r--r--src/gpg-error.h.in2
-rw-r--r--src/gpg-error.vers2
-rw-r--r--src/gpgrt-int.h2
-rw-r--r--src/init.c2
-rw-r--r--src/init.h2
-rw-r--r--src/lock.h2
-rw-r--r--src/mkw32errmap.c2
-rw-r--r--src/posix-lock-obj.h2
-rw-r--r--src/posix-lock.c2
-rw-r--r--src/posix-thread.c2
-rw-r--r--src/thread.h2
-rw-r--r--src/version.c2
-rw-r--r--src/visibility.c2
-rw-r--r--src/visibility.h2
-rw-r--r--src/w32-gettext.c4
-rw-r--r--src/w32-lock-obj.h2
-rw-r--r--src/w32-lock.c2
-rw-r--r--src/w32-thread.c2
26 files changed, 27 insertions, 27 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 8aca7df..b7cb023 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -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/>.
# We distribute the generated sources err-sources.h and err-codes.h,
# because they are needed to build the po directory, and they don't
diff --git a/src/estream-printf.c b/src/estream-printf.c
index 39a813f..091ff7d 100644
--- a/src/estream-printf.c
+++ b/src/estream-printf.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 Libestream; if not, see <http://www.gnu.org/licenses/>.
+ * License along with Libestream; if not, see <https://www.gnu.org/licenses/>.
*
* ALTERNATIVELY, Libestream may be distributed under the terms of the
* following license, in which case the provisions of this license are
diff --git a/src/estream-printf.h b/src/estream-printf.h
index e82d8fb..ae303a7 100644
--- a/src/estream-printf.h
+++ b/src/estream-printf.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 Libestream; if not, see <http://www.gnu.org/licenses/>.
+ * License along with Libestream; if not, see <https://www.gnu.org/licenses/>.
*
* ALTERNATIVELY, Libestream may be distributed under the terms of the
* following license, in which case the provisions of this license are
diff --git a/src/estream.c b/src/estream.c
index 3a89868..abce0bf 100644
--- a/src/estream.c
+++ b/src/estream.c
@@ -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 Libestream; if not, see <http://www.gnu.org/licenses/>.
+ * License along with Libestream; if not, see <https://www.gnu.org/licenses/>.
*
* ALTERNATIVELY, Libestream may be distributed under the terms of the
* following license, in which case the provisions of this license are
diff --git a/src/estream.h b/src/estream.h
index cfb7eec..91f2bc0 100644
--- a/src/estream.h
+++ b/src/estream.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/>.
*/
#ifndef ESTREAM_H
diff --git a/src/gen-posix-lock-obj.c b/src/gen-posix-lock-obj.c
index 595d379..22de456 100644
--- a/src/gen-posix-lock-obj.c
+++ b/src/gen-posix-lock-obj.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/>.
*/
#if HAVE_CONFIG_H
diff --git a/src/gen-w32-lock-obj.c b/src/gen-w32-lock-obj.c
index 9e49d1e..f8da67f 100644
--- a/src/gen-w32-lock-obj.c
+++ b/src/gen-w32-lock-obj.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/>.
*/
#if HAVE_CONFIG_H
diff --git a/src/gpg-error.def.in b/src/gpg-error.def.in
index 16de809..f8b9ebc 100644
--- a/src/gpg-error.def.in
+++ b/src/gpg-error.def.in
@@ -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/>.
*
* Note: This file should be updated manually and the ordinals shall
* never be changed. Also check gpg-error.vers and visibility.h.
diff --git a/src/gpg-error.h.in b/src/gpg-error.h.in
index 28581e0..b32b4c4 100644
--- a/src/gpg-error.h.in
+++ b/src/gpg-error.h.in
@@ -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/>.
*
* @configure_input@
*/
diff --git a/src/gpg-error.vers b/src/gpg-error.vers
index 067bb29..cdff0e3 100644
--- a/src/gpg-error.vers
+++ b/src/gpg-error.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/>.
#
# NOTE: When adding new functions, please make sure to add them to
# visibility.h and gpg-error.def.in as well.
diff --git a/src/gpgrt-int.h b/src/gpgrt-int.h
index 0f7b29b..d69fe2c 100644
--- a/src/gpgrt-int.h
+++ b/src/gpgrt-int.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/>.
*/
#ifndef _GPGRT_GPGRT_INT_H
diff --git a/src/init.c b/src/init.c
index 7abb6ff..8de54b6 100644
--- a/src/init.c
+++ b/src/init.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/>.
*/
#if HAVE_CONFIG_H
diff --git a/src/init.h b/src/init.h
index 0a31fd7..90a716a 100644
--- a/src/init.h
+++ b/src/init.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/>.
*/
#ifndef INIT_H
diff --git a/src/lock.h b/src/lock.h
index b60f2c2..a830b36 100644
--- a/src/lock.h
+++ b/src/lock.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/>.
*/
#ifndef LOCK_H
diff --git a/src/mkw32errmap.c b/src/mkw32errmap.c
index 68d0f05..508a513 100644
--- a/src/mkw32errmap.c
+++ b/src/mkw32errmap.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/>.
*/
#ifdef RESOLVE_MACROS
diff --git a/src/posix-lock-obj.h b/src/posix-lock-obj.h
index 872e55a..08e0bac 100644
--- a/src/posix-lock-obj.h
+++ b/src/posix-lock-obj.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/>.
*/
#ifndef POSIX_LOCK_OBJ_H
diff --git a/src/posix-lock.c b/src/posix-lock.c
index d8f5465..2e0ae92 100644
--- a/src/posix-lock.c
+++ b/src/posix-lock.c
@@ -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/>.
Parts of the code, in particular use_pthreads_p, are based on code
from gettext, written by Bruno Haible <[email protected]>, 2005.
diff --git a/src/posix-thread.c b/src/posix-thread.c
index bef0386..270dc91 100644
--- a/src/posix-thread.c
+++ b/src/posix-thread.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/>.
*/
#if HAVE_CONFIG_H
diff --git a/src/thread.h b/src/thread.h
index 0b2cf04..c650a99 100644
--- a/src/thread.h
+++ b/src/thread.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/>.
*/
#ifndef THREAD_H
diff --git a/src/version.c b/src/version.c
index 216fee4..d0c408d 100644
--- a/src/version.c
+++ b/src/version.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/>.
*/
#if HAVE_CONFIG_H
diff --git a/src/visibility.c b/src/visibility.c
index 4750685..e3ac8a7 100644
--- a/src/visibility.c
+++ b/src/visibility.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 <config.h>
diff --git a/src/visibility.h b/src/visibility.h
index ec3a124..1de6c62 100644
--- a/src/visibility.h
+++ b/src/visibility.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/>.
*/
#ifndef _GPGRT_VISIBILITY_H
diff --git a/src/w32-gettext.c b/src/w32-gettext.c
index 146de53..734b9c1 100644
--- a/src/w32-gettext.c
+++ b/src/w32-gettext.c
@@ -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/>.
*/
#if HAVE_CONFIG_H
@@ -681,7 +681,7 @@ my_nl_locale_name (const char *categoryname)
/* Dispatch on language.
See also http://www.unicode.org/unicode/onlinedat/languages.html .
- For details about languages, see http://www.ethnologue.com/ . */
+ For details about languages, see https://www.ethnologue.com/ . */
switch (primary)
{
case LANG_AFRIKAANS: return "af_ZA";
diff --git a/src/w32-lock-obj.h b/src/w32-lock-obj.h
index ef53546..8ed3084 100644
--- a/src/w32-lock-obj.h
+++ b/src/w32-lock-obj.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/>.
*/
#ifndef W32_LOCK_OBJ_H
diff --git a/src/w32-lock.c b/src/w32-lock.c
index 8c086f9..d1decc9 100644
--- a/src/w32-lock.c
+++ b/src/w32-lock.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/>.
*/
#if HAVE_CONFIG_H
diff --git a/src/w32-thread.c b/src/w32-thread.c
index 53d26b4..6860075 100644
--- a/src/w32-thread.c
+++ b/src/w32-thread.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/>.
*/
#if HAVE_CONFIG_H