summaryrefslogtreecommitdiff
path: root/libdane
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2019-02-05 16:22:43 +0100
committerTim Rühsen <tim.ruehsen@gmx.de>2019-03-13 10:59:34 +0100
commit0a47c08db07d0a01018aec34d10a294aed79fdd1 (patch)
tree6958c593a71514ac58d0373f5973746e2416e420 /libdane
parente7e89684173c82e5104fe265a93916454f68200f (diff)
downloadgnutls-0a47c08db07d0a01018aec34d10a294aed79fdd1.tar.gz
Use https:// for www.gnu.org and www.example.com
Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
Diffstat (limited to 'libdane')
-rw-r--r--libdane/Makefile.am2
-rw-r--r--libdane/dane-params.c2
-rw-r--r--libdane/dane.c2
-rw-r--r--libdane/errors.c2
-rw-r--r--libdane/gnutls-dane.pc.in2
-rw-r--r--libdane/includes/Makefile.am2
-rw-r--r--libdane/includes/gnutls/dane.h2
7 files changed, 7 insertions, 7 deletions
diff --git a/libdane/Makefile.am b/libdane/Makefile.am
index d2b4e835ac..c2bd0dc0a1 100644
--- a/libdane/Makefile.am
+++ b/libdane/Makefile.am
@@ -16,7 +16,7 @@
# 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/>
+# along with this program. If not, see <https://www.gnu.org/licenses/>
ACLOCAL_AMFLAGS = -I ../m4 -I ../gl/m4
diff --git a/libdane/dane-params.c b/libdane/dane-params.c
index 00b209f184..e04e54d5a1 100644
--- a/libdane/dane-params.c
+++ b/libdane/dane-params.c
@@ -16,7 +16,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/>
+ * along with this program. If not, see <https://www.gnu.org/licenses/>
*
*/
diff --git a/libdane/dane.c b/libdane/dane.c
index d7191de273..f05f3ce92c 100644
--- a/libdane/dane.c
+++ b/libdane/dane.c
@@ -18,7 +18,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/>
+ * along with this program. If not, see <https://www.gnu.org/licenses/>
*
*/
diff --git a/libdane/errors.c b/libdane/errors.c
index c189e3ebb8..35ae971723 100644
--- a/libdane/errors.c
+++ b/libdane/errors.c
@@ -16,7 +16,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/>
+ * along with this program. If not, see <https://www.gnu.org/licenses/>
*
*/
diff --git a/libdane/gnutls-dane.pc.in b/libdane/gnutls-dane.pc.in
index 32a3df48c0..8496e61eb1 100644
--- a/libdane/gnutls-dane.pc.in
+++ b/libdane/gnutls-dane.pc.in
@@ -16,7 +16,7 @@ includedir=@includedir@
Name: GnuTLS-DANE
Description: DANE security library for the GNU system
-URL: http://www.gnu.org/software/gnutls/
+URL: https://www.gnu.org/software/gnutls/
Version: @VERSION@
Libs: -L${libdir} -lgnutls-dane
Libs.private: @UNBOUND_LIBS@
diff --git a/libdane/includes/Makefile.am b/libdane/includes/Makefile.am
index e67c5029d8..3d4d36682a 100644
--- a/libdane/includes/Makefile.am
+++ b/libdane/includes/Makefile.am
@@ -16,6 +16,6 @@
# 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/>
+# along with this program. If not, see <https://www.gnu.org/licenses/>
nobase_include_HEADERS = gnutls/dane.h
diff --git a/libdane/includes/gnutls/dane.h b/libdane/includes/gnutls/dane.h
index 0b14b2a559..69ced4bde9 100644
--- a/libdane/includes/gnutls/dane.h
+++ b/libdane/includes/gnutls/dane.h
@@ -16,7 +16,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/>
+ * along with this program. If not, see <https://www.gnu.org/licenses/>
*
*/