summaryrefslogtreecommitdiff
path: root/gtk/spice-types.h
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/spice-types.h
parentba897357ca93f5ea19b1bbda93f3fbf313642989 (diff)
gtk: add missing copyright headers
Diffstat (limited to 'gtk/spice-types.h')
-rw-r--r--gtk/spice-types.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/gtk/spice-types.h b/gtk/spice-types.h
index 76db5a9..1bc8e27 100644
--- a/gtk/spice-types.h
+++ b/gtk/spice-types.h
@@ -1,6 +1,25 @@
+/* -*- 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/>.
+*/
#ifndef __SPICE_CLIENT_TYPES_H__
#define __SPICE_CLIENT_TYPES_H__
+G_BEGIN_DECLS
+
/* SpiceSession */
typedef struct _SpiceSession SpiceSession;
typedef struct _SpiceSessionClass SpiceSessionClass;
@@ -11,4 +30,6 @@ typedef struct _SpiceChannel SpiceChannel;
typedef struct _SpiceChannelClass SpiceChannelClass;
typedef struct spice_channel spice_channel;
+G_END_DECLS
+
#endif /* __SPICE_CLIENT_TYPES_H__ */