From: Wichert Akkerman Date: Mon, 6 May 2002 14:28:37 +0000 (+0000) Subject: Update Ian Jacksons' email address X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=670f5646f13a004d294843c2432acb5917a2603f;p=dpkg Update Ian Jacksons' email address --- diff --git a/ChangeLog b/ChangeLog index 2a8c2fe1..1a731fcc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon May 6 16:26:51 CEST 2002 Wichert Akkerman + + * lots-a-files: update email address for Ian Jackson + Sun May 5 22:27:50 CEST 2002 Wichert Akkerman * configure.in: expand all paths before doing substitution diff --git a/THANKS b/THANKS index 3581c120..342099f5 100644 --- a/THANKS +++ b/THANKS @@ -20,7 +20,7 @@ Guy Maor Hartmut Koptein Heiko Schlittermann Hiroshi KISE -Ian Jackson +Ian Jackson Ian Murdock Ivo Timmermans J.H.M. Dassen diff --git a/attic/dpkg/dpkg.8-null b/attic/dpkg/dpkg.8-null index bf760f43..8bff9573 100644 --- a/attic/dpkg/dpkg.8-null +++ b/attic/dpkg/dpkg.8-null @@ -16,5 +16,5 @@ Type for a brief summary of how to use dpkg. .SH AUTHOR -Ian Jackson ; tarfile extraction code +Ian Jackson ; tarfile extraction code contributed by Bruce Perens . diff --git a/attic/dpkg/lib.pl b/attic/dpkg/lib.pl index ba9c1276..ab35397d 100644 --- a/attic/dpkg/lib.pl +++ b/attic/dpkg/lib.pl @@ -6,7 +6,7 @@ # Copyright (C) 1994 Matt Welsh # Copyright (C) 1994 Carl Streeter # Copyright (C) 1994 Ian Murdock -# Copyright (C) 1994 Ian Jackson +# Copyright (C) 1994 Ian Jackson # # dpkg is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as diff --git a/attic/dpkg/perl-dpkg.pl b/attic/dpkg/perl-dpkg.pl index ba70fc5f..6972f0e3 100755 --- a/attic/dpkg/perl-dpkg.pl +++ b/attic/dpkg/perl-dpkg.pl @@ -5,7 +5,7 @@ # Copyright (C) 1994 Matt Welsh # Copyright (C) 1994 Carl Streeter # Copyright (C) 1994 Ian Murdock -# Copyright (C) 1994 Ian Jackson +# Copyright (C) 1994 Ian Jackson # # dpkg is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as diff --git a/attic/split/mkdeb.sh b/attic/split/mkdeb.sh index 146dd536..b2e59826 100644 --- a/attic/split/mkdeb.sh +++ b/attic/split/mkdeb.sh @@ -3,7 +3,7 @@ # Its arguments are: # Stdin is also redirected from the source archive by dpkg-split. -# Copyright (C) 1995 Ian Jackson +# Copyright (C) 1995 Ian Jackson # # This is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as diff --git a/attic/split/old-mksplit.sh b/attic/split/old-mksplit.sh index 8743f944..c2b6e9fb 100644 --- a/attic/split/old-mksplit.sh +++ b/attic/split/old-mksplit.sh @@ -4,7 +4,7 @@ # # Stdin is also redirected from the source archive by dpkg-split. -# Copyright (C) 1995 Ian Jackson +# Copyright (C) 1995 Ian Jackson # # This is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as diff --git a/debian/copyright b/debian/copyright index 4f1abcb3..5f37e406 100644 --- a/debian/copyright +++ b/debian/copyright @@ -5,7 +5,7 @@ manuals which it installs in /usr/share/doc/dpkg and look at the `hello' example package. -Copyright (C) 1994-1999 Ian Jackson +Copyright (C) 1994-1999 Ian Jackson Copyright (C) 1999 Richard Kettlewell Copyright (C) 1999-2002 Wichert Akkerman Copyright (C) 1999 Ben Collins diff --git a/doc/obsolete/guidelines.texi b/doc/obsolete/guidelines.texi index f537b81b..da03b55d 100644 --- a/doc/obsolete/guidelines.texi +++ b/doc/obsolete/guidelines.texi @@ -765,7 +765,7 @@ fields. Most packages will need at least a @code{Depends} field. @smallexample Package: smail Version: 3.1.29.1-13 -Maintainer: Ian Jackson +Maintainer: Ian Jackson Recommends: pine | mailx | elm | emacs | mail-user-agent Suggests: metamail Depends: cron, libc5 @@ -1322,7 +1322,7 @@ Example control file for Smail: @smallexample Package: smail Version: 3.1.29.1-13 -Maintainer: Ian Jackson +Maintainer: Ian Jackson Recommends: pine | mailx | elm | emacs | mail-user-agent Suggests: metamail Depends: cron, libc5 diff --git a/dpkg-deb/build.c b/dpkg-deb/build.c index ae9193e0..8931602b 100644 --- a/dpkg-deb/build.c +++ b/dpkg-deb/build.c @@ -2,7 +2,7 @@ * dpkg-deb - construction and deconstruction of *.deb archives * build.c - building archives * - * Copyright (C) 1994,1995 Ian Jackson + * Copyright (C) 1994,1995 Ian Jackson * Copyright (C) 2000,2001 Wichert Akkerman * * This is free software; you can redistribute it and/or modify diff --git a/dpkg-deb/dpkg-deb.h b/dpkg-deb/dpkg-deb.h index 6bb5c11e..1ba14ac3 100644 --- a/dpkg-deb/dpkg-deb.h +++ b/dpkg-deb/dpkg-deb.h @@ -2,7 +2,7 @@ * dpkg-deb - construction and deconstruction of *.deb archives * dpkg-deb.h - external definitions for this program * - * Copyright (C) 1994,1995 Ian Jackson + * Copyright (C) 1994,1995 Ian Jackson * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/dpkg-deb/extract.c b/dpkg-deb/extract.c index 6424354f..9c0ddc2c 100644 --- a/dpkg-deb/extract.c +++ b/dpkg-deb/extract.c @@ -2,7 +2,7 @@ * dpkg-deb - construction and deconstruction of *.deb archives * extract.c - extracting archives * - * Copyright (C) 1994,1995 Ian Jackson + * Copyright (C) 1994,1995 Ian Jackson * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/dpkg-deb/info.c b/dpkg-deb/info.c index b0310581..d0000ed8 100644 --- a/dpkg-deb/info.c +++ b/dpkg-deb/info.c @@ -2,7 +2,7 @@ * dpkg-deb - construction and deconstruction of *.deb archives * info.c - providing information * - * Copyright (C) 1994,1995 Ian Jackson + * Copyright (C) 1994,1995 Ian Jackson * Copyright (C) 2001 Wichert Akkerman * * This is free software; you can redistribute it and/or modify diff --git a/dpkg-deb/main.c b/dpkg-deb/main.c index bceac992..95450fc5 100644 --- a/dpkg-deb/main.c +++ b/dpkg-deb/main.c @@ -2,7 +2,7 @@ * dpkg-deb - construction and deconstruction of *.deb archives * main.c - main program * - * Copyright (C) 1994,1995 Ian Jackson + * Copyright (C) 1994,1995 Ian Jackson * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/dselect/basecmds.cc b/dselect/basecmds.cc index 79e5398f..d7412b0d 100644 --- a/dselect/basecmds.cc +++ b/dselect/basecmds.cc @@ -2,7 +2,7 @@ * dselect - Debian package maintenance user interface * bcommands.cc - base list keyboard commands display * - * Copyright (C) 1994,1995 Ian Jackson + * Copyright (C) 1994,1995 Ian Jackson * Copyright (C) 2000,2001 Wichert Akkerman * * This is free software; you can redistribute it and/or modify diff --git a/dselect/baselist.cc b/dselect/baselist.cc index c74a45c3..f81876d9 100644 --- a/dselect/baselist.cc +++ b/dselect/baselist.cc @@ -2,7 +2,7 @@ * dselect - Debian package maintenance user interface * baselist.cc - list of somethings * - * Copyright (C) 1994,1995 Ian Jackson + * Copyright (C) 1994,1995 Ian Jackson * Copyright (C) 2001 Wichert Akkerman * * This is free software; you can redistribute it and/or modify diff --git a/dselect/basetop.cc b/dselect/basetop.cc index 95b14fde..8e3a3949 100644 --- a/dselect/basetop.cc +++ b/dselect/basetop.cc @@ -2,7 +2,7 @@ * dselect - Debian package maintenance user interface * bdrawtop.cc - base list class redraw of top * - * Copyright (C) 1994,1995 Ian Jackson + * Copyright (C) 1994,1995 Ian Jackson * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/dselect/bindings.cc b/dselect/bindings.cc index 4d2549f9..4ea693ee 100644 --- a/dselect/bindings.cc +++ b/dselect/bindings.cc @@ -2,7 +2,7 @@ * dselect - Debian package maintenance user interface * bindings.cc - keybinding manager object definitions and default bindings * - * Copyright (C) 1995 Ian Jackson + * Copyright (C) 1995 Ian Jackson * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/dselect/bindings.h b/dselect/bindings.h index 981cf63e..bc921e3f 100644 --- a/dselect/bindings.h +++ b/dselect/bindings.h @@ -2,7 +2,7 @@ * dselect - selection of Debian packages * bindings.h - keybindings class header file * - * Copyright (C) 1994,1995 Ian Jackson + * Copyright (C) 1994,1995 Ian Jackson * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/dselect/curkeys.cc b/dselect/curkeys.cc index f3d588de..9a33b83c 100644 --- a/dselect/curkeys.cc +++ b/dselect/curkeys.cc @@ -2,7 +2,7 @@ * dselect - Debian package maintenance user interface * curkeys.cc - list of ncurses keys for name <-> key mapping * - * Copyright (C) 1995 Ian Jackson + * Copyright (C) 1995 Ian Jackson * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/dselect/dselect.h b/dselect/dselect.h index fa092a5c..0c281f63 100644 --- a/dselect/dselect.h +++ b/dselect/dselect.h @@ -2,7 +2,7 @@ * dselect - selection of Debian packages * dselect.h - external definitions for this program * - * Copyright (C) 1994,1995 Ian Jackson + * Copyright (C) 1994,1995 Ian Jackson * Copyright (C) 2001 Wichert Akkerman * * This is free software; you can redistribute it and/or modify diff --git a/dselect/keyoverride b/dselect/keyoverride index ab6aa7ea..fc622413 100644 --- a/dselect/keyoverride +++ b/dselect/keyoverride @@ -1,7 +1,7 @@ # dselect - Debian package maintenance user interface # keyoverride - override strings for ncurses key names # -# Copyright (C) 1995 Ian Jackson +# Copyright (C) 1995 Ian Jackson # # This is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as diff --git a/dselect/main.cc b/dselect/main.cc index 7172a53a..652f7eaa 100644 --- a/dselect/main.cc +++ b/dselect/main.cc @@ -2,7 +2,7 @@ * dselect - Debian package maintenance user interface * main.cc - main program * - * Copyright (C) 1994,1995 Ian Jackson + * Copyright (C) 1994,1995 Ian Jackson * Copyright (C) 2000,2001 Wichert Akkerman * * This is free software; you can redistribute it and/or modify diff --git a/dselect/methkeys.cc b/dselect/methkeys.cc index fb893ffb..c3f686db 100644 --- a/dselect/methkeys.cc +++ b/dselect/methkeys.cc @@ -2,7 +2,7 @@ * dselect - Debian package maintenance user interface * methkeys.cc - method list keybindings * - * Copyright (C) 1995 Ian Jackson + * Copyright (C) 1995 Ian Jackson * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/dselect/methlist.cc b/dselect/methlist.cc index 9a61b8d2..2862d9dd 100644 --- a/dselect/methlist.cc +++ b/dselect/methlist.cc @@ -2,7 +2,7 @@ * dselect - Debian package maintenance user interface * methlist.cc - list of access methods and options * - * Copyright (C) 1995 Ian Jackson + * Copyright (C) 1995 Ian Jackson * Copyright (C) 2001 Wichert Akkerman * * This is free software; you can redistribute it and/or modify diff --git a/dselect/method.cc b/dselect/method.cc index 12535188..133dbc87 100644 --- a/dselect/method.cc +++ b/dselect/method.cc @@ -2,7 +2,7 @@ * dselect - Debian package maintenance user interface * method.cc - access method handling * - * Copyright (C) 1995 Ian Jackson + * Copyright (C) 1995 Ian Jackson * Copyright (C) 2001,2002 Wichert Akkerman * * This is free software; you can redistribute it and/or modify diff --git a/dselect/method.h b/dselect/method.h index b230af30..978090f5 100644 --- a/dselect/method.h +++ b/dselect/method.h @@ -2,7 +2,7 @@ * dselect - Debian package maintenance user interface * method.h - access method handling declarations * - * Copyright (C) 1995 Ian Jackson + * Copyright (C) 1995 Ian Jackson * Copyright (C) 20001 Wichert Akkerman * * This is free software; you can redistribute it and/or modify diff --git a/dselect/methparse.cc b/dselect/methparse.cc index affb89eb..85fc8534 100644 --- a/dselect/methparse.cc +++ b/dselect/methparse.cc @@ -2,7 +2,7 @@ * dselect - Debian package maintenance user interface * methparse.cc - access method list parsing * - * Copyright (C) 1995 Ian Jackson + * Copyright (C) 1995 Ian Jackson * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/dselect/mkcurkeys.pl b/dselect/mkcurkeys.pl index 1a34a0d0..3ed75ff5 100755 --- a/dselect/mkcurkeys.pl +++ b/dselect/mkcurkeys.pl @@ -3,7 +3,7 @@ # dselect - Debian package maintenance user interface # mkcurkeys.pl - generate strings mapping key names to ncurses numbers # -# Copyright (C) 1995 Ian Jackson +# Copyright (C) 1995 Ian Jackson # # This is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as diff --git a/dselect/pkgcmds.cc b/dselect/pkgcmds.cc index 5558488a..4945b3d4 100644 --- a/dselect/pkgcmds.cc +++ b/dselect/pkgcmds.cc @@ -2,7 +2,7 @@ * dselect - Debian package maintenance user interface * pkgcmds.cc - package list keyboard commands * - * Copyright (C) 1994,1995 Ian Jackson + * Copyright (C) 1994,1995 Ian Jackson * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/dselect/pkgdepcon.cc b/dselect/pkgdepcon.cc index c2515c0f..3c1ce175 100644 --- a/dselect/pkgdepcon.cc +++ b/dselect/pkgdepcon.cc @@ -2,7 +2,7 @@ * dselect - Debian package maintenance user interface * pkgdepcon.cc - dependency and conflict resolution * - * Copyright (C) 1995 Ian Jackson + * Copyright (C) 1995 Ian Jackson * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/dselect/pkgdisplay.cc b/dselect/pkgdisplay.cc index 99f75575..994e27bf 100644 --- a/dselect/pkgdisplay.cc +++ b/dselect/pkgdisplay.cc @@ -2,7 +2,7 @@ * dselect - Debian package maintenance user interface * pkgdisplay.cc - package list display * - * Copyright (C) 1994,1995 Ian Jackson + * Copyright (C) 1994,1995 Ian Jackson * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/dselect/pkginfo.cc b/dselect/pkginfo.cc index eeeb76bd..761a64b8 100644 --- a/dselect/pkginfo.cc +++ b/dselect/pkginfo.cc @@ -2,7 +2,7 @@ * dselect - Debian package maintenance user interface * pkginfo.cc - handles (re)draw of package list window infopad * - * Copyright (C) 1995 Ian Jackson + * Copyright (C) 1995 Ian Jackson * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/dselect/pkgkeys.cc b/dselect/pkgkeys.cc index b9da37b9..47caf854 100644 --- a/dselect/pkgkeys.cc +++ b/dselect/pkgkeys.cc @@ -2,7 +2,7 @@ * dselect - Debian package maintenance user interface * pkgkeys.cc - package list keybindings * - * Copyright (C) 1995 Ian Jackson + * Copyright (C) 1995 Ian Jackson * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/dselect/pkglist.cc b/dselect/pkglist.cc index 81d3e65a..7279886a 100644 --- a/dselect/pkglist.cc +++ b/dselect/pkglist.cc @@ -2,7 +2,7 @@ * dselect - Debian package maintenance user interface * pkglist.cc - package list administration * - * Copyright (C) 1995 Ian Jackson + * Copyright (C) 1995 Ian Jackson * Copyright (C) 2001 Wichert Akkerman * * This is free software; you can redistribute it and/or modify diff --git a/dselect/pkglist.h b/dselect/pkglist.h index db17cf60..0c04befc 100644 --- a/dselect/pkglist.h +++ b/dselect/pkglist.h @@ -2,7 +2,7 @@ * dselect - selection of Debian packages * pkglist.h - external definitions for package list handling * - * Copyright (C) 1994,1995 Ian Jackson + * Copyright (C) 1994,1995 Ian Jackson * Copyright (C) 2001 Wichert Akkerman * * This is free software; you can redistribute it and/or modify diff --git a/dselect/pkgsublist.cc b/dselect/pkgsublist.cc index 41451f34..f64ff9a5 100644 --- a/dselect/pkgsublist.cc +++ b/dselect/pkgsublist.cc @@ -2,7 +2,7 @@ * dselect - Debian package maintenance user interface * pkgsublist.cc - status modification and recursive package list handling * - * Copyright (C) 1995 Ian Jackson + * Copyright (C) 1995 Ian Jackson * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/dselect/pkgtop.cc b/dselect/pkgtop.cc index c2eba94e..1850bb48 100644 --- a/dselect/pkgtop.cc +++ b/dselect/pkgtop.cc @@ -2,7 +2,7 @@ * dselect - Debian package maintenance user interface * pkgtop.cc - handles (re)draw of package list windows colheads, list, thisstate * - * Copyright (C) 1994,1995 Ian Jackson + * Copyright (C) 1994,1995 Ian Jackson * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/include/dpkg-db.h b/include/dpkg-db.h index cc02ec73..a1d1161e 100644 --- a/include/dpkg-db.h +++ b/include/dpkg-db.h @@ -2,7 +2,7 @@ * libdpkg - Debian packaging suite library routines * dpkg-db.h - declarations for in-core package database management * - * Copyright (C) 1994,1995 Ian Jackson + * Copyright (C) 1994,1995 Ian Jackson * Copyright (C) 2000,2001 Wichert Akkerman * * This is free software; you can redistribute it and/or modify diff --git a/include/dpkg.h.in b/include/dpkg.h.in index 826a0b2c..515b6242 100644 --- a/include/dpkg.h.in +++ b/include/dpkg.h.in @@ -2,7 +2,7 @@ * libdpkg - Debian packaging suite library routines * dpkg.h - general header for Debian package handling * - * Copyright (C) 1994,1995 Ian Jackson + * Copyright (C) 1994,1995 Ian Jackson * Copyright (C) 2000,2001 Wichert Akkerman * * This is free software; you can redistribute it and/or modify diff --git a/include/myopt.h b/include/myopt.h index 34ab4724..de54bc29 100644 --- a/include/myopt.h +++ b/include/myopt.h @@ -2,7 +2,7 @@ * libdpkg - Debian packaging suite library routines * myopt.h - declarations for my very own option parsing * - * Copyright (C) 1994,1995 Ian Jackson + * Copyright (C) 1994,1995 Ian Jackson * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/include/parsedump.h b/include/parsedump.h index f4179c94..31ac5a25 100644 --- a/include/parsedump.h +++ b/include/parsedump.h @@ -2,7 +2,7 @@ * libdpkg - Debian packaging suite library routines * parse.c - declarations for in-core database reading/writing * - * Copyright (C) 1995 Ian Jackson + * Copyright (C) 1995 Ian Jackson * Copyright (C) 2001 Wichert Akkerman * * This is free software; you can redistribute it and/or modify diff --git a/lib/compat.c b/lib/compat.c index f92fb782..80725687 100644 --- a/lib/compat.c +++ b/lib/compat.c @@ -2,7 +2,7 @@ * libdpkg - Debian packaging suite library routines * compat.c - compatibility functions * - * Copyright (C) 1995 Ian Jackson + * Copyright (C) 1995 Ian Jackson * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/lib/database.c b/lib/database.c index b636b8d7..5e0ab2cc 100644 --- a/lib/database.c +++ b/lib/database.c @@ -2,7 +2,7 @@ * libdpkg - Debian packaging suite library routines * dpkg-db.h - Low level package database routines (hash tables, etc.) * - * Copyright (C) 1995 Ian Jackson + * Copyright (C) 1995 Ian Jackson * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/lib/dbmodify.c b/lib/dbmodify.c index 57aca822..7c64a7d9 100644 --- a/lib/dbmodify.c +++ b/lib/dbmodify.c @@ -2,7 +2,7 @@ * dpkg - main program for package management * dbmodify.c - routines for managing dpkg database updates * - * Copyright (C) 1994,1995 Ian Jackson + * Copyright (C) 1994,1995 Ian Jackson * Copyright (C) 2001 Wichert Akkerman * * This is free software; you can redistribute it and/or modify diff --git a/lib/dump.c b/lib/dump.c index 0dae98d6..79297c39 100644 --- a/lib/dump.c +++ b/lib/dump.c @@ -2,7 +2,7 @@ * libdpkg - Debian packaging suite library routines * dump.c - code to write in-core database to a file * - * Copyright (C) 1995 Ian Jackson + * Copyright (C) 1995 Ian Jackson * Copyright (C) 2001 Wichert Akkerman * * This is free software; you can redistribute it and/or modify diff --git a/lib/ehandle.c b/lib/ehandle.c index 9d81c851..9accf097 100644 --- a/lib/ehandle.c +++ b/lib/ehandle.c @@ -2,7 +2,7 @@ * libdpkg - Debian packaging suite library routines * ehandle.c - error handling * - * Copyright (C) 1994,1995 Ian Jackson + * Copyright (C) 1994,1995 Ian Jackson * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/lib/fields.c b/lib/fields.c index 3eaade80..437970c7 100644 --- a/lib/fields.c +++ b/lib/fields.c @@ -2,7 +2,7 @@ * libdpkg - Debian packaging suite library routines * fields.c - parsing of all the different fields, when reading in * - * Copyright (C) 1995 Ian Jackson + * Copyright (C) 1995 Ian Jackson * Copyright 2001 Wichert Akkerman * * This is free software; you can redistribute it and/or modify diff --git a/lib/lock.c b/lib/lock.c index e21b88a6..987ebd03 100644 --- a/lib/lock.c +++ b/lib/lock.c @@ -2,7 +2,7 @@ * libdpkg - Debian packaging suite library routines * lock.c - packages database locking * - * Copyright (C) 1994,1995 Ian Jackson + * Copyright (C) 1994,1995 Ian Jackson * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/lib/md5.c b/lib/md5.c index 0ac9d192..9cee27bd 100644 --- a/lib/md5.c +++ b/lib/md5.c @@ -16,7 +16,7 @@ * * Changed so as no longer to depend on Colin Plumb's `usual.h' header * definitions; now uses stuff from dpkg's config.h. - * - Ian Jackson . + * - Ian Jackson . * Still in the public domain. */ diff --git a/lib/md5.h b/lib/md5.h index 021766c1..02c625d5 100644 --- a/lib/md5.h +++ b/lib/md5.h @@ -16,7 +16,7 @@ * * Changed so as no longer to depend on Colin Plumb's `usual.h' * header definitions; now uses stuff from dpkg's config.h - * - Ian Jackson . + * - Ian Jackson . * Still in the public domain. */ diff --git a/lib/mlib.c b/lib/mlib.c index b9193ecc..98421a2f 100644 --- a/lib/mlib.c +++ b/lib/mlib.c @@ -2,7 +2,7 @@ * libdpkg - Debian packaging suite library routines * mlib.c - `must' library: routines will succeed or longjmp * - * Copyright (C) 1994,1995 Ian Jackson + * Copyright (C) 1994,1995 Ian Jackson * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/lib/myopt.c b/lib/myopt.c index 14f10e04..7abce539 100644 --- a/lib/myopt.c +++ b/lib/myopt.c @@ -2,7 +2,7 @@ * libdpkg - Debian packaging suite library routines * myopt.c - my very own option parsing * - * Copyright (C) 1994,1995 Ian Jackson + * Copyright (C) 1994,1995 Ian Jackson * Copyright (C) 2000 Wichert Akkerman * * This is free software; you can redistribute it and/or modify diff --git a/lib/nfmalloc.c b/lib/nfmalloc.c index af147723..af208875 100644 --- a/lib/nfmalloc.c +++ b/lib/nfmalloc.c @@ -2,7 +2,7 @@ * libdpkg - Debian packaging suite library routines * nfmalloc.c - non-freeing malloc, used for in-core database * - * Copyright (C) 1994,1995 Ian Jackson + * Copyright (C) 1994,1995 Ian Jackson * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/lib/parse.c b/lib/parse.c index 83f27a4d..772299ef 100644 --- a/lib/parse.c +++ b/lib/parse.c @@ -2,7 +2,7 @@ * libdpkg - Debian packaging suite library routines * parse.c - database file parsing, main package/field loop * - * Copyright (C) 1995 Ian Jackson + * Copyright (C) 1995 Ian Jackson * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/lib/parsehelp.c b/lib/parsehelp.c index a504204e..e5b6413f 100644 --- a/lib/parsehelp.c +++ b/lib/parsehelp.c @@ -2,7 +2,7 @@ * libdpkg - Debian packaging suite library routines * parsehelp.c - helpful routines for parsing and writing * - * Copyright (C) 1995 Ian Jackson + * Copyright (C) 1995 Ian Jackson * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/lib/showcright.c b/lib/showcright.c index 5b232c0f..b9ccc9ca 100644 --- a/lib/showcright.c +++ b/lib/showcright.c @@ -2,7 +2,7 @@ * libdpkg - Debian packaging suite library routines * showcright.c - show copyright file routine * - * Copyright (C) 1994,1995 Ian Jackson + * Copyright (C) 1994,1995 Ian Jackson * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/lib/varbuf.c b/lib/varbuf.c index 736db42b..83104a9e 100644 --- a/lib/varbuf.c +++ b/lib/varbuf.c @@ -2,7 +2,7 @@ * libdpkg - Debian packaging suite library routines * varbuf.c - variable length expandable buffer handling * - * Copyright (C) 1994,1995 Ian Jackson + * Copyright (C) 1994,1995 Ian Jackson * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/lib/vercmp.c b/lib/vercmp.c index b97150f8..8b0d8dfa 100644 --- a/lib/vercmp.c +++ b/lib/vercmp.c @@ -2,7 +2,7 @@ * libdpkg - Debian packaging suite library routines * vercmp.c - comparison of version numbers * - * Copyright (C) 1995 Ian Jackson + * Copyright (C) 1995 Ian Jackson * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/main/archives.c b/main/archives.c index 0c154e68..ffe5ad8a 100644 --- a/main/archives.c +++ b/main/archives.c @@ -2,7 +2,7 @@ * dpkg - main program for package management * archives.c - actions that process archive files, mainly unpack * - * Copyright (C) 1994,1995 Ian Jackson + * Copyright (C) 1994,1995 Ian Jackson * Copyright (C) 2000 Wichert Akkerman * * This is free software; you can redistribute it and/or modify diff --git a/main/archives.h b/main/archives.h index 65f85c2b..4613c4d9 100644 --- a/main/archives.h +++ b/main/archives.h @@ -2,7 +2,7 @@ * dpkg - main program for package management * archives.h - functions common to archives.c and processarc.c * - * Copyright (C) 1995 Ian Jackson + * Copyright (C) 1995 Ian Jackson * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/main/cleanup.c b/main/cleanup.c index 693f0464..200ffe93 100644 --- a/main/cleanup.c +++ b/main/cleanup.c @@ -2,7 +2,7 @@ * dpkg - main program for package management * cleanup.c - cleanup functions, used when we need to unwind * - * Copyright (C) 1995 Ian Jackson + * Copyright (C) 1995 Ian Jackson * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/main/configure.c b/main/configure.c index bac402d9..1272d574 100644 --- a/main/configure.c +++ b/main/configure.c @@ -2,7 +2,7 @@ * dpkg - main program for package management * configure.c - configure packages * - * Copyright 1995 Ian Jackson + * Copyright 1995 Ian Jackson * Copyright 1999 Wichert Akkerman * * This is free software; you can redistribute it and/or modify diff --git a/main/depcon.c b/main/depcon.c index 51bcaae9..56b0398e 100644 --- a/main/depcon.c +++ b/main/depcon.c @@ -2,7 +2,7 @@ * dpkg - main program for package management * depcon.c - dependency and conflict checking * - * Copyright (C) 1994,1995 Ian Jackson + * Copyright (C) 1994,1995 Ian Jackson * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/main/enquiry.c b/main/enquiry.c index 5d14d1ce..3b5ffb8d 100644 --- a/main/enquiry.c +++ b/main/enquiry.c @@ -2,7 +2,7 @@ * dpkg - main program for package management * enquiry.c - status enquiry and listing options * - * Copyright (C) 1995,1996 Ian Jackson + * Copyright (C) 1995,1996 Ian Jackson * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/main/errors.c b/main/errors.c index c83e7aac..637ece86 100644 --- a/main/errors.c +++ b/main/errors.c @@ -2,7 +2,7 @@ * dpkg - main program for package management * main.c - main program * - * Copyright (C) 1994,1995 Ian Jackson + * Copyright (C) 1994,1995 Ian Jackson * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/main/filesdb.c b/main/filesdb.c index 79f89c26..03e2be9d 100644 --- a/main/filesdb.c +++ b/main/filesdb.c @@ -2,7 +2,7 @@ * dpkg - main program for package management * filesdb.c - management of database of files installed on system * - * Copyright (C) 1995 Ian Jackson + * Copyright (C) 1995 Ian Jackson * Copyright (C) 2000,2001 Wichert Akkerman * * This is free software; you can redistribute it and/or modify diff --git a/main/filesdb.h b/main/filesdb.h index 02c76fa5..f006a9a8 100644 --- a/main/filesdb.h +++ b/main/filesdb.h @@ -2,7 +2,7 @@ * dpkg - main program for package management * filesdb.h - management of database of files installed on system * - * Copyright (C) 1995 Ian Jackson + * Copyright (C) 1995 Ian Jackson * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/main/help.c b/main/help.c index 84257599..bde16a7c 100644 --- a/main/help.c +++ b/main/help.c @@ -2,7 +2,7 @@ * dpkg - main program for package management * help.c - various helper routines * - * Copyright (C) 1995 Ian Jackson + * Copyright (C) 1995 Ian Jackson * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/main/main.c b/main/main.c index fb69022b..110a5d51 100644 --- a/main/main.c +++ b/main/main.c @@ -2,7 +2,7 @@ * dpkg - main program for package management * main.c - main program * - * Copyright (C) 1994,1995 Ian Jackson + * Copyright (C) 1994,1995 Ian Jackson * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/main/main.h b/main/main.h index c0515be2..cef7a28d 100644 --- a/main/main.h +++ b/main/main.h @@ -2,7 +2,7 @@ * dpkg - main program for package management * main.h - external definitions for this program * - * Copyright (C) 1995 Ian Jackson + * Copyright (C) 1995 Ian Jackson * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/main/packages.c b/main/packages.c index c293b349..885c03e5 100644 --- a/main/packages.c +++ b/main/packages.c @@ -2,7 +2,7 @@ * dpkg - main program for package management * packages.c - common to actions that process packages * - * Copyright (C) 1994,1995 Ian Jackson + * Copyright (C) 1994,1995 Ian Jackson * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/main/processarc.c b/main/processarc.c index c4c259e7..efd4702c 100644 --- a/main/processarc.c +++ b/main/processarc.c @@ -2,7 +2,7 @@ * dpkg - main program for package management * processarc.c - the huge function process_archive * - * Copyright (C) 1995 Ian Jackson + * Copyright (C) 1995 Ian Jackson * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/main/query.c b/main/query.c index 8e8b4513..b2f57699 100644 --- a/main/query.c +++ b/main/query.c @@ -5,7 +5,7 @@ * dpkg - main program for package management * enquiry.c - status enquiry and listing options * - * Copyright (C) 1995,1996 Ian Jackson + * Copyright (C) 1995,1996 Ian Jackson * Copyright (C) 200,2001 Wichert Akkerman * * This is free software; you can redistribute it and/or modify diff --git a/main/remove.c b/main/remove.c index ba2a8863..7fd1b022 100644 --- a/main/remove.c +++ b/main/remove.c @@ -2,7 +2,7 @@ * dpkg - main program for package management * remove.c - functionality for removing packages * - * Copyright (C) 1995 Ian Jackson + * Copyright (C) 1995 Ian Jackson * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/main/select.c b/main/select.c index 4d6a80da..36725e57 100644 --- a/main/select.c +++ b/main/select.c @@ -2,7 +2,7 @@ * dpkg - main program for package management * select.c - by-hand (rather than dselect-based) package selection * - * Copyright (C) 1995,1996 Ian Jackson + * Copyright (C) 1995,1996 Ian Jackson * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/main/update.c b/main/update.c index 797d519f..25b8b1e9 100644 --- a/main/update.c +++ b/main/update.c @@ -2,7 +2,7 @@ * dpkg - main program for package management * update.c - options which update the `available' database * - * Copyright (C) 1995 Ian Jackson + * Copyright (C) 1995 Ian Jackson * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/man/en/dpkg.cfg.5.sgml b/man/en/dpkg.cfg.5.sgml index a938079d..b719e7d8 100644 --- a/man/en/dpkg.cfg.5.sgml +++ b/man/en/dpkg.cfg.5.sgml @@ -1,5 +1,5 @@ + %paths ]> diff --git a/man/fr/start-stop-daemon.8 b/man/fr/start-stop-daemon.8 index a3acbf5a..4123dee3 100644 --- a/man/fr/start-stop-daemon.8 +++ b/man/fr/start-stop-daemon.8 @@ -175,7 +175,7 @@ Affiche une aide et se termine. Affiche le numéro de version et se termine. .SH AUTEURS -Ian Jackson +Ian Jackson Marek Michalkiewicz diff --git a/man/ja/start-stop-daemon.8 b/man/ja/start-stop-daemon.8 index 7dbd2c88..15f6e88f 100644 --- a/man/ja/start-stop-daemon.8 +++ b/man/ja/start-stop-daemon.8 @@ -239,7 +239,7 @@ start\-stop\-daemon \- .SH Ãø¼Ô Marek Michalkiewicz -¤¬Ian Jackson ¤Ë¤è¤ë°ÊÁ°¤Î¥Ð¡¼¥¸¥ç¥ó¤ò +¤¬Ian Jackson ¤Ë¤è¤ë°ÊÁ°¤Î¥Ð¡¼¥¸¥ç¥ó¤ò ¸µ¤ËºîÀ®¡£ ¤³¤Î¥Þ¥Ë¥å¥¢¥ë¤Ï Klee Dienes ¤Ë¤è¤Ã¤Æ½ñ¤«¤ì¤¿¡£ diff --git a/man/ru/start-stop-daemon.8 b/man/ru/start-stop-daemon.8 index 60c00d0b..934b9ea6 100644 --- a/man/ru/start-stop-daemon.8 +++ b/man/ru/start-stop-daemon.8 @@ -233,7 +233,7 @@ start\-stop\-daemon \- .SH á÷ôïòù Marek Michalkiewicz , ÏÓÎÏ×Ù×ÁÑÓØ -ÎÁ ×ÅÒÓÉÉ, ÓÄÅÌÁÎÎÏÊ by Ian Jackson . +ÎÁ ×ÅÒÓÉÉ, ÓÄÅÌÁÎÎÏÊ by Ian Jackson . óÔÒÁÎÉÃÁ ÒÕËÏ×ÏÄÓÔ×Á by Klee Dienes , ÞÁÓÔÉÞÎÏ ÐÅÒÅÆÏÒÍÁÔÉÒÏ×ÁÎÏ by Ian Jackson. diff --git a/man/sv/start-stop-daemon.8 b/man/sv/start-stop-daemon.8 index 73fda7f7..24cd80f3 100644 --- a/man/sv/start-stop-daemon.8 +++ b/man/sv/start-stop-daemon.8 @@ -223,7 +223,7 @@ Skriv ut versionsinformation och avsluta sedan. .SH FÖRFATTARE Marek Michalkiewicz , baserat på en -tidigare version av Ian Jackson . +tidigare version av Ian Jackson . Manualsida av Klee Dienes , delvis omformaterad av Ian Jackson, översatt av Peter Karlsson . diff --git a/po/fr.po b/po/fr.po index aa9b003d..68727e62 100644 --- a/po/fr.po +++ b/po/fr.po @@ -1,6 +1,6 @@ # Dpkg --- the Debian GNU/Linux package maintenance system. # -# Copyright (C) 1994,1995,1996 Ian Jackson +# Copyright (C) 1994,1995,1996 Ian Jackson # Copyright (C) 1995,1996 Erick Branderhorst # Copyright (C) 1996 Miquel van Smoorenburg # Copyright (C) 1996 Kim-Minh Kaplan diff --git a/po/ja.po b/po/ja.po index 4fa39a73..4595abd0 100644 --- a/po/ja.po +++ b/po/ja.po @@ -1,6 +1,6 @@ # Dpkg --- the Debian GNU/Linux package maintenance system. # -# Copyright (C) 1994,1995,1996 Ian Jackson +# Copyright (C) 1994,1995,1996 Ian Jackson # Copyright (C) 1995,1996 Erick Branderhorst # Copyright (C) 1996 Miquel van Smoorenburg # Copyright (C) 1996 Kim-Minh Kaplan diff --git a/split/dpkg-split.h b/split/dpkg-split.h index 1219052f..12f21be5 100644 --- a/split/dpkg-split.h +++ b/split/dpkg-split.h @@ -2,7 +2,7 @@ * dpkg-split - splitting and joining of multipart *.deb archives * dpkg-split.h - external definitions for this program * - * Copyright (C) 1995 Ian Jackson + * Copyright (C) 1995 Ian Jackson * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/split/info.c b/split/info.c index 2cc7a769..49a029f8 100644 --- a/split/info.c +++ b/split/info.c @@ -2,7 +2,7 @@ * dpkg-split - splitting and joining of multipart *.deb archives * info.c - information about split archives * - * Copyright (C) 1995 Ian Jackson + * Copyright (C) 1995 Ian Jackson * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/split/join.c b/split/join.c index a3865b61..350eb24d 100644 --- a/split/join.c +++ b/split/join.c @@ -2,7 +2,7 @@ * dpkg-split - splitting and joining of multipart *.deb archives * join.c - joining * - * Copyright (C) 1995 Ian Jackson + * Copyright (C) 1995 Ian Jackson * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/split/main.c b/split/main.c index 85e52644..39f1c859 100644 --- a/split/main.c +++ b/split/main.c @@ -2,7 +2,7 @@ * dpkg-split - splitting and joining of multipart *.deb archives * main.c - main program * - * Copyright (C) 1995 Ian Jackson + * Copyright (C) 1995 Ian Jackson * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/split/mksplit.pl b/split/mksplit.pl index 697d8fdb..9d887a8d 100644 --- a/split/mksplit.pl +++ b/split/mksplit.pl @@ -4,7 +4,7 @@ # # Stdin is also redirected from the source archive by dpkg-split. -# Copyright (C) 1995 Ian Jackson +# Copyright (C) 1995 Ian Jackson # # This is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as diff --git a/split/queue.c b/split/queue.c index 8cfc084f..3dfc7019 100644 --- a/split/queue.c +++ b/split/queue.c @@ -2,7 +2,7 @@ * dpkg-split - splitting and joining of multipart *.deb archives * queue.c - queue management * - * Copyright (C) 1995 Ian Jackson + * Copyright (C) 1995 Ian Jackson * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/split/split.c b/split/split.c index de68db5b..049de0a9 100644 --- a/split/split.c +++ b/split/split.c @@ -2,7 +2,7 @@ * dpkg-split - splitting and joining of multipart *.deb archives * split.c - splitting archives * - * Copyright (C) 1995 Ian Jackson + * Copyright (C) 1995 Ian Jackson * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as diff --git a/utils/start-stop-daemon.8 b/utils/start-stop-daemon.8 index fbc07e12..875d649a 100644 --- a/utils/start-stop-daemon.8 +++ b/utils/start-stop-daemon.8 @@ -226,7 +226,7 @@ Print version information; then exit. .SH AUTHORS Marek Michalkiewicz based on -a previous version by Ian Jackson . +a previous version by Ian Jackson . Manual page by Klee Dienes , partially reformatted by Ian Jackson.