summaryrefslogtreecommitdiffstats
path: root/gtk/spice-cmdline.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-cmdline.h
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/spice-cmdline.h')
-rw-r--r--gtk/spice-cmdline.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/gtk/spice-cmdline.h b/gtk/spice-cmdline.h
index a3f86bf..11a8086 100644
--- a/gtk/spice-cmdline.h
+++ b/gtk/spice-cmdline.h
@@ -1,3 +1,29 @@
+/* -*- 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_CMDLINE_H_
+# define SPICE_CMDLINE_H_
+
+G_BEGIN_DECLS
GOptionGroup *spice_cmdline_get_option_group(void);
void spice_cmdline_session_setup(SpiceSession *session);
+
+G_END_DECLS
+
+#endif // SPICE_CMDLINE_H_