]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
www.gnu.org prefers https
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Sat, 16 Jul 2016 12:06:40 +0000 (14:06 +0200)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Sat, 16 Jul 2016 12:06:40 +0000 (14:06 +0200)
75 files changed:
COPYING
contrib/base32hex.c
contrib/base32hex.h
contrib/cleanup.h
contrib/wire.h
daemon/bindings.c
daemon/bindings.h
daemon/engine.c
daemon/engine.h
daemon/ffimodule.c
daemon/ffimodule.h
daemon/io.c
daemon/io.h
daemon/main.c
daemon/network.c
daemon/network.h
daemon/worker.c
daemon/worker.h
doc/build.rst
lib/cache.c
lib/cache.h
lib/cdb.h
lib/cdb_lmdb.c
lib/cdb_lmdb.h
lib/defines.h
lib/dnssec.c
lib/dnssec.h
lib/dnssec/nsec.c
lib/dnssec/nsec.h
lib/dnssec/nsec3.c
lib/dnssec/nsec3.h
lib/dnssec/signature.c
lib/dnssec/signature.h
lib/dnssec/ta.c
lib/dnssec/ta.h
lib/generic/array.h
lib/generic/lru.h
lib/generic/pack.h
lib/generic/set.h
lib/layer.h
lib/layer/iterate.c
lib/layer/iterate.h
lib/layer/pktcache.c
lib/layer/rrcache.c
lib/layer/validate.c
lib/module.c
lib/module.h
lib/nsrep.c
lib/nsrep.h
lib/resolve.c
lib/resolve.h
lib/rplan.c
lib/rplan.h
lib/utils.c
lib/utils.h
lib/zonecut.c
lib/zonecut.h
modules/hints/hints.c
modules/kmemcached/cdb_memcached.c
modules/kmemcached/kmemcached.c
modules/redis/cdb_redis.c
modules/redis/redis.c
modules/redis/redis.h
modules/stats/stats.c
tests/mock_cmodule.c
tests/test.h
tests/test_array.c
tests/test_cache.c
tests/test_lru.c
tests/test_map.c
tests/test_module.c
tests/test_pack.c
tests/test_rplan.c
tests/test_utils.c
tests/test_zonecut.c

diff --git a/COPYING b/COPYING
index 173ff49254274bd40e224ecced22fb392ac1bfe2..73e4fc3b56985d6376ee9b05832d05f4d889862f 100644 (file)
--- a/COPYING
+++ b/COPYING
@@ -645,7 +645,7 @@ the "copyright" line and a pointer to where the full notice is found.
     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/>.
 
 Also add information on how to contact you by electronic and paper mail.
 
@@ -664,14 +664,14 @@ might be different; for a GUI interface, you would use an "about box".
   You should also get your employer (if you work as a programmer) or school,
 if any, to sign a "copyright disclaimer" for the program, if necessary.
 For more information on this, and how to apply and follow the GNU GPL, see
-<http://www.gnu.org/licenses/>.
+<https://www.gnu.org/licenses/>.
 
   The GNU General Public License does not permit incorporating your program
 into proprietary programs.  If your program is a subroutine library, you
 may consider it more useful to permit linking proprietary applications with
 the library.  If this is what you want to do, use the GNU Lesser General
 Public License instead of this License.  But first, please read
-<http://www.gnu.org/philosophy/why-not-lgpl.html>.
+<https://www.gnu.org/philosophy/why-not-lgpl.html>.
 
   In addition, as a special exception, the copyright holders give
 permission to link the code of portions of this program with the
index 28701e56f597f7a274b789a4c5bc37d113c4b8e6..a94e01f5fb1d043707523d42b738667910dc430b 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 #include "contrib/base32hex.h"
index 404b981a81347d6117f2a4c7cf198db52ad0f223..fe54dde07dee31db265a96096cf07c30f765d3e5 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 /*!
  * \file
index 7dcd750b0f3ce9844510945f98fb49a43ae7f122..4f428e43f61b997b3855e4d9a83fda2ab4da883e 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
 */
 /**
  * Cleanup attributes.
index 7a367cd177a045119a5d7f902ac415c274517d83..daaff133d9bcd5236825cb835b7f31e924d2bea5 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 /*!
  * \file
index c08d7ca3dbd41fdeb68e766ba166fb22f3142c81..76de43cdfca1c487410c31d6d1b7f001c4d66273 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 #include <assert.h>
index 655b249443d183e96808b26a02f0f51134a467b6..42ac8f2f3cb283b72004b5bf3476f49e36064fc2 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 /**
index fc24512d0d67faceb601efb65346ad8b7d61f33f..4f7a69f5c87f9a332db7c4f2aa8f5f64dc5d56a8 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 #include <contrib/cleanup.h>
index 0a6dbe945eb1e8d23fc0b13f0774d7f9126c96e6..8cf424b2918f9b5180f5e2d2bae51ee4deb2754e 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 #pragma once
index d17c687498d162e69ca64a0cd1634f02b7907178..3b6c059070a7dcec6c89bcc1ed8de126a4f9d231 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 #include <uv.h>
index 6a8b1854cc79a02fb0b3864de7d42db10ec76246..d75be38197231eb73f23fb5820f820c98b600681 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 #pragma once
index 8c6d606c783781a2381f58b7e32e253be5255d57..11e4f0e3570c16b98fab5aa8dd73f571024f464e 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 #include <string.h>
index ea970482f38fb9d2b63948b9a7659385b3c0bc33..c4974ddad210557a51a33c8a5824a5a9a013736d 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 #pragma once
index 2abc0ad8b3ceb096962c124968f75fbe7a208574..de1c9605dba90c58c513f838777e1eff7ea61620 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 #include <stdlib.h>
index d53fbd105e7c5bd8958ab7cdd60c6a4f167fae37..f34a513fa076f5e062c9ac5afc425006a2af0895 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 #include <unistd.h>
index 622927a6256085db068a5b59e8e6ac08c385133f..9816420c18c0d8aa513cc477f82bc426c2bea72b 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 #pragma once
index 02cbfdcbf9d83d2c9606d235d9f15f86f182d8aa..9e64d0df93cadd60712586d7ed917ea15df7a7a1 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 #include <uv.h>
index 981e03b6c97b69b5425a9ab3cc7fc2f863a9ae55..98c083680e8c453ef138ccb858eebfcae2083405 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 #pragma once
index 6bef4272faef6a16f31542ffa40eb9c1e51b66fc..9495fbfe88ae778768e36291417b0347a94713d6 100644 (file)
@@ -261,7 +261,7 @@ You can hack on the container by changing the container entrypoint to shell like
 .. _Doxygen: http://www.stack.nl/~dimitri/doxygen/manual/index.html
 .. _breathe: https://github.com/michaeljones/breathe
 .. _Sphinx: http://sphinx-doc.org/
-.. _GNU Make: http://www.gnu.org/software/make/
+.. _GNU Make: https://www.gnu.org/software/make/
 .. _pkg-config: http://www.freedesktop.org/wiki/Software/pkg-config/
 .. _libknot: https://gitlab.labs.nic.cz/labs/knot
 .. _cmocka: https://cmocka.org/
index f6ab4b12f5ca31d30e241b7b5c24890b28451a83..f642aeb8aaf11e05877b9cffb5cc7004055d915f 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 #include <assert.h>
index b5cddc772489482b59f43f9b0f4ae34491001fa7..ddf36272721008e9deebf105565065e9921eea76 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 #pragma once
index e514b780e86ab1be48d55f6991f6b88956666b7a..35bc281348646703f5be3ecd7242c104436aabb7 100644 (file)
--- a/lib/cdb.h
+++ b/lib/cdb.h
@@ -11,7 +11,7 @@
     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/>.
 */
 
 #pragma once
index 8fc14decaeae226170b1deaf4dd3926cc21b5079..7b16dcd8599e3dc8e7c4ab210c08f23beaf39772 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
 */
 
 #include <assert.h>
index 5431920893640f072f84c8fe5e394c45fe0776a2..85f599e7206a0a80c6ca7117f1fa396cfbfbe735 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
 */
 
 #pragma once
index a5f653e4eddaf3a8437f91677287ce55fa3f0ef3..0acc273a139ca0436fd4eb08618eb43e08d3f523 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 #pragma once
index a061c60c07212c8f768b4ba29afdab8445680eee..3b801e204d550b35ae73b4dae4928cb4a7301538 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 #include <assert.h>
index 5f2316d77d3e370566cdfdec31f020df79f7edae..196c9d289e7dff24af5bca17f41a1145b6ab20a5 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 #pragma once
index b6cf9e0ba3151daaac9e8885727955daa780f2cb..4e629238d05021445c5a7609093dc5dcb951bc59 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 #include <assert.h>
index c5dba139d418c6476134628b67bfc551f897170a..f89845c4dd703a04ed51dc61ba67ab39791b364a 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 #pragma once
index c1a529fd5a7cf630799661536c4a4ed5918e041c..fe9a30e9e50ef6f85f85436041d74b4a75ee4090 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 #include <assert.h>
index 6ccdcf2e0b1637746bae2270630f83455ef9f647..eb3cbefade17ca291b16832ff957a2f5cd4427f1 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 #pragma once
index 78af44c03e461b89bf9ae6be37b9bceeed9d16e7..086d26aea72865c1eaaab25d9c9ca8dcd5449e82 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 #include <arpa/inet.h>
index c31be36663e8d125504da68d6278a3a08aecb522..26000774b72390e04a834b935675f54dff97e259 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 #pragma once
index 7e3daa2b24350a2087c80e6eba55370d3905bbec..8b0c868a1e921126c83d74d4529c78bcda6ef49d 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 #include <libknot/descriptor.h>
index 3541c4ac4e4ab275f6c307f0751e9b45344682da..19d5f577a1a67995219d0572ba6a96372b2edb50 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 #pragma once
index 2c3848a3cc7ff836f6bb6a0d390ba8c360315bba..da35de1467fd88c562e529bc26efcb4f8eb6028c 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 /**
index 93348326c135134fbfd2d5954439b5162674bb6f..11abe016bc905033c02fe3b57d0a78b9dc46cbfe 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 /**
  * @file lru.h
index d3dda27462bb8b13d000dae82e2ecc49e8339a0c..42d09d5b003bdc6a80ea5c45cc484fd4a7b11f7f 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 /**
index be5be1602a7b54656014208fb37a63c4bc17d45a..448c3f66ef235044598f28366b1cb95063ee7dd1 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 /**
index 85f95100cc7345c17690dafaf9fcb992220fd65c..6276f6db099c353a9071720577468a5ff50c698e 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 #pragma once
index 15b5985c2b7581235b5b3d6b70be81384c3c3d7c..5c9ca9d6b48b979686070993ee98a8472c0276ab 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 #include <sys/time.h>
index 44831b2ca7d1dbe13f1d6dad8413d819ebbb37a9..fc9a7e38846b90a067f9d14fe57ff7dc8d5ef65b 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 #pragma once
index 2eb8e652fc25c352d5b1ac32e3b856e7c7c9a76b..f754e44af48864fe65f060a1b359d7032cee4e33 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 #include <libknot/descriptor.h>
index 358adf380c472ea3bfada8b6527b0481000176ce..cac175ce71ca8f692d9bbd4f0d77ecdd6b040453 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 #include <assert.h>
index 7a541c9d7270debabdd559a94dbb3c98254b7746..f7d07999b46d5427308d05bd04368696123cc402 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 #include <assert.h>
index cd075a8eee0c83682564e3da0378be912f64b3be..7c7a1398df7cd14bceac82ba8499a1ae1d1ae6b8 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 #include <stdlib.h>
index 0da311a9d10a1df14e0e507bc3d69e6d9c546ff8..8dad1d20ec1cc114f18fab387527a957b7cac32f 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 #pragma once
index e5c918443724cfdfc398ff82664fda0c874c9c1c..cfc56261310c62feb16f05cbb4050374bde69965 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 #include <assert.h>
index 9f2e0b784174c328ca4b24690ac3fa7b74e57ab0..f7cc2e6d863be0e59833864999da040cbf952903 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 #pragma once
index 9ad5205d75abd12748afc7cbc69f85bd7b625403..01dfdaa18ce205379b3e5ce20ff745c05a70ed3b 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 #include <ctype.h>
index b1660a28c53b49a71bf48c7115c791c5a45c3300..430a908ee98a541bdccd26a707ac14bbaebbd094 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 #pragma once
index 4c8ca86b887331c5384b37404c05251f4d660b6d..f5d050e80cb722dff247367c61cea4c912655d4a 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 #include <libknot/descriptor.h>
index bf620367ac7e31f51b284d11d646d12c610589c6..ed3479165af70968741787da3591c26132cb50f1 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 #pragma once
index 782bd71630091b27a335f47943fce989c17d8603..216b5f1d4eb0cfe8536dde1d23654dbf1efe774f 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 #include <stdarg.h>
index 249655f3e446d7eb19d092bd193c5178f6cd3e7a..5d4c537ea24144babecac1869928e3a44331d3bd 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 #pragma once
index ce11877a86ffb52d8931d7e328e0bf542d1db0a8..d58e893a5461e4a721f7d9366bb22dd7c10780d0 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 #include <libknot/descriptor.h>
index 29b90da56cf52c8da80f7368134b8da906f84afc..2395fd2cf4b99a6ee63e711d5c57949a0c08e737 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 #pragma once
index b68e5dec778b3cdfc9e04f673e691d668ba5e97a..8eb81a8d9a0a76504df4ebd9c6d764cb20990ebc 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 /**
index e77386b60167481ef645bfc0a9082de56e5661b4..59c69a976e65183864772b8f86d170734ee836b6 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
 */
 
 /** @file cdb_memcached.c
index af3fe57038fb204973be7ed7ac344636f3ba0343..9ebddca824736dc152ff3cbd0032b6240fcd6cdd 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 #include <contrib/cleanup.h>
index d571aafb50b3e8008523b0d8f662f42afa76b7fc..17580b05d6093d371129806c7fcd8f02bfa5e5fb 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
 */
 
 /** @file cdb_redis.c
index 61be304e656b92a0c1aa88fb9fe5707af2596aa2..023e6fe8cbb1d37433ade6af5d88f1404bcc450e 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 #include <libknot/db/db.h>
index 38dcb1db42207d46d6dc7b8eadea45d53cf8993d..f8795b8459e08edc0b816a3d5a437a746fcb20e2 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 #pragma once
index 777633f78ba82cdea1980529f9d0a6e60476bdb0..d564e8a399cea20e187c43497917b9583ef5b13e 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 /**
index 45a2e28601607ff820664b6c1f0601fbec7b85da..c394070b42ca1eea72e5e47463c4c11c7a397b92 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 #include "lib/module.h"
index 78316f1934fef6a1124d7105e3a8826ec2f9d6bd..c6bf2dfad65a6637016f3dd44feea3e32117c2b3 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 #pragma once
index d8ed5e3fc8219e74dd0ecf99ec8639a766a8e11d..f4cf9d4144fcc0383ccfad6492e017eeb218109b 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 #include "tests/test.h"
index 096fcb4ae808e232771e9ae32bd9bd9744998028..f73a3b62ee95d65cdf5a30b1b7c39e388ece2541 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 #include <stdlib.h>
index ec9d3f58c9c4020b98da610ed3751fae8eadaedb..82f82e12b998ef52936d360eac4b70edc753adc5 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 #include <errno.h>
index a7693e3d76c7b3d410c696dff777ff1d872fb3c3..d89c7a5309ecb38848f116a2335fb5fdc0dd505c 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 #include <errno.h>
index cd00da3cae2c16424a422c280489ab4bc1cb3585..f17a879bd54f681e2196fc7a94583b3817642854 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 #include "tests/test.h"
index b55c15cc2ea12ed2095273abbb8000eea4f0ab32..4a8e440d1f99949472e918eaae39be09d2d6cb29 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 #include "tests/test.h"
index f05cdde21a263bcdac84b4ae8ccc410fbb7e31e6..0374fe1b9cb63f435be90bcc211f02f3a64ebaec 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 #include "tests/test.h"
index c874ef8d68649103235b2fd0e84534db4725acd8..fde5174130fa6128ca95420a7b8cb8f03a2075a8 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 #include <sys/socket.h>
index ff4791effd15f9bd6354e83d46adbb23ca296f24..6cb203ab80575ef69c775dc1e0117bc986bd5dbe 100644 (file)
@@ -11,7 +11,7 @@
     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/>.
  */
 
 #include <netinet/in.h>