]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
Using https://www.gnu.org/licenses/ in file headers.
authorKarel Slany <karel.slany@nic.cz>
Mon, 25 Jul 2016 11:52:43 +0000 (13:52 +0200)
committerOndřej Surý <ondrej@sury.org>
Thu, 11 Aug 2016 12:06:45 +0000 (14:06 +0200)
16 files changed:
lib/cookies/alg_containers.c
lib/cookies/alg_containers.h
lib/cookies/alg_sha.c
lib/cookies/alg_sha.h
lib/cookies/control.h
lib/cookies/helper.c
lib/cookies/helper.h
lib/cookies/lru_cache.c
lib/cookies/lru_cache.h
lib/cookies/nonce.c
lib/cookies/nonce.h
modules/cookies/cookiectl.c
modules/cookies/cookiectl.h
modules/cookies/cookiemonster.c
modules/cookies/cookiemonster.h
modules/cookies/cookies.c

index 417959ed1a988c1826d37180d0b52ffa4016e803..9c64338843f72f9e101765c9881923b4e23a44b7 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 512db682bb8c1c9682c5303810178c09d518ad5d..17e1c5c9157e051722d5ae04e0560609df106cab 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 c8389c95846a64138da17066cb935f38a0dbfbc5..77ef6347176d02b0519566c281b5f9c65a12b42e 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 eee6d9133e1670b5db63d135390c4a16216fa778..7dad6a8792636f9859ada716ea57f770e9a5daf0 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 2bc137e563a54ac4bf06871416737ad8f6c78a3e..405df4fd398c57241af90c47b0ab41c4424e9f08 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 adb27d6ff308c8f437b9fe8e176cdc692467f47d..af87616d64068817bac81e973e24b766d7528be5 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 b876c8048fd039720ea8325f6fb49d28dc4ee5e6..2b14e8ff7f4250ac3b8ba3df78e9d4e6428c531e 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 7197c557f1faa39d3cf4cb8e5009b9a7bfdbc418..5ac40bc44bd12eb77214713048861895481248e0 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/rrtype/opt.h>
index 92a550d0cfcdcc4f0a7f3ea97ab482c1ce1fccbe..22c274a98c61aa3cecff4e367154dcaa65cddede 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 448d9903756f0560aa60cca5535c0471ba69ebbb..04d825c15b65d95c2e511d456a40197b92c9fbb7 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 8cf444ed33b645d157f2d04b32c286beebf893af..c2a102a36fea3c9c60c0a8622c9c75e9ff9d8b45 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 4d935bff640d47e4594c727063f84858aa7444f5..243ad0021ec76acaf997140a7ceb5bd93566d23d 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 e2f9f954de9f7c44cd08f2a86ce5437dad9ccfd9..036f70180927d5b11a66373f469715e94f8b20a3 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 56913d54a619946dfe20b0d18242a3c5f9af8b3e..8097f41024307fcb1ad3f9662a0fc5bb1686ccac 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 7eaf318ea68269f18e673f771042c7d92bee9622..bf88964fd4f2f7a3297ed63a344c190c1b533835 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 0706ee5f8005ccb02fcb95978124d9129f5d1848..50581b56a10e2f15672f806a6c7be46492243dc2 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>