diff options
author | Antti-Juhani Kaijanaho <ajk@debian.org> | 2006-01-28 22:06:50 +0100 |
---|---|---|
committer | Antti-Juhani Kaijanaho <ajk@debian.org> | 2006-01-28 22:06:50 +0100 |
commit | 24862c4aa197a5266c5640866f995a13fc12237f (patch) | |
tree | 1b30ca747fc07a42b2d2874ec810f5fffafb5347 /debian/copyright | |
parent | a666287788e35a22d263782b3f47164e5a246d80 (diff) | |
download | dctrl-tools-24862c4aa197a5266c5640866f995a13fc12237f.tar.gz |
Import 2.6.6
Diffstat (limited to 'debian/copyright')
-rw-r--r-- | debian/copyright | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/debian/copyright b/debian/copyright index 16d9332..d90e27d 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,6 @@ This package and the program in it were written and debianized by Antti-Juhani Kaijanaho <ajk@debian.org>. The program contains code by -Lars Wirzenius. +Wichert Akkerman, Ian Jackson and Lars Wirzenius. Copyright: @@ -65,3 +65,29 @@ copyright: NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +Marked portions of the file predicate.c are covered by the following +copyright: + +/* + * libdpkg - Debian packaging suite library routines + * vercmp.c - comparison of version numbers + * utils.c - Helper functions for dpkg + * + * Copyright (C) 1995 Ian Jackson <ian@chiark.greenend.org.uk> + * Copyright (C) 2001 Wichert Akkerman <wakkerma@debian.org> + * + * This 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 2, + * or (at your option) any later version. + * + * This 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 dpkg; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + */ + |