diff options
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/copyright | 41 |
2 files changed, 38 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog index a05e8e4..a097ba2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,5 +4,6 @@ indicator-applet (0.1-0ubuntu1) UNRELEASED; urgency=low (lp:~indicator-applet-developers/indicator-applet/applet-packaging) * debian/control: Add Homepage:, Vcs-Bzr:, and proper package descriptions. + * debian/copyright: Properly describe licenses. - -- Martin Pitt <martin.pitt@ubuntu.com> Tue, 17 Feb 2009 09:10:51 +0100 + -- Martin Pitt <martin.pitt@ubuntu.com> Tue, 17 Feb 2009 09:24:37 +0100 diff --git a/debian/copyright b/debian/copyright index 56f5316..cf44847 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,20 +3,51 @@ Wed, 11 Feb 2009 15:41:06 -0600. It was downloaded from <http://launchpad.net/indicate-applet/> -Upstream Author(s): +Upstream Author: Ted Gould <ted@canonical.com> Copyright: - <Copyright (C) 2009 Canonical Ltd.> + Copyright (C) 2009 Canonical Ltd. License: - Licensed under the GPL v3 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License. - libindicate/ - Licensed under the LGPL v2.1 and/or v3 + This program 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 General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; 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 General +Public License can be found in `/usr/share/common-licenses/GPL-3'. + +License for libindicate/* (libindicate0 and libindicate-dev packages): + + 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 or 3 of the License. + + 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 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-2.1' and +`/usr/share/common-licenses/LGPL-3'. The Debian packaging is (C) 2009, Canonical Ltd. and is licensed under the GPLv3, see `/usr/share/common-licenses/GPL-3'. |