summaryrefslogtreecommitdiffstats
path: root/server/display-channel.c
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@redhat.com>2015-02-12 11:01:50 -0600
committerFabiano FidĂȘncio <fidencio@redhat.com>2015-02-23 23:00:46 +0100
commit7a99b49089caa5ee232af3177eea039c829560b5 (patch)
tree91350f7ee33b272d589e4b153edbf34f6d708337 /server/display-channel.c
parenta763d0f76cc4ebede88334578574dab2bebf56ff (diff)
downloadspice-7a99b49089caa5ee232af3177eea039c829560b5.tar.gz
spice-7a99b49089caa5ee232af3177eea039c829560b5.tar.xz
spice-7a99b49089caa5ee232af3177eea039c829560b5.zip
add missing license headers to source files
Diffstat (limited to 'server/display-channel.c')
-rw-r--r--server/display-channel.c16
1 files changed, 16 insertions, 0 deletions
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 <http://www.gnu.org/licenses/>.
+*/
#include "display-channel.h"
static void drawable_draw(DisplayChannel *display, Drawable *drawable);