~unity-team/bamf/trunk

« back to all changes in this revision

Viewing changes to lib/libwncksync/libwncksync.h

  • Committer: Neil Jagdish Patel
  • Date: 2010-01-18 10:13:30 UTC
  • Revision ID: neil.patel@canonical.com-20100118101330-xrptuzmf92d7ndlq
[copyright] Add LGPL license, license lib/ as LGPL and re-license model/ as LGPL (so it can be safely used with gio and non-gpl programs that use glib)

added:
  COPYING.LGPL
modified:
  lib/libwncksync/libwncksync.c
  lib/libwncksync/libwncksync.h
  module/dbus-module.c
  module/gapplaunchhandlerdbus.c
  module/gapplaunchhandlerdbus.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Copyright (C) 2009 Canonical, Ltd.
 
3
 *
 
4
 * This library is free software; you can redistribute it and/or modify
 
5
 * it under the terms of the GNU Lesser General Public License
 
6
 * version 3.0 as published by the Free Software Foundation.
 
7
 *
 
8
 * This library is distributed in the hope that it will be useful,
 
9
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
10
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
11
 * GNU Lesser General Public License version 3.0 for more details.
 
12
 *
 
13
 * You should have received a copy of the GNU Lesser General Public
 
14
 * License along with this library. If not, see
 
15
 * <http://www.gnu.org/licenses/>.
 
16
 *
 
17
 * Authored by Jason Smith <jason.smith@canonical.com>
 
18
 */
 
19
 
1
20
/* project created on 7/7/2009 at 2:02 PM */
2
21
#ifndef __LIBWNCKSYNC_H__
3
22
#define __LIBWNCKSYNC_H__