From: Vladimír Čunát Date: Fri, 12 Oct 2018 16:01:00 +0000 (+0200) Subject: daemon/session.c nitpick: add missing copyright header X-Git-Tag: v3.1.0~10^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=52ff2139bbb6b571badaa945db1affa09a7ef2f2;p=thirdparty%2Fknot-resolver.git daemon/session.c nitpick: add missing copyright header --- diff --git a/daemon/session.c b/daemon/session.c index c1a4d6f2f..1756b630d 100644 --- a/daemon/session.c +++ b/daemon/session.c @@ -1,3 +1,19 @@ +/* Copyright (C) 2018 CZ.NIC, z.s.p.o. + + 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 . + */ + #include #include