summaryrefslogtreecommitdiff
path: root/dpkg-deb
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2015-10-03 16:09:05 +0200
committerGuillem Jover <guillem@debian.org>2015-10-18 05:38:34 +0200
commitafbbf703ebdcc11b12353ccc8bca93bf901def0a (patch)
treed62b4d503ab523fa8ad18a5851328a51a706915e /dpkg-deb
parenta243173bd78e50555ef98ab5af6451a44c84f3de (diff)
downloaddpkg-afbbf703ebdcc11b12353ccc8bca93bf901def0a.tar.gz
Update Ian Jackson's email address
Diffstat (limited to 'dpkg-deb')
-rw-r--r--dpkg-deb/build.c2
-rw-r--r--dpkg-deb/dpkg-deb.h2
-rw-r--r--dpkg-deb/extract.c2
-rw-r--r--dpkg-deb/info.c2
-rw-r--r--dpkg-deb/main.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/dpkg-deb/build.c b/dpkg-deb/build.c
index ea3d861a1..9496de18c 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 © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1994,1995 Ian Jackson <ijackson@chiark.greenend.org.uk>
* Copyright © 2000,2001 Wichert Akkerman <wakkerma@debian.org>
* Copyright © 2007-2015 Guillem Jover <guillem@debian.org>
*
diff --git a/dpkg-deb/dpkg-deb.h b/dpkg-deb/dpkg-deb.h
index 70e44f0f8..bc90c271e 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 © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1994,1995 Ian Jackson <ijackson@chiark.greenend.org.uk>
* Copyright © 2006-2012 Guillem Jover <guillem@debian.org>
*
* This is free software; you can redistribute it and/or modify
diff --git a/dpkg-deb/extract.c b/dpkg-deb/extract.c
index 1d2a76acd..8b272342c 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 © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1994,1995 Ian Jackson <ijackson@chiark.greenend.org.uk>
* Copyright © 2006-2014 Guillem Jover <guillem@debian.org>
*
* This is free software; you can redistribute it and/or modify
diff --git a/dpkg-deb/info.c b/dpkg-deb/info.c
index 27a6eef73..2ca63bf25 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 © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1994,1995 Ian Jackson <ijackson@chiark.greenend.org.uk>
* Copyright © 2001 Wichert Akkerman
* Copyright © 2007-2015 Guillem Jover <guillem@debian.org>
*
diff --git a/dpkg-deb/main.c b/dpkg-deb/main.c
index 7ad10b2c0..5898672d9 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 © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1994,1995 Ian Jackson <ijackson@chiark.greenend.org.uk>
* Copyright © 2006-2014 Guillem Jover <guillem@debian.org>
*
* This is free software; you can redistribute it and/or modify