diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2008-01-04 11:57:40 -0200 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2008-01-04 11:57:40 -0200 |
commit | bc99ca90d3090834b4723dc1c03259c2e22122d3 (patch) | |
tree | 446facf19100089d9e28e9223dea2adbb381a73d | |
parent | 8a0ab25477781aaa761123677c7176fd45cdbcbc (diff) |
* Fix typo in debian/copyright file ("licened" instead of "licensed"),
closes: #458966.
-rw-r--r-- | COPYING | 2 | ||||
-rw-r--r-- | debian/changelog | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,6 @@ Apt is copyright 1997, 1998, 1999 Jason Gunthorpe and others. -Apt is licened under the terms of the GNU General Public License (GPL), +Apt is licensed under the terms of the GNU General Public License (GPL), version 2.0 or later, as published by the Free Software Foundation. See the file COPYING.GPL [included], /usr/share/common-licenses/GPL, or <http://www.gnu.org/copyleft/gpl.txt> for the terms of the latest version diff --git a/debian/changelog b/debian/changelog index b1d5604de..819cd8631 100644 --- a/debian/changelog +++ b/debian/changelog @@ -25,6 +25,8 @@ apt (0.7.10) UNRELEASED; urgency=low #443286. * Fix compilation warnings in apt-pkg/cdrom.cc and apt-pkg/contrib/configuration.cc. + * Fix typo in debian/copyright file ("licened" instead of "licensed"), + closes: #458966. [ Program translations ] - Basque updated. Closes: #453088 |