summaryrefslogtreecommitdiff
path: root/engine/dconf-engine.h
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2010-07-18 23:39:52 -0400
committerRyan Lortie <desrt@desrt.ca>2010-07-18 23:39:52 -0400
commit0444465d738b2632cc23614501202dac7e68abfd (patch)
tree7faa1ce8ba6f99727b485676303581d44b2921f6 /engine/dconf-engine.h
parent1086dc13815445f4a965f63105c79990dfec80fe (diff)
downloaddconf-0444465d738b2632cc23614501202dac7e68abfd.tar.gz
header cleanup
Diffstat (limited to 'engine/dconf-engine.h')
-rw-r--r--engine/dconf-engine.h27
1 files changed, 24 insertions, 3 deletions
diff --git a/engine/dconf-engine.h b/engine/dconf-engine.h
index 2beda07..83c80ef 100644
--- a/engine/dconf-engine.h
+++ b/engine/dconf-engine.h
@@ -1,5 +1,26 @@
-#ifndef _dconf_engine_h_
-#define _dconf_engine_h_
+/*
+ * Copyright © 2010 Codethink Limited
+ *
+ * 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 of the licence, 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, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ *
+ * Author: Ryan Lortie <desrt@desrt.ca>
+ */
+
+#ifndef __dconf_engine_h__
+#define __dconf_engine_h__
#include <dconf-readtype.h>
#include <dconf-resetlist.h>
@@ -84,4 +105,4 @@ gboolean dconf_engine_interpret_reply (DConfEn
gchar **tag,
GError **error);
-#endif /* _dconf_engine_h_ */
+#endif /* __dconf_engine_h__ */