about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog3
-rw-r--r--debian/copyright62
2 files changed, 64 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 3bba7039..78ac7d32 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -35,6 +35,9 @@ network-manager (0.7.0-1) UNRELEASED; urgency=low
       managed/unmanaged modes.
   * debian/nm-system-settings.conf
     - Set default mode to unmanaged.
+  * debian/copyright
+    - Revised and updated. libnm-glib and libnm-util are licensed under the
+      LGPL v2 or later.
 
  -- Michael Biebl <biebl@debian.org>  Sat, 06 Dec 2008 00:43:22 +0100
 
diff --git a/debian/copyright b/debian/copyright
index 1f3cbaa2..681bb9b2 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -3,8 +3,13 @@ Sun,  3 Oct 2004 11:54:56 +0100.
 
 It was downloaded from http://ftp.gnome.org/pub/GNOME/sources/NetworkManager 
 
+
+All files if not specified otherwise are licensed under the following terms:
+
 Copyright:
-    (C) Copyright 2008 Red Hat, Inc.
+
+    Copyright (C) 2006 - 2008 Red Hat, Inc.
+    Copyright (C) 2006 - 2008 Novell, Inc.
 
 License:
 
@@ -25,3 +30,58 @@ License:
 On Debian systems, the complete text of the GNU General
 Public License can be found in `/usr/share/common-licenses/GPL'.
 
+
+
+gfilemonitor/*.[ch]:
+
+Copyright:
+
+    Copyright (C) 2007 John McCutchan
+    Copyright (C) 2006 - 2008 Red Hat, Inc.
+
+License:
+
+    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 License, 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 package; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU Lesser General
+Public License can be found in `/usr/share/common-licenses/LGPL'.
+
+
+
+libnm-util/*.[ch], libnm-glib/*.[ch]:
+
+Copyright:
+
+    Copyright (C) 2005 - 2008 Red Hat, Inc.
+    Copyright (C) 2005 - 2008 Novell, Inc.
+
+License:
+
+    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 License, 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 package; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+
+On Debian systems, the complete text of the GNU Lesser General
+Public License can be found in `/usr/share/common-licenses/LGPL'.