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/spice-channel-priv.h | |
parent | ba897357ca93f5ea19b1bbda93f3fbf313642989 (diff) |
gtk: add missing copyright headers
Diffstat (limited to 'gtk/spice-channel-priv.h')
-rw-r--r-- | gtk/spice-channel-priv.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/gtk/spice-channel-priv.h b/gtk/spice-channel-priv.h index ae78218..21822a3 100644 --- a/gtk/spice-channel-priv.h +++ b/gtk/spice-channel-priv.h @@ -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/>. +*/ #ifndef __SPICE_CLIENT_CHANNEL_PRIV_H__ #define __SPICE_CLIENT_CHANNEL_PRIV_H__ @@ -7,6 +24,8 @@ #include "marshallers.h" #include "demarshallers.h" +G_BEGIN_DECLS + struct spice_msg_out { int refcount; SpiceChannel *channel; @@ -88,4 +107,6 @@ void spice_channel_handle_set_ack(SpiceChannel *channel, spice_msg_in *in); void spice_channel_handle_ping(SpiceChannel *channel, spice_msg_in *in); void spice_channel_handle_notify(SpiceChannel *channel, spice_msg_in *in); +G_END_DECLS + #endif /* __SPICE_CLIENT_CHANNEL_PRIV_H__ */ |