summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bench/bench_lru.c2
-rw-r--r--contrib/base32hex.c2
-rw-r--r--contrib/base32hex.h2
-rw-r--r--contrib/base64.c2
-rw-r--r--contrib/base64.h2
-rw-r--r--contrib/cleanup.h2
-rw-r--r--contrib/wire.h2
-rw-r--r--daemon/bindings.c2
-rw-r--r--daemon/bindings.h2
-rw-r--r--daemon/engine.c2
-rw-r--r--daemon/engine.h2
-rw-r--r--daemon/ffimodule.c2
-rw-r--r--daemon/ffimodule.h2
-rw-r--r--daemon/io.c2
-rw-r--r--daemon/io.h2
-rw-r--r--daemon/main.c2
-rw-r--r--daemon/network.c2
-rw-r--r--daemon/network.h2
-rw-r--r--daemon/tls_ephemeral_credentials.c1
-rw-r--r--daemon/worker.c2
-rw-r--r--daemon/worker.h2
-rw-r--r--lib/cache.c2
-rw-r--r--lib/cache.h2
-rw-r--r--lib/cdb.h2
-rw-r--r--lib/cdb_lmdb.c2
-rw-r--r--lib/cdb_lmdb.h2
-rw-r--r--lib/cookies/alg_containers.c2
-rw-r--r--lib/cookies/alg_containers.h2
-rw-r--r--lib/cookies/alg_sha.c2
-rw-r--r--lib/cookies/alg_sha.h2
-rw-r--r--lib/cookies/control.h2
-rw-r--r--lib/cookies/helper.c2
-rw-r--r--lib/cookies/helper.h2
-rw-r--r--lib/cookies/lru_cache.c2
-rw-r--r--lib/cookies/lru_cache.h2
-rw-r--r--lib/cookies/nonce.c2
-rw-r--r--lib/cookies/nonce.h2
-rw-r--r--lib/defines.h2
-rw-r--r--lib/dnssec.c2
-rw-r--r--lib/dnssec.h2
-rw-r--r--lib/dnssec/nsec.c2
-rw-r--r--lib/dnssec/nsec.h2
-rw-r--r--lib/dnssec/nsec3.c2
-rw-r--r--lib/dnssec/nsec3.h2
-rw-r--r--lib/dnssec/signature.c2
-rw-r--r--lib/dnssec/signature.h2
-rw-r--r--lib/dnssec/ta.c2
-rw-r--r--lib/dnssec/ta.h2
-rw-r--r--lib/generic/array.h2
-rw-r--r--lib/generic/lru.c2
-rw-r--r--lib/generic/lru.h2
-rw-r--r--lib/generic/pack.h2
-rw-r--r--lib/generic/set.h2
-rw-r--r--lib/layer.h2
-rw-r--r--lib/layer/iterate.c2
-rw-r--r--lib/layer/iterate.h2
-rw-r--r--lib/layer/pktcache.c2
-rw-r--r--lib/layer/rrcache.c2
-rw-r--r--lib/layer/validate.c2
-rw-r--r--lib/module.c2
-rw-r--r--lib/module.h2
-rw-r--r--lib/nsrep.c2
-rw-r--r--lib/nsrep.h2
-rw-r--r--lib/resolve.c2
-rw-r--r--lib/resolve.h2
-rw-r--r--lib/rplan.c2
-rw-r--r--lib/rplan.h2
-rw-r--r--lib/utils.c2
-rw-r--r--lib/utils.h2
-rw-r--r--lib/zonecut.c2
-rw-r--r--lib/zonecut.h2
-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
-rw-r--r--modules/hints/hints.c2
-rw-r--r--modules/kmemcached/cdb_memcached.c2
-rw-r--r--modules/kmemcached/kmemcached.c2
-rw-r--r--modules/redis/cdb_redis.c2
-rw-r--r--modules/redis/redis.c2
-rw-r--r--modules/redis/redis.h2
-rw-r--r--modules/stats/stats.c2
-rw-r--r--tests/mock_cmodule.c2
-rw-r--r--tests/test.h2
-rw-r--r--tests/test_array.c2
-rw-r--r--tests/test_cache.c2
-rw-r--r--tests/test_lru.c2
-rw-r--r--tests/test_map.c2
-rw-r--r--tests/test_pack.c2
-rw-r--r--tests/test_rplan.c2
-rw-r--r--tests/test_utils.c2
-rw-r--r--tests/test_zonecut.c2
93 files changed, 93 insertions, 92 deletions
diff --git a/bench/bench_lru.c b/bench/bench_lru.c
index 1befb776..9c850dc7 100644
--- a/bench/bench_lru.c
+++ b/bench/bench_lru.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2015-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/contrib/base32hex.c b/contrib/base32hex.c
index a94e01f5..0fc7fd86 100644
--- a/contrib/base32hex.c
+++ b/contrib/base32hex.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2011-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/contrib/base32hex.h b/contrib/base32hex.h
index fe54dde0..ca5835be 100644
--- a/contrib/base32hex.h
+++ b/contrib/base32hex.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2011-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/contrib/base64.c b/contrib/base64.c
index 58e1b31a..e577901b 100644
--- a/contrib/base64.c
+++ b/contrib/base64.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2011-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/contrib/base64.h b/contrib/base64.h
index ebe89a6b..0684274c 100644
--- a/contrib/base64.h
+++ b/contrib/base64.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2011-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/contrib/cleanup.h b/contrib/cleanup.h
index 801e2431..55843f15 100644
--- a/contrib/cleanup.h
+++ b/contrib/cleanup.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2015-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/contrib/wire.h b/contrib/wire.h
index daaff133..e0360fe3 100644
--- a/contrib/wire.h
+++ b/contrib/wire.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2011-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/daemon/bindings.c b/daemon/bindings.c
index ecc85d59..26969087 100644
--- a/daemon/bindings.c
+++ b/daemon/bindings.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2015-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/daemon/bindings.h b/daemon/bindings.h
index 594cf408..2c2c5048 100644
--- a/daemon/bindings.h
+++ b/daemon/bindings.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2015-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/daemon/engine.c b/daemon/engine.c
index cd03fa26..9b53b1bc 100644
--- a/daemon/engine.c
+++ b/daemon/engine.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2015-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/daemon/engine.h b/daemon/engine.h
index dc2fc57a..35c1e1b2 100644
--- a/daemon/engine.h
+++ b/daemon/engine.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2015-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/daemon/ffimodule.c b/daemon/ffimodule.c
index af7e46da..3fb37bee 100644
--- a/daemon/ffimodule.c
+++ b/daemon/ffimodule.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2015-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/daemon/ffimodule.h b/daemon/ffimodule.h
index 5dd7c5c7..92298f53 100644
--- a/daemon/ffimodule.h
+++ b/daemon/ffimodule.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2015-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/daemon/io.c b/daemon/io.c
index 898fcd02..5ebd3ac8 100644
--- a/daemon/io.c
+++ b/daemon/io.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/daemon/io.h b/daemon/io.h
index 0979f426..2ddcd25a 100644
--- a/daemon/io.h
+++ b/daemon/io.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/daemon/main.c b/daemon/main.c
index e345f108..009fb602 100644
--- a/daemon/main.c
+++ b/daemon/main.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/daemon/network.c b/daemon/network.c
index dcec4768..40b2ac01 100644
--- a/daemon/network.c
+++ b/daemon/network.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2015-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/daemon/network.h b/daemon/network.h
index 95f6baa1..5227265f 100644
--- a/daemon/network.h
+++ b/daemon/network.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2015-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/daemon/tls_ephemeral_credentials.c b/daemon/tls_ephemeral_credentials.c
index f4678061..9c96d86c 100644
--- a/daemon/tls_ephemeral_credentials.c
+++ b/daemon/tls_ephemeral_credentials.c
@@ -1,5 +1,6 @@
/*
* Copyright (C) 2016 American Civil Liberties Union (ACLU)
+ * Copyright (C) 2016-2017 CZ.NIC, z.s.p.o.
*
* Initial Author: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
*
diff --git a/daemon/worker.c b/daemon/worker.c
index 0eafbef7..1d4cbb0f 100644
--- a/daemon/worker.c
+++ b/daemon/worker.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/daemon/worker.h b/daemon/worker.h
index 60fc163f..49fc855e 100644
--- a/daemon/worker.h
+++ b/daemon/worker.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/cache.c b/lib/cache.c
index d27247ce..ba2e07a3 100644
--- a/lib/cache.c
+++ b/lib/cache.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/cache.h b/lib/cache.h
index 528db0e2..b237602c 100644
--- a/lib/cache.h
+++ b/lib/cache.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/cdb.h b/lib/cdb.h
index 2b14ed4f..d48ee8b2 100644
--- a/lib/cdb.h
+++ b/lib/cdb.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2016 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2016-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/cdb_lmdb.c b/lib/cdb_lmdb.c
index 85be8008..444abbfe 100644
--- a/lib/cdb_lmdb.c
+++ b/lib/cdb_lmdb.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2016 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2016-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/cdb_lmdb.h b/lib/cdb_lmdb.h
index 85f599e7..7393eb06 100644
--- a/lib/cdb_lmdb.h
+++ b/lib/cdb_lmdb.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2016 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2016-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/cookies/alg_containers.c b/lib/cookies/alg_containers.c
index e5326c9f..a80487d8 100644
--- a/lib/cookies/alg_containers.c
+++ b/lib/cookies/alg_containers.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2016 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2016-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/cookies/alg_containers.h b/lib/cookies/alg_containers.h
index f2aded1e..1e2aef68 100644
--- a/lib/cookies/alg_containers.h
+++ b/lib/cookies/alg_containers.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2016 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2016-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/cookies/alg_sha.c b/lib/cookies/alg_sha.c
index 77ef6347..e23c983a 100644
--- a/lib/cookies/alg_sha.c
+++ b/lib/cookies/alg_sha.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2016 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2016-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/cookies/alg_sha.h b/lib/cookies/alg_sha.h
index 2eecc5f6..5b0d0c97 100644
--- a/lib/cookies/alg_sha.h
+++ b/lib/cookies/alg_sha.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2016 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2016-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/cookies/control.h b/lib/cookies/control.h
index 405df4fd..1bf503f4 100644
--- a/lib/cookies/control.h
+++ b/lib/cookies/control.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2016 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2016-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/cookies/helper.c b/lib/cookies/helper.c
index 403252da..e07b8cb9 100644
--- a/lib/cookies/helper.c
+++ b/lib/cookies/helper.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2016 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2016-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/cookies/helper.h b/lib/cookies/helper.h
index 2311059c..e5659ce7 100644
--- a/lib/cookies/helper.h
+++ b/lib/cookies/helper.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2016 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2016-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/cookies/lru_cache.c b/lib/cookies/lru_cache.c
index 52396f46..19b6e5a8 100644
--- a/lib/cookies/lru_cache.c
+++ b/lib/cookies/lru_cache.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2016 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2016-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/cookies/lru_cache.h b/lib/cookies/lru_cache.h
index 257b94e5..8ce0a01f 100644
--- a/lib/cookies/lru_cache.h
+++ b/lib/cookies/lru_cache.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2016 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2016-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/cookies/nonce.c b/lib/cookies/nonce.c
index ab610de1..4ad72c8f 100644
--- a/lib/cookies/nonce.c
+++ b/lib/cookies/nonce.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2016 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2016-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/cookies/nonce.h b/lib/cookies/nonce.h
index b95af7aa..99c54d30 100644
--- a/lib/cookies/nonce.h
+++ b/lib/cookies/nonce.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2016 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2016-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/defines.h b/lib/defines.h
index a25d5657..5653c043 100644
--- a/lib/defines.h
+++ b/lib/defines.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/dnssec.c b/lib/dnssec.c
index 00e2b545..8a0c0164 100644
--- a/lib/dnssec.c
+++ b/lib/dnssec.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2015-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/dnssec.h b/lib/dnssec.h
index ceb661c6..598c5324 100644
--- a/lib/dnssec.h
+++ b/lib/dnssec.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2015-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/dnssec/nsec.c b/lib/dnssec/nsec.c
index 4e629238..5a0930ec 100644
--- a/lib/dnssec/nsec.c
+++ b/lib/dnssec/nsec.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2015-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/dnssec/nsec.h b/lib/dnssec/nsec.h
index f89845c4..fa09f828 100644
--- a/lib/dnssec/nsec.h
+++ b/lib/dnssec/nsec.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2015-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/dnssec/nsec3.c b/lib/dnssec/nsec3.c
index 154ba899..f7c7a32e 100644
--- a/lib/dnssec/nsec3.c
+++ b/lib/dnssec/nsec3.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2015-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/dnssec/nsec3.h b/lib/dnssec/nsec3.h
index 49faddc3..ca0d0e3e 100644
--- a/lib/dnssec/nsec3.h
+++ b/lib/dnssec/nsec3.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2015-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/dnssec/signature.c b/lib/dnssec/signature.c
index 086d26ae..0169203e 100644
--- a/lib/dnssec/signature.c
+++ b/lib/dnssec/signature.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2015-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/dnssec/signature.h b/lib/dnssec/signature.h
index 26000774..72a00380 100644
--- a/lib/dnssec/signature.h
+++ b/lib/dnssec/signature.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2015-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/dnssec/ta.c b/lib/dnssec/ta.c
index 8b0c868a..4192d8bf 100644
--- a/lib/dnssec/ta.c
+++ b/lib/dnssec/ta.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/dnssec/ta.h b/lib/dnssec/ta.h
index 19d5f577..260fdcdf 100644
--- a/lib/dnssec/ta.h
+++ b/lib/dnssec/ta.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2015-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/generic/array.h b/lib/generic/array.h
index da35de14..e3caa13a 100644
--- a/lib/generic/array.h
+++ b/lib/generic/array.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2015-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/generic/lru.c b/lib/generic/lru.c
index 63a07fed..7072108b 100644
--- a/lib/generic/lru.c
+++ b/lib/generic/lru.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2016 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2016-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/generic/lru.h b/lib/generic/lru.h
index b153e6fe..e72ec7b2 100644
--- a/lib/generic/lru.h
+++ b/lib/generic/lru.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2016 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2016-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/generic/pack.h b/lib/generic/pack.h
index 42d09d5b..54c51539 100644
--- a/lib/generic/pack.h
+++ b/lib/generic/pack.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2015-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/generic/set.h b/lib/generic/set.h
index 448c3f66..c2a8776b 100644
--- a/lib/generic/set.h
+++ b/lib/generic/set.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2015-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/layer.h b/lib/layer.h
index e275c0e3..6eeac90a 100644
--- a/lib/layer.h
+++ b/lib/layer.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/layer/iterate.c b/lib/layer/iterate.c
index 6aaa5a8b..e88a234d 100644
--- a/lib/layer/iterate.c
+++ b/lib/layer/iterate.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/layer/iterate.h b/lib/layer/iterate.h
index fc9a7e38..189aaf19 100644
--- a/lib/layer/iterate.h
+++ b/lib/layer/iterate.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/layer/pktcache.c b/lib/layer/pktcache.c
index 1dc67f66..b8a6d058 100644
--- a/lib/layer/pktcache.c
+++ b/lib/layer/pktcache.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2015-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/layer/rrcache.c b/lib/layer/rrcache.c
index 91e58bbd..ed483f18 100644
--- a/lib/layer/rrcache.c
+++ b/lib/layer/rrcache.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/layer/validate.c b/lib/layer/validate.c
index 683f2580..e4e99c92 100644
--- a/lib/layer/validate.c
+++ b/lib/layer/validate.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/module.c b/lib/module.c
index 6df580e8..68c7928f 100644
--- a/lib/module.c
+++ b/lib/module.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2015-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/module.h b/lib/module.h
index 0a06bf86..b5e29a78 100644
--- a/lib/module.h
+++ b/lib/module.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2015-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/nsrep.c b/lib/nsrep.c
index 00e05612..be584d9f 100644
--- a/lib/nsrep.c
+++ b/lib/nsrep.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/nsrep.h b/lib/nsrep.h
index 73d93c2b..e94f245c 100644
--- a/lib/nsrep.h
+++ b/lib/nsrep.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/resolve.c b/lib/resolve.c
index 392afb35..8b391d75 100644
--- a/lib/resolve.c
+++ b/lib/resolve.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/resolve.h b/lib/resolve.h
index 8888e83c..d8e40911 100644
--- a/lib/resolve.h
+++ b/lib/resolve.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/rplan.c b/lib/rplan.c
index 526c980b..0b06f7f8 100644
--- a/lib/rplan.c
+++ b/lib/rplan.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/rplan.h b/lib/rplan.h
index 60df1369..00e234b2 100644
--- a/lib/rplan.h
+++ b/lib/rplan.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/utils.c b/lib/utils.c
index 49bca4a1..794119eb 100644
--- a/lib/utils.c
+++ b/lib/utils.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/utils.h b/lib/utils.h
index 67ceca49..24044438 100644
--- a/lib/utils.h
+++ b/lib/utils.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/zonecut.c b/lib/zonecut.c
index 24148523..f5b4cfb3 100644
--- a/lib/zonecut.c
+++ b/lib/zonecut.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/lib/zonecut.h b/lib/zonecut.h
index 90d7747a..93d2801b 100644
--- a/lib/zonecut.h
+++ b/lib/zonecut.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/modules/cookies/cookiectl.c b/modules/cookies/cookiectl.c
index 5d30d760..1af508b4 100644
--- a/modules/cookies/cookiectl.c
+++ b/modules/cookies/cookiectl.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2016 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2016-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/modules/cookies/cookiectl.h b/modules/cookies/cookiectl.h
index 036f7018..48a379d6 100644
--- a/modules/cookies/cookiectl.h
+++ b/modules/cookies/cookiectl.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2016 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2016-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/modules/cookies/cookiemonster.c b/modules/cookies/cookiemonster.c
index 92c170d8..8f870847 100644
--- a/modules/cookies/cookiemonster.c
+++ b/modules/cookies/cookiemonster.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2016 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2016-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/modules/cookies/cookiemonster.h b/modules/cookies/cookiemonster.h
index 62574c29..ef269e7d 100644
--- a/modules/cookies/cookiemonster.h
+++ b/modules/cookies/cookiemonster.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2016 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2016-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/modules/cookies/cookies.c b/modules/cookies/cookies.c
index a6429ef2..710970c7 100644
--- a/modules/cookies/cookies.c
+++ b/modules/cookies/cookies.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2016 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2016-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/modules/hints/hints.c b/modules/hints/hints.c
index 0b9091d8..b79ad594 100644
--- a/modules/hints/hints.c
+++ b/modules/hints/hints.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/modules/kmemcached/cdb_memcached.c b/modules/kmemcached/cdb_memcached.c
index 59c69a97..ffe96be6 100644
--- a/modules/kmemcached/cdb_memcached.c
+++ b/modules/kmemcached/cdb_memcached.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/modules/kmemcached/kmemcached.c b/modules/kmemcached/kmemcached.c
index 9ebddca8..f07023e6 100644
--- a/modules/kmemcached/kmemcached.c
+++ b/modules/kmemcached/kmemcached.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/modules/redis/cdb_redis.c b/modules/redis/cdb_redis.c
index cc835928..59e34630 100644
--- a/modules/redis/cdb_redis.c
+++ b/modules/redis/cdb_redis.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2015-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/modules/redis/redis.c b/modules/redis/redis.c
index 023e6fe8..4acf804a 100644
--- a/modules/redis/redis.c
+++ b/modules/redis/redis.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2015-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/modules/redis/redis.h b/modules/redis/redis.h
index f8795b84..72bc6ab1 100644
--- a/modules/redis/redis.h
+++ b/modules/redis/redis.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2015-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/modules/stats/stats.c b/modules/stats/stats.c
index ffef88e1..edc41a3b 100644
--- a/modules/stats/stats.c
+++ b/modules/stats/stats.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tests/mock_cmodule.c b/tests/mock_cmodule.c
index c394070b..64dfbb82 100644
--- a/tests/mock_cmodule.c
+++ b/tests/mock_cmodule.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2015-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tests/test.h b/tests/test.h
index c6bf2dfa..7fda2fb6 100644
--- a/tests/test.h
+++ b/tests/test.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tests/test_array.c b/tests/test_array.c
index f4cf9d41..995ae716 100644
--- a/tests/test_array.c
+++ b/tests/test_array.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2015-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tests/test_cache.c b/tests/test_cache.c
index 4ba4d532..ea462f57 100644
--- a/tests/test_cache.c
+++ b/tests/test_cache.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tests/test_lru.c b/tests/test_lru.c
index f6ce2a3e..4f0d282a 100644
--- a/tests/test_lru.c
+++ b/tests/test_lru.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tests/test_map.c b/tests/test_map.c
index d89c7a53..6072ee16 100644
--- a/tests/test_map.c
+++ b/tests/test_map.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tests/test_pack.c b/tests/test_pack.c
index 4a8e440d..2e8943c1 100644
--- a/tests/test_pack.c
+++ b/tests/test_pack.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2015-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tests/test_rplan.c b/tests/test_rplan.c
index 0374fe1b..bbafca21 100644
--- a/tests/test_rplan.c
+++ b/tests/test_rplan.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tests/test_utils.c b/tests/test_utils.c
index fde51741..07856560 100644
--- a/tests/test_utils.c
+++ b/tests/test_utils.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2015 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2015-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
diff --git a/tests/test_zonecut.c b/tests/test_zonecut.c
index 6cb203ab..1f22ac1d 100644
--- a/tests/test_zonecut.c
+++ b/tests/test_zonecut.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+/* Copyright (C) 2014-2017 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by