Browse Source

Update Ian Jackson's email address

Guillem Jover 8 years ago
parent
commit
afbbf703eb
100 changed files with 101 additions and 101 deletions
  1. 1 1
      AUTHORS
  2. 1 1
      THANKS
  3. 2 2
      debian/copyright
  4. 1 1
      dpkg-deb/build.c
  5. 1 1
      dpkg-deb/dpkg-deb.h
  6. 1 1
      dpkg-deb/extract.c
  7. 1 1
      dpkg-deb/info.c
  8. 1 1
      dpkg-deb/main.c
  9. 1 1
      dpkg-split/dpkg-split.h
  10. 1 1
      dpkg-split/info.c
  11. 1 1
      dpkg-split/join.c
  12. 1 1
      dpkg-split/main.c
  13. 1 1
      dpkg-split/queue.c
  14. 1 1
      dpkg-split/split.c
  15. 1 1
      dselect/basecmds.cc
  16. 1 1
      dselect/baselist.cc
  17. 1 1
      dselect/basetop.cc
  18. 1 1
      dselect/bindings.cc
  19. 1 1
      dselect/bindings.h
  20. 1 1
      dselect/curkeys.cc
  21. 1 1
      dselect/dselect.h
  22. 1 1
      dselect/helpmsgs.cc
  23. 1 1
      dselect/helpmsgs.h
  24. 1 1
      dselect/keyoverride
  25. 1 1
      dselect/main.cc
  26. 1 1
      dselect/methkeys.cc
  27. 1 1
      dselect/methlist.cc
  28. 1 1
      dselect/method.cc
  29. 1 1
      dselect/method.h
  30. 1 1
      dselect/methods/multicd/install
  31. 2 2
      dselect/methods/multicd/setup
  32. 1 1
      dselect/methods/multicd/update
  33. 1 1
      dselect/methparse.cc
  34. 1 1
      dselect/mkcurkeys.pl
  35. 1 1
      dselect/pkgcmds.cc
  36. 1 1
      dselect/pkgdepcon.cc
  37. 1 1
      dselect/pkgdisplay.cc
  38. 1 1
      dselect/pkginfo.cc
  39. 1 1
      dselect/pkgkeys.cc
  40. 1 1
      dselect/pkglist.cc
  41. 1 1
      dselect/pkglist.h
  42. 1 1
      dselect/pkgsublist.cc
  43. 1 1
      dselect/pkgtop.cc
  44. 1 1
      dselect/po/ja.po
  45. 1 1
      lib/compat/alphasort.c
  46. 1 1
      lib/compat/compat.h
  47. 1 1
      lib/compat/scandir.c
  48. 1 1
      lib/compat/snprintf.c
  49. 1 1
      lib/compat/strerror.c
  50. 1 1
      lib/compat/strsignal.c
  51. 1 1
      lib/compat/unsetenv.c
  52. 1 1
      lib/compat/vsnprintf.c
  53. 1 1
      lib/dpkg/cleanup.c
  54. 1 1
      lib/dpkg/dbmodify.c
  55. 1 1
      lib/dpkg/debug.c
  56. 1 1
      lib/dpkg/depcon.c
  57. 1 1
      lib/dpkg/dlist.h
  58. 1 1
      lib/dpkg/dpkg-db.h
  59. 1 1
      lib/dpkg/dpkg.h
  60. 1 1
      lib/dpkg/dump.c
  61. 1 1
      lib/dpkg/ehandle.c
  62. 1 1
      lib/dpkg/ehandle.h
  63. 1 1
      lib/dpkg/fields.c
  64. 1 1
      lib/dpkg/file.c
  65. 1 1
      lib/dpkg/mlib.c
  66. 1 1
      lib/dpkg/namevalue.h
  67. 1 1
      lib/dpkg/nfmalloc.c
  68. 1 1
      lib/dpkg/options.c
  69. 1 1
      lib/dpkg/options.h
  70. 1 1
      lib/dpkg/parse.c
  71. 1 1
      lib/dpkg/parsedump.h
  72. 1 1
      lib/dpkg/parsehelp.c
  73. 1 1
      lib/dpkg/path-remove.c
  74. 1 1
      lib/dpkg/path.c
  75. 1 1
      lib/dpkg/pkg-array.c
  76. 1 1
      lib/dpkg/pkg-db.c
  77. 1 1
      lib/dpkg/pkg-namevalue.c
  78. 1 1
      lib/dpkg/pkg-show.c
  79. 1 1
      lib/dpkg/pkg.c
  80. 1 1
      lib/dpkg/string.c
  81. 1 1
      lib/dpkg/subproc.c
  82. 1 1
      lib/dpkg/trigdeferred.h
  83. 1 1
      lib/dpkg/trigdeferred.l
  84. 1 1
      lib/dpkg/triglib.c
  85. 1 1
      lib/dpkg/triglib.h
  86. 1 1
      lib/dpkg/trigname.c
  87. 1 1
      lib/dpkg/trignote.c
  88. 1 1
      lib/dpkg/utils.c
  89. 1 1
      lib/dpkg/varbuf.c
  90. 1 1
      lib/dpkg/varbuf.h
  91. 1 1
      lib/dpkg/version.c
  92. 1 1
      lib/dpkg/version.h
  93. 1 1
      man/deb-old.5
  94. 1 1
      man/deb-substvars.5
  95. 1 1
      man/deb.5
  96. 1 1
      man/dpkg-deb.1
  97. 1 1
      man/dpkg-distaddfile.1
  98. 1 1
      man/dpkg-divert.1
  99. 1 1
      man/dpkg-genchanges.1
  100. 0 0
      man/dpkg-gencontrol.1

+ 1 - 1
AUTHORS

@@ -1,6 +1,6 @@
 The C implementation of dpkg was originally written by:
 
-	Ian Jackson <ian@chiark.greenend.org.uk>
+	Ian Jackson <ijackson@chiark.greenend.org.uk>
 
 based on the Perl implementation by:
 

+ 1 - 1
THANKS

@@ -62,7 +62,7 @@ Helge Kreutzmann <debian@helgefjell.de>
 Hiroshi KISE <fuyuneko@ryukyu.ne.jp>
 Holger Wansing <linux@wansing-online.de>
 Ian Eure <ieure@debian.org>
-Ian Jackson <ian@chiark.greenend.org.uk>
+Ian Jackson <ijackson@chiark.greenend.org.uk>
 Ian Murdock <imurdock@debian.org>
 Ian Zimmerman <itz@buug.org>
 Ingo Saitz <ingo@debian.org>

+ 2 - 2
debian/copyright

@@ -6,7 +6,7 @@ Copyright:
  Copyright © 1994 Ian Murdock <imurdock@debian.org>
  Copyright © 1994 Matt Welsh <mdw@sunsite.unc.edu>
  Copyright © 1994 Carl Streeter <streeter@cae.wisc.edu>
- Copyright © 1994-1999, 2008 Ian Jackson <ian@chiark.greenend.org.uk>
+ Copyright © 1994-1999, 2008 Ian Jackson <ijackson@chiark.greenend.org.uk>
  Copyright © 1995 Bruce Perens <bruce@pixar.com>
  Copyright © 1995-1996 Erick Branderhorst <branderhorst@heel.fgg.eur.nl>
  Copyright © 1996 Michael Shields <shields@crosslink.net>
@@ -79,7 +79,7 @@ Copyright:
  Copyright © 2000-2003 Adam Heath <doogie@debian.org>
  Copyright © 2001 Sontri Tomo Huynh <huynh.29@osu.edu>
  Copyrigth © 2001 Andreas Schuldei <andreas@schuldei.org>
- Copyright © 2001 Ian Jackson <ian@chiark.greenend.org.uk>
+ Copyright © 2001 Ian Jackson <ijackson@chiark.greenend.org.uk>
  Copyright © 2004-2005 Scott James Remnant <keybuk@debian.org>
  Copyright © 2006-2014 Guillem Jover <guillem@debian.org>
  Copyright © 2008 Samuel Thibault <samuel.thibault@ens-lyon.org>

+ 1 - 1
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>
  *

+ 1 - 1
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

+ 1 - 1
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

+ 1 - 1
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>
  *

+ 1 - 1
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

+ 1 - 1
dpkg-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 © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ijackson@chiark.greenend.org.uk>
  * Copyright © 2008-2012 Guillem Jover <guillem@debian.org>
  *
  * This is free software; you can redistribute it and/or modify

+ 1 - 1
dpkg-split/info.c

@@ -2,7 +2,7 @@
  * dpkg-split - splitting and joining of multipart *.deb archives
  * info.c - information about split archives
  *
- * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ijackson@chiark.greenend.org.uk>
  * Copyright © 2008-2012 Guillem Jover <guillem@debian.org>
  *
  * This is free software; you can redistribute it and/or modify

+ 1 - 1
dpkg-split/join.c

@@ -2,7 +2,7 @@
  * dpkg-split - splitting and joining of multipart *.deb archives
  * join.c - joining
  *
- * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ijackson@chiark.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 published by

+ 1 - 1
dpkg-split/main.c

@@ -2,7 +2,7 @@
  * dpkg-split - splitting and joining of multipart *.deb archives
  * main.c - main program
  *
- * Copyright © 1994-1996 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1994-1996 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

+ 1 - 1
dpkg-split/queue.c

@@ -2,7 +2,7 @@
  * dpkg-split - splitting and joining of multipart *.deb archives
  * queue.c - queue management
  *
- * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ijackson@chiark.greenend.org.uk>
  * Copyright © 2008-2014 Guillem Jover <guillem@debian.org>
  *
  * This is free software; you can redistribute it and/or modify

+ 1 - 1
dpkg-split/split.c

@@ -2,7 +2,7 @@
  * dpkg-split - splitting and joining of multipart *.deb archives
  * split.c - splitting archives
  *
- * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ijackson@chiark.greenend.org.uk>
  * Copyright © 2008-2015 Guillem Jover <guillem@debian.org>
  *
  * This is free software; you can redistribute it and/or modify

+ 1 - 1
dselect/basecmds.cc

@@ -2,7 +2,7 @@
  * dselect - Debian package maintenance user interface
  * basecmds.cc - base list keyboard commands display
  *
- * 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>
  *
  * This is free software; you can redistribute it and/or modify

+ 1 - 1
dselect/baselist.cc

@@ -2,7 +2,7 @@
  * dselect - Debian package maintenance user interface
  * baselist.cc - list of somethings
  *
- * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1994,1995 Ian Jackson <ijackson@chiark.greenend.org.uk>
  * Copyright © 2001 Wichert Akkerman <wakkerma@debian.org>
  * Copyright © 2007-2013 Guillem Jover <guillem@debian.org>
  *

+ 1 - 1
dselect/basetop.cc

@@ -2,7 +2,7 @@
  * dselect - Debian package maintenance user interface
  * basetop.cc - base list class redraw of top
  *
- * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1994,1995 Ian Jackson <ijackson@chiark.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 published by

+ 1 - 1
dselect/bindings.cc

@@ -2,7 +2,7 @@
  * dselect - Debian package maintenance user interface
  * bindings.cc - keybinding manager object definitions and default bindings
  *
- * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ijackson@chiark.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 published by

+ 1 - 1
dselect/bindings.h

@@ -2,7 +2,7 @@
  * dselect - Debian package maintenance user interface
  * bindings.h - keybindings class header file
  *
- * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1994,1995 Ian Jackson <ijackson@chiark.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 published by

+ 1 - 1
dselect/curkeys.cc

@@ -2,7 +2,7 @@
  * dselect - Debian package maintenance user interface
  * curkeys.cc - list of ncurses keys for name <-> key mapping
  *
- * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ijackson@chiark.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 published by

+ 1 - 1
dselect/dselect.h

@@ -2,7 +2,7 @@
  * dselect - Debian package maintenance user interface
  * dselect.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 © 2001 Wichert Akkerman <wakkerma@debian.org>
  *
  * This is free software; you can redistribute it and/or modify

+ 1 - 1
dselect/helpmsgs.cc

@@ -2,7 +2,7 @@
  * dselect - Debian package maintenance user interface
  * helpmsgs.cc - list of help messages
  *
- * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ijackson@chiark.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 published by

+ 1 - 1
dselect/helpmsgs.h

@@ -2,7 +2,7 @@
  * dselect - Debian package maintenance user interface
  * helpmsgs.h - external definitions for the list of help messages
  *
- * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ijackson@chiark.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 published by

+ 1 - 1
dselect/keyoverride

@@ -1,7 +1,7 @@
 # dselect - Debian package maintenance user interface
 # keyoverride - override strings for ncurses key names
 #
-# Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+# Copyright © 1995 Ian Jackson <ijackson@chiark.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 published by

+ 1 - 1
dselect/main.cc

@@ -2,7 +2,7 @@
  * dselect - Debian package maintenance user interface
  * main.cc - main program
  *
- * Copyright © 1994-1996 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1994-1996 Ian Jackson <ijackson@chiark.greenend.org.uk>
  * Copyright © 2000,2001 Wichert Akkerman <wakkerma@debian.org>
  * Copyright © 2006-2015 Guillem Jover <guillem@debian.org>
  *

+ 1 - 1
dselect/methkeys.cc

@@ -2,7 +2,7 @@
  * dselect - Debian package maintenance user interface
  * methkeys.cc - method list keybindings
  *
- * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ijackson@chiark.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 published by

+ 1 - 1
dselect/methlist.cc

@@ -2,7 +2,7 @@
  * dselect - Debian package maintenance user interface
  * methlist.cc - list of access methods and options
  *
- * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ijackson@chiark.greenend.org.uk>
  * Copyright © 2001 Wichert Akkerman <wakkerma@debian.org>
  *
  * This is free software; you can redistribute it and/or modify

+ 1 - 1
dselect/method.cc

@@ -2,7 +2,7 @@
  * dselect - Debian package maintenance user interface
  * method.cc - access method handling
  *
- * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ijackson@chiark.greenend.org.uk>
  * Copyright © 2001,2002 Wichert Akkerman <wakkerma@debian.org>
  *
  * This is free software; you can redistribute it and/or modify

+ 1 - 1
dselect/method.h

@@ -2,7 +2,7 @@
  * dselect - Debian package maintenance user interface
  * method.h - access method handling declarations
  *
- * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ijackson@chiark.greenend.org.uk>
  * Copyright © 2001 Wichert Akkerman <wakkerma@debian.org>
  *
  * This is free software; you can redistribute it and/or modify

+ 1 - 1
dselect/methods/multicd/install

@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright © 1995-1998 Ian Jackson <ian@chiark.greenend.org.uk>
+# Copyright © 1995-1998 Ian Jackson <ijackson@chiark.greenend.org.uk>
 # Copyright © 1998 Heiko Schlittermann <heiko@lotte.sax.de>
 #
 # This is free software; you can redistribute it and/or modify

+ 2 - 2
dselect/methods/multicd/setup

@@ -2,12 +2,12 @@
 #
 # The ‘multicd’ package was initially written by Heiko Schlittermann
 # <heiko@lotte.sax.de> based on builtin access methods written by Ian
-# Jackson <ian@chiark.greenend.org.uk>.  The final packaging as well as
+# Jackson <ijackson@chiark.greenend.org.uk>.  The final packaging as well as
 # cleanups were made by Martin Schulze <joey@infodrom.north.de> who also
 # put this package together for the slink release (Debian GNU/Linux
 # 2.1).
 
-# Copyright © 1995-1998 Ian Jackson <ian@chiark.greenend.org.uk>
+# Copyright © 1995-1998 Ian Jackson <ijackson@chiark.greenend.org.uk>
 # Copyright © 1998 Heiko Schlittermann <heiko@lotte.sax.de>
 #
 # This is free software; you can redistribute it and/or modify

+ 1 - 1
dselect/methods/multicd/update

@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright © 1995-1998 Ian Jackson <ian@chiark.greenend.org.uk>
+# Copyright © 1995-1998 Ian Jackson <ijackson@chiark.greenend.org.uk>
 # Copyright © 1998 Heiko Schlittermann <heiko@lotte.sax.de>
 #
 # This is free software; you can redistribute it and/or modify

+ 1 - 1
dselect/methparse.cc

@@ -2,7 +2,7 @@
  * dselect - Debian package maintenance user interface
  * methparse.cc - access method list parsing
  *
- * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ijackson@chiark.greenend.org.uk>
  * Copyright © 2008-2011, 2013-2015 Guillem Jover <guillem@debian.org>
  *
  * This is free software; you can redistribute it and/or modify

+ 1 - 1
dselect/mkcurkeys.pl

@@ -3,7 +3,7 @@
 # dselect - Debian package maintenance user interface
 # mkcurkeys.pl - generate strings mapping key names to ncurses numbers
 #
-# Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+# Copyright © 1995 Ian Jackson <ijackson@chiark.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 published by

+ 1 - 1
dselect/pkgcmds.cc

@@ -2,7 +2,7 @@
  * dselect - Debian package maintenance user interface
  * pkgcmds.cc - package list keyboard commands
  *
- * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1994,1995 Ian Jackson <ijackson@chiark.greenend.org.uk>
  * Copyright © 2008-2014 Guillem Jover <guillem@debian.org>
  *
  * This is free software; you can redistribute it and/or modify

+ 1 - 1
dselect/pkgdepcon.cc

@@ -2,7 +2,7 @@
  * dselect - Debian package maintenance user interface
  * pkgdepcon.cc - dependency and conflict resolution
  *
- * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ijackson@chiark.greenend.org.uk>
  * Copyright © 2008-2014 Guillem Jover <guillem@debian.org>
  *
  * This is free software; you can redistribute it and/or modify

+ 1 - 1
dselect/pkgdisplay.cc

@@ -2,7 +2,7 @@
  * dselect - Debian package maintenance user interface
  * pkgdisplay.cc - package list display
  *
- * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1994,1995 Ian Jackson <ijackson@chiark.greenend.org.uk>
  * Copyright © 2006, 2008-2015 Guillem Jover <guillem@debian.org>
  *
  * This is free software; you can redistribute it and/or modify

+ 1 - 1
dselect/pkginfo.cc

@@ -2,7 +2,7 @@
  * dselect - Debian package maintenance user interface
  * pkginfo.cc - handles (re)draw of package list window infopad
  *
- * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ijackson@chiark.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 published by

+ 1 - 1
dselect/pkgkeys.cc

@@ -2,7 +2,7 @@
  * dselect - Debian package maintenance user interface
  * pkgkeys.cc - package list keybindings
  *
- * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ijackson@chiark.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 published by

+ 1 - 1
dselect/pkglist.cc

@@ -2,7 +2,7 @@
  * dselect - Debian package maintenance user interface
  * pkglist.cc - package list administration
  *
- * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ijackson@chiark.greenend.org.uk>
  * Copyright © 2001 Wichert Akkerman <wakkerma@debian.org>
  * Copyright © 2008-2014 Guillem Jover <guillem@debian.org>
  *

+ 1 - 1
dselect/pkglist.h

@@ -2,7 +2,7 @@
  * dselect - Debian package maintenance user interface
  * pkglist.h - external definitions for package list handling
  *
- * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1994,1995 Ian Jackson <ijackson@chiark.greenend.org.uk>
  * Copyright © 2001 Wichert Akkerman <wakkerma@debian.org>
  * Copyright © 2007-2014 Guillem Jover <guillem@debian.org>
  *

+ 1 - 1
dselect/pkgsublist.cc

@@ -2,7 +2,7 @@
  * dselect - Debian package maintenance user interface
  * pkgsublist.cc - status modification and recursive package list handling
  *
- * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ijackson@chiark.greenend.org.uk>
  * Copyright © 2007-2014 Guillem Jover <guillem@debian.org>
  *
  * This is free software; you can redistribute it and/or modify

+ 1 - 1
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 © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1994,1995 Ian Jackson <ijackson@chiark.greenend.org.uk>
  * Copyright © 2007-2014 Guillem Jover <guillem@debian.org>
  *
  * This is free software; you can redistribute it and/or modify

+ 1 - 1
dselect/po/ja.po

@@ -1,6 +1,6 @@
 # Dpkg --- the Debian GNU/Linux package maintenance system.
 #
-# Copyright (C) 1994,1995,1996 Ian Jackson <ian@chiark.greenend.org.uk>
+# Copyright (C) 1994,1995,1996 Ian Jackson <ijackson@chiark.greenend.org.uk>
 # Copyright (C) 1995,1996 Erick Branderhorst <branderhorst@heel.fgg.eur.nl>
 # Copyright (C) 1996 Miquel van Smoorenburg <miquels@cistron.nl>
 # Copyright (C) 1996 Kim-Minh Kaplan <kkaplan@cdfhp3.in2p3.fr>

+ 1 - 1
lib/compat/alphasort.c

@@ -1,7 +1,7 @@
 /*
  * libcompat - system compatibility library
  *
- * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ijackson@chiark.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 published by

+ 1 - 1
lib/compat/compat.h

@@ -2,7 +2,7 @@
  * libcompat - system compatibility library
  * compat.h - system compatibility declarations
  *
- * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ijackson@chiark.greenend.org.uk>
  * Copyright © 2008, 2009 Guillem Jover <guillem@debian.org>
  *
  * This is free software; you can redistribute it and/or modify

+ 1 - 1
lib/compat/scandir.c

@@ -1,7 +1,7 @@
 /*
  * libcompat - system compatibility library
  *
- * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ijackson@chiark.greenend.org.uk>
  * Copyright © 2008, 2009 Guillem Jover <guillem@debian.org>
  *
  * This is free software; you can redistribute it and/or modify

+ 1 - 1
lib/compat/snprintf.c

@@ -1,7 +1,7 @@
 /*
  * libcompat - system compatibility library
  *
- * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ijackson@chiark.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 published by

+ 1 - 1
lib/compat/strerror.c

@@ -1,7 +1,7 @@
 /*
  * libcompat - system compatibility library
  *
- * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ijackson@chiark.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 published by

+ 1 - 1
lib/compat/strsignal.c

@@ -1,7 +1,7 @@
 /*
  * libcompat - system compatibility library
  *
- * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ijackson@chiark.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 published by

+ 1 - 1
lib/compat/unsetenv.c

@@ -1,7 +1,7 @@
 /*
  * libcompat - system compatibility library
  *
- * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ijackson@chiark.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 published by

+ 1 - 1
lib/compat/vsnprintf.c

@@ -1,7 +1,7 @@
 /*
  * libcompat - system compatibility library
  *
- * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ijackson@chiark.greenend.org.uk>
  * Copyright © 2008-2012 Guillem Jover <guillem@debian.org>
  *
  * This is free software; you can redistribute it and/or modify

+ 1 - 1
lib/dpkg/cleanup.c

@@ -2,7 +2,7 @@
  * libdpkg - Debian packaging suite library routines
  * cleanup.c - cleanup functions, used when we need to unwind
  *
- * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ijackson@chiark.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 published by

+ 1 - 1
lib/dpkg/dbmodify.c

@@ -2,7 +2,7 @@
  * libdpkg - Debian packaging suite library routines
  * dbmodify.c - routines for managing dpkg database updates
  *
- * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1994,1995 Ian Jackson <ijackson@chiark.greenend.org.uk>
  * Copyright © 2001 Wichert Akkerman <wichert@debian.org>
  * Copyright © 2006-2014 Guillem Jover <guillem@debian.org>
  *

+ 1 - 1
lib/dpkg/debug.c

@@ -2,7 +2,7 @@
  * libdpkg - Debian packaging suite library routines
  * debug.c - debugging support
  *
- * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ijackson@chiark.greenend.org.uk>
  * Copyright © 2011 Guillem Jover <guillem@debian.orgian>
  *
  * This is free software; you can redistribute it and/or modify

+ 1 - 1
lib/dpkg/depcon.c

@@ -2,7 +2,7 @@
  * libdpkg - Debian packaging suite library routines
  * depcon.c - dependency and conflict checking
  *
- * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ijackson@chiark.greenend.org.uk>
  * Copyright © 2008-2014 Guillem Jover <guillem@debian.org>
  * Copyright © 2009 Canonical Ltd.
  *

+ 1 - 1
lib/dpkg/dlist.h

@@ -1,7 +1,7 @@
 /*
  * dlist.h - macros for handling doubly linked lists
  *
- * Copyright © 1997-1999 Ian Jackson <ian@davenant.greenend.org.uk>
+ * Copyright © 1997-1999 Ian Jackson <ijackson@chiark.greenend.org.uk>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by

+ 1 - 1
lib/dpkg/dpkg-db.h

@@ -2,7 +2,7 @@
  * libdpkg - Debian packaging suite library routines
  * dpkg-db.h - declarations for in-core package database management
  *
- * 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
  * Copyright © 2006-2014 Guillem Jover <guillem@debian.org>
  *

+ 1 - 1
lib/dpkg/dpkg.h

@@ -2,7 +2,7 @@
  * libdpkg - Debian packaging suite library routines
  * dpkg.h - general header for Debian package handling
  *
- * 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 <wichert@debian.org>
  * Copyright © 2006-2015 Guillem Jover <guillem@debian.org>
  *

+ 1 - 1
lib/dpkg/dump.c

@@ -2,7 +2,7 @@
  * libdpkg - Debian packaging suite library routines
  * dump.c - code to write in-core database to a file
  *
- * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ijackson@chiark.greenend.org.uk>
  * Copyright © 2001 Wichert Akkerman
  * Copyright © 2006,2008-2014 Guillem Jover <guillem@debian.org>
  * Copyright © 2011 Linaro Limited

+ 1 - 1
lib/dpkg/ehandle.c

@@ -2,7 +2,7 @@
  * libdpkg - Debian packaging suite library routines
  * ehandle.c - error handling
  *
- * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1994,1995 Ian Jackson <ijackson@chiark.greenend.org.uk>
  * Copyright © 2008-2014 Guillem Jover <guillem@debian.org>
  *
  * This is free software; you can redistribute it and/or modify

+ 1 - 1
lib/dpkg/ehandle.h

@@ -2,7 +2,7 @@
  * libdpkg - Debian packaging suite library routines
  * ehandle.h - error handling
  *
- * 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 <wichert@debian.org>
  *
  * This is free software; you can redistribute it and/or modify

+ 1 - 1
lib/dpkg/fields.c

@@ -2,7 +2,7 @@
  * libdpkg - Debian packaging suite library routines
  * fields.c - parsing of all the different fields, when reading in
  *
- * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ijackson@chiark.greenend.org.uk>
  * Copyright © 2001 Wichert Akkerman
  * Copyright © 2006-2015 Guillem Jover <guillem@debian.org>
  * Copyright © 2009 Canonical Ltd.

+ 1 - 1
lib/dpkg/file.c

@@ -2,7 +2,7 @@
  * libdpkg - Debian packaging suite library routines
  * file.c - file handling functions
  *
- * Copyright © 1994, 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1994, 1995 Ian Jackson <ijackson@chiark.greenend.org.uk>
  * Copyright © 2008-2012 Guillem Jover <guillem@debian.org>
  *
  * This is free software; you can redistribute it and/or modify

+ 1 - 1
lib/dpkg/mlib.c

@@ -2,7 +2,7 @@
  * libdpkg - Debian packaging suite library routines
  * mlib.c - ‘must’ library: routines will succeed or longjmp
  *
- * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1994,1995 Ian Jackson <ijackson@chiark.greenend.org.uk>
  * Copyright © 2006-2013, 2015 Guillem Jover <guillem@debian.org>
  *
  * This is free software; you can redistribute it and/or modify

+ 1 - 1
lib/dpkg/namevalue.h

@@ -2,7 +2,7 @@
  * libdpkg - Debian packaging suite library routines
  * namevalue.h - name value structure handling
  *
- * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1994,1995 Ian Jackson <ijackson@chiark.greenend.org.uk>
  * Copyright © 2009-2012, 2015 Guillem Jover <guillem@debian.org>
  *
  * This is free software; you can redistribute it and/or modify

+ 1 - 1
lib/dpkg/nfmalloc.c

@@ -2,7 +2,7 @@
  * libdpkg - Debian packaging suite library routines
  * nfmalloc.c - non-freeing malloc, used for in-core database
  *
- * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1994,1995 Ian Jackson <ijackson@chiark.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 published by

+ 1 - 1
lib/dpkg/options.c

@@ -2,7 +2,7 @@
  * libdpkg - Debian packaging suite library routines
  * options.c - option parsing functions
  *
- * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1994,1995 Ian Jackson <ijackson@chiark.greenend.org.uk>
  * Copyright © 2000,2002 Wichert Akkerman <wichert@deephackmode.org>
  * Copyright © 2008-2015 Guillem Jover <guillem@debian.org>
  *

+ 1 - 1
lib/dpkg/options.h

@@ -2,7 +2,7 @@
  * libdpkg - Debian packaging suite library routines
  * options.h - option parsing functions
  *
- * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1994,1995 Ian Jackson <ijackson@chiark.greenend.org.uk>
  * Copyright © 2008-2014 Guillem Jover <guillem@debian.org>
  *
  * This is free software; you can redistribute it and/or modify

+ 1 - 1
lib/dpkg/parse.c

@@ -2,7 +2,7 @@
  * libdpkg - Debian packaging suite library routines
  * parse.c - database file parsing, main package/field loop
  *
- * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ijackson@chiark.greenend.org.uk>
  * Copyright © 2006, 2008-2015 Guillem Jover <guillem@debian.org>
  *
  * This is free software; you can redistribute it and/or modify

+ 1 - 1
lib/dpkg/parsedump.h

@@ -2,7 +2,7 @@
  * libdpkg - Debian packaging suite library routines
  * parsedump.h - declarations for in-core database reading/writing
  *
- * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ijackson@chiark.greenend.org.uk>
  * Copyright © 2001 Wichert Akkerman
  * Copyright © 2008-2011 Guillem Jover <guillem@debian.org>
  *

+ 1 - 1
lib/dpkg/parsehelp.c

@@ -2,7 +2,7 @@
  * libdpkg - Debian packaging suite library routines
  * parsehelp.c - helpful routines for parsing and writing
  *
- * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 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

+ 1 - 1
lib/dpkg/path-remove.c

@@ -2,7 +2,7 @@
  * libdpkg - Debian packaging suite library routines
  * path-remove.c - path removal functionss
  *
- * Copyright © 1994-1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1994-1995 Ian Jackson <ijackson@chiark.greenend.org.uk>
  * Copyright © 2007-2015 Guillem Jover <guillem@debian.org>
  *
  * This is free software; you can redistribute it and/or modify

+ 1 - 1
lib/dpkg/path.c

@@ -2,7 +2,7 @@
  * libdpkg - Debian packaging suite library routines
  * path.c - path handling functions
  *
- * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ijackson@chiark.greenend.org.uk>
  * Copyright © 2008-2012 Guillem Jover <guillem@debian.org>
  *
  * This is free software; you can redistribute it and/or modify

+ 1 - 1
lib/dpkg/pkg-array.c

@@ -2,7 +2,7 @@
  * libdpkg - Debian packaging suite library routines
  * pkg-array.c - primitives for pkg array handling
  *
- * Copyright © 1995,1996 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995,1996 Ian Jackson <ijackson@chiark.greenend.org.uk>
  * Copyright © 2009-2015 Guillem Jover <guillem@debian.org>
  *
  * This is free software; you can redistribute it and/or modify

+ 1 - 1
lib/dpkg/pkg-db.c

@@ -2,7 +2,7 @@
  * libdpkg - Debian packaging suite library routines
  * pkg-db.c - low level package database routines (hash tables, etc.)
  *
- * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ijackson@chiark.greenend.org.uk>
  * Copyright © 2008-2014 Guillem Jover <guillem@debian.org>
  * Copyright © 2011 Linaro Limited
  * Copyright © 2011 Raphaël Hertzog <hertzog@debian.org>

+ 1 - 1
lib/dpkg/pkg-namevalue.c

@@ -2,7 +2,7 @@
  * libdpkg - Debian packaging suite library routines
  * pkg-namevalue.c - name/value package tables
  *
- * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ijackson@chiark.greenend.org.uk>
  * Copyright © 2006-2015 Guillem Jover <guillem@debian.org>
  *
  * This is free software; you can redistribute it and/or modify

+ 1 - 1
lib/dpkg/pkg-show.c

@@ -2,7 +2,7 @@
  * libdpkg - Debian packaging suite library routines
  * pkg-show.c - primitives for pkg information display
  *
- * Copyright © 1995,1996 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995,1996 Ian Jackson <ijackson@chiark.greenend.org.uk>
  * Copyright © 2008-2014 Guillem Jover <guillem@debian.org>
  *
  * This is free software; you can redistribute it and/or modify

+ 1 - 1
lib/dpkg/pkg.c

@@ -2,7 +2,7 @@
  * libdpkg - Debian packaging suite library routines
  * pkg.c - primitives for pkg handling
  *
- * Copyright © 1995, 1996 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995, 1996 Ian Jackson <ijackson@chiark.greenend.org.uk>
  * Copyright © 2009-2014 Guillem Jover <guillem@debian.org>
  *
  * This is free software; you can redistribute it and/or modify

+ 1 - 1
lib/dpkg/string.c

@@ -2,7 +2,7 @@
  * libdpkg - Debian packaging suite library routines
  * string.c - string handling routines
  *
- * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ijackson@chiark.greenend.org.uk>
  * Copyright © 2008-2014 Guillem Jover <guillem@debian.org>
  *
  * This is free software; you can redistribute it and/or modify

+ 1 - 1
lib/dpkg/subproc.c

@@ -2,7 +2,7 @@
  * libdpkg - Debian packaging suite library routines
  * subproc.c - subprocess helper routines
  *
- * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ijackson@chiark.greenend.org.uk>
  * Copyright © 2008-2014 Guillem Jover <guillem@debian.org>
  *
  * This is free software; you can redistribute it and/or modify

+ 1 - 1
lib/dpkg/trigdeferred.h

@@ -3,7 +3,7 @@
  * trigdeferred.h - parsing of triggers/Deferred
  *
  * Copyright © 2007 Canonical, Ltd.
- *   written by Ian Jackson <ian@chiark.greenend.org.uk>
+ *   written by Ian Jackson <ijackson@chiark.greenend.org.uk>
  * Copyright © 2008-2014 Guillem Jover <guillem@debian.org>
  *
  * This is free software; you can redistribute it and/or modify

+ 1 - 1
lib/dpkg/trigdeferred.l

@@ -3,7 +3,7 @@
  * trigdeferred.l - parsing of triggers/Deferred
  *
  * Copyright © 2007 Canonical Ltd
- * written by Ian Jackson <ian@chiark.greenend.org.uk>
+ * written by Ian Jackson <ijackson@chiark.greenend.org.uk>
  * Copyright © 2008-2014 Guillem Jover <guillem@debian.org>
  *
  * This is free software; you can redistribute it and/or modify

+ 1 - 1
lib/dpkg/triglib.c

@@ -3,7 +3,7 @@
  * triglib.c - trigger handling
  *
  * Copyright © 2007 Canonical Ltd
- * Written by Ian Jackson <ian@chiark.greenend.org.uk>
+ * Written by Ian Jackson <ijackson@chiark.greenend.org.uk>
  * Copyright © 2008-2015 Guillem Jover <guillem@debian.org>
  *
  * This is free software; you can redistribute it and/or modify

+ 1 - 1
lib/dpkg/triglib.h

@@ -3,7 +3,7 @@
  * triglib.h - declarations for trigger handling
  *
  * Copyright © 2007 Canonical, Ltd.
- *   written by Ian Jackson <ian@chiark.greenend.org.uk>
+ *   written by Ian Jackson <ijackson@chiark.greenend.org.uk>
  * Copyright © 2008-2014 Guillem Jover <guillem@debian.org>
  *
  * This is free software; you can redistribute it and/or modify

+ 1 - 1
lib/dpkg/trigname.c

@@ -3,7 +3,7 @@
  * trigname.c - trigger name handling
  *
  * Copyright © 2007 Canonical Ltd
- * Written by Ian Jackson <ian@chiark.greenend.org.uk>
+ * Written by Ian Jackson <ijackson@chiark.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 published by

+ 1 - 1
lib/dpkg/trignote.c

@@ -3,7 +3,7 @@
  * trignote.c - trigger note handling
  *
  * Copyright © 2007 Canonical Ltd
- * Written by Ian Jackson <ian@chiark.greenend.org.uk>
+ * Written by Ian Jackson <ijackson@chiark.greenend.org.uk>
  * Copyright © 2008-2014 Guillem Jover <guillem@debian.org>
  *
  * This is free software; you can redistribute it and/or modify

+ 1 - 1
lib/dpkg/utils.c

@@ -2,7 +2,7 @@
  * libdpkg - Debian packaging suite library routines
  * utils.c - helper functions for dpkg
  *
- * Copyright © 1995, 2008 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995, 2008 Ian Jackson <ijackson@chiark.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 published by

+ 1 - 1
lib/dpkg/varbuf.c

@@ -2,7 +2,7 @@
  * libdpkg - Debian packaging suite library routines
  * varbuf.c - variable length expandable buffer handling
  *
- * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1994,1995 Ian Jackson <ijackson@chiark.greenend.org.uk>
  * Copyright © 2008-2011 Guillem Jover <guillem@debian.org>
  *
  * This is free software; you can redistribute it and/or modify

+ 1 - 1
lib/dpkg/varbuf.h

@@ -2,7 +2,7 @@
  * libdpkg - Debian packaging suite library routines
  * varbuf.h - variable length expandable buffer handling
  *
- * Copyright © 1994, 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1994, 1995 Ian Jackson <ijackson@chiark.greenend.org.uk>
  * Copyright © 2008-2011 Guillem Jover <guillem@debian.org>
  *
  * This is free software; you can redistribute it and/or modify

+ 1 - 1
lib/dpkg/version.c

@@ -2,7 +2,7 @@
  * libdpkg - Debian packaging suite library routines
  * version.c - version handling functions
  *
- * Copyright © 1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1995 Ian Jackson <ijackson@chiark.greenend.org.uk>
  * Copyright © 2008-2014 Guillem Jover <guillem@debian.org>
  *
  * This is free software; you can redistribute it and/or modify

+ 1 - 1
lib/dpkg/version.h

@@ -2,7 +2,7 @@
  * libdpkg - Debian packaging suite library routines
  * version.h - version handling routines
  *
- * Copyright © 1994,1995 Ian Jackson <ian@chiark.greenend.org.uk>
+ * Copyright © 1994,1995 Ian Jackson <ijackson@chiark.greenend.org.uk>
  * Copyright © 2011-2014 Guillem Jover <guillem@debian.org>
  *
  * This is free software; you can redistribute it and/or modify

+ 1 - 1
man/deb-old.5

@@ -1,7 +1,7 @@
 .\" dpkg manual page - deb-old(5)
 .\"
 .\" Copyright © 1995 Raul Miller
-.\" Copyright © 1995-1996 Ian Jackson <ian@chiark.chu.cam.ac.uk>
+.\" Copyright © 1995-1996 Ian Jackson <ijackson@chiark.greenend.org.uk>
 .\" Copyright © 2000 Wichert Akkerman <wakkerma@debian.org>
 .\"
 .\" This is free software; you can redistribute it and/or modify

+ 1 - 1
man/deb-substvars.5

@@ -1,6 +1,6 @@
 .\" dpkg manual page - deb-substvars(5)
 .\"
-.\" Copyright © 1995-1996 Ian Jackson <ian@chiark.chu.cam.ac.uk>
+.\" Copyright © 1995-1996 Ian Jackson <ijackson@chiark.greenend.org.uk>
 .\" Copyright © 2000 Wichert Akkerman <wakkerma@debian.org>
 .\" Copyright © 2006-2009,2012-2015 Guillem Jover <guillem@debian.org>
 .\" Copyright © 2009-2010 Raphaël Hertzog <hertzog@debian.org>

+ 1 - 1
man/deb.5

@@ -1,7 +1,7 @@
 .\" dpkg manual page - deb(5)
 .\"
 .\" Copyright © 1995 Raul Miller
-.\" Copyright © 1996 Ian Jackson <ian@chiark.chu.cam.ac.uk>
+.\" Copyright © 1996 Ian Jackson <ijackson@chiark.greenend.org.uk>
 .\" Copyright © 2000 Wichert Akkerman <wakkerma@debian.org>
 .\" Copyright © 2006-2014 Guillem Jover <guillem@debian.org>
 .\"

+ 1 - 1
man/dpkg-deb.1

@@ -1,6 +1,6 @@
 .\" dpkg manual page - dpkg-deb(1)
 .\"
-.\" Copyright © 1995-1996 Ian Jackson <ian@chiark.chu.cam.ac.uk>
+.\" Copyright © 1995-1996 Ian Jackson <ijackson@chiark.greenend.org.uk>
 .\" Copyright © 1999 Wichert Akkerman <wakkerma@debian.org>
 .\" Copyright © 2006 Frank Lichtenheld <djpig@debian.org>
 .\" Copyright © 2007-2015 Guillem Jover <guillem@debian.org>

+ 1 - 1
man/dpkg-distaddfile.1

@@ -1,6 +1,6 @@
 .\" dpkg manual page - dpkg-distaddfile(1)
 .\"
-.\" Copyright © 1995-1996 Ian Jackson <ian@chiark.chu.cam.ac.uk>
+.\" Copyright © 1995-1996 Ian Jackson <ijackson@chiark.greenend.org.uk>
 .\" Copyright © 2000 Wichert Akkerman <wakkerma@debian.org>
 .\"
 .\" This is free software; you can redistribute it and/or modify

+ 1 - 1
man/dpkg-divert.1

@@ -1,6 +1,6 @@
 .\" dpkg manual page - dpkg-divert(1)
 .\"
-.\" Copyright © 1995 Ian Jackson <ian@chiark.chu.cam.ac.uk>
+.\" Copyright © 1995 Ian Jackson <ijackson@chiark.greenend.org.uk>
 .\" Copyright © 1999 Wichert Akkerman <wakkerma@debian.org>
 .\" Copyright © 2004 Scott James Remnant <keybuk@debian.org>
 .\" Copyright © 2007-2013, 2015 Guillem Jover <guillem@debian.org>

+ 1 - 1
man/dpkg-genchanges.1

@@ -1,6 +1,6 @@
 .\" dpkg manual page - dpkg-genchanges(1)
 .\"
-.\" Copyright © 1995-1996 Ian Jackson <ian@chiark.chu.cam.ac.uk>
+.\" Copyright © 1995-1996 Ian Jackson <ijackson@chiark.greenend.org.uk>
 .\" Copyright © 2000 Wichert Akkerman <wakkerma@debian.org>
 .\" Copyright © 2006-2015 Guillem Jover <guillem@debian.org>
 .\" Copyright © 2008-2010 Raphaël Hertzog <hertzog@debian.org>

+ 0 - 0
man/dpkg-gencontrol.1


Some files were not shown because too many files changed in this diff