summaryrefslogtreecommitdiff
path: root/bin/dconf-update.vala
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 /bin/dconf-update.vala
parent1086dc13815445f4a965f63105c79990dfec80fe (diff)
downloaddconf-0444465d738b2632cc23614501202dac7e68abfd.tar.gz
header cleanup
Diffstat (limited to 'bin/dconf-update.vala')
-rw-r--r--bin/dconf-update.vala21
1 files changed, 21 insertions, 0 deletions
diff --git a/bin/dconf-update.vala b/bin/dconf-update.vala
index 4bfcd18..5171192 100644
--- a/bin/dconf-update.vala
+++ b/bin/dconf-update.vala
@@ -1,3 +1,24 @@
+/*
+ * 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>
+ */
+
unowned Gvdb.Item get_parent (Gvdb.HashTable table, string name) {
unowned Gvdb.Item parent;