From: Adrian Bunk <bunk@stusta.de>
To: linux-kernel@vger.kernel.org
Cc: "Romain Liévin" <roms@lievin.net>
Subject: [2.6 patch] update the email address of Romain Liévin
Date: Thu, 27 Jan 2005 11:25:30 +0100 [thread overview]
Message-ID: <20050127102530.GC28047@stusta.de> (raw)
This patch updates a bouncing email address of Romain Liévin.
It was already ACK'ed by Romain Liévin.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
---
Documentation/tipar.txt | 2 +-
Documentation/usb/silverlink.txt | 2 +-
MAINTAINERS | 4 ++--
drivers/char/tipar.c | 4 ++--
include/linux/ticable.h | 2 +-
scripts/kconfig/gconf.c | 2 +-
6 files changed, 8 insertions(+), 8 deletions(-)
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6.11-rc2-mm1-full/Documentation/tipar.txt.old 2005-01-24 23:49:38.000000000 +0100
+++ linux-2.6.11-rc2-mm1-full/Documentation/tipar.txt 2005-01-24 23:50:19.000000000 +0100
@@ -83,7 +83,7 @@
HOW TO CONTACT US:
-You can email me at roms@lpg.ticalc.org. Please prefix the subject line
+You can email me at roms@tilp.info. Please prefix the subject line
with "TIPAR: " so that I am certain to notice your message.
You can also mail JB at jb@jblache.org. He packaged these drivers for Debian.
--- linux-2.6.11-rc2-mm1-full/Documentation/usb/silverlink.txt.old 2005-01-24 23:50:30.000000000 +0100
+++ linux-2.6.11-rc2-mm1-full/Documentation/usb/silverlink.txt 2005-01-24 23:50:35.000000000 +0100
@@ -67,7 +67,7 @@
HOW TO CONTACT US:
-You can email me at roms@lpg.ticalc.org. Please prefix the subject line
+You can email me at roms@tilp.info. Please prefix the subject line
with "TIGLUSB: " so that I am certain to notice your message.
You can also mail JB at jb@jblache.org: he has written the first release of
this driver but he better knows the Mac OS-X driver.
--- linux-2.6.11-rc2-mm1-full/MAINTAINERS.old 2005-01-24 23:50:43.000000000 +0100
+++ linux-2.6.11-rc2-mm1-full/MAINTAINERS 2005-01-24 23:50:49.000000000 +0100
@@ -2236,14 +2236,14 @@
TI GRAPH LINK USB (SilverLink) CABLE DRIVER
P: Romain Lievin
-M: roms@lpg.ticalc.org
+M: roms@tilp.info
P: Julien Blache
M: jb@technologeek.org
S: Maintained
TI PARALLEL LINK CABLE DRIVER
P: Romain Lievin
-M: roms@lpg.ticalc.org
+M: roms@tilp.info
S: Maintained
TLAN NETWORK DRIVER
--- linux-2.6.11-rc2-mm1-full/drivers/char/tipar.c.old 2005-01-24 23:51:09.000000000 +0100
+++ linux-2.6.11-rc2-mm1-full/drivers/char/tipar.c 2005-01-24 23:51:13.000000000 +0100
@@ -4,7 +4,7 @@
* for Texas Instruments graphing calculators (http://lpg.ticalc.org).
* A part of the TiLP project.
*
- * Copyright (C) 2000-2002, Romain Lievin <roms@lpg.ticalc.org>
+ * Copyright (C) 2000-2002, Romain Lievin <roms@tilp.info>
* under the terms of the GNU General Public License.
*
* Various fixes & clean-up from the Linux Kernel Mailing List
@@ -69,7 +69,7 @@
* Version Information
*/
#define DRIVER_VERSION "1.19"
-#define DRIVER_AUTHOR "Romain Lievin <roms@lpg.ticalc.org>"
+#define DRIVER_AUTHOR "Romain Lievin <roms@tilp.info>"
#define DRIVER_DESC "Device driver for TI/PC parallel link cables"
#define DRIVER_LICENSE "GPL"
--- linux-2.6.11-rc2-mm1-full/include/linux/ticable.h.old 2005-01-24 23:51:32.000000000 +0100
+++ linux-2.6.11-rc2-mm1-full/include/linux/ticable.h 2005-01-24 23:51:40.000000000 +0100
@@ -3,7 +3,7 @@
* tipar/tiser/tiusb - low level driver for handling link cables
* designed for Texas Instruments graphing calculators.
*
- * Copyright (C) 2000-2002, Romain Lievin <roms@lpg.ticalc.org>
+ * Copyright (C) 2000-2002, Romain Lievin <roms@tilp.info>
*
* Redistribution of this file is permitted under the terms of the GNU
* Public License (GPL)
--- linux-2.6.11-rc2-mm1-full/scripts/kconfig/gconf.c.old 2005-01-24 23:51:48.000000000 +0100
+++ linux-2.6.11-rc2-mm1-full/scripts/kconfig/gconf.c 2005-01-24 23:51:53.000000000 +0100
@@ -741,7 +741,7 @@
{
GtkWidget *dialog;
const gchar *about_text =
- "gkc is copyright (c) 2002 Romain Lievin <roms@lpg.ticalc.org>.\n"
+ "gkc is copyright (c) 2002 Romain Lievin <roms@tilp.info>.\n"
"Based on the source code from Roman Zippel.\n";
dialog = gtk_message_dialog_new(GTK_WINDOW(main_wnd),
reply other threads:[~2005-01-27 10:48 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20050127102530.GC28047@stusta.de \
--to=bunk@stusta.de \
--cc=linux-kernel@vger.kernel.org \
--cc=roms@lievin.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.