]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
daemon/session.c nitpick: add missing copyright header
authorVladimír Čunát <vladimir.cunat@nic.cz>
Fri, 12 Oct 2018 16:01:00 +0000 (18:01 +0200)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Fri, 12 Oct 2018 16:01:00 +0000 (18:01 +0200)
daemon/session.c

index c1a4d6f2f999f2d7bc9fcc225cbf29020b2f69ab..1756b630d1509ec29deda52e54265da16bd17524 100644 (file)
@@ -1,3 +1,19 @@
+/*  Copyright (C) 2018 CZ.NIC, z.s.p.o. <knot-dns@labs.nic.cz>
+
+    This program is free software: you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation, either version 3 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR 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 <https://www.gnu.org/licenses/>.
+ */
+
 #include <assert.h>
 
 #include <libknot/packet/pkt.h>