diff options
author | Ryan Lortie <desrt@desrt.ca> | 2010-07-18 23:39:52 -0400 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2010-07-18 23:39:52 -0400 |
commit | 0444465d738b2632cc23614501202dac7e68abfd (patch) | |
tree | 7faa1ce8ba6f99727b485676303581d44b2921f6 /service/dconf-writer.c | |
parent | 1086dc13815445f4a965f63105c79990dfec80fe (diff) | |
download | dconf-0444465d738b2632cc23614501202dac7e68abfd.tar.gz |
header cleanup
Diffstat (limited to 'service/dconf-writer.c')
-rw-r--r-- | service/dconf-writer.c | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/service/dconf-writer.c b/service/dconf-writer.c index b120c73..00dac13 100644 --- a/service/dconf-writer.c +++ b/service/dconf-writer.c @@ -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> + */ + #include "dconf-writer.h" #include "dconf-shmdir.h" |