diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/compat.c | 2 | ||||
-rw-r--r-- | lib/database.c | 2 | ||||
-rw-r--r-- | lib/dbmodify.c | 2 | ||||
-rw-r--r-- | lib/dump.c | 2 | ||||
-rw-r--r-- | lib/ehandle.c | 2 | ||||
-rw-r--r-- | lib/fields.c | 2 | ||||
-rw-r--r-- | lib/lock.c | 2 | ||||
-rw-r--r-- | lib/md5.c | 2 | ||||
-rw-r--r-- | lib/md5.h | 2 | ||||
-rw-r--r-- | lib/mlib.c | 2 | ||||
-rw-r--r-- | lib/myopt.c | 2 | ||||
-rw-r--r-- | lib/nfmalloc.c | 2 | ||||
-rw-r--r-- | lib/parse.c | 2 | ||||
-rw-r--r-- | lib/parsehelp.c | 2 | ||||
-rw-r--r-- | lib/showcright.c | 2 | ||||
-rw-r--r-- | lib/varbuf.c | 2 | ||||
-rw-r--r-- | lib/vercmp.c | 2 |
17 files changed, 17 insertions, 17 deletions
diff --git a/lib/compat.c b/lib/compat.c index f92fb7821..80725687b 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 <iwj10@cus.cam.ac.uk> + * Copyright (C) 1995 Ian Jackson <ian.greenend.org.uk> * * 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 b636b8d76..5e0ab2cc3 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 <iwj10@cus.cam.ac.uk> + * Copyright (C) 1995 Ian Jackson <ian.greenend.org.uk> * * 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 57aca8223..7c64a7d92 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 <iwj10@cus.cam.ac.uk> + * Copyright (C) 1994,1995 Ian Jackson <ian.greenend.org.uk> * Copyright (C) 2001 Wichert Akkerman <wichert@debian.org> * * This is free software; you can redistribute it and/or modify diff --git a/lib/dump.c b/lib/dump.c index 0dae98d6e..79297c394 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 <iwj10@cus.cam.ac.uk> + * Copyright (C) 1995 Ian Jackson <ian.greenend.org.uk> * 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 9d81c851b..9accf0975 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 <iwj10@cus.cam.ac.uk> + * Copyright (C) 1994,1995 Ian Jackson <ian.greenend.org.uk> * * 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 3eaade804..437970c73 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 <iwj10@cus.cam.ac.uk> + * Copyright (C) 1995 Ian Jackson <ian.greenend.org.uk> * 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 e21b88a67..987ebd03b 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 <iwj10@cus.cam.ac.uk> + * Copyright (C) 1994,1995 Ian Jackson <ian.greenend.org.uk> * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as @@ -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 <ijackson@nyx.cs.du.edu>. + * - Ian Jackson <ian.greenend.org.uk>. * Still in the public domain. */ @@ -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 <ijackson@nyx.cs.du.edu>. + * - Ian Jackson <ian.greenend.org.uk>. * Still in the public domain. */ diff --git a/lib/mlib.c b/lib/mlib.c index b9193ecc3..98421a2f2 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 <iwj10@cus.cam.ac.uk> + * Copyright (C) 1994,1995 Ian Jackson <ian.greenend.org.uk> * * 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 14f10e040..7abce5397 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 <iwj10@cus.cam.ac.uk> + * Copyright (C) 1994,1995 Ian Jackson <ian.greenend.org.uk> * Copyright (C) 2000 Wichert Akkerman <wakkerma@debian.org> * * This is free software; you can redistribute it and/or modify diff --git a/lib/nfmalloc.c b/lib/nfmalloc.c index af1477238..af208875b 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 <iwj10@cus.cam.ac.uk> + * Copyright (C) 1994,1995 Ian Jackson <ian.greenend.org.uk> * * 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 83f27a4d7..772299ef6 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 <iwj10@cus.cam.ac.uk> + * Copyright (C) 1995 Ian Jackson <ian.greenend.org.uk> * * 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 a504204e5..e5b6413f1 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 <iwj10@cus.cam.ac.uk> + * Copyright (C) 1995 Ian Jackson <ian.greenend.org.uk> * * 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 5b232c0f3..b9ccc9ca1 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 <iwj10@cus.cam.ac.uk> + * Copyright (C) 1994,1995 Ian Jackson <ian.greenend.org.uk> * * 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 736db42b2..83104a9eb 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 <iwj10@cus.cam.ac.uk> + * Copyright (C) 1994,1995 Ian Jackson <ian.greenend.org.uk> * * 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 b97150f8e..8b0d8dfa3 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 <iwj10@cus.cam.ac.uk> + * Copyright (C) 1995 Ian Jackson <ian.greenend.org.uk> * * This is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as |