summaryrefslogtreecommitdiffstats
path: root/modules/cookies
diff options
context:
space:
mode:
authorKarel Slany <karel.slany@nic.cz>2016-07-25 13:52:43 +0200
committerOndřej Surý <ondrej@sury.org>2016-08-11 14:06:45 +0200
commite674c06d383c18c5f38c2ff673beccebc43c81af (patch)
tree4a73b33d48d92f18e9cf21da83319dc9cb302ddd /modules/cookies
parentFunction kr_resolve_query_finalize() returns error code. (diff)
downloadknot-resolver-e674c06d383c18c5f38c2ff673beccebc43c81af.tar.xz
knot-resolver-e674c06d383c18c5f38c2ff673beccebc43c81af.zip
Using https://www.gnu.org/licenses/ in file headers.
Diffstat (limited to 'modules/cookies')
-rw-r--r--modules/cookies/cookiectl.c2
-rw-r--r--modules/cookies/cookiectl.h2
-rw-r--r--modules/cookies/cookiemonster.c2
-rw-r--r--modules/cookies/cookiemonster.h2
-rw-r--r--modules/cookies/cookies.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/modules/cookies/cookiectl.c b/modules/cookies/cookiectl.c
index 4d935bff..243ad002 100644
--- a/modules/cookies/cookiectl.c
+++ b/modules/cookies/cookiectl.c
@@ -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>
diff --git a/modules/cookies/cookiectl.h b/modules/cookies/cookiectl.h
index e2f9f954..036f7018 100644
--- a/modules/cookies/cookiectl.h
+++ b/modules/cookies/cookiectl.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
diff --git a/modules/cookies/cookiemonster.c b/modules/cookies/cookiemonster.c
index 56913d54..8097f410 100644
--- a/modules/cookies/cookiemonster.c
+++ b/modules/cookies/cookiemonster.c
@@ -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>
diff --git a/modules/cookies/cookiemonster.h b/modules/cookies/cookiemonster.h
index 7eaf318e..bf88964f 100644
--- a/modules/cookies/cookiemonster.h
+++ b/modules/cookies/cookiemonster.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
diff --git a/modules/cookies/cookies.c b/modules/cookies/cookies.c
index 0706ee5f..50581b56 100644
--- a/modules/cookies/cookies.c
+++ b/modules/cookies/cookies.c
@@ -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>