diff options
Diffstat (limited to 'libdane')
-rw-r--r-- | libdane/Makefile.am | 2 | ||||
-rw-r--r-- | libdane/dane-params.c | 2 | ||||
-rw-r--r-- | libdane/dane.c | 2 | ||||
-rw-r--r-- | libdane/errors.c | 2 | ||||
-rw-r--r-- | libdane/gnutls-dane.pc.in | 2 | ||||
-rw-r--r-- | libdane/includes/Makefile.am | 2 | ||||
-rw-r--r-- | libdane/includes/gnutls/dane.h | 2 |
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/> * */ |