summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Hilbrich <torsten.hilbrich@gmx.net>2013-10-05 04:45:44 +0200
committerTorsten Hilbrich <torsten.hilbrich@gmx.net>2013-10-05 04:45:44 +0200
commite6dd652cc18be717f4274d58706c8ead50cb228a (patch)
treeb1dc36ec16815e2a241f0acdbe8741b9521d31b3
parente1f9ef198fa296c05dbd4915144d480bd3b20db3 (diff)
Updated some email addresses
-rwxr-xr-xREADME3
-rwxr-xr-xconnection.el2
-rwxr-xr-xdeb/README.debian2
-rwxr-xr-xdeb/control2
-rwxr-xr-xdictionary.el2
-rwxr-xr-xlink.el2
6 files changed, 5 insertions, 8 deletions
diff --git a/README b/README
index 59f0e19..b9cff51 100755
--- a/README
+++ b/README
@@ -638,6 +638,3 @@ Version 1.0 - 1.1
* fixed bug with going to the previous link
* replaced word-at-point by current-word
_________________________________________________________________
-
- E-Mail: dictionary@myrkr.in-berlin.de
- Last modified: Fri Dec 21 18:51:23 CET 2001
diff --git a/connection.el b/connection.el
index 2b0e432..f5bb2c7 100755
--- a/connection.el
+++ b/connection.el
@@ -1,6 +1,6 @@
;;; connection.el -- handling a tcp based connection
-;; Author: Torsten Hilbrich <dictionary@myrkr.in-berlin.de>
+;; Author: Torsten Hilbrich <torsten.hilbrich@gmx.net>
;; Keywords: network
;; This file is free software; you can redistribute it and/or modify
diff --git a/deb/README.debian b/deb/README.debian
index d5bf0de..3b8cb63 100755
--- a/deb/README.debian
+++ b/deb/README.debian
@@ -11,4 +11,4 @@ package.
Instructions on using this package can be found in the
/usr/share/doc/dictionary/README.gz file or in the above location.
-Torsten Hilbrich <dictionary@myrkr.in-berlin.de>, Sun, 13 May 2001 09:55:20 +0200
+Torsten Hilbrich <torsten.hilbrich@gmx.net>, Sun, 13 May 2001 09:55:20 +0200
diff --git a/deb/control b/deb/control
index b1010c1..ab6fcd3 100755
--- a/deb/control
+++ b/deb/control
@@ -1,7 +1,7 @@
Source: dictionary
Section: unofficial
Priority: optional
-Maintainer: Torsten Hilbrich <dictionary@myrkr.in-berlin.de>
+Maintainer: Torsten Hilbrich <torsten.hilbrich@gmx.net>
Build-Depends: dpkg-dev
Standards-Version: 3.2.1
diff --git a/dictionary.el b/dictionary.el
index 91d37c5..04a47e9 100755
--- a/dictionary.el
+++ b/dictionary.el
@@ -1,6 +1,6 @@
;; dictionary.el -- an interface to RFC 2229 dictionary server
-;; Author: Torsten Hilbrich <dictionary@myrkr.in-berlin.de>
+;; Author: Torsten Hilbrich <torsten.hilbrich@gmx.net>
;; Keywords: interface, dictionary
;; This file is free software; you can redistribute it and/or modify
diff --git a/link.el b/link.el
index 97e03f3..d7e1b7f 100755
--- a/link.el
+++ b/link.el
@@ -1,6 +1,6 @@
;;; link.el -- putting clickable links into the buffer
-;; Author: Torsten Hilbrich <dictionary@myrkr.in-berlin.de>
+;; Author: Torsten Hilbrich <torsten.hilbrich@gmx.net>
;; Keywords: interface, hypermedia
;; This file is free software; you can redistribute it and/or modify