From 7a99b49089caa5ee232af3177eea039c829560b5 Mon Sep 17 00:00:00 2001 From: Jonathon Jongsma Date: Thu, 12 Feb 2015 11:01:50 -0600 Subject: add missing license headers to source files --- server/display-channel.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'server/display-channel.c') diff --git a/server/display-channel.c b/server/display-channel.c index 80b1e55e..3c81f1f4 100644 --- a/server/display-channel.c +++ b/server/display-channel.c @@ -1,3 +1,19 @@ +/* + Copyright (C) 2009-2015 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 . +*/ #include "display-channel.h" static void drawable_draw(DisplayChannel *display, Drawable *drawable); -- cgit