summaryrefslogtreecommitdiffstats
path: root/gtk/decode-jpeg.c
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2010-11-23 15:54:39 +0100
committerMarc-André Lureau <marcandre.lureau@redhat.com>2010-11-24 02:53:59 +0100
commit9d89878c2eea17a1e5a6da92e45df1d67b19785a (patch)
tree1b89859111c2c44e014dcff1a1d1d247637d9579 /gtk/decode-jpeg.c
parentba897357ca93f5ea19b1bbda93f3fbf313642989 (diff)
downloadspice-gtk-9d89878c2eea17a1e5a6da92e45df1d67b19785a.tar.gz
spice-gtk-9d89878c2eea17a1e5a6da92e45df1d67b19785a.tar.xz
spice-gtk-9d89878c2eea17a1e5a6da92e45df1d67b19785a.zip
gtk: add missing copyright headers
Diffstat (limited to 'gtk/decode-jpeg.c')
-rw-r--r--gtk/decode-jpeg.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/gtk/decode-jpeg.c b/gtk/decode-jpeg.c
index 9370728..8491541 100644
--- a/gtk/decode-jpeg.c
+++ b/gtk/decode-jpeg.c
@@ -1 +1,18 @@
+/* -*- Mode: C; c-basic-offset: 4; indent-tabs-mode: nil -*- */
+/*
+ Copyright (C) 2010 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 "decode.h"