diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2010-11-23 15:54:39 +0100 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2010-11-24 02:53:59 +0100 |
commit | 9d89878c2eea17a1e5a6da92e45df1d67b19785a (patch) | |
tree | 1b89859111c2c44e014dcff1a1d1d247637d9579 /gtk/snappy.c | |
parent | ba897357ca93f5ea19b1bbda93f3fbf313642989 (diff) |
gtk: add missing copyright headers
Diffstat (limited to 'gtk/snappy.c')
-rw-r--r-- | gtk/snappy.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gtk/snappy.c b/gtk/snappy.c index 0d7042c..1d579f1 100644 --- a/gtk/snappy.c +++ b/gtk/snappy.c @@ -1,3 +1,20 @@ +/* -*- 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 "spice-client.h" #include "spice-common.h" #include "spice-cmdline.h" |