From 52ff2139bbb6b571badaa945db1affa09a7ef2f2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Fri, 12 Oct 2018 18:01:00 +0200 Subject: [PATCH] daemon/session.c nitpick: add missing copyright header --- daemon/session.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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 -- 2.47.3