summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorPatrick Ohly <patrick.ohly@gmx.de>2009-04-30 18:14:03 +0200
committerPatrick Ohly <patrick.ohly@gmx.de>2009-04-30 18:14:03 +0200
commitd5778457daf545acf5a3cacad8e9b45ca4894ec1 (patch)
treea0a06547b0769f90fb1a4294f24f7cb0fa270e38 /debian
parentfcbf8c72aadda7db429c4500105a304c760ddbec (diff)
license: changed to LGPL v2.1 + v3
As with the previous change from GPL to LGPL v2.1, this is covered by copyright ownership and/or the Funambol contributor agreement. The motivation for adding v3 is greater flexibility regarding reusing the code in other places and relicensing it. Also, now the license and disclaimer are mentioned at the start of the source files. That is not strictly necessary, but more explicit.
Diffstat (limited to 'debian')
-rw-r--r--debian/dbus-wrapper.cpp18
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/dbus-wrapper.cpp b/debian/dbus-wrapper.cpp
index 86a02926..1fffb7e4 100644
--- a/debian/dbus-wrapper.cpp
+++ b/debian/dbus-wrapper.cpp
@@ -1,3 +1,21 @@
+/*
+ * Copyright (C) 2008 Patrick Ohly
+ *
+ * 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) version 3.
+ *
+ * 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., 51 Franklin Street, Fifth Floor, Boston, MA
+ * 02110-1301 USA
+ */
#include <dlfcn.h>