From e91c1844f1e83d94193530d1562740e3205a73d2 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Thu, 27 Oct 2016 16:12:09 +0200 Subject: [PATCH] syntax-check: Add missing license Acked-by: Frediano Ziglio --- server/dummy-channel.c | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/server/dummy-channel.c b/server/dummy-channel.c index b1ef5b0f..f13c8f8d 100644 --- a/server/dummy-channel.c +++ b/server/dummy-channel.c @@ -1,4 +1,19 @@ -/* dummy-channel.c */ +/* + Copyright (C) 2016 Red Hat, Inc. + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + + This library 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 + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, see . +*/ #ifdef HAVE_CONFIG_H #include #endif