From: Daniel Kahn Gillmor Date: Fri, 24 Aug 2018 22:23:33 +0000 (-0400) Subject: use https://www.gnu.org instead of http://www.gnu.org X-Git-Tag: v2.8.0~255^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=846bb431d271997efd447d5f7caed9031a9e786b;p=thirdparty%2Fknot-dns.git use https://www.gnu.org instead of http://www.gnu.org www.gnu.org has offered https for years now. --- diff --git a/COPYING b/COPYING index 173ff49254..73e4fc3b56 100644 --- 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 . + along with this program. If not, see . 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 -. +. 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 -. +. In addition, as a special exception, the copyright holders give permission to link the code of portions of this program with the diff --git a/Doxyfile.in b/Doxyfile.in index 65221a105b..2b207bb6a2 100644 --- a/Doxyfile.in +++ b/Doxyfile.in @@ -20,7 +20,7 @@ # This tag specifies the encoding used for all characters in the config file # that follow. The default is UTF-8 which is also the encoding used for all text # before the first occurrence of this tag. Doxygen uses libiconv (or the iconv -# built into libc) for the transcoding. See http://www.gnu.org/software/libiconv +# built into libc) for the transcoding. See https://www.gnu.org/software/libiconv # for the list of possible encodings. # The default value is: UTF-8. @@ -790,7 +790,7 @@ INPUT = doc/doxygen/Doxy.page.h \ # This tag can be used to specify the character encoding of the source files # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses # libiconv (or the iconv built into libc) for the transcoding. See the libiconv -# documentation (see: http://www.gnu.org/software/libiconv) for the list of +# documentation (see: https://www.gnu.org/software/libiconv) for the list of # possible encodings. # The default value is: UTF-8. @@ -995,7 +995,7 @@ SOURCE_TOOLTIPS = YES # If the USE_HTAGS tag is set to YES then the references to source code will # point to the HTML generated by the htags(1) tool instead of doxygen built-in # source browser. The htags tool is part of GNU's global source tagging system -# (see http://www.gnu.org/software/global/global.html). You will need version +# (see https://www.gnu.org/software/global/global.html). You will need version # 4.8.6 or higher. # # To use it do the following: diff --git a/m4/ax_check_compile_flag.m4 b/m4/ax_check_compile_flag.m4 index c3a8d695a1..5bebe4ed8f 100644 --- a/m4/ax_check_compile_flag.m4 +++ b/m4/ax_check_compile_flag.m4 @@ -1,5 +1,5 @@ # =========================================================================== -# http://www.gnu.org/software/autoconf-archive/ax_check_compile_flag.html +# https://www.gnu.org/software/autoconf-archive/ax_check_compile_flag.html # =========================================================================== # # SYNOPSIS @@ -38,7 +38,7 @@ # Public License for more details. # # You should have received a copy of the GNU General Public License along -# with this program. If not, see . +# with this program. If not, see . # # As a special exception, the respective Autoconf Macro's copyright owner # gives unlimited permission to copy, distribute and modify the configure diff --git a/m4/ax_check_link_flag.m4 b/m4/ax_check_link_flag.m4 index e2d0d363e4..7e1de72b46 100644 --- a/m4/ax_check_link_flag.m4 +++ b/m4/ax_check_link_flag.m4 @@ -1,5 +1,5 @@ # =========================================================================== -# http://www.gnu.org/software/autoconf-archive/ax_check_link_flag.html +# https://www.gnu.org/software/autoconf-archive/ax_check_link_flag.html # =========================================================================== # # SYNOPSIS @@ -38,7 +38,7 @@ # Public License for more details. # # You should have received a copy of the GNU General Public License along -# with this program. If not, see . +# with this program. If not, see . # # As a special exception, the respective Autoconf Macro's copyright owner # gives unlimited permission to copy, distribute and modify the configure diff --git a/m4/code-coverage.m4 b/m4/code-coverage.m4 index c0b986a2b8..ae4f416947 100644 --- a/m4/code-coverage.m4 +++ b/m4/code-coverage.m4 @@ -10,7 +10,7 @@ # PURPOSE. See the 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 . +# with this program. If not, see . AC_DEFUN([AX_CODE_COVERAGE], [ dnl Check for --enable-code-coverage diff --git a/m4/sanitizer.m4 b/m4/sanitizer.m4 index 276f032700..7742ec1d92 100644 --- a/m4/sanitizer.m4 +++ b/m4/sanitizer.m4 @@ -10,7 +10,7 @@ # PURPOSE. See the 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 . +# with this program. If not, see . # # Processes --with-sanitizer, --with-fuzzer, and --with-oss-fuzz flags, checks diff --git a/src/contrib/asan.h b/src/contrib/asan.h index 112f81e446..028e9992d1 100644 --- a/src/contrib/asan.h +++ b/src/contrib/asan.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/contrib/base32hex.c b/src/contrib/base32hex.c index 56fb427556..a3fd2fccab 100644 --- a/src/contrib/base32hex.c +++ b/src/contrib/base32hex.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 . + along with this program. If not, see . */ #include "contrib/base32hex.h" diff --git a/src/contrib/base32hex.h b/src/contrib/base32hex.h index 027acd8d74..5802e3443a 100644 --- a/src/contrib/base32hex.h +++ b/src/contrib/base32hex.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 . + along with this program. If not, see . */ /*! * \brief Base32hex implementation (RFC 4648). diff --git a/src/contrib/base64.c b/src/contrib/base64.c index a0d83a4924..44b4ce4ecf 100644 --- a/src/contrib/base64.c +++ b/src/contrib/base64.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 . + along with this program. If not, see . */ #include "contrib/base64.h" diff --git a/src/contrib/base64.h b/src/contrib/base64.h index 611574ea2d..a9c734b0bb 100644 --- a/src/contrib/base64.h +++ b/src/contrib/base64.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 . + along with this program. If not, see . */ /*! * \brief Base64 implementation (RFC 4648). diff --git a/src/contrib/ctype.h b/src/contrib/ctype.h index 93b85dbc0e..69b7e6387f 100644 --- a/src/contrib/ctype.h +++ b/src/contrib/ctype.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 . + along with this program. If not, see . */ /*! * \brief Locale-independent ctype functions. diff --git a/src/contrib/dnstap/convert.c b/src/contrib/dnstap/convert.c index f59bacd72a..3371b259a9 100644 --- a/src/contrib/dnstap/convert.c +++ b/src/contrib/dnstap/convert.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 . + along with this program. If not, see . */ #include diff --git a/src/contrib/dnstap/convert.h b/src/contrib/dnstap/convert.h index bf00ffb6c7..fa69f69add 100644 --- a/src/contrib/dnstap/convert.h +++ b/src/contrib/dnstap/convert.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 . + along with this program. If not, see . */ /*! * \brief Dnstap identifiers conversions. diff --git a/src/contrib/dnstap/dnstap.c b/src/contrib/dnstap/dnstap.c index 9e24eacb2e..1f39a485fb 100644 --- a/src/contrib/dnstap/dnstap.c +++ b/src/contrib/dnstap/dnstap.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 . + along with this program. If not, see . */ #include diff --git a/src/contrib/dnstap/dnstap.h b/src/contrib/dnstap/dnstap.h index 41e5f6593b..be6a4111ec 100644 --- a/src/contrib/dnstap/dnstap.h +++ b/src/contrib/dnstap/dnstap.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 . + along with this program. If not, see . */ /*! * \author Robert Edmonds diff --git a/src/contrib/dnstap/message.c b/src/contrib/dnstap/message.c index 0b41e9d0e0..a5f798e2b7 100644 --- a/src/contrib/dnstap/message.c +++ b/src/contrib/dnstap/message.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 . + along with this program. If not, see . */ #include diff --git a/src/contrib/dnstap/message.h b/src/contrib/dnstap/message.h index 11a967d971..8d4a35fa27 100644 --- a/src/contrib/dnstap/message.h +++ b/src/contrib/dnstap/message.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 . + along with this program. If not, see . */ /*! * \author Robert Edmonds diff --git a/src/contrib/dnstap/reader.c b/src/contrib/dnstap/reader.c index 593c6ec93c..7b98c1bd61 100644 --- a/src/contrib/dnstap/reader.c +++ b/src/contrib/dnstap/reader.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 . + along with this program. If not, see . */ #include diff --git a/src/contrib/dnstap/reader.h b/src/contrib/dnstap/reader.h index c8cda268f1..5ac151d972 100644 --- a/src/contrib/dnstap/reader.h +++ b/src/contrib/dnstap/reader.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 . + along with this program. If not, see . */ /*! * \brief Dnstap file reader. diff --git a/src/contrib/dnstap/writer.c b/src/contrib/dnstap/writer.c index 08f45195ca..03961c1287 100644 --- a/src/contrib/dnstap/writer.c +++ b/src/contrib/dnstap/writer.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 . + along with this program. If not, see . */ #include diff --git a/src/contrib/dnstap/writer.h b/src/contrib/dnstap/writer.h index 4fe7326b39..a34c1368fc 100644 --- a/src/contrib/dnstap/writer.h +++ b/src/contrib/dnstap/writer.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 . + along with this program. If not, see . */ /*! * \author Robert Edmonds diff --git a/src/contrib/dynarray.h b/src/contrib/dynarray.h index 79eab311b1..211a18e277 100644 --- a/src/contrib/dynarray.h +++ b/src/contrib/dynarray.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 . + along with this program. If not, see . */ /*! * \brief Simple write-once allocation-optimal dynamic array. diff --git a/src/contrib/files.c b/src/contrib/files.c index 3181386c19..91b93765dd 100644 --- a/src/contrib/files.c +++ b/src/contrib/files.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 . + along with this program. If not, see . */ #include diff --git a/src/contrib/files.h b/src/contrib/files.h index c4c681f866..d7e6e96990 100644 --- a/src/contrib/files.h +++ b/src/contrib/files.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/contrib/getline.c b/src/contrib/getline.c index 074c511ae0..0cfbde9986 100644 --- a/src/contrib/getline.c +++ b/src/contrib/getline.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 . + along with this program. If not, see . */ // FreeBSD POSIX2008 getline diff --git a/src/contrib/getline.h b/src/contrib/getline.h index 11c7fe36c7..8a3abbe999 100644 --- a/src/contrib/getline.h +++ b/src/contrib/getline.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 . + along with this program. If not, see . */ /*! * \brief Multiplatform getline wrapper. diff --git a/src/contrib/macros.h b/src/contrib/macros.h index 1db224189d..febb5333eb 100644 --- a/src/contrib/macros.h +++ b/src/contrib/macros.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 . + along with this program. If not, see . */ /*! * \brief Common macros. diff --git a/src/contrib/mempattern.c b/src/contrib/mempattern.c index 74add91f5f..f57139d359 100644 --- a/src/contrib/mempattern.c +++ b/src/contrib/mempattern.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 . + along with this program. If not, see . */ #include diff --git a/src/contrib/mempattern.h b/src/contrib/mempattern.h index 1c5d9a2295..e019d2b14d 100644 --- a/src/contrib/mempattern.h +++ b/src/contrib/mempattern.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 . + along with this program. If not, see . */ /*! * \brief Memory allocation related functions. diff --git a/src/contrib/net.c b/src/contrib/net.c index 81fc8eff49..e21461b830 100644 --- a/src/contrib/net.c +++ b/src/contrib/net.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 . + along with this program. If not, see . */ #include diff --git a/src/contrib/net.h b/src/contrib/net.h index 1b6b527eee..8f7094e417 100644 --- a/src/contrib/net.h +++ b/src/contrib/net.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/contrib/qp-trie/trie.c b/src/contrib/qp-trie/trie.c index 4e216fa657..51e7766352 100644 --- a/src/contrib/qp-trie/trie.c +++ b/src/contrib/qp-trie/trie.c @@ -12,7 +12,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 . + along with this program. If not, see . The code originated from https://github.com/fanf2/qp/blob/master/qp.c at revision 5f6d93753. diff --git a/src/contrib/qp-trie/trie.h b/src/contrib/qp-trie/trie.h index 9b00b03632..e83f2a57b6 100644 --- a/src/contrib/qp-trie/trie.h +++ b/src/contrib/qp-trie/trie.h @@ -12,7 +12,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 . + along with this program. If not, see . */ #pragma once diff --git a/src/contrib/sockaddr.c b/src/contrib/sockaddr.c index d569292d41..fe36228023 100644 --- a/src/contrib/sockaddr.c +++ b/src/contrib/sockaddr.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 . + along with this program. If not, see . */ #include diff --git a/src/contrib/sockaddr.h b/src/contrib/sockaddr.h index 0fbf1ab3a7..3e640c0cb9 100644 --- a/src/contrib/sockaddr.h +++ b/src/contrib/sockaddr.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/contrib/string.c b/src/contrib/string.c index 6e0eea9067..1ff10ed656 100644 --- a/src/contrib/string.c +++ b/src/contrib/string.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 . + along with this program. If not, see . */ #include diff --git a/src/contrib/string.h b/src/contrib/string.h index 19c74c7226..c93a16452e 100644 --- a/src/contrib/string.h +++ b/src/contrib/string.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 . + along with this program. If not, see . */ /*! * \brief String manipulations. diff --git a/src/contrib/strtonum.h b/src/contrib/strtonum.h index 6cfe8bb139..02ab961cf3 100644 --- a/src/contrib/strtonum.h +++ b/src/contrib/strtonum.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/contrib/time.c b/src/contrib/time.c index 2b26d54851..e5e241236f 100644 --- a/src/contrib/time.c +++ b/src/contrib/time.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 . + along with this program. If not, see . */ #include diff --git a/src/contrib/time.h b/src/contrib/time.h index 55b87275b1..61dd43bed2 100644 --- a/src/contrib/time.h +++ b/src/contrib/time.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/contrib/tolower.h b/src/contrib/tolower.h index 8f551826a4..3b692ceaa8 100644 --- a/src/contrib/tolower.h +++ b/src/contrib/tolower.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 . + along with this program. If not, see . */ /*! * \brief Table for converting ASCII characters to lowercase. diff --git a/src/contrib/trim.h b/src/contrib/trim.h index c1b83fad8e..a8937f5e44 100644 --- a/src/contrib/trim.h +++ b/src/contrib/trim.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 . + along with this program. If not, see . */ /*! * \brief Heap memory trimmer. diff --git a/src/contrib/ucw/heap.h b/src/contrib/ucw/heap.h index 7419b34f49..9064280cc8 100644 --- a/src/contrib/ucw/heap.h +++ b/src/contrib/ucw/heap.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 . + * along with this program. If not, see . */ #pragma once diff --git a/src/contrib/wire_ctx.h b/src/contrib/wire_ctx.h index 25ff143ada..f08ca07783 100644 --- a/src/contrib/wire_ctx.h +++ b/src/contrib/wire_ctx.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/common/evsched.c b/src/knot/common/evsched.c index 798e4271a9..8b2809398a 100644 --- a/src/knot/common/evsched.c +++ b/src/knot/common/evsched.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/common/evsched.h b/src/knot/common/evsched.h index bea216d44b..7630efff23 100644 --- a/src/knot/common/evsched.h +++ b/src/knot/common/evsched.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 . + along with this program. If not, see . */ /*! * \brief Event scheduler. diff --git a/src/knot/common/fdset.c b/src/knot/common/fdset.c index 3d78fdf1cc..bb836709a9 100644 --- a/src/knot/common/fdset.c +++ b/src/knot/common/fdset.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/common/fdset.h b/src/knot/common/fdset.h index 2d5ce02518..cfcca8a5ac 100644 --- a/src/knot/common/fdset.h +++ b/src/knot/common/fdset.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 . + along with this program. If not, see . */ /*! * \brief I/O multiplexing with context and timeouts for each fd. diff --git a/src/knot/common/log.c b/src/knot/common/log.c index 8a35f3729d..3024256d48 100644 --- a/src/knot/common/log.c +++ b/src/knot/common/log.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/common/log.h b/src/knot/common/log.h index 94b6b39a18..5c0f3345d9 100644 --- a/src/knot/common/log.h +++ b/src/knot/common/log.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 . + along with this program. If not, see . */ /*! * \brief Logging facility. diff --git a/src/knot/common/process.c b/src/knot/common/process.c index 4a46613800..1273ce4c41 100644 --- a/src/knot/common/process.c +++ b/src/knot/common/process.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/common/process.h b/src/knot/common/process.h index 04fbc3a37d..3ff854cb4e 100644 --- a/src/knot/common/process.h +++ b/src/knot/common/process.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 . + along with this program. If not, see . */ /*! * \brief Functions for POSIX process handling. diff --git a/src/knot/common/ref.c b/src/knot/common/ref.c index 5f188e47b0..97a144cb3d 100644 --- a/src/knot/common/ref.c +++ b/src/knot/common/ref.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/common/ref.h b/src/knot/common/ref.h index 5f5ec971ef..b20d46d73f 100644 --- a/src/knot/common/ref.h +++ b/src/knot/common/ref.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 . + along with this program. If not, see . */ /*! * \brief Atomic reference counting structures. diff --git a/src/knot/common/stats.c b/src/knot/common/stats.c index 8f49bf9d78..918e0b60a6 100644 --- a/src/knot/common/stats.c +++ b/src/knot/common/stats.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/common/stats.h b/src/knot/common/stats.h index 3ce73c6e2a..9bf17dacc1 100644 --- a/src/knot/common/stats.h +++ b/src/knot/common/stats.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 . + along with this program. If not, see . */ /*! * \brief Server statistics general API. diff --git a/src/knot/conf/base.c b/src/knot/conf/base.c index c6d87ab284..29e83205d0 100644 --- a/src/knot/conf/base.c +++ b/src/knot/conf/base.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/conf/base.h b/src/knot/conf/base.h index 31f307994d..e135a6e547 100644 --- a/src/knot/conf/base.h +++ b/src/knot/conf/base.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/conf/conf.c b/src/knot/conf/conf.c index 8909588f1e..e3c736347c 100644 --- a/src/knot/conf/conf.c +++ b/src/knot/conf/conf.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/conf/conf.h b/src/knot/conf/conf.h index bc3183e14e..1c5850f0ba 100644 --- a/src/knot/conf/conf.h +++ b/src/knot/conf/conf.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/conf/confdb.c b/src/knot/conf/confdb.c index 364142ad8a..e54d79c1a5 100644 --- a/src/knot/conf/confdb.c +++ b/src/knot/conf/confdb.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/conf/confdb.h b/src/knot/conf/confdb.h index 04e222d8b2..553d4e5d03 100644 --- a/src/knot/conf/confdb.h +++ b/src/knot/conf/confdb.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/conf/confio.c b/src/knot/conf/confio.c index b64b279241..b85396ae6b 100644 --- a/src/knot/conf/confio.c +++ b/src/knot/conf/confio.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/conf/confio.h b/src/knot/conf/confio.h index 460bfbd2a7..c85da44659 100644 --- a/src/knot/conf/confio.h +++ b/src/knot/conf/confio.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/conf/migration.c b/src/knot/conf/migration.c index a15edaef95..a1e0c60946 100644 --- a/src/knot/conf/migration.c +++ b/src/knot/conf/migration.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 . + along with this program. If not, see . */ #include "knot/common/log.h" diff --git a/src/knot/conf/migration.h b/src/knot/conf/migration.h index c885ff4b57..8a3d8020a8 100644 --- a/src/knot/conf/migration.h +++ b/src/knot/conf/migration.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/conf/module.c b/src/knot/conf/module.c index 6bb013f699..ef4648b06b 100644 --- a/src/knot/conf/module.c +++ b/src/knot/conf/module.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/conf/module.h b/src/knot/conf/module.h index 2dc353a91b..4a722668aa 100644 --- a/src/knot/conf/module.h +++ b/src/knot/conf/module.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/conf/schema.c b/src/knot/conf/schema.c index 34743571a3..95cfa1fe80 100644 --- a/src/knot/conf/schema.c +++ b/src/knot/conf/schema.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/conf/schema.h b/src/knot/conf/schema.h index 533215cb48..63066c7857 100644 --- a/src/knot/conf/schema.h +++ b/src/knot/conf/schema.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/conf/tools.c b/src/knot/conf/tools.c index d570ac7cfb..c694d438de 100644 --- a/src/knot/conf/tools.c +++ b/src/knot/conf/tools.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/conf/tools.h b/src/knot/conf/tools.h index 5283c0f308..0a055079d5 100644 --- a/src/knot/conf/tools.h +++ b/src/knot/conf/tools.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/ctl/commands.c b/src/knot/ctl/commands.c index 2794b7fe4c..830d1462c1 100644 --- a/src/knot/ctl/commands.c +++ b/src/knot/ctl/commands.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/ctl/commands.h b/src/knot/ctl/commands.h index 8b6e351319..55554240bc 100644 --- a/src/knot/ctl/commands.h +++ b/src/knot/ctl/commands.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/ctl/process.c b/src/knot/ctl/process.c index d845bed91e..51ded984a3 100644 --- a/src/knot/ctl/process.c +++ b/src/knot/ctl/process.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 . + along with this program. If not, see . */ #include "contrib/mempattern.h" diff --git a/src/knot/ctl/process.h b/src/knot/ctl/process.h index 8236bfcafa..ab0f75f262 100644 --- a/src/knot/ctl/process.h +++ b/src/knot/ctl/process.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/dnssec/context.c b/src/knot/dnssec/context.c index f617326cdf..ed1429f4db 100644 --- a/src/knot/dnssec/context.c +++ b/src/knot/dnssec/context.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/dnssec/context.h b/src/knot/dnssec/context.h index 77174c2d94..2d7da37127 100644 --- a/src/knot/dnssec/context.h +++ b/src/knot/dnssec/context.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/dnssec/ds_query.c b/src/knot/dnssec/ds_query.c index c560c44420..df6439674b 100644 --- a/src/knot/dnssec/ds_query.c +++ b/src/knot/dnssec/ds_query.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/dnssec/ds_query.h b/src/knot/dnssec/ds_query.h index 5ef40a4868..bd76fd012a 100644 --- a/src/knot/dnssec/ds_query.h +++ b/src/knot/dnssec/ds_query.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/dnssec/kasp/kasp_db.c b/src/knot/dnssec/kasp/kasp_db.c index 7b481156e0..2d4235903a 100644 --- a/src/knot/dnssec/kasp/kasp_db.c +++ b/src/knot/dnssec/kasp/kasp_db.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 . + along with this program. If not, see . */ #include "knot/dnssec/kasp/kasp_db.h" diff --git a/src/knot/dnssec/kasp/kasp_db.h b/src/knot/dnssec/kasp/kasp_db.h index a6f1b97bb8..a80c4b458f 100644 --- a/src/knot/dnssec/kasp/kasp_db.h +++ b/src/knot/dnssec/kasp/kasp_db.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/dnssec/kasp/kasp_zone.c b/src/knot/dnssec/kasp/kasp_zone.c index 57a435ee45..26bfaf2def 100644 --- a/src/knot/dnssec/kasp/kasp_zone.c +++ b/src/knot/dnssec/kasp/kasp_zone.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 . + along with this program. If not, see . */ #include "knot/dnssec/kasp/kasp_zone.h" diff --git a/src/knot/dnssec/kasp/kasp_zone.h b/src/knot/dnssec/kasp/kasp_zone.h index 83eaea2d96..94cbe18b99 100644 --- a/src/knot/dnssec/kasp/kasp_zone.h +++ b/src/knot/dnssec/kasp/kasp_zone.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/dnssec/kasp/keystate.c b/src/knot/dnssec/kasp/keystate.c index acf7ceecff..ff527a82ef 100644 --- a/src/knot/dnssec/kasp/keystate.c +++ b/src/knot/dnssec/kasp/keystate.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 . + along with this program. If not, see . */ #include "knot/dnssec/kasp/keystate.h" diff --git a/src/knot/dnssec/kasp/keystate.h b/src/knot/dnssec/kasp/keystate.h index 9da9f140b6..749aeb8962 100644 --- a/src/knot/dnssec/kasp/keystate.h +++ b/src/knot/dnssec/kasp/keystate.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/dnssec/kasp/keystore.c b/src/knot/dnssec/kasp/keystore.c index 96dee8f265..483fe3438a 100644 --- a/src/knot/dnssec/kasp/keystore.c +++ b/src/knot/dnssec/kasp/keystore.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/dnssec/kasp/keystore.h b/src/knot/dnssec/kasp/keystore.h index 028d6fc462..f08e0c40b1 100644 --- a/src/knot/dnssec/kasp/keystore.h +++ b/src/knot/dnssec/kasp/keystore.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/dnssec/kasp/policy.h b/src/knot/dnssec/kasp/policy.h index 2ce236e5d4..0628d71bee 100644 --- a/src/knot/dnssec/kasp/policy.h +++ b/src/knot/dnssec/kasp/policy.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/dnssec/key-events.c b/src/knot/dnssec/key-events.c index 6d5ca4fd8c..8b6d2555f4 100644 --- a/src/knot/dnssec/key-events.c +++ b/src/knot/dnssec/key-events.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/dnssec/key-events.h b/src/knot/dnssec/key-events.h index fffbfbc671..fdc96b41ef 100644 --- a/src/knot/dnssec/key-events.h +++ b/src/knot/dnssec/key-events.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/dnssec/nsec-chain.c b/src/knot/dnssec/nsec-chain.c index c3a8b3e17c..6ffb559dbf 100644 --- a/src/knot/dnssec/nsec-chain.c +++ b/src/knot/dnssec/nsec-chain.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/dnssec/nsec-chain.h b/src/knot/dnssec/nsec-chain.h index a2f102e547..b0c7fa7640 100644 --- a/src/knot/dnssec/nsec-chain.h +++ b/src/knot/dnssec/nsec-chain.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/dnssec/nsec3-chain.c b/src/knot/dnssec/nsec3-chain.c index 534db6cebe..8fe26f0a56 100644 --- a/src/knot/dnssec/nsec3-chain.c +++ b/src/knot/dnssec/nsec3-chain.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/dnssec/nsec3-chain.h b/src/knot/dnssec/nsec3-chain.h index 6dafc88a51..1328f847a2 100644 --- a/src/knot/dnssec/nsec3-chain.h +++ b/src/knot/dnssec/nsec3-chain.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/dnssec/policy.c b/src/knot/dnssec/policy.c index b695b2b7a9..bda881b6dd 100644 --- a/src/knot/dnssec/policy.c +++ b/src/knot/dnssec/policy.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/dnssec/policy.h b/src/knot/dnssec/policy.h index b6ba4d1772..ef2a3d3ed2 100644 --- a/src/knot/dnssec/policy.h +++ b/src/knot/dnssec/policy.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/dnssec/rrset-sign.c b/src/knot/dnssec/rrset-sign.c index d8c91c396a..5ac0f16363 100644 --- a/src/knot/dnssec/rrset-sign.c +++ b/src/knot/dnssec/rrset-sign.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/dnssec/rrset-sign.h b/src/knot/dnssec/rrset-sign.h index 7a29e1add9..4898622eb7 100644 --- a/src/knot/dnssec/rrset-sign.h +++ b/src/knot/dnssec/rrset-sign.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/dnssec/zone-events.c b/src/knot/dnssec/zone-events.c index 3f7d1ae2af..080dbace4d 100644 --- a/src/knot/dnssec/zone-events.c +++ b/src/knot/dnssec/zone-events.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/dnssec/zone-events.h b/src/knot/dnssec/zone-events.h index 3bfd20ae63..be44cf824b 100644 --- a/src/knot/dnssec/zone-events.h +++ b/src/knot/dnssec/zone-events.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/dnssec/zone-keys.c b/src/knot/dnssec/zone-keys.c index 328ed69220..7693a5c59b 100644 --- a/src/knot/dnssec/zone-keys.c +++ b/src/knot/dnssec/zone-keys.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/dnssec/zone-keys.h b/src/knot/dnssec/zone-keys.h index 4de59cc1b9..e7a9b60031 100644 --- a/src/knot/dnssec/zone-keys.h +++ b/src/knot/dnssec/zone-keys.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/dnssec/zone-nsec.c b/src/knot/dnssec/zone-nsec.c index 020f367ccc..f37057fe5a 100644 --- a/src/knot/dnssec/zone-nsec.c +++ b/src/knot/dnssec/zone-nsec.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/dnssec/zone-nsec.h b/src/knot/dnssec/zone-nsec.h index a1e469bf9c..e271e2bfa0 100644 --- a/src/knot/dnssec/zone-nsec.h +++ b/src/knot/dnssec/zone-nsec.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/dnssec/zone-sign.c b/src/knot/dnssec/zone-sign.c index 76106da7e8..de7ee6fe5a 100644 --- a/src/knot/dnssec/zone-sign.c +++ b/src/knot/dnssec/zone-sign.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/dnssec/zone-sign.h b/src/knot/dnssec/zone-sign.h index 33c0a60c4e..22b4e6482e 100644 --- a/src/knot/dnssec/zone-sign.h +++ b/src/knot/dnssec/zone-sign.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/events/events.c b/src/knot/events/events.c index 954c5165ed..d63e0e6d19 100644 --- a/src/knot/events/events.c +++ b/src/knot/events/events.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/events/events.h b/src/knot/events/events.h index a95db32037..e6bddaa75b 100644 --- a/src/knot/events/events.h +++ b/src/knot/events/events.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/events/handlers.h b/src/knot/events/handlers.h index a103e42476..ca50ccbcac 100644 --- a/src/knot/events/handlers.h +++ b/src/knot/events/handlers.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/events/handlers/dnssec.c b/src/knot/events/handlers/dnssec.c index 100beb7c19..9c2adc895a 100644 --- a/src/knot/events/handlers/dnssec.c +++ b/src/knot/events/handlers/dnssec.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/events/handlers/expire.c b/src/knot/events/handlers/expire.c index 16e904d9ce..822c046631 100644 --- a/src/knot/events/handlers/expire.c +++ b/src/knot/events/handlers/expire.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/events/handlers/flush.c b/src/knot/events/handlers/flush.c index 227205daac..96f061fa44 100644 --- a/src/knot/events/handlers/flush.c +++ b/src/knot/events/handlers/flush.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/events/handlers/freeze_thaw.c b/src/knot/events/handlers/freeze_thaw.c index 1df3adffb9..452e5f8a9f 100644 --- a/src/knot/events/handlers/freeze_thaw.c +++ b/src/knot/events/handlers/freeze_thaw.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 . + along with this program. If not, see . */ #include "contrib/macros.h" diff --git a/src/knot/events/handlers/load.c b/src/knot/events/handlers/load.c index db2296cb43..7cef3f94fc 100644 --- a/src/knot/events/handlers/load.c +++ b/src/knot/events/handlers/load.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/events/handlers/notify.c b/src/knot/events/handlers/notify.c index bcd81bfe15..e895ec788e 100644 --- a/src/knot/events/handlers/notify.c +++ b/src/knot/events/handlers/notify.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/events/handlers/nsec3resalt.c b/src/knot/events/handlers/nsec3resalt.c index 479e0b172f..6c106cad8d 100644 --- a/src/knot/events/handlers/nsec3resalt.c +++ b/src/knot/events/handlers/nsec3resalt.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 . + along with this program. If not, see . */ #include "knot/dnssec/context.h" diff --git a/src/knot/events/handlers/parent_ds_query.c b/src/knot/events/handlers/parent_ds_query.c index 6bd37853a4..6f4f832055 100644 --- a/src/knot/events/handlers/parent_ds_query.c +++ b/src/knot/events/handlers/parent_ds_query.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 . + along with this program. If not, see . */ #include "knot/common/log.h" diff --git a/src/knot/events/handlers/refresh.c b/src/knot/events/handlers/refresh.c index 9bc5498365..a3426c744a 100644 --- a/src/knot/events/handlers/refresh.c +++ b/src/knot/events/handlers/refresh.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/events/handlers/update.c b/src/knot/events/handlers/update.c index 6478364aeb..851d83255d 100644 --- a/src/knot/events/handlers/update.c +++ b/src/knot/events/handlers/update.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/events/log.c b/src/knot/events/log.c index 0a1c8d1dd8..6c819f1307 100644 --- a/src/knot/events/log.c +++ b/src/knot/events/log.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 . + along with this program. If not, see . */ #include "knot/events/log.h" diff --git a/src/knot/events/log.h b/src/knot/events/log.h index 536a1e299c..aa10d92794 100644 --- a/src/knot/events/log.h +++ b/src/knot/events/log.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/events/replan.c b/src/knot/events/replan.c index a3f6fcd97e..d6080a41d0 100644 --- a/src/knot/events/replan.c +++ b/src/knot/events/replan.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/events/replan.h b/src/knot/events/replan.h index 05e3112820..cd2cb3216d 100644 --- a/src/knot/events/replan.h +++ b/src/knot/events/replan.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/include/module.h b/src/knot/include/module.h index dd9118b228..d2a1c5cdfb 100644 --- a/src/knot/include/module.h +++ b/src/knot/include/module.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/knot/journal/chgset_ctx.c b/src/knot/journal/chgset_ctx.c index 092bacf969..1084ecafad 100644 --- a/src/knot/journal/chgset_ctx.c +++ b/src/knot/journal/chgset_ctx.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 . + along with this program. If not, see . */ #include "chgset_ctx.h" diff --git a/src/knot/journal/chgset_ctx.h b/src/knot/journal/chgset_ctx.h index 22e1903081..16ffa99dae 100644 --- a/src/knot/journal/chgset_ctx.h +++ b/src/knot/journal/chgset_ctx.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/journal/journal.c b/src/knot/journal/journal.c index 388e7930e3..6507e4e350 100644 --- a/src/knot/journal/journal.c +++ b/src/knot/journal/journal.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/journal/journal.h b/src/knot/journal/journal.h index b213252128..e42a60d593 100644 --- a/src/knot/journal/journal.h +++ b/src/knot/journal/journal.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/journal/serialization.c b/src/knot/journal/serialization.c index 75e18a2a91..ae91b2f6cc 100644 --- a/src/knot/journal/serialization.c +++ b/src/knot/journal/serialization.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/journal/serialization.h b/src/knot/journal/serialization.h index 550bd1ca52..04afe394b6 100644 --- a/src/knot/journal/serialization.h +++ b/src/knot/journal/serialization.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/modules/cookies/cookies.c b/src/knot/modules/cookies/cookies.c index 996c80d6aa..5641ffff34 100644 --- a/src/knot/modules/cookies/cookies.c +++ b/src/knot/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 . + along with this program. If not, see . */ #include diff --git a/src/knot/modules/dnsproxy/dnsproxy.c b/src/knot/modules/dnsproxy/dnsproxy.c index 7d378a3454..22460443c7 100644 --- a/src/knot/modules/dnsproxy/dnsproxy.c +++ b/src/knot/modules/dnsproxy/dnsproxy.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 . + along with this program. If not, see . */ #include "contrib/net.h" diff --git a/src/knot/modules/dnstap/dnstap.c b/src/knot/modules/dnstap/dnstap.c index 976f43ffe1..8c9120234b 100644 --- a/src/knot/modules/dnstap/dnstap.c +++ b/src/knot/modules/dnstap/dnstap.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/modules/geoip/geodb.c b/src/knot/modules/geoip/geodb.c index c374c6fd95..4ebc329f44 100644 --- a/src/knot/modules/geoip/geodb.c +++ b/src/knot/modules/geoip/geodb.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 . + along with this program. If not, see . */ #include "knot/modules/geoip/geodb.h" diff --git a/src/knot/modules/geoip/geodb.h b/src/knot/modules/geoip/geodb.h index 80940d3ec5..257fae6fb9 100644 --- a/src/knot/modules/geoip/geodb.h +++ b/src/knot/modules/geoip/geodb.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/modules/geoip/geoip.c b/src/knot/modules/geoip/geoip.c index 269e2efce9..32728efd17 100644 --- a/src/knot/modules/geoip/geoip.c +++ b/src/knot/modules/geoip/geoip.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/modules/noudp/noudp.c b/src/knot/modules/noudp/noudp.c index c2f064aed2..8d55971675 100644 --- a/src/knot/modules/noudp/noudp.c +++ b/src/knot/modules/noudp/noudp.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 . + along with this program. If not, see . */ #include "knot/include/module.h" diff --git a/src/knot/modules/onlinesign/nsec_next.c b/src/knot/modules/onlinesign/nsec_next.c index 1314154ea6..a5d6ca3c8a 100644 --- a/src/knot/modules/onlinesign/nsec_next.c +++ b/src/knot/modules/onlinesign/nsec_next.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/modules/onlinesign/nsec_next.h b/src/knot/modules/onlinesign/nsec_next.h index 4d9a6c46dc..43f01c10e0 100644 --- a/src/knot/modules/onlinesign/nsec_next.h +++ b/src/knot/modules/onlinesign/nsec_next.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/modules/onlinesign/onlinesign.c b/src/knot/modules/onlinesign/onlinesign.c index 4f93319862..b6cce5bb8b 100644 --- a/src/knot/modules/onlinesign/onlinesign.c +++ b/src/knot/modules/onlinesign/onlinesign.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/modules/rrl/functions.c b/src/knot/modules/rrl/functions.c index 0b2bc26fa1..4d487c0d55 100644 --- a/src/knot/modules/rrl/functions.c +++ b/src/knot/modules/rrl/functions.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/modules/rrl/functions.h b/src/knot/modules/rrl/functions.h index 21c88a76dd..c5f3f19cf6 100644 --- a/src/knot/modules/rrl/functions.h +++ b/src/knot/modules/rrl/functions.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/modules/rrl/rrl.c b/src/knot/modules/rrl/rrl.c index 46571b122e..7032116ae3 100644 --- a/src/knot/modules/rrl/rrl.c +++ b/src/knot/modules/rrl/rrl.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 . + along with this program. If not, see . */ #include "contrib/sockaddr.h" diff --git a/src/knot/modules/static_modules.h.in b/src/knot/modules/static_modules.h.in index ef40daca4e..15c8966a80 100644 --- a/src/knot/modules/static_modules.h.in +++ b/src/knot/modules/static_modules.h.in @@ -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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/modules/stats/stats.c b/src/knot/modules/stats/stats.c index 94413a4966..8d08b57fdf 100644 --- a/src/knot/modules/stats/stats.c +++ b/src/knot/modules/stats/stats.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 . + along with this program. If not, see . */ #include "contrib/macros.h" diff --git a/src/knot/modules/synthrecord/synthrecord.c b/src/knot/modules/synthrecord/synthrecord.c index b54e783dc3..6ed5ec775f 100644 --- a/src/knot/modules/synthrecord/synthrecord.c +++ b/src/knot/modules/synthrecord/synthrecord.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 . + along with this program. If not, see . */ #include "contrib/ctype.h" diff --git a/src/knot/modules/whoami/whoami.c b/src/knot/modules/whoami/whoami.c index ea80fc963e..427cfb93dc 100644 --- a/src/knot/modules/whoami/whoami.c +++ b/src/knot/modules/whoami/whoami.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/nameserver/axfr.c b/src/knot/nameserver/axfr.c index 6a60b1968a..e8983ae351 100644 --- a/src/knot/nameserver/axfr.c +++ b/src/knot/nameserver/axfr.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/nameserver/axfr.h b/src/knot/nameserver/axfr.h index 1d1e4eaf0d..81fcad8828 100644 --- a/src/knot/nameserver/axfr.h +++ b/src/knot/nameserver/axfr.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/nameserver/chaos.c b/src/knot/nameserver/chaos.c index 04b646a248..b7afdf4911 100644 --- a/src/knot/nameserver/chaos.c +++ b/src/knot/nameserver/chaos.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/nameserver/chaos.h b/src/knot/nameserver/chaos.h index 14923d1f2a..e30ce2bea9 100644 --- a/src/knot/nameserver/chaos.h +++ b/src/knot/nameserver/chaos.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/knot/nameserver/internet.c b/src/knot/nameserver/internet.c index 62830e74ab..85f61a533d 100644 --- a/src/knot/nameserver/internet.c +++ b/src/knot/nameserver/internet.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 . + along with this program. If not, see . */ #include "libknot/libknot.h" diff --git a/src/knot/nameserver/internet.h b/src/knot/nameserver/internet.h index d70ca0efed..d8deb4b9f7 100644 --- a/src/knot/nameserver/internet.h +++ b/src/knot/nameserver/internet.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/nameserver/ixfr.c b/src/knot/nameserver/ixfr.c index fa1447e3f5..c07dcdb812 100644 --- a/src/knot/nameserver/ixfr.c +++ b/src/knot/nameserver/ixfr.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/nameserver/ixfr.h b/src/knot/nameserver/ixfr.h index 6c8ba2e607..0f55123d2e 100644 --- a/src/knot/nameserver/ixfr.h +++ b/src/knot/nameserver/ixfr.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/nameserver/log.h b/src/knot/nameserver/log.h index c46a9086fe..794f165ae6 100644 --- a/src/knot/nameserver/log.h +++ b/src/knot/nameserver/log.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/nameserver/notify.c b/src/knot/nameserver/notify.c index fe9273bde1..f8dd2a3fed 100644 --- a/src/knot/nameserver/notify.c +++ b/src/knot/nameserver/notify.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/nameserver/notify.h b/src/knot/nameserver/notify.h index 4f282da4c8..07d43b8a7a 100644 --- a/src/knot/nameserver/notify.h +++ b/src/knot/nameserver/notify.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/nameserver/nsec_proofs.c b/src/knot/nameserver/nsec_proofs.c index cbbdf2dc27..3ded5db4ec 100644 --- a/src/knot/nameserver/nsec_proofs.c +++ b/src/knot/nameserver/nsec_proofs.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/nameserver/nsec_proofs.h b/src/knot/nameserver/nsec_proofs.h index 1a5528fa74..09d5f2ac01 100644 --- a/src/knot/nameserver/nsec_proofs.h +++ b/src/knot/nameserver/nsec_proofs.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/nameserver/process_query.c b/src/knot/nameserver/process_query.c index b8ecd99eda..4d3641c667 100644 --- a/src/knot/nameserver/process_query.c +++ b/src/knot/nameserver/process_query.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/nameserver/process_query.h b/src/knot/nameserver/process_query.h index c91a7beb45..dc88f7b92f 100644 --- a/src/knot/nameserver/process_query.h +++ b/src/knot/nameserver/process_query.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/nameserver/query_module.c b/src/knot/nameserver/query_module.c index 42644020f0..4756ecb5b2 100644 --- a/src/knot/nameserver/query_module.c +++ b/src/knot/nameserver/query_module.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/nameserver/query_module.h b/src/knot/nameserver/query_module.h index 3355c342c5..95056fd341 100644 --- a/src/knot/nameserver/query_module.h +++ b/src/knot/nameserver/query_module.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/nameserver/tsig_ctx.c b/src/knot/nameserver/tsig_ctx.c index 8b4f9b7465..56fb6119d2 100644 --- a/src/knot/nameserver/tsig_ctx.c +++ b/src/knot/nameserver/tsig_ctx.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/nameserver/tsig_ctx.h b/src/knot/nameserver/tsig_ctx.h index 256ada36de..3e916710a4 100644 --- a/src/knot/nameserver/tsig_ctx.h +++ b/src/knot/nameserver/tsig_ctx.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/nameserver/update.c b/src/knot/nameserver/update.c index 904f7f3d21..a309389db1 100644 --- a/src/knot/nameserver/update.c +++ b/src/knot/nameserver/update.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/nameserver/update.h b/src/knot/nameserver/update.h index 8de10b62c2..24cd86c32d 100644 --- a/src/knot/nameserver/update.h +++ b/src/knot/nameserver/update.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/nameserver/xfr.c b/src/knot/nameserver/xfr.c index c9b3f9e8c4..6dd0d3bd0b 100644 --- a/src/knot/nameserver/xfr.c +++ b/src/knot/nameserver/xfr.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 . + along with this program. If not, see . */ #include "knot/nameserver/xfr.h" diff --git a/src/knot/nameserver/xfr.h b/src/knot/nameserver/xfr.h index 579e31785c..c129f8d391 100644 --- a/src/knot/nameserver/xfr.h +++ b/src/knot/nameserver/xfr.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/query/capture.c b/src/knot/query/capture.c index 983692f821..4269f89f6d 100644 --- a/src/knot/query/capture.c +++ b/src/knot/query/capture.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/query/capture.h b/src/knot/query/capture.h index 5c78479ac3..02552f2ff3 100644 --- a/src/knot/query/capture.h +++ b/src/knot/query/capture.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/query/layer.h b/src/knot/query/layer.h index d0fb12f7f0..252d043ae8 100644 --- a/src/knot/query/layer.h +++ b/src/knot/query/layer.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/query/query.c b/src/knot/query/query.c index edff76ae05..2e537b1834 100644 --- a/src/knot/query/query.c +++ b/src/knot/query/query.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 . + along with this program. If not, see . */ #include "knot/query/query.h" diff --git a/src/knot/query/query.h b/src/knot/query/query.h index cd6029eb3c..ea505abbfe 100644 --- a/src/knot/query/query.h +++ b/src/knot/query/query.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/query/requestor.c b/src/knot/query/requestor.c index d28b9c94ab..440695e910 100644 --- a/src/knot/query/requestor.c +++ b/src/knot/query/requestor.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/query/requestor.h b/src/knot/query/requestor.h index e0ee14ebdf..13d0c00b9a 100644 --- a/src/knot/query/requestor.h +++ b/src/knot/query/requestor.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/server/dthreads.c b/src/knot/server/dthreads.c index 30689f565a..f3d94e40c1 100644 --- a/src/knot/server/dthreads.c +++ b/src/knot/server/dthreads.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/server/dthreads.h b/src/knot/server/dthreads.h index bb6c7b8b86..086fd43b23 100644 --- a/src/knot/server/dthreads.h +++ b/src/knot/server/dthreads.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 . + along with this program. If not, see . */ /*! * \brief Threading API. diff --git a/src/knot/server/server.c b/src/knot/server/server.c index 252ec0aedf..1bd35a4cab 100644 --- a/src/knot/server/server.c +++ b/src/knot/server/server.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 . + along with this program. If not, see . */ #define __APPLE_USE_RFC_3542 diff --git a/src/knot/server/server.h b/src/knot/server/server.h index 76fcc86f55..d62f949941 100644 --- a/src/knot/server/server.h +++ b/src/knot/server/server.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/server/tcp-handler.c b/src/knot/server/tcp-handler.c index 2a0a6ffd17..2915a72f06 100644 --- a/src/knot/server/tcp-handler.c +++ b/src/knot/server/tcp-handler.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/server/tcp-handler.h b/src/knot/server/tcp-handler.h index 9d048d7230..f4e62cc90b 100644 --- a/src/knot/server/tcp-handler.h +++ b/src/knot/server/tcp-handler.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 . + along with this program. If not, see . */ /*! * \brief TCP sockets threading model. diff --git a/src/knot/server/udp-handler.c b/src/knot/server/udp-handler.c index 50760944b1..7f9e6c84fb 100644 --- a/src/knot/server/udp-handler.c +++ b/src/knot/server/udp-handler.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 . + along with this program. If not, see . */ #define __APPLE_USE_RFC_3542 diff --git a/src/knot/server/udp-handler.h b/src/knot/server/udp-handler.h index 5555b98c8a..805c0a7fba 100644 --- a/src/knot/server/udp-handler.h +++ b/src/knot/server/udp-handler.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 . + along with this program. If not, see . */ /*! * \brief UDP sockets threading model. diff --git a/src/knot/updates/acl.c b/src/knot/updates/acl.c index 28f962685d..c2a9556c6e 100644 --- a/src/knot/updates/acl.c +++ b/src/knot/updates/acl.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 . + along with this program. If not, see . */ #include "knot/updates/acl.h" diff --git a/src/knot/updates/acl.h b/src/knot/updates/acl.h index e15df39f6d..ef763a02a9 100644 --- a/src/knot/updates/acl.h +++ b/src/knot/updates/acl.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/knot/updates/apply.c b/src/knot/updates/apply.c index 1b4cf5bf78..996d736e81 100644 --- a/src/knot/updates/apply.c +++ b/src/knot/updates/apply.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/updates/apply.h b/src/knot/updates/apply.h index 7908ca4c04..14538d21e5 100644 --- a/src/knot/updates/apply.h +++ b/src/knot/updates/apply.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/updates/changesets.c b/src/knot/updates/changesets.c index 3c0c9dcc48..d886006ac2 100644 --- a/src/knot/updates/changesets.c +++ b/src/knot/updates/changesets.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/updates/changesets.h b/src/knot/updates/changesets.h index 8002712666..c6a6a33baf 100644 --- a/src/knot/updates/changesets.h +++ b/src/knot/updates/changesets.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/updates/ddns.c b/src/knot/updates/ddns.c index cd2952e9ed..cac4c42d39 100644 --- a/src/knot/updates/ddns.c +++ b/src/knot/updates/ddns.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/updates/ddns.h b/src/knot/updates/ddns.h index 171245dd75..68f3867c8f 100644 --- a/src/knot/updates/ddns.h +++ b/src/knot/updates/ddns.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/knot/updates/zone-update.c b/src/knot/updates/zone-update.c index e253ae6784..91d34809cd 100644 --- a/src/knot/updates/zone-update.c +++ b/src/knot/updates/zone-update.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 . + along with this program. If not, see . */ #include "knot/common/log.h" diff --git a/src/knot/updates/zone-update.h b/src/knot/updates/zone-update.h index b5d7a9a73c..59eb3b9f11 100644 --- a/src/knot/updates/zone-update.h +++ b/src/knot/updates/zone-update.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/worker/pool.c b/src/knot/worker/pool.c index b5f55a2775..0932c3b957 100644 --- a/src/knot/worker/pool.c +++ b/src/knot/worker/pool.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/worker/pool.h b/src/knot/worker/pool.h index 424b5b11cd..d710a359e9 100644 --- a/src/knot/worker/pool.h +++ b/src/knot/worker/pool.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/worker/queue.c b/src/knot/worker/queue.c index b3eba60393..14dd27f758 100644 --- a/src/knot/worker/queue.c +++ b/src/knot/worker/queue.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 . + along with this program. If not, see . */ #include "knot/worker/queue.h" diff --git a/src/knot/worker/queue.h b/src/knot/worker/queue.h index d60d9d6624..3c654854e3 100644 --- a/src/knot/worker/queue.h +++ b/src/knot/worker/queue.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/zone/contents.c b/src/knot/zone/contents.c index 4f800d1bc3..671b483bb7 100644 --- a/src/knot/zone/contents.c +++ b/src/knot/zone/contents.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/zone/contents.h b/src/knot/zone/contents.h index 7af8089fde..6d6e3c971c 100644 --- a/src/knot/zone/contents.h +++ b/src/knot/zone/contents.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/knot/zone/node.c b/src/knot/zone/node.c index 2d593b9bba..4d920717d4 100644 --- a/src/knot/zone/node.c +++ b/src/knot/zone/node.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 . + along with this program. If not, see . */ #include "knot/zone/node.h" diff --git a/src/knot/zone/node.h b/src/knot/zone/node.h index 63015596f6..b380e8fefe 100644 --- a/src/knot/zone/node.h +++ b/src/knot/zone/node.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/zone/semantic-check.c b/src/knot/zone/semantic-check.c index e7e9129b8b..b2fe63f427 100644 --- a/src/knot/zone/semantic-check.c +++ b/src/knot/zone/semantic-check.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/zone/semantic-check.h b/src/knot/zone/semantic-check.h index 2010ec979f..afafcb248c 100644 --- a/src/knot/zone/semantic-check.h +++ b/src/knot/zone/semantic-check.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/zone/serial.c b/src/knot/zone/serial.c index 9846f92412..618728dbb9 100644 --- a/src/knot/zone/serial.c +++ b/src/knot/zone/serial.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/zone/serial.h b/src/knot/zone/serial.h index 3453de80ad..dbd9dfbda7 100644 --- a/src/knot/zone/serial.h +++ b/src/knot/zone/serial.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/zone/timers.c b/src/knot/zone/timers.c index 0ff8aed7eb..c419494e6f 100644 --- a/src/knot/zone/timers.c +++ b/src/knot/zone/timers.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 . + along with this program. If not, see . */ #include "knot/zone/timers.h" diff --git a/src/knot/zone/timers.h b/src/knot/zone/timers.h index 4c8d0fa549..f761c67126 100644 --- a/src/knot/zone/timers.h +++ b/src/knot/zone/timers.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/zone/zone-diff.c b/src/knot/zone/zone-diff.c index 6022d4ea7d..c073492ed6 100644 --- a/src/knot/zone/zone-diff.c +++ b/src/knot/zone/zone-diff.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/zone/zone-diff.h b/src/knot/zone/zone-diff.h index 5f467aabd3..23bdb20aff 100644 --- a/src/knot/zone/zone-diff.h +++ b/src/knot/zone/zone-diff.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/zone/zone-dump.c b/src/knot/zone/zone-dump.c index 9729cbc08c..21d12597ca 100644 --- a/src/knot/zone/zone-dump.c +++ b/src/knot/zone/zone-dump.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/zone/zone-dump.h b/src/knot/zone/zone-dump.h index e9d8be83ce..5f92042a90 100644 --- a/src/knot/zone/zone-dump.h +++ b/src/knot/zone/zone-dump.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/knot/zone/zone-load.c b/src/knot/zone/zone-load.c index 6b1c68ebb7..ff241fae3f 100644 --- a/src/knot/zone/zone-load.c +++ b/src/knot/zone/zone-load.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 . + along with this program. If not, see . */ #include "knot/common/log.h" diff --git a/src/knot/zone/zone-load.h b/src/knot/zone/zone-load.h index 3210476bee..9fc5b4a425 100644 --- a/src/knot/zone/zone-load.h +++ b/src/knot/zone/zone-load.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/zone/zone-tree.c b/src/knot/zone/zone-tree.c index d46b5ae969..443682f17c 100644 --- a/src/knot/zone/zone-tree.c +++ b/src/knot/zone/zone-tree.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/zone/zone-tree.h b/src/knot/zone/zone-tree.h index d3cc909cda..baac735bf3 100644 --- a/src/knot/zone/zone-tree.h +++ b/src/knot/zone/zone-tree.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/zone/zone.c b/src/knot/zone/zone.c index a16db7b48a..eec771b5a2 100644 --- a/src/knot/zone/zone.c +++ b/src/knot/zone/zone.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/zone/zone.h b/src/knot/zone/zone.h index 2f71749c80..f64375c3a1 100644 --- a/src/knot/zone/zone.h +++ b/src/knot/zone/zone.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/zone/zonedb-load.c b/src/knot/zone/zonedb-load.c index a6e98341e1..f68dfd692c 100644 --- a/src/knot/zone/zonedb-load.c +++ b/src/knot/zone/zonedb-load.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/zone/zonedb-load.h b/src/knot/zone/zonedb-load.h index fda12d82fa..1877a6b664 100644 --- a/src/knot/zone/zonedb-load.h +++ b/src/knot/zone/zonedb-load.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/knot/zone/zonedb.c b/src/knot/zone/zonedb.c index d949a59e46..543146f898 100644 --- a/src/knot/zone/zonedb.c +++ b/src/knot/zone/zonedb.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/zone/zonedb.h b/src/knot/zone/zonedb.h index c5fab4d786..ab8aa4a07e 100644 --- a/src/knot/zone/zonedb.h +++ b/src/knot/zone/zonedb.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/knot/zone/zonefile.c b/src/knot/zone/zonefile.c index 37fc90bfda..dcbfbaa9c2 100644 --- a/src/knot/zone/zonefile.c +++ b/src/knot/zone/zonefile.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 . + along with this program. If not, see . */ #include diff --git a/src/knot/zone/zonefile.h b/src/knot/zone/zonefile.h index 90283ee359..bbab1a9f29 100644 --- a/src/knot/zone/zonefile.h +++ b/src/knot/zone/zonefile.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/libdnssec/binary.c b/src/libdnssec/binary.c index a57b421c61..4fec6f6cac 100644 --- a/src/libdnssec/binary.c +++ b/src/libdnssec/binary.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 . + along with this program. If not, see . */ #include diff --git a/src/libdnssec/binary.h b/src/libdnssec/binary.h index fb0cf9b07a..e030c26867 100644 --- a/src/libdnssec/binary.h +++ b/src/libdnssec/binary.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/libdnssec/crypto.c b/src/libdnssec/crypto.c index f54e20f86f..2147b38dbe 100644 --- a/src/libdnssec/crypto.c +++ b/src/libdnssec/crypto.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 . + along with this program. If not, see . */ #include diff --git a/src/libdnssec/crypto.h b/src/libdnssec/crypto.h index 46541b43fd..097bb601e7 100644 --- a/src/libdnssec/crypto.h +++ b/src/libdnssec/crypto.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/libdnssec/dnssec.h b/src/libdnssec/dnssec.h index 838390184a..d52f3504e4 100644 --- a/src/libdnssec/dnssec.h +++ b/src/libdnssec/dnssec.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 . + along with this program. If not, see . */ /** * \file diff --git a/src/libdnssec/error.c b/src/libdnssec/error.c index 97f7f8f398..fe9d599ae0 100644 --- a/src/libdnssec/error.c +++ b/src/libdnssec/error.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 . + along with this program. If not, see . */ #include diff --git a/src/libdnssec/error.h b/src/libdnssec/error.h index eaa6afd229..ccef2b76a9 100644 --- a/src/libdnssec/error.h +++ b/src/libdnssec/error.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/libdnssec/key.h b/src/libdnssec/key.h index 27de77857a..cd1aa5cbd6 100644 --- a/src/libdnssec/key.h +++ b/src/libdnssec/key.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/libdnssec/key/algorithm.c b/src/libdnssec/key/algorithm.c index 84f538600a..cf08e18b66 100644 --- a/src/libdnssec/key/algorithm.c +++ b/src/libdnssec/key/algorithm.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 . + along with this program. If not, see . */ #include diff --git a/src/libdnssec/key/algorithm.h b/src/libdnssec/key/algorithm.h index 586682cc0d..b80e2efc92 100644 --- a/src/libdnssec/key/algorithm.h +++ b/src/libdnssec/key/algorithm.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/libdnssec/key/convert.c b/src/libdnssec/key/convert.c index b8ebb7d593..27afdd8c5c 100644 --- a/src/libdnssec/key/convert.c +++ b/src/libdnssec/key/convert.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 . + along with this program. If not, see . */ #include diff --git a/src/libdnssec/key/convert.h b/src/libdnssec/key/convert.h index bd2196e0fd..fa1cd34087 100644 --- a/src/libdnssec/key/convert.h +++ b/src/libdnssec/key/convert.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/libdnssec/key/dnskey.c b/src/libdnssec/key/dnskey.c index dc89bcde5c..5ccd31f29e 100644 --- a/src/libdnssec/key/dnskey.c +++ b/src/libdnssec/key/dnskey.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 . + along with this program. If not, see . */ #include "libdnssec/binary.h" diff --git a/src/libdnssec/key/dnskey.h b/src/libdnssec/key/dnskey.h index de681c8cb6..e72fc86e72 100644 --- a/src/libdnssec/key/dnskey.h +++ b/src/libdnssec/key/dnskey.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/libdnssec/key/ds.c b/src/libdnssec/key/ds.c index dcb4afe6bf..a9a4d2b15b 100644 --- a/src/libdnssec/key/ds.c +++ b/src/libdnssec/key/ds.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 . + along with this program. If not, see . */ #include "libdnssec/binary.h" diff --git a/src/libdnssec/key/internal.h b/src/libdnssec/key/internal.h index 10c9c8ee38..798942860a 100644 --- a/src/libdnssec/key/internal.h +++ b/src/libdnssec/key/internal.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/libdnssec/key/key.c b/src/libdnssec/key/key.c index d144d6406f..3cc41fee67 100644 --- a/src/libdnssec/key/key.c +++ b/src/libdnssec/key/key.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 . + along with this program. If not, see . */ #include diff --git a/src/libdnssec/key/keytag.c b/src/libdnssec/key/keytag.c index edff6846bf..d67ca35444 100644 --- a/src/libdnssec/key/keytag.c +++ b/src/libdnssec/key/keytag.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 . + along with this program. If not, see . */ #include diff --git a/src/libdnssec/key/privkey.c b/src/libdnssec/key/privkey.c index ec1dcbd9d8..f0686074f9 100644 --- a/src/libdnssec/key/privkey.c +++ b/src/libdnssec/key/privkey.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 . + along with this program. If not, see . */ #include diff --git a/src/libdnssec/key/privkey.h b/src/libdnssec/key/privkey.h index c0c5bb2c74..1fff1f57ea 100644 --- a/src/libdnssec/key/privkey.h +++ b/src/libdnssec/key/privkey.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/libdnssec/key/simple.c b/src/libdnssec/key/simple.c index a2d8ea49c8..7a3517a3a4 100644 --- a/src/libdnssec/key/simple.c +++ b/src/libdnssec/key/simple.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 . + along with this program. If not, see . */ #include diff --git a/src/libdnssec/keyid.c b/src/libdnssec/keyid.c index c99a6578cc..fa1c172e0e 100644 --- a/src/libdnssec/keyid.c +++ b/src/libdnssec/keyid.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 . + along with this program. If not, see . */ #include diff --git a/src/libdnssec/keyid.h b/src/libdnssec/keyid.h index 24e201e543..2edb0799fc 100644 --- a/src/libdnssec/keyid.h +++ b/src/libdnssec/keyid.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/libdnssec/keystore.h b/src/libdnssec/keystore.h index 2382518241..6ca13bb1d9 100644 --- a/src/libdnssec/keystore.h +++ b/src/libdnssec/keystore.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/libdnssec/keystore/internal.h b/src/libdnssec/keystore/internal.h index a87dd03979..a0cee2466c 100644 --- a/src/libdnssec/keystore/internal.h +++ b/src/libdnssec/keystore/internal.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/libdnssec/keystore/keystore.c b/src/libdnssec/keystore/keystore.c index 203441a312..87261f3d94 100644 --- a/src/libdnssec/keystore/keystore.c +++ b/src/libdnssec/keystore/keystore.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 . + along with this program. If not, see . */ #include diff --git a/src/libdnssec/keystore/pkcs11.c b/src/libdnssec/keystore/pkcs11.c index dbe1a3729e..b9d80aac2e 100644 --- a/src/libdnssec/keystore/pkcs11.c +++ b/src/libdnssec/keystore/pkcs11.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 . + along with this program. If not, see . */ #include diff --git a/src/libdnssec/keystore/pkcs8.c b/src/libdnssec/keystore/pkcs8.c index f05eda0c10..2672436afc 100644 --- a/src/libdnssec/keystore/pkcs8.c +++ b/src/libdnssec/keystore/pkcs8.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 . + along with this program. If not, see . */ #include diff --git a/src/libdnssec/keystore/pkcs8_dir.c b/src/libdnssec/keystore/pkcs8_dir.c index bc67ad5764..a77c6a94d8 100644 --- a/src/libdnssec/keystore/pkcs8_dir.c +++ b/src/libdnssec/keystore/pkcs8_dir.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 . + along with this program. If not, see . */ #include diff --git a/src/libdnssec/keytag.h b/src/libdnssec/keytag.h index 5a8424ef8b..7286a8adef 100644 --- a/src/libdnssec/keytag.h +++ b/src/libdnssec/keytag.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/libdnssec/list.h b/src/libdnssec/list.h index 838c0b5ac8..3a5290ec7a 100644 --- a/src/libdnssec/list.h +++ b/src/libdnssec/list.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/libdnssec/list/list.c b/src/libdnssec/list/list.c index 5d9aded81e..f1940cae13 100644 --- a/src/libdnssec/list/list.c +++ b/src/libdnssec/list/list.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 . + along with this program. If not, see . */ #include diff --git a/src/libdnssec/nsec.h b/src/libdnssec/nsec.h index ce69752113..76107786b4 100644 --- a/src/libdnssec/nsec.h +++ b/src/libdnssec/nsec.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/libdnssec/nsec/bitmap.c b/src/libdnssec/nsec/bitmap.c index 001613a3a0..999f16159b 100644 --- a/src/libdnssec/nsec/bitmap.c +++ b/src/libdnssec/nsec/bitmap.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 . + along with this program. If not, see . */ #include diff --git a/src/libdnssec/nsec/hash.c b/src/libdnssec/nsec/hash.c index 897320fa8d..92032becb1 100644 --- a/src/libdnssec/nsec/hash.c +++ b/src/libdnssec/nsec/hash.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 . + along with this program. If not, see . */ #include diff --git a/src/libdnssec/nsec/nsec.c b/src/libdnssec/nsec/nsec.c index bb6084a73f..16d4d26a1f 100644 --- a/src/libdnssec/nsec/nsec.c +++ b/src/libdnssec/nsec/nsec.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 . + along with this program. If not, see . */ #include "libdnssec/nsec.h" diff --git a/src/libdnssec/p11/p11.c b/src/libdnssec/p11/p11.c index 07f34f2f57..c3af544984 100644 --- a/src/libdnssec/p11/p11.c +++ b/src/libdnssec/p11/p11.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 . + along with this program. If not, see . */ #include diff --git a/src/libdnssec/p11/p11.h b/src/libdnssec/p11/p11.h index a0f9969814..dfe978cd51 100644 --- a/src/libdnssec/p11/p11.h +++ b/src/libdnssec/p11/p11.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/libdnssec/random.c b/src/libdnssec/random.c index 30b0c2df67..6dd3263830 100644 --- a/src/libdnssec/random.c +++ b/src/libdnssec/random.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 . + along with this program. If not, see . */ #include diff --git a/src/libdnssec/random.h b/src/libdnssec/random.h index 0886e51023..a62859eead 100644 --- a/src/libdnssec/random.h +++ b/src/libdnssec/random.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/libdnssec/shared/bignum.c b/src/libdnssec/shared/bignum.c index 921a1e6ec4..2e72e982e8 100644 --- a/src/libdnssec/shared/bignum.c +++ b/src/libdnssec/shared/bignum.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 . + along with this program. If not, see . */ #include diff --git a/src/libdnssec/shared/bignum.h b/src/libdnssec/shared/bignum.h index 4186a63e91..e5853fbb8c 100644 --- a/src/libdnssec/shared/bignum.h +++ b/src/libdnssec/shared/bignum.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/libdnssec/shared/binary_wire.h b/src/libdnssec/shared/binary_wire.h index 78ccff09bb..44ea08f28f 100644 --- a/src/libdnssec/shared/binary_wire.h +++ b/src/libdnssec/shared/binary_wire.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/libdnssec/shared/dname.c b/src/libdnssec/shared/dname.c index 51605f6493..056432cb32 100644 --- a/src/libdnssec/shared/dname.c +++ b/src/libdnssec/shared/dname.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 . + along with this program. If not, see . */ #include diff --git a/src/libdnssec/shared/dname.h b/src/libdnssec/shared/dname.h index 82adeb7081..3b2a3e7403 100644 --- a/src/libdnssec/shared/dname.h +++ b/src/libdnssec/shared/dname.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/libdnssec/shared/fs.c b/src/libdnssec/shared/fs.c index 10c25d9a5c..573496320e 100644 --- a/src/libdnssec/shared/fs.c +++ b/src/libdnssec/shared/fs.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 . + along with this program. If not, see . */ #include diff --git a/src/libdnssec/shared/fs.h b/src/libdnssec/shared/fs.h index 542c87bdf2..c0871ecd86 100644 --- a/src/libdnssec/shared/fs.h +++ b/src/libdnssec/shared/fs.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/libdnssec/shared/hex.c b/src/libdnssec/shared/hex.c index 03c149192b..10a7eb28d9 100644 --- a/src/libdnssec/shared/hex.c +++ b/src/libdnssec/shared/hex.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 . + along with this program. If not, see . */ #include diff --git a/src/libdnssec/shared/hex.h b/src/libdnssec/shared/hex.h index 5a47cf4e4a..ac549db269 100644 --- a/src/libdnssec/shared/hex.h +++ b/src/libdnssec/shared/hex.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/libdnssec/shared/keyid_gnutls.c b/src/libdnssec/shared/keyid_gnutls.c index 4fde08e7e4..e9fd60439b 100644 --- a/src/libdnssec/shared/keyid_gnutls.c +++ b/src/libdnssec/shared/keyid_gnutls.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 . + along with this program. If not, see . */ #include diff --git a/src/libdnssec/shared/keyid_gnutls.h b/src/libdnssec/shared/keyid_gnutls.h index 27ee4cdcd4..e9b8de7c2a 100644 --- a/src/libdnssec/shared/keyid_gnutls.h +++ b/src/libdnssec/shared/keyid_gnutls.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/libdnssec/shared/pem.c b/src/libdnssec/shared/pem.c index 0e5ba0057d..42d3a6933c 100644 --- a/src/libdnssec/shared/pem.c +++ b/src/libdnssec/shared/pem.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 . + along with this program. If not, see . */ #include diff --git a/src/libdnssec/shared/pem.h b/src/libdnssec/shared/pem.h index c96065b0fe..bb8242de15 100644 --- a/src/libdnssec/shared/pem.h +++ b/src/libdnssec/shared/pem.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/libdnssec/shared/shared.h b/src/libdnssec/shared/shared.h index 1f55033e60..a488a5d375 100644 --- a/src/libdnssec/shared/shared.h +++ b/src/libdnssec/shared/shared.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/libdnssec/sign.h b/src/libdnssec/sign.h index 431353327f..241e9c9393 100644 --- a/src/libdnssec/sign.h +++ b/src/libdnssec/sign.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/libdnssec/sign/der.c b/src/libdnssec/sign/der.c index 4d79876bfd..cb47fcc7b2 100644 --- a/src/libdnssec/sign/der.c +++ b/src/libdnssec/sign/der.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 . + along with this program. If not, see . */ #include diff --git a/src/libdnssec/sign/der.h b/src/libdnssec/sign/der.h index db8e910def..6d4efae93e 100644 --- a/src/libdnssec/sign/der.h +++ b/src/libdnssec/sign/der.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/libdnssec/sign/sign.c b/src/libdnssec/sign/sign.c index 16b4e64923..8bac0d99ca 100644 --- a/src/libdnssec/sign/sign.c +++ b/src/libdnssec/sign/sign.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 . + along with this program. If not, see . */ #include diff --git a/src/libdnssec/tsig.c b/src/libdnssec/tsig.c index 3edc8a3ca4..5c1a2fdf98 100644 --- a/src/libdnssec/tsig.c +++ b/src/libdnssec/tsig.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 . + along with this program. If not, see . */ #include diff --git a/src/libdnssec/tsig.h b/src/libdnssec/tsig.h index e86198282b..4b961e009f 100644 --- a/src/libdnssec/tsig.h +++ b/src/libdnssec/tsig.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/libdnssec/version.h.in b/src/libdnssec/version.h.in index de8752f36f..b0ec0f0d53 100644 --- a/src/libdnssec/version.h.in +++ b/src/libdnssec/version.h.in @@ -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 . + along with this program. If not, see . */ #pragma once diff --git a/src/libknot/attribute.h b/src/libknot/attribute.h index 629bcc613d..961f21ebfa 100644 --- a/src/libknot/attribute.h +++ b/src/libknot/attribute.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/libknot/codes.c b/src/libknot/codes.c index 55f20fb35e..00356c60c5 100644 --- a/src/libknot/codes.c +++ b/src/libknot/codes.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 . + along with this program. If not, see . */ #include "libknot/attribute.h" diff --git a/src/libknot/codes.h b/src/libknot/codes.h index c5cf323498..fbbece87d3 100644 --- a/src/libknot/codes.h +++ b/src/libknot/codes.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/libknot/consts.h b/src/libknot/consts.h index e516b9fc2a..81fcc6aad0 100644 --- a/src/libknot/consts.h +++ b/src/libknot/consts.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/libknot/control/control.c b/src/libknot/control/control.c index af68cfe9a2..f0b3e346ce 100644 --- a/src/libknot/control/control.c +++ b/src/libknot/control/control.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 . + along with this program. If not, see . */ #include diff --git a/src/libknot/control/control.h b/src/libknot/control/control.h index e4f73a145c..120a43103d 100644 --- a/src/libknot/control/control.h +++ b/src/libknot/control/control.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/libknot/cookies.c b/src/libknot/cookies.c index dd024d5c96..c7a04eaab2 100644 --- a/src/libknot/cookies.c +++ b/src/libknot/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 . + along with this program. If not, see . */ #include diff --git a/src/libknot/cookies.h b/src/libknot/cookies.h index 5bdfb68f72..3f7f9f9522 100644 --- a/src/libknot/cookies.h +++ b/src/libknot/cookies.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/libknot/db/db.h b/src/libknot/db/db.h index f3edc150fc..5255353139 100644 --- a/src/libknot/db/db.h +++ b/src/libknot/db/db.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/libknot/db/db_lmdb.c b/src/libknot/db/db_lmdb.c index f0e7be5c9e..8d3037abb4 100644 --- a/src/libknot/db/db_lmdb.c +++ b/src/libknot/db/db_lmdb.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 . + along with this program. If not, see . */ #include diff --git a/src/libknot/db/db_lmdb.h b/src/libknot/db/db_lmdb.h index d0213cf1e0..a90e29740e 100644 --- a/src/libknot/db/db_lmdb.h +++ b/src/libknot/db/db_lmdb.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/libknot/db/db_trie.c b/src/libknot/db/db_trie.c index d0fbb0ca2c..ca3db32ec0 100644 --- a/src/libknot/db/db_trie.c +++ b/src/libknot/db/db_trie.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 . + along with this program. If not, see . */ #include diff --git a/src/libknot/db/db_trie.h b/src/libknot/db/db_trie.h index d2afdf8275..67c51392de 100644 --- a/src/libknot/db/db_trie.h +++ b/src/libknot/db/db_trie.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/libknot/descriptor.c b/src/libknot/descriptor.c index fa3bbd6a1d..36339d4fd3 100644 --- a/src/libknot/descriptor.c +++ b/src/libknot/descriptor.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 . + along with this program. If not, see . */ #include diff --git a/src/libknot/descriptor.h b/src/libknot/descriptor.h index b91a7a92a4..ba59310a9c 100644 --- a/src/libknot/descriptor.h +++ b/src/libknot/descriptor.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/libknot/dname.c b/src/libknot/dname.c index 1a2790ea63..10246fbf9d 100644 --- a/src/libknot/dname.c +++ b/src/libknot/dname.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 . + along with this program. If not, see . */ #include diff --git a/src/libknot/dname.h b/src/libknot/dname.h index c701610a15..76145218c0 100644 --- a/src/libknot/dname.h +++ b/src/libknot/dname.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/libknot/endian.h b/src/libknot/endian.h index 30bdd77c2d..e282306a50 100644 --- a/src/libknot/endian.h +++ b/src/libknot/endian.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/libknot/errcode.h b/src/libknot/errcode.h index 2fd1cea1c9..974f300eb4 100644 --- a/src/libknot/errcode.h +++ b/src/libknot/errcode.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/libknot/error.c b/src/libknot/error.c index 1524b7911a..4d2fb42f32 100644 --- a/src/libknot/error.c +++ b/src/libknot/error.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 . + along with this program. If not, see . */ #include diff --git a/src/libknot/error.h b/src/libknot/error.h index 26fdddc793..a589e7880e 100644 --- a/src/libknot/error.h +++ b/src/libknot/error.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/libknot/libknot.h b/src/libknot/libknot.h index 472fb8d3b8..e5eba31d14 100644 --- a/src/libknot/libknot.h +++ b/src/libknot/libknot.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/libknot/lookup.h b/src/libknot/lookup.h index 709713e8b0..4a40da909a 100644 --- a/src/libknot/lookup.h +++ b/src/libknot/lookup.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/libknot/mm_ctx.h b/src/libknot/mm_ctx.h index 1d0de702a0..ab29cf3486 100644 --- a/src/libknot/mm_ctx.h +++ b/src/libknot/mm_ctx.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/libknot/packet/compr.h b/src/libknot/packet/compr.h index 22c4a8e79e..ba09ef6431 100644 --- a/src/libknot/packet/compr.h +++ b/src/libknot/packet/compr.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/libknot/packet/pkt.c b/src/libknot/packet/pkt.c index 602d70defc..b336fa50a5 100644 --- a/src/libknot/packet/pkt.c +++ b/src/libknot/packet/pkt.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 . + along with this program. If not, see . */ #include diff --git a/src/libknot/packet/pkt.h b/src/libknot/packet/pkt.h index 96c1e1da6c..46dab19b4c 100644 --- a/src/libknot/packet/pkt.h +++ b/src/libknot/packet/pkt.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/libknot/packet/rrset-wire.c b/src/libknot/packet/rrset-wire.c index dadadd573c..d19f105258 100644 --- a/src/libknot/packet/rrset-wire.c +++ b/src/libknot/packet/rrset-wire.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 . + along with this program. If not, see . */ #include diff --git a/src/libknot/packet/rrset-wire.h b/src/libknot/packet/rrset-wire.h index e4370fd780..a581f64306 100644 --- a/src/libknot/packet/rrset-wire.h +++ b/src/libknot/packet/rrset-wire.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/libknot/packet/wire.h b/src/libknot/packet/wire.h index 26bc80e5cc..ae58c6a760 100644 --- a/src/libknot/packet/wire.h +++ b/src/libknot/packet/wire.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/libknot/rdata.h b/src/libknot/rdata.h index e3a818b422..84a3d5644f 100644 --- a/src/libknot/rdata.h +++ b/src/libknot/rdata.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/libknot/rdataset.c b/src/libknot/rdataset.c index 4767bf9aba..711ec47e95 100644 --- a/src/libknot/rdataset.c +++ b/src/libknot/rdataset.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 . + along with this program. If not, see . */ #include diff --git a/src/libknot/rdataset.h b/src/libknot/rdataset.h index fa1d4df6a3..1680a22931 100644 --- a/src/libknot/rdataset.h +++ b/src/libknot/rdataset.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/libknot/rrset-dump.c b/src/libknot/rrset-dump.c index a1c410a52b..e087875132 100644 --- a/src/libknot/rrset-dump.c +++ b/src/libknot/rrset-dump.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 . + along with this program. If not, see . */ #include diff --git a/src/libknot/rrset-dump.h b/src/libknot/rrset-dump.h index 3bd05de160..df20e6a752 100644 --- a/src/libknot/rrset-dump.h +++ b/src/libknot/rrset-dump.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/libknot/rrset.c b/src/libknot/rrset.c index 67d7aed85c..36cd2ddbfc 100644 --- a/src/libknot/rrset.c +++ b/src/libknot/rrset.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 . + along with this program. If not, see . */ #include diff --git a/src/libknot/rrset.h b/src/libknot/rrset.h index aac9a4c041..f0d05e5383 100644 --- a/src/libknot/rrset.h +++ b/src/libknot/rrset.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/libknot/rrtype/dnskey.h b/src/libknot/rrtype/dnskey.h index ff6f4b9d61..91a421117d 100644 --- a/src/libknot/rrtype/dnskey.h +++ b/src/libknot/rrtype/dnskey.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/libknot/rrtype/ds.h b/src/libknot/rrtype/ds.h index d4479299a6..7c8e6ed2c9 100644 --- a/src/libknot/rrtype/ds.h +++ b/src/libknot/rrtype/ds.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/libknot/rrtype/naptr.c b/src/libknot/rrtype/naptr.c index ec513ca0f5..5e40eac2bb 100644 --- a/src/libknot/rrtype/naptr.c +++ b/src/libknot/rrtype/naptr.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 . + along with this program. If not, see . */ #include diff --git a/src/libknot/rrtype/naptr.h b/src/libknot/rrtype/naptr.h index a067f6415d..0ca5ba6040 100644 --- a/src/libknot/rrtype/naptr.h +++ b/src/libknot/rrtype/naptr.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/libknot/rrtype/nsec.h b/src/libknot/rrtype/nsec.h index 896ab3a86e..82c114a000 100644 --- a/src/libknot/rrtype/nsec.h +++ b/src/libknot/rrtype/nsec.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/libknot/rrtype/nsec3.h b/src/libknot/rrtype/nsec3.h index f69c774aaf..6fc2859507 100644 --- a/src/libknot/rrtype/nsec3.h +++ b/src/libknot/rrtype/nsec3.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/libknot/rrtype/nsec3param.h b/src/libknot/rrtype/nsec3param.h index 239271a661..b758f4df1f 100644 --- a/src/libknot/rrtype/nsec3param.h +++ b/src/libknot/rrtype/nsec3param.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/libknot/rrtype/opt.c b/src/libknot/rrtype/opt.c index 3784858d56..bd44969989 100644 --- a/src/libknot/rrtype/opt.c +++ b/src/libknot/rrtype/opt.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 . + along with this program. If not, see . */ #include diff --git a/src/libknot/rrtype/opt.h b/src/libknot/rrtype/opt.h index 24d80f5399..c2a1464d4a 100644 --- a/src/libknot/rrtype/opt.h +++ b/src/libknot/rrtype/opt.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/libknot/rrtype/rdname.h b/src/libknot/rrtype/rdname.h index 4354a6b554..49e0bd17fb 100644 --- a/src/libknot/rrtype/rdname.h +++ b/src/libknot/rrtype/rdname.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/libknot/rrtype/rrsig.h b/src/libknot/rrtype/rrsig.h index 3a4872fef2..2ceb7e8481 100644 --- a/src/libknot/rrtype/rrsig.h +++ b/src/libknot/rrtype/rrsig.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/libknot/rrtype/soa.h b/src/libknot/rrtype/soa.h index a7aebfca8d..af90d2fb07 100644 --- a/src/libknot/rrtype/soa.h +++ b/src/libknot/rrtype/soa.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/libknot/rrtype/tsig.c b/src/libknot/rrtype/tsig.c index f4b9b71ab8..2925ac507e 100644 --- a/src/libknot/rrtype/tsig.c +++ b/src/libknot/rrtype/tsig.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 . + along with this program. If not, see . */ #include diff --git a/src/libknot/rrtype/tsig.h b/src/libknot/rrtype/tsig.h index 2dd3696c0a..b041a4ff8c 100644 --- a/src/libknot/rrtype/tsig.h +++ b/src/libknot/rrtype/tsig.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/libknot/tsig-op.c b/src/libknot/tsig-op.c index acbcafb442..b035a4a26f 100644 --- a/src/libknot/tsig-op.c +++ b/src/libknot/tsig-op.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 . + along with this program. If not, see . */ #include diff --git a/src/libknot/tsig-op.h b/src/libknot/tsig-op.h index b3e091dd7b..9585893a75 100644 --- a/src/libknot/tsig-op.h +++ b/src/libknot/tsig-op.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/libknot/tsig.c b/src/libknot/tsig.c index 465307b7f8..311780556c 100644 --- a/src/libknot/tsig.c +++ b/src/libknot/tsig.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 . + along with this program. If not, see . */ #include diff --git a/src/libknot/tsig.h b/src/libknot/tsig.h index f3e4bbaff6..659b027bf4 100644 --- a/src/libknot/tsig.h +++ b/src/libknot/tsig.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/libknot/version.h.in b/src/libknot/version.h.in index bbe8742a37..996b627986 100644 --- a/src/libknot/version.h.in +++ b/src/libknot/version.h.in @@ -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 . + along with this program. If not, see . */ #pragma once diff --git a/src/libknot/wire.h b/src/libknot/wire.h index 5f69d9f6e0..8775ee661a 100644 --- a/src/libknot/wire.h +++ b/src/libknot/wire.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/libknot/yparser/yparser.c b/src/libknot/yparser/yparser.c index 91d472dffc..03a746132c 100644 --- a/src/libknot/yparser/yparser.c +++ b/src/libknot/yparser/yparser.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 . + along with this program. If not, see . */ #include diff --git a/src/libknot/yparser/yparser.h b/src/libknot/yparser/yparser.h index b01870d442..0d3f2099d5 100644 --- a/src/libknot/yparser/yparser.h +++ b/src/libknot/yparser/yparser.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/libknot/yparser/ypbody.c b/src/libknot/yparser/ypbody.c index 467b613d80..f1b13c587c 100644 --- a/src/libknot/yparser/ypbody.c +++ b/src/libknot/yparser/ypbody.c @@ -12,7 +12,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 . + along with this program. If not, see . */ #include diff --git a/src/libknot/yparser/ypbody.rl b/src/libknot/yparser/ypbody.rl index fbcdbf31b4..9e1f9830f9 100644 --- a/src/libknot/yparser/ypbody.rl +++ b/src/libknot/yparser/ypbody.rl @@ -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 . + along with this program. If not, see . */ #include diff --git a/src/libknot/yparser/ypformat.c b/src/libknot/yparser/ypformat.c index 2648c75719..7b0963aec6 100644 --- a/src/libknot/yparser/ypformat.c +++ b/src/libknot/yparser/ypformat.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 . + along with this program. If not, see . */ #include diff --git a/src/libknot/yparser/ypformat.h b/src/libknot/yparser/ypformat.h index 605d5092eb..5a2a6e8ad6 100644 --- a/src/libknot/yparser/ypformat.h +++ b/src/libknot/yparser/ypformat.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/libknot/yparser/ypschema.c b/src/libknot/yparser/ypschema.c index db438b004a..dff788a8f4 100644 --- a/src/libknot/yparser/ypschema.c +++ b/src/libknot/yparser/ypschema.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 . + along with this program. If not, see . */ #include diff --git a/src/libknot/yparser/ypschema.h b/src/libknot/yparser/ypschema.h index 972a781a31..97247195c8 100644 --- a/src/libknot/yparser/ypschema.h +++ b/src/libknot/yparser/ypschema.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/libknot/yparser/yptrafo.c b/src/libknot/yparser/yptrafo.c index 581aa3289d..2204f10560 100644 --- a/src/libknot/yparser/yptrafo.c +++ b/src/libknot/yparser/yptrafo.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 . + along with this program. If not, see . */ #include diff --git a/src/libknot/yparser/yptrafo.h b/src/libknot/yparser/yptrafo.h index 59fd4c8485..4550c8441e 100644 --- a/src/libknot/yparser/yptrafo.h +++ b/src/libknot/yparser/yptrafo.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/libzscanner/error.c b/src/libzscanner/error.c index da487fb550..aa0418ee00 100644 --- a/src/libzscanner/error.c +++ b/src/libzscanner/error.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 . + along with this program. If not, see . */ #include diff --git a/src/libzscanner/error.h b/src/libzscanner/error.h index c54712749f..884511e1df 100644 --- a/src/libzscanner/error.h +++ b/src/libzscanner/error.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/libzscanner/functions.c b/src/libzscanner/functions.c index d9a1477caa..4430820c7f 100644 --- a/src/libzscanner/functions.c +++ b/src/libzscanner/functions.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 . + along with this program. If not, see . */ #include diff --git a/src/libzscanner/functions.h b/src/libzscanner/functions.h index ba1bc168df..0dade37edd 100644 --- a/src/libzscanner/functions.h +++ b/src/libzscanner/functions.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/libzscanner/scanner.c.g2 b/src/libzscanner/scanner.c.g2 index ad1d77442c..30b35cdbef 100644 --- a/src/libzscanner/scanner.c.g2 +++ b/src/libzscanner/scanner.c.g2 @@ -12,7 +12,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 . + along with this program. If not, see . */ #include diff --git a/src/libzscanner/scanner.c.t0 b/src/libzscanner/scanner.c.t0 index 29205f6571..115ddeec92 100644 --- a/src/libzscanner/scanner.c.t0 +++ b/src/libzscanner/scanner.c.t0 @@ -12,7 +12,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 . + along with this program. If not, see . */ #include diff --git a/src/libzscanner/scanner.h b/src/libzscanner/scanner.h index 283dce5ccf..576f7f2de8 100644 --- a/src/libzscanner/scanner.h +++ b/src/libzscanner/scanner.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/libzscanner/scanner.rl b/src/libzscanner/scanner.rl index 4050b562da..807b7297c5 100644 --- a/src/libzscanner/scanner.rl +++ b/src/libzscanner/scanner.rl @@ -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 . + along with this program. If not, see . */ #include diff --git a/src/libzscanner/scanner_body.rl b/src/libzscanner/scanner_body.rl index 022cc9b89d..223f43960b 100644 --- a/src/libzscanner/scanner_body.rl +++ b/src/libzscanner/scanner_body.rl @@ -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 . + along with this program. If not, see . */ %%{ machine zone_scanner; diff --git a/src/libzscanner/version.h.in b/src/libzscanner/version.h.in index bdbee9aa27..d7e4044359 100644 --- a/src/libzscanner/version.h.in +++ b/src/libzscanner/version.h.in @@ -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 . + along with this program. If not, see . */ #pragma once diff --git a/src/utils/common/cert.c b/src/utils/common/cert.c index b9cf2c490b..1b76b23df5 100644 --- a/src/utils/common/cert.c +++ b/src/utils/common/cert.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 . + along with this program. If not, see . */ #include diff --git a/src/utils/common/cert.h b/src/utils/common/cert.h index ad4901b925..51e3d53acd 100644 --- a/src/utils/common/cert.h +++ b/src/utils/common/cert.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/utils/common/exec.c b/src/utils/common/exec.c index 9b97fba681..a1603dc49e 100644 --- a/src/utils/common/exec.c +++ b/src/utils/common/exec.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 . + along with this program. If not, see . */ #include diff --git a/src/utils/common/exec.h b/src/utils/common/exec.h index 0c5ad5dfb9..57758abd3a 100644 --- a/src/utils/common/exec.h +++ b/src/utils/common/exec.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/utils/common/hex.c b/src/utils/common/hex.c index 2ffa9f20cd..3d4360d930 100644 --- a/src/utils/common/hex.c +++ b/src/utils/common/hex.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 . + along with this program. If not, see . */ #include diff --git a/src/utils/common/hex.h b/src/utils/common/hex.h index 8f9f445935..c0d2113123 100644 --- a/src/utils/common/hex.h +++ b/src/utils/common/hex.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 . + along with this program. If not, see . */ /*! diff --git a/src/utils/common/lookup.c b/src/utils/common/lookup.c index 168d649857..c61dc5b719 100644 --- a/src/utils/common/lookup.c +++ b/src/utils/common/lookup.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 . + along with this program. If not, see . */ #include diff --git a/src/utils/common/lookup.h b/src/utils/common/lookup.h index a8eb065fa8..cea8a486d6 100644 --- a/src/utils/common/lookup.h +++ b/src/utils/common/lookup.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/utils/common/msg.c b/src/utils/common/msg.c index c3375d30d0..e4304398c3 100644 --- a/src/utils/common/msg.c +++ b/src/utils/common/msg.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 . + along with this program. If not, see . */ #include diff --git a/src/utils/common/msg.h b/src/utils/common/msg.h index a300afe4de..23b4164f02 100644 --- a/src/utils/common/msg.h +++ b/src/utils/common/msg.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 . + along with this program. If not, see . */ /*! * \file msg.h diff --git a/src/utils/common/netio.c b/src/utils/common/netio.c index 892371713a..e07caf9456 100644 --- a/src/utils/common/netio.c +++ b/src/utils/common/netio.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 . + along with this program. If not, see . */ #include diff --git a/src/utils/common/netio.h b/src/utils/common/netio.h index d861149577..b54507ebe1 100644 --- a/src/utils/common/netio.h +++ b/src/utils/common/netio.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/utils/common/params.c b/src/utils/common/params.c index e374314076..ae46047020 100644 --- a/src/utils/common/params.c +++ b/src/utils/common/params.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 . + along with this program. If not, see . */ #include diff --git a/src/utils/common/params.h b/src/utils/common/params.h index e9cc8717e2..c68ce6076e 100644 --- a/src/utils/common/params.h +++ b/src/utils/common/params.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 . + along with this program. If not, see . */ /*! * \file diff --git a/src/utils/common/resolv.c b/src/utils/common/resolv.c index b5f84c55d8..010506c7bc 100644 --- a/src/utils/common/resolv.c +++ b/src/utils/common/resolv.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 . + along with this program. If not, see . */ #include diff --git a/src/utils/common/resolv.h b/src/utils/common/resolv.h index bcf1a0fc45..98b5db58c6 100644 --- a/src/utils/common/resolv.h +++ b/src/utils/common/resolv.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 . + along with this program. If not, see . */ /*! * \file resolv.h diff --git a/src/utils/common/sign.c b/src/utils/common/sign.c index f8e9f29cc1..52267ad1f3 100644 --- a/src/utils/common/sign.c +++ b/src/utils/common/sign.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 . + along with this program. If not, see . */ #include diff --git a/src/utils/common/sign.h b/src/utils/common/sign.h index d1912a0caf..fdfcbd8e49 100644 --- a/src/utils/common/sign.h +++ b/src/utils/common/sign.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/utils/common/tls.c b/src/utils/common/tls.c index 36a28643df..a3057b6e5e 100644 --- a/src/utils/common/tls.c +++ b/src/utils/common/tls.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 . + along with this program. If not, see . */ #include diff --git a/src/utils/common/tls.h b/src/utils/common/tls.h index 50c3a90fce..97bec43f09 100644 --- a/src/utils/common/tls.h +++ b/src/utils/common/tls.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/utils/common/token.c b/src/utils/common/token.c index 0bba3c7258..c9a0f0c2a9 100644 --- a/src/utils/common/token.c +++ b/src/utils/common/token.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 . + along with this program. If not, see . */ #include diff --git a/src/utils/common/token.h b/src/utils/common/token.h index b4d33d2f83..90d3eab81a 100644 --- a/src/utils/common/token.h +++ b/src/utils/common/token.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 . + along with this program. If not, see . */ /*! * \file token.h diff --git a/src/utils/kdig/kdig_exec.c b/src/utils/kdig/kdig_exec.c index 03908e2293..147afd6bd1 100644 --- a/src/utils/kdig/kdig_exec.c +++ b/src/utils/kdig/kdig_exec.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 . + along with this program. If not, see . */ #include diff --git a/src/utils/kdig/kdig_exec.h b/src/utils/kdig/kdig_exec.h index ee6c5480da..99167ce9ce 100644 --- a/src/utils/kdig/kdig_exec.h +++ b/src/utils/kdig/kdig_exec.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/utils/kdig/kdig_main.c b/src/utils/kdig/kdig_main.c index 0cfcd47c56..4381efb656 100644 --- a/src/utils/kdig/kdig_main.c +++ b/src/utils/kdig/kdig_main.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 . + along with this program. If not, see . */ #include diff --git a/src/utils/kdig/kdig_params.c b/src/utils/kdig/kdig_params.c index 09eaacf78f..afe908e0f5 100644 --- a/src/utils/kdig/kdig_params.c +++ b/src/utils/kdig/kdig_params.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 . + along with this program. If not, see . */ #include diff --git a/src/utils/kdig/kdig_params.h b/src/utils/kdig/kdig_params.h index 17907ab55c..dcb5935260 100644 --- a/src/utils/kdig/kdig_params.h +++ b/src/utils/kdig/kdig_params.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/utils/keymgr/bind_privkey.c b/src/utils/keymgr/bind_privkey.c index 7e140e495b..7e4fb5cf94 100644 --- a/src/utils/keymgr/bind_privkey.c +++ b/src/utils/keymgr/bind_privkey.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 . + along with this program. If not, see . */ #include diff --git a/src/utils/keymgr/bind_privkey.h b/src/utils/keymgr/bind_privkey.h index 6c58e1da58..66ad6e717b 100644 --- a/src/utils/keymgr/bind_privkey.h +++ b/src/utils/keymgr/bind_privkey.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/utils/keymgr/functions.c b/src/utils/keymgr/functions.c index 6991a84db1..017f54f8a4 100644 --- a/src/utils/keymgr/functions.c +++ b/src/utils/keymgr/functions.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 . + along with this program. If not, see . */ #include diff --git a/src/utils/keymgr/functions.h b/src/utils/keymgr/functions.h index 653957b3f4..dda367f939 100644 --- a/src/utils/keymgr/functions.h +++ b/src/utils/keymgr/functions.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/utils/keymgr/main.c b/src/utils/keymgr/main.c index d132341e79..a854a8e808 100644 --- a/src/utils/keymgr/main.c +++ b/src/utils/keymgr/main.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 . + along with this program. If not, see . */ #include diff --git a/src/utils/khost/khost_main.c b/src/utils/khost/khost_main.c index fc3fe1742b..00f1cb884f 100644 --- a/src/utils/khost/khost_main.c +++ b/src/utils/khost/khost_main.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 . + along with this program. If not, see . */ #include diff --git a/src/utils/khost/khost_params.c b/src/utils/khost/khost_params.c index bd5f09577e..557ca398e6 100644 --- a/src/utils/khost/khost_params.c +++ b/src/utils/khost/khost_params.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 . + along with this program. If not, see . */ #include diff --git a/src/utils/khost/khost_params.h b/src/utils/khost/khost_params.h index 7fbd1f5fad..6f019fe915 100644 --- a/src/utils/khost/khost_params.h +++ b/src/utils/khost/khost_params.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/utils/kjournalprint/main.c b/src/utils/kjournalprint/main.c index 920782dd9e..af88813152 100644 --- a/src/utils/kjournalprint/main.c +++ b/src/utils/kjournalprint/main.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 . + along with this program. If not, see . */ #include diff --git a/src/utils/knotc/commands.c b/src/utils/knotc/commands.c index 9b379f21b3..3129c0287e 100644 --- a/src/utils/knotc/commands.c +++ b/src/utils/knotc/commands.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 . + along with this program. If not, see . */ #include diff --git a/src/utils/knotc/commands.h b/src/utils/knotc/commands.h index 5cabaf1c95..8e2fd5cdd3 100644 --- a/src/utils/knotc/commands.h +++ b/src/utils/knotc/commands.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/utils/knotc/estimator.c b/src/utils/knotc/estimator.c index f1fa1a7f3b..668e42609d 100644 --- a/src/utils/knotc/estimator.c +++ b/src/utils/knotc/estimator.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 . + along with this program. If not, see . */ #include diff --git a/src/utils/knotc/estimator.h b/src/utils/knotc/estimator.h index ee05d5ff72..65ff950afd 100644 --- a/src/utils/knotc/estimator.h +++ b/src/utils/knotc/estimator.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/utils/knotc/interactive.c b/src/utils/knotc/interactive.c index ad14104171..bdda64cb89 100644 --- a/src/utils/knotc/interactive.c +++ b/src/utils/knotc/interactive.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 . + along with this program. If not, see . */ #include diff --git a/src/utils/knotc/interactive.h b/src/utils/knotc/interactive.h index 6c7b3be2e4..67c713425b 100644 --- a/src/utils/knotc/interactive.h +++ b/src/utils/knotc/interactive.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/utils/knotc/main.c b/src/utils/knotc/main.c index 6f69ea26a0..7e5ce47ceb 100644 --- a/src/utils/knotc/main.c +++ b/src/utils/knotc/main.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 . + along with this program. If not, see . */ #include diff --git a/src/utils/knotc/process.c b/src/utils/knotc/process.c index 7f0502f6df..d46ae7b29a 100644 --- a/src/utils/knotc/process.c +++ b/src/utils/knotc/process.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 . + along with this program. If not, see . */ #include diff --git a/src/utils/knotc/process.h b/src/utils/knotc/process.h index 20b53573e9..29f61dd61c 100644 --- a/src/utils/knotc/process.h +++ b/src/utils/knotc/process.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/utils/knotd/main.c b/src/utils/knotd/main.c index b2bcc8356e..c144f34b92 100644 --- a/src/utils/knotd/main.c +++ b/src/utils/knotd/main.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 . + along with this program. If not, see . */ #include diff --git a/src/utils/knsec3hash/knsec3hash.c b/src/utils/knsec3hash/knsec3hash.c index b901676556..ded498f8e9 100644 --- a/src/utils/knsec3hash/knsec3hash.c +++ b/src/utils/knsec3hash/knsec3hash.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 . + along with this program. If not, see . */ #include diff --git a/src/utils/knsupdate/knsupdate_exec.c b/src/utils/knsupdate/knsupdate_exec.c index a92de88582..bb23d2f528 100644 --- a/src/utils/knsupdate/knsupdate_exec.c +++ b/src/utils/knsupdate/knsupdate_exec.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 . + along with this program. If not, see . */ #include diff --git a/src/utils/knsupdate/knsupdate_exec.h b/src/utils/knsupdate/knsupdate_exec.h index 182c1419e6..e4af8baa21 100644 --- a/src/utils/knsupdate/knsupdate_exec.h +++ b/src/utils/knsupdate/knsupdate_exec.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/utils/knsupdate/knsupdate_main.c b/src/utils/knsupdate/knsupdate_main.c index 69d471f4d4..a27ea8e12d 100644 --- a/src/utils/knsupdate/knsupdate_main.c +++ b/src/utils/knsupdate/knsupdate_main.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 . + along with this program. If not, see . */ #include diff --git a/src/utils/knsupdate/knsupdate_params.c b/src/utils/knsupdate/knsupdate_params.c index f2eee91990..9eab70759f 100644 --- a/src/utils/knsupdate/knsupdate_params.c +++ b/src/utils/knsupdate/knsupdate_params.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 . + along with this program. If not, see . */ #include diff --git a/src/utils/knsupdate/knsupdate_params.h b/src/utils/knsupdate/knsupdate_params.h index 2c0c391e54..5b0bda67c0 100644 --- a/src/utils/knsupdate/knsupdate_params.h +++ b/src/utils/knsupdate/knsupdate_params.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 . + along with this program. If not, see . */ #pragma once diff --git a/src/utils/kzonecheck/main.c b/src/utils/kzonecheck/main.c index 2e8ce71c61..d76f4cae87 100644 --- a/src/utils/kzonecheck/main.c +++ b/src/utils/kzonecheck/main.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 . + along with this program. If not, see . */ #include diff --git a/src/utils/kzonecheck/zone_check.c b/src/utils/kzonecheck/zone_check.c index 5ddc7d04d9..0318bfd429 100644 --- a/src/utils/kzonecheck/zone_check.c +++ b/src/utils/kzonecheck/zone_check.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 . + along with this program. If not, see . */ #include diff --git a/src/utils/kzonecheck/zone_check.h b/src/utils/kzonecheck/zone_check.h index 67b0f5eb4c..cb34dc1a86 100644 --- a/src/utils/kzonecheck/zone_check.h +++ b/src/utils/kzonecheck/zone_check.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 . + along with this program. If not, see . */ #pragma once diff --git a/tests-fuzz/fuzz_dname_from_str.c b/tests-fuzz/fuzz_dname_from_str.c index a34588799c..61a3dc9143 100644 --- a/tests-fuzz/fuzz_dname_from_str.c +++ b/tests-fuzz/fuzz_dname_from_str.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 . + along with this program. If not, see . */ #include diff --git a/tests-fuzz/fuzz_dname_to_str.c b/tests-fuzz/fuzz_dname_to_str.c index 1cf7fc0b79..fcc217f105 100644 --- a/tests-fuzz/fuzz_dname_to_str.c +++ b/tests-fuzz/fuzz_dname_to_str.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 . + along with this program. If not, see . */ #include "libknot/dname.h" diff --git a/tests-fuzz/fuzz_packet.c b/tests-fuzz/fuzz_packet.c index 61362c2f12..ee4e8af138 100644 --- a/tests-fuzz/fuzz_packet.c +++ b/tests-fuzz/fuzz_packet.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 . + along with this program. If not, see . */ #include diff --git a/tests-fuzz/fuzz_zscanner.c b/tests-fuzz/fuzz_zscanner.c index cb89545812..4a4568f60f 100644 --- a/tests-fuzz/fuzz_zscanner.c +++ b/tests-fuzz/fuzz_zscanner.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 . + along with this program. If not, see . */ #include diff --git a/tests-fuzz/knotd_wrap/afl-loop.h b/tests-fuzz/knotd_wrap/afl-loop.h index 0515b3a439..87ae9c30cf 100644 --- a/tests-fuzz/knotd_wrap/afl-loop.h +++ b/tests-fuzz/knotd_wrap/afl-loop.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 . + along with this program. If not, see . */ #pragma once diff --git a/tests-fuzz/knotd_wrap/server.c b/tests-fuzz/knotd_wrap/server.c index 2a75cd1917..9a34ef7344 100644 --- a/tests-fuzz/knotd_wrap/server.c +++ b/tests-fuzz/knotd_wrap/server.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 . + along with this program. If not, see . */ #define server_reconfigure orig_server_reconfigure diff --git a/tests-fuzz/knotd_wrap/tcp-handler.c b/tests-fuzz/knotd_wrap/tcp-handler.c index fca9cf5bf9..59b13fb3e4 100644 --- a/tests-fuzz/knotd_wrap/tcp-handler.c +++ b/tests-fuzz/knotd_wrap/tcp-handler.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 . + along with this program. If not, see . */ #define tcp_master orig_tcp_master diff --git a/tests-fuzz/knotd_wrap/udp-handler.c b/tests-fuzz/knotd_wrap/udp-handler.c index 8f6401ce47..f7de5a2e89 100644 --- a/tests-fuzz/knotd_wrap/udp-handler.c +++ b/tests-fuzz/knotd_wrap/udp-handler.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 . + along with this program. If not, see . */ #include "knot/server/udp-handler.c" diff --git a/tests/contrib/test_base32hex.c b/tests/contrib/test_base32hex.c index 4c52fad8b2..e49aa30613 100644 --- a/tests/contrib/test_base32hex.c +++ b/tests/contrib/test_base32hex.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 . + along with this program. If not, see . */ #include diff --git a/tests/contrib/test_base64.c b/tests/contrib/test_base64.c index 45e4e55621..57199b5cc4 100644 --- a/tests/contrib/test_base64.c +++ b/tests/contrib/test_base64.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 . + along with this program. If not, see . */ #include diff --git a/tests/contrib/test_dynarray.c b/tests/contrib/test_dynarray.c index 3e4c57fa6e..1e42802cce 100644 --- a/tests/contrib/test_dynarray.c +++ b/tests/contrib/test_dynarray.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 . + along with this program. If not, see . */ #include diff --git a/tests/contrib/test_heap.c b/tests/contrib/test_heap.c index e49204c8f9..7dc597538a 100644 --- a/tests/contrib/test_heap.c +++ b/tests/contrib/test_heap.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 . + along with this program. If not, see . */ #include diff --git a/tests/contrib/test_net.c b/tests/contrib/test_net.c index 95833625e5..a52c884f87 100644 --- a/tests/contrib/test_net.c +++ b/tests/contrib/test_net.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 . + along with this program. If not, see . */ #include diff --git a/tests/contrib/test_net_shortwrite.c b/tests/contrib/test_net_shortwrite.c index 37b80acda8..772535fa45 100644 --- a/tests/contrib/test_net_shortwrite.c +++ b/tests/contrib/test_net_shortwrite.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 . + along with this program. If not, see . */ #include diff --git a/tests/contrib/test_qp-cow.c b/tests/contrib/test_qp-cow.c index f2c5bc9a78..a6c804ddb7 100644 --- a/tests/contrib/test_qp-cow.c +++ b/tests/contrib/test_qp-cow.c @@ -12,7 +12,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 . + along with this program. If not, see . */ #include diff --git a/tests/contrib/test_qp-trie.c b/tests/contrib/test_qp-trie.c index 5176c355ea..b906f68bbe 100644 --- a/tests/contrib/test_qp-trie.c +++ b/tests/contrib/test_qp-trie.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 . + along with this program. If not, see . */ #include diff --git a/tests/contrib/test_siphash.c b/tests/contrib/test_siphash.c index b7e2739f74..1ca019b630 100644 --- a/tests/contrib/test_siphash.c +++ b/tests/contrib/test_siphash.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 . + along with this program. If not, see . */ #include diff --git a/tests/contrib/test_sockaddr.c b/tests/contrib/test_sockaddr.c index 5f8050718b..3801f35886 100644 --- a/tests/contrib/test_sockaddr.c +++ b/tests/contrib/test_sockaddr.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 . + along with this program. If not, see . */ #include diff --git a/tests/contrib/test_string.c b/tests/contrib/test_string.c index fca8b8a9ef..1623aa8cbd 100644 --- a/tests/contrib/test_string.c +++ b/tests/contrib/test_string.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 . + along with this program. If not, see . */ #include diff --git a/tests/contrib/test_strtonum.c b/tests/contrib/test_strtonum.c index 48f2559a57..20ab49bceb 100644 --- a/tests/contrib/test_strtonum.c +++ b/tests/contrib/test_strtonum.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 . + along with this program. If not, see . */ #include diff --git a/tests/contrib/test_time.c b/tests/contrib/test_time.c index 203d22eb99..54e0379283 100644 --- a/tests/contrib/test_time.c +++ b/tests/contrib/test_time.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 . + along with this program. If not, see . */ #include diff --git a/tests/contrib/test_wire_ctx.c b/tests/contrib/test_wire_ctx.c index 93456c35a9..97741d65fb 100644 --- a/tests/contrib/test_wire_ctx.c +++ b/tests/contrib/test_wire_ctx.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 . + along with this program. If not, see . */ #include diff --git a/tests/knot/test_acl.c b/tests/knot/test_acl.c index be35607ee3..4bf1b441d9 100644 --- a/tests/knot/test_acl.c +++ b/tests/knot/test_acl.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 . + along with this program. If not, see . */ #include diff --git a/tests/knot/test_changeset.c b/tests/knot/test_changeset.c index 16179ec7e5..ff8e49a5f2 100644 --- a/tests/knot/test_changeset.c +++ b/tests/knot/test_changeset.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 . + along with this program. If not, see . */ #include diff --git a/tests/knot/test_conf.c b/tests/knot/test_conf.c index 59ae4dda5e..afdfa924df 100644 --- a/tests/knot/test_conf.c +++ b/tests/knot/test_conf.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 . + along with this program. If not, see . */ #include diff --git a/tests/knot/test_conf.h b/tests/knot/test_conf.h index 708692a3b8..8c0f51e625 100644 --- a/tests/knot/test_conf.h +++ b/tests/knot/test_conf.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 . + along with this program. If not, see . */ #pragma once diff --git a/tests/knot/test_conf_tools.c b/tests/knot/test_conf_tools.c index 178b2699f3..2e003656d8 100644 --- a/tests/knot/test_conf_tools.c +++ b/tests/knot/test_conf_tools.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 . + along with this program. If not, see . */ #include diff --git a/tests/knot/test_confdb.c b/tests/knot/test_confdb.c index a6508726c8..2c63b88330 100644 --- a/tests/knot/test_confdb.c +++ b/tests/knot/test_confdb.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 . + along with this program. If not, see . */ #include diff --git a/tests/knot/test_confio.c b/tests/knot/test_confio.c index 604f4285da..ef67bbdf90 100644 --- a/tests/knot/test_confio.c +++ b/tests/knot/test_confio.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 . + along with this program. If not, see . */ #include diff --git a/tests/knot/test_dthreads.c b/tests/knot/test_dthreads.c index 0637e7cf31..c2c9da2c05 100644 --- a/tests/knot/test_dthreads.c +++ b/tests/knot/test_dthreads.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 . + along with this program. If not, see . */ #include diff --git a/tests/knot/test_fdset.c b/tests/knot/test_fdset.c index 181838ce0f..10d1b4259b 100644 --- a/tests/knot/test_fdset.c +++ b/tests/knot/test_fdset.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 . + along with this program. If not, see . */ #include diff --git a/tests/knot/test_journal.c b/tests/knot/test_journal.c index 457cde09e8..91fbac7e04 100644 --- a/tests/knot/test_journal.c +++ b/tests/knot/test_journal.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 . + along with this program. If not, see . */ #include diff --git a/tests/knot/test_kasp_db.c b/tests/knot/test_kasp_db.c index d775d0a7c8..e7765968c1 100644 --- a/tests/knot/test_kasp_db.c +++ b/tests/knot/test_kasp_db.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 . + along with this program. If not, see . */ #include diff --git a/tests/knot/test_node.c b/tests/knot/test_node.c index ef2a01d180..3abacaa7bf 100644 --- a/tests/knot/test_node.c +++ b/tests/knot/test_node.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 . + along with this program. If not, see . */ #include diff --git a/tests/knot/test_process_query.c b/tests/knot/test_process_query.c index aa678773a8..4ccb0ea2d7 100644 --- a/tests/knot/test_process_query.c +++ b/tests/knot/test_process_query.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 . + along with this program. If not, see . */ #include diff --git a/tests/knot/test_query_module.c b/tests/knot/test_query_module.c index cb4a606b3d..bb8dc0376e 100644 --- a/tests/knot/test_query_module.c +++ b/tests/knot/test_query_module.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 . + along with this program. If not, see . */ #include diff --git a/tests/knot/test_requestor.c b/tests/knot/test_requestor.c index ea87fb74fa..ea3a186eb6 100644 --- a/tests/knot/test_requestor.c +++ b/tests/knot/test_requestor.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 . + along with this program. If not, see . */ #include diff --git a/tests/knot/test_server.c b/tests/knot/test_server.c index c1cc2ad8ba..d8737f3dac 100644 --- a/tests/knot/test_server.c +++ b/tests/knot/test_server.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 . + along with this program. If not, see . */ #include diff --git a/tests/knot/test_server.h b/tests/knot/test_server.h index 4a6e4274c5..64d69b023b 100644 --- a/tests/knot/test_server.h +++ b/tests/knot/test_server.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 . + along with this program. If not, see . */ #pragma once diff --git a/tests/knot/test_worker_pool.c b/tests/knot/test_worker_pool.c index e644aa63a9..561e3bb034 100644 --- a/tests/knot/test_worker_pool.c +++ b/tests/knot/test_worker_pool.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 . + along with this program. If not, see . */ #include diff --git a/tests/knot/test_worker_queue.c b/tests/knot/test_worker_queue.c index d35f0aaa64..4136c9bc7b 100644 --- a/tests/knot/test_worker_queue.c +++ b/tests/knot/test_worker_queue.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 . + along with this program. If not, see . */ #include diff --git a/tests/knot/test_zone-tree.c b/tests/knot/test_zone-tree.c index a1fab68738..69fdde8b97 100644 --- a/tests/knot/test_zone-tree.c +++ b/tests/knot/test_zone-tree.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 . + along with this program. If not, see . */ #include diff --git a/tests/knot/test_zone-update.c b/tests/knot/test_zone-update.c index 5e528dda18..c3ba2e0ece 100644 --- a/tests/knot/test_zone-update.c +++ b/tests/knot/test_zone-update.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 . + along with this program. If not, see . */ #include diff --git a/tests/knot/test_zone_events.c b/tests/knot/test_zone_events.c index 801c2d98e9..2be88274e2 100644 --- a/tests/knot/test_zone_events.c +++ b/tests/knot/test_zone_events.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 . + along with this program. If not, see . */ #include diff --git a/tests/knot/test_zone_serial.c b/tests/knot/test_zone_serial.c index 73b7f4c740..ea43c533ae 100644 --- a/tests/knot/test_zone_serial.c +++ b/tests/knot/test_zone_serial.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 . + along with this program. If not, see . */ #include diff --git a/tests/knot/test_zone_timers.c b/tests/knot/test_zone_timers.c index d60aa8e5d4..86f3be6e87 100644 --- a/tests/knot/test_zone_timers.c +++ b/tests/knot/test_zone_timers.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 . + along with this program. If not, see . */ #include diff --git a/tests/knot/test_zonedb.c b/tests/knot/test_zonedb.c index 3ec2b9350a..73d30cb16e 100644 --- a/tests/knot/test_zonedb.c +++ b/tests/knot/test_zonedb.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 . + along with this program. If not, see . */ #include diff --git a/tests/libdnssec/sample_keys.h b/tests/libdnssec/sample_keys.h index c788ed5108..0a75583167 100644 --- a/tests/libdnssec/sample_keys.h +++ b/tests/libdnssec/sample_keys.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 . + along with this program. If not, see . */ #pragma once diff --git a/tests/libdnssec/test_binary.c b/tests/libdnssec/test_binary.c index cab3185156..abba6eb99e 100644 --- a/tests/libdnssec/test_binary.c +++ b/tests/libdnssec/test_binary.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 . + along with this program. If not, see . */ #include diff --git a/tests/libdnssec/test_crypto.c b/tests/libdnssec/test_crypto.c index 617637b609..04d8e3e92d 100644 --- a/tests/libdnssec/test_crypto.c +++ b/tests/libdnssec/test_crypto.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 . + along with this program. If not, see . */ #include diff --git a/tests/libdnssec/test_key.c b/tests/libdnssec/test_key.c index a291de4d99..d40b04e7d2 100644 --- a/tests/libdnssec/test_key.c +++ b/tests/libdnssec/test_key.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 . + along with this program. If not, see . */ #include diff --git a/tests/libdnssec/test_key_algorithm.c b/tests/libdnssec/test_key_algorithm.c index edffbaa2ff..185d41b34c 100644 --- a/tests/libdnssec/test_key_algorithm.c +++ b/tests/libdnssec/test_key_algorithm.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 . + along with this program. If not, see . */ #include diff --git a/tests/libdnssec/test_key_ds.c b/tests/libdnssec/test_key_ds.c index 25d7c9d0ab..17131af608 100644 --- a/tests/libdnssec/test_key_ds.c +++ b/tests/libdnssec/test_key_ds.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 . + along with this program. If not, see . */ #include diff --git a/tests/libdnssec/test_keyid.c b/tests/libdnssec/test_keyid.c index 15bfe983f6..a0b723208a 100644 --- a/tests/libdnssec/test_keyid.c +++ b/tests/libdnssec/test_keyid.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 . + along with this program. If not, see . */ #include diff --git a/tests/libdnssec/test_keystore_pkcs11.c b/tests/libdnssec/test_keystore_pkcs11.c index c83eb82862..1556b1cade 100644 --- a/tests/libdnssec/test_keystore_pkcs11.c +++ b/tests/libdnssec/test_keystore_pkcs11.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 . + along with this program. If not, see . */ #include diff --git a/tests/libdnssec/test_keystore_pkcs8.c b/tests/libdnssec/test_keystore_pkcs8.c index b7c74e705f..bf8e87d585 100644 --- a/tests/libdnssec/test_keystore_pkcs8.c +++ b/tests/libdnssec/test_keystore_pkcs8.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 . + along with this program. If not, see . */ #include diff --git a/tests/libdnssec/test_keystore_pkcs8_dir.c b/tests/libdnssec/test_keystore_pkcs8_dir.c index 124b8c361e..8748300b11 100644 --- a/tests/libdnssec/test_keystore_pkcs8_dir.c +++ b/tests/libdnssec/test_keystore_pkcs8_dir.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 . + along with this program. If not, see . */ #include diff --git a/tests/libdnssec/test_keytag.c b/tests/libdnssec/test_keytag.c index f71426edd0..a8155fe986 100644 --- a/tests/libdnssec/test_keytag.c +++ b/tests/libdnssec/test_keytag.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 . + along with this program. If not, see . */ #include diff --git a/tests/libdnssec/test_list.c b/tests/libdnssec/test_list.c index cd0a0602b3..f409638d40 100644 --- a/tests/libdnssec/test_list.c +++ b/tests/libdnssec/test_list.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 . + along with this program. If not, see . */ #include diff --git a/tests/libdnssec/test_nsec_bitmap.c b/tests/libdnssec/test_nsec_bitmap.c index 37676fe0a9..2737bc9c3f 100644 --- a/tests/libdnssec/test_nsec_bitmap.c +++ b/tests/libdnssec/test_nsec_bitmap.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 . + along with this program. If not, see . */ #include diff --git a/tests/libdnssec/test_nsec_hash.c b/tests/libdnssec/test_nsec_hash.c index 47e4501a0b..595a314ce1 100644 --- a/tests/libdnssec/test_nsec_hash.c +++ b/tests/libdnssec/test_nsec_hash.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 . + along with this program. If not, see . */ #include diff --git a/tests/libdnssec/test_random.c b/tests/libdnssec/test_random.c index 7c86aa6d58..d2c6867cf7 100644 --- a/tests/libdnssec/test_random.c +++ b/tests/libdnssec/test_random.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 . + along with this program. If not, see . */ #include diff --git a/tests/libdnssec/test_shared_bignum.c b/tests/libdnssec/test_shared_bignum.c index 0e8f8d52cb..2099358c5f 100644 --- a/tests/libdnssec/test_shared_bignum.c +++ b/tests/libdnssec/test_shared_bignum.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 . + along with this program. If not, see . */ #include diff --git a/tests/libdnssec/test_shared_dname.c b/tests/libdnssec/test_shared_dname.c index 8eb93cf886..c636d27b64 100644 --- a/tests/libdnssec/test_shared_dname.c +++ b/tests/libdnssec/test_shared_dname.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 . + along with this program. If not, see . */ #include diff --git a/tests/libdnssec/test_sign.c b/tests/libdnssec/test_sign.c index 1f61d96dde..970ca4a7cc 100644 --- a/tests/libdnssec/test_sign.c +++ b/tests/libdnssec/test_sign.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 . + along with this program. If not, see . */ #include diff --git a/tests/libdnssec/test_sign_der.c b/tests/libdnssec/test_sign_der.c index 04bfeac5ee..1514066ef4 100644 --- a/tests/libdnssec/test_sign_der.c +++ b/tests/libdnssec/test_sign_der.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 . + along with this program. If not, see . */ #include diff --git a/tests/libdnssec/test_tsig.c b/tests/libdnssec/test_tsig.c index 91674becf9..50d91da10c 100644 --- a/tests/libdnssec/test_tsig.c +++ b/tests/libdnssec/test_tsig.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 . + along with this program. If not, see . */ #include diff --git a/tests/libknot/test_control.c b/tests/libknot/test_control.c index 3ec4daf66d..7917d526e4 100644 --- a/tests/libknot/test_control.c +++ b/tests/libknot/test_control.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 . + along with this program. If not, see . */ #include diff --git a/tests/libknot/test_cookies.c b/tests/libknot/test_cookies.c index b50b9409e5..4c22d5fe94 100644 --- a/tests/libknot/test_cookies.c +++ b/tests/libknot/test_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 . + along with this program. If not, see . */ #include diff --git a/tests/libknot/test_db.c b/tests/libknot/test_db.c index 49bd6e4f75..e409ad810f 100644 --- a/tests/libknot/test_db.c +++ b/tests/libknot/test_db.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 . + along with this program. If not, see . */ #include diff --git a/tests/libknot/test_descriptor.c b/tests/libknot/test_descriptor.c index ecb67974f6..a0b7fb2416 100644 --- a/tests/libknot/test_descriptor.c +++ b/tests/libknot/test_descriptor.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 . + along with this program. If not, see . */ #include diff --git a/tests/libknot/test_dname.c b/tests/libknot/test_dname.c index 1201d46bfa..f5e0c70564 100644 --- a/tests/libknot/test_dname.c +++ b/tests/libknot/test_dname.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 . + along with this program. If not, see . */ #include diff --git a/tests/libknot/test_edns.c b/tests/libknot/test_edns.c index 0da882cb5e..fdcee1d805 100644 --- a/tests/libknot/test_edns.c +++ b/tests/libknot/test_edns.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 . + along with this program. If not, see . */ #include diff --git a/tests/libknot/test_edns_ecs.c b/tests/libknot/test_edns_ecs.c index 6733339a60..da487a64a7 100644 --- a/tests/libknot/test_edns_ecs.c +++ b/tests/libknot/test_edns_ecs.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 . + along with this program. If not, see . */ #include diff --git a/tests/libknot/test_endian.c b/tests/libknot/test_endian.c index ef3fb1e5d1..30f16f7b65 100644 --- a/tests/libknot/test_endian.c +++ b/tests/libknot/test_endian.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 . + along with this program. If not, see . */ #include diff --git a/tests/libknot/test_lookup.c b/tests/libknot/test_lookup.c index acb612f11f..3f7b514b0a 100644 --- a/tests/libknot/test_lookup.c +++ b/tests/libknot/test_lookup.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 . + along with this program. If not, see . */ #include diff --git a/tests/libknot/test_pkt.c b/tests/libknot/test_pkt.c index 65458cd280..1a53380965 100644 --- a/tests/libknot/test_pkt.c +++ b/tests/libknot/test_pkt.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 . + along with this program. If not, see . */ #include diff --git a/tests/libknot/test_rdata.c b/tests/libknot/test_rdata.c index 094cc4d26b..754cd7f98e 100644 --- a/tests/libknot/test_rdata.c +++ b/tests/libknot/test_rdata.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 . + along with this program. If not, see . */ #include diff --git a/tests/libknot/test_rdataset.c b/tests/libknot/test_rdataset.c index eb0dcbfc10..36f4dbaec2 100644 --- a/tests/libknot/test_rdataset.c +++ b/tests/libknot/test_rdataset.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 . + along with this program. If not, see . */ #include diff --git a/tests/libknot/test_rrset-wire.c b/tests/libknot/test_rrset-wire.c index ea1d3c2a0a..35dc1bc524 100644 --- a/tests/libknot/test_rrset-wire.c +++ b/tests/libknot/test_rrset-wire.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 . + along with this program. If not, see . */ #include diff --git a/tests/libknot/test_rrset.c b/tests/libknot/test_rrset.c index a0f1d53b89..a8dc20afd2 100644 --- a/tests/libknot/test_rrset.c +++ b/tests/libknot/test_rrset.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 . + along with this program. If not, see . */ #include diff --git a/tests/libknot/test_tsig.c b/tests/libknot/test_tsig.c index 1a861c6840..f4c1cb1c9c 100644 --- a/tests/libknot/test_tsig.c +++ b/tests/libknot/test_tsig.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 . + along with this program. If not, see . */ #include diff --git a/tests/libknot/test_wire.c b/tests/libknot/test_wire.c index 70617f9466..3e2468cbc5 100644 --- a/tests/libknot/test_wire.c +++ b/tests/libknot/test_wire.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 . + along with this program. If not, see . */ #include diff --git a/tests/libknot/test_yparser.c b/tests/libknot/test_yparser.c index 2c27fdb6b1..6765389792 100644 --- a/tests/libknot/test_yparser.c +++ b/tests/libknot/test_yparser.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 . + along with this program. If not, see . */ #include diff --git a/tests/libknot/test_ypschema.c b/tests/libknot/test_ypschema.c index 50d56f6d45..f921be3293 100644 --- a/tests/libknot/test_ypschema.c +++ b/tests/libknot/test_ypschema.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 . + along with this program. If not, see . */ #include diff --git a/tests/libknot/test_yptrafo.c b/tests/libknot/test_yptrafo.c index 3014a27b2c..39cead2495 100644 --- a/tests/libknot/test_yptrafo.c +++ b/tests/libknot/test_yptrafo.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 . + along with this program. If not, see . */ #include diff --git a/tests/libzscanner/processing.c b/tests/libzscanner/processing.c index a5ddeaa3d9..f6fed34d14 100644 --- a/tests/libzscanner/processing.c +++ b/tests/libzscanner/processing.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 . + along with this program. If not, see . */ #include diff --git a/tests/libzscanner/processing.h b/tests/libzscanner/processing.h index fe66737bad..bd3390b620 100644 --- a/tests/libzscanner/processing.h +++ b/tests/libzscanner/processing.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 . + along with this program. If not, see . */ #pragma once diff --git a/tests/libzscanner/zscanner-tool.c b/tests/libzscanner/zscanner-tool.c index 06b795c11d..5d9dfb2262 100644 --- a/tests/libzscanner/zscanner-tool.c +++ b/tests/libzscanner/zscanner-tool.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 . + along with this program. If not, see . */ #include diff --git a/tests/modules/test_onlinesign.c b/tests/modules/test_onlinesign.c index e2b3e8978c..6ff5d83724 100644 --- a/tests/modules/test_onlinesign.c +++ b/tests/modules/test_onlinesign.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 . + along with this program. If not, see . */ #include diff --git a/tests/modules/test_rrl.c b/tests/modules/test_rrl.c index b7aef4e4da..bbcc5be867 100644 --- a/tests/modules/test_rrl.c +++ b/tests/modules/test_rrl.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 . + along with this program. If not, see . */ #include diff --git a/tests/tap/files.c b/tests/tap/files.c index 2e67e9e579..ebc63dcac0 100644 --- a/tests/tap/files.c +++ b/tests/tap/files.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 . + along with this program. If not, see . */ #include "files.h" diff --git a/tests/tap/files.h b/tests/tap/files.h index bfc609058d..f216d05e4c 100644 --- a/tests/tap/files.h +++ b/tests/tap/files.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 . + along with this program. If not, see . */ #pragma once diff --git a/tests/utils/test_cert.c b/tests/utils/test_cert.c index 3089116354..364fc08565 100644 --- a/tests/utils/test_cert.c +++ b/tests/utils/test_cert.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 . + along with this program. If not, see . */ #include "utils/common/cert.h" diff --git a/tests/utils/test_lookup.c b/tests/utils/test_lookup.c index 111eb26be5..ddb0f9d248 100644 --- a/tests/utils/test_lookup.c +++ b/tests/utils/test_lookup.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 . + along with this program. If not, see . */ #include