* [PATCH] [Trivial] Update contact information
@ 2008-06-20 17:28 Miguel Ojeda
0 siblings, 0 replies; 3+ messages in thread
From: Miguel Ojeda @ 2008-06-20 17:28 UTC (permalink / raw)
To: akpm, linux-kernel
Excuse me for the delay.
On Thu, May 8, 2008 at 1:21 AM, Andrew Morton <akpm@linux-foundation.org> wrote:
>
> The preferred approach here is to remove the email address from the various
> .c and .h files altogether. People can then look up "Miguel Ojeda
> Sandonis" in ./MAINTAINERS and ./CREDITS to find you. And next time you
> move, we only need to alter those files.
Sure, I prefer that. Here is the new patch, thank you. For the next time, should I CC trivial@kernel.org? In addition, should I remove the email field in the MODULE_AUTHOR macros?
BTW, I checked the trivial mailing list's URL stated in SubmittingPatches (http://www.kernel.org/pub/linux/kernel/people/bunk/trivial/) and seems wrong. I was going to write a patch but I haven't been able to find the right page (only git's one: git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial.git).
Signed-off-by: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
---
diff -uprN linux-2.6.25-o/CREDITS linux-2.6.25/CREDITS
--- linux-2.6.25-o/CREDITS 2008-04-17 04:49:44.000000000 +0200
+++ linux-2.6.25/CREDITS 2008-05-08 22:06:13.000000000 +0200
@@ -2609,8 +2609,9 @@ S: Perth, Western Australia
S: Australia
N: Miguel Ojeda Sandonis
-E: maxextreme@gmail.com
-W: http://maxextreme.googlepages.com/
+E: miguel.ojeda.sandonis@gmail.com
+W: http://miguelojeda.es
+W: http://jair.lab.fi.uva.es/~migojed/
D: Author of the ks0108, cfag12864b and cfag12864bfb auxiliary display drivers.
D: Maintainer of the auxiliary display drivers tree (drivers/auxdisplay/*)
S: C/ Mieses 20, 9-B
diff -uprN linux-2.6.25-o/Documentation/auxdisplay/cfag12864b linux-2.6.25/Documentation/auxdisplay/cfag12864b
--- linux-2.6.25-o/Documentation/auxdisplay/cfag12864b 2008-04-17 04:49:44.000000000 +0200
+++ linux-2.6.25/Documentation/auxdisplay/cfag12864b 2008-05-08 23:03:43.000000000 +0200
@@ -3,7 +3,7 @@
===================================
License: GPLv2
-Author & Maintainer: Miguel Ojeda Sandonis <maxextreme@gmail.com>
+Author & Maintainer: Miguel Ojeda Sandonis
Date: 2006-10-27
@@ -22,7 +22,7 @@ Date: 2006-10-27
1. DRIVER INFORMATION
---------------------
-This driver support one cfag12864b display at time.
+This driver supports a cfag12864b LCD.
---------------------
diff -uprN linux-2.6.25-o/Documentation/auxdisplay/cfag12864b-example.c linux-2.6.25/Documentation/auxdisplay/cfag12864b-example.c
--- linux-2.6.25-o/Documentation/auxdisplay/cfag12864b-example.c 2008-04-17 04:49:44.000000000 +0200
+++ linux-2.6.25/Documentation/auxdisplay/cfag12864b-example.c 2008-05-08 22:06:59.000000000 +0200
@@ -4,7 +4,7 @@
* Description: cfag12864b LCD userspace example program
* License: GPLv2
*
- * Author: Copyright (C) Miguel Ojeda Sandonis <maxextreme@gmail.com>
+ * Author: Copyright (C) Miguel Ojeda Sandonis
* Date: 2006-10-31
*
* This program is free software; you can redistribute it and/or modify
diff -uprN linux-2.6.25-o/Documentation/auxdisplay/ks0108 linux-2.6.25/Documentation/auxdisplay/ks0108
--- linux-2.6.25-o/Documentation/auxdisplay/ks0108 2008-04-17 04:49:44.000000000 +0200
+++ linux-2.6.25/Documentation/auxdisplay/ks0108 2008-05-08 23:01:42.000000000 +0200
@@ -3,7 +3,7 @@
==========================================
License: GPLv2
-Author & Maintainer: Miguel Ojeda Sandonis <maxextreme@gmail.com>
+Author & Maintainer: Miguel Ojeda Sandonis
Date: 2006-10-27
@@ -21,7 +21,7 @@ Date: 2006-10-27
1. DRIVER INFORMATION
---------------------
-This driver support the ks0108 LCD controller.
+This driver supports the ks0108 LCD controller.
---------------------
diff -uprN linux-2.6.25-o/drivers/auxdisplay/cfag12864b.c linux-2.6.25/drivers/auxdisplay/cfag12864b.c
--- linux-2.6.25-o/drivers/auxdisplay/cfag12864b.c 2008-04-17 04:49:44.000000000 +0200
+++ linux-2.6.25/drivers/auxdisplay/cfag12864b.c 2008-05-08 22:07:36.000000000 +0200
@@ -5,7 +5,7 @@
* License: GPLv2
* Depends: ks0108
*
- * Author: Copyright (C) Miguel Ojeda Sandonis <maxextreme@gmail.com>
+ * Author: Copyright (C) Miguel Ojeda Sandonis
* Date: 2006-10-31
*
* This program is free software; you can redistribute it and/or modify
@@ -398,5 +398,5 @@ module_init(cfag12864b_init);
module_exit(cfag12864b_exit);
MODULE_LICENSE("GPL v2");
-MODULE_AUTHOR("Miguel Ojeda Sandonis <maxextreme@gmail.com>");
+MODULE_AUTHOR("Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>");
MODULE_DESCRIPTION("cfag12864b LCD driver");
diff -uprN linux-2.6.25-o/drivers/auxdisplay/cfag12864bfb.c linux-2.6.25/drivers/auxdisplay/cfag12864bfb.c
--- linux-2.6.25-o/drivers/auxdisplay/cfag12864bfb.c 2008-04-17 04:49:44.000000000 +0200
+++ linux-2.6.25/drivers/auxdisplay/cfag12864bfb.c 2008-05-08 22:07:27.000000000 +0200
@@ -5,7 +5,7 @@
* License: GPLv2
* Depends: cfag12864b
*
- * Author: Copyright (C) Miguel Ojeda Sandonis <maxextreme@gmail.com>
+ * Author: Copyright (C) Miguel Ojeda Sandonis
* Date: 2006-10-31
*
* This program is free software; you can redistribute it and/or modify
@@ -186,5 +186,5 @@ module_init(cfag12864bfb_init);
module_exit(cfag12864bfb_exit);
MODULE_LICENSE("GPL v2");
-MODULE_AUTHOR("Miguel Ojeda Sandonis <maxextreme@gmail.com>");
+MODULE_AUTHOR("Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>");
MODULE_DESCRIPTION("cfag12864b LCD framebuffer driver");
diff -uprN linux-2.6.25-o/drivers/auxdisplay/Kconfig linux-2.6.25/drivers/auxdisplay/Kconfig
--- linux-2.6.25-o/drivers/auxdisplay/Kconfig 2008-04-17 04:49:44.000000000 +0200
+++ linux-2.6.25/drivers/auxdisplay/Kconfig 2008-05-08 22:08:48.000000000 +0200
@@ -64,7 +64,7 @@ config KS0108_DELAY
Amount of time the ks0108 should wait between each control write
to the parallel port.
- If your driver seems to miss random writings, increment this.
+ If your LCD seems to miss random writings, increment this.
If you don't know what I'm talking about, ignore it.
diff -uprN linux-2.6.25-o/drivers/auxdisplay/ks0108.c linux-2.6.25/drivers/auxdisplay/ks0108.c
--- linux-2.6.25-o/drivers/auxdisplay/ks0108.c 2008-04-17 04:49:44.000000000 +0200
+++ linux-2.6.25/drivers/auxdisplay/ks0108.c 2008-05-08 22:07:20.000000000 +0200
@@ -5,7 +5,7 @@
* License: GPLv2
* Depends: parport
*
- * Author: Copyright (C) Miguel Ojeda Sandonis <maxextreme@gmail.com>
+ * Author: Copyright (C) Miguel Ojeda Sandonis
* Date: 2006-10-31
*
* This program is free software; you can redistribute it and/or modify
@@ -173,6 +173,6 @@ module_init(ks0108_init);
module_exit(ks0108_exit);
MODULE_LICENSE("GPL v2");
-MODULE_AUTHOR("Miguel Ojeda Sandonis <maxextreme@gmail.com>");
+MODULE_AUTHOR("Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>");
MODULE_DESCRIPTION("ks0108 LCD Controller driver");
diff -uprN linux-2.6.25-o/include/linux/cfag12864b.h linux-2.6.25/include/linux/cfag12864b.h
--- linux-2.6.25-o/include/linux/cfag12864b.h 2008-04-17 04:49:44.000000000 +0200
+++ linux-2.6.25/include/linux/cfag12864b.h 2008-05-08 22:58:42.000000000 +0200
@@ -4,7 +4,7 @@
* Description: cfag12864b LCD driver header
* License: GPLv2
*
- * Author: Copyright (C) Miguel Ojeda Sandonis <maxextreme@gmail.com>
+ * Author: Copyright (C) Miguel Ojeda Sandonis
* Date: 2006-10-12
*
* This program is free software; you can redistribute it and/or modify
diff -uprN linux-2.6.25-o/include/linux/ks0108.h linux-2.6.25/include/linux/ks0108.h
--- linux-2.6.25-o/include/linux/ks0108.h 2008-04-17 04:49:44.000000000 +0200
+++ linux-2.6.25/include/linux/ks0108.h 2008-05-08 22:58:37.000000000 +0200
@@ -4,7 +4,7 @@
* Description: ks0108 LCD Controller driver header
* License: GPLv2
*
- * Author: Copyright (C) Miguel Ojeda Sandonis <maxextreme@gmail.com>
+ * Author: Copyright (C) Miguel Ojeda Sandonis
* Date: 2006-10-31
*
* This program is free software; you can redistribute it and/or modify
diff -uprN linux-2.6.25-o/MAINTAINERS linux-2.6.25/MAINTAINERS
--- linux-2.6.25-o/MAINTAINERS 2008-04-17 04:49:44.000000000 +0200
+++ linux-2.6.25/MAINTAINERS 2008-05-08 22:04:54.000000000 +0200
@@ -750,9 +750,10 @@ S: Maintained
AUXILIARY DISPLAY DRIVERS
P: Miguel Ojeda Sandonis
-M: maxextreme@gmail.com
+M: miguel.ojeda.sandonis@gmail.com
L: linux-kernel@vger.kernel.org
-W: http://auxdisplay.googlepages.com/
+W: http://miguelojeda.es/auxdisplay.htm
+W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
S: Maintained
AVR32 ARCHITECTURE
@@ -1050,16 +1051,18 @@ S: Maintained
CFAG12864B LCD DRIVER
P: Miguel Ojeda Sandonis
-M: maxextreme@gmail.com
+M: miguel.ojeda.sandonis@gmail.com
L: linux-kernel@vger.kernel.org
-W: http://auxdisplay.googlepages.com/
+W: http://miguelojeda.es/auxdisplay.htm
+W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
S: Maintained
CFAG12864BFB LCD FRAMEBUFFER DRIVER
P: Miguel Ojeda Sandonis
-M: maxextreme@gmail.com
+M: miguel.ojeda.sandonis@gmail.com
L: linux-kernel@vger.kernel.org
-W: http://auxdisplay.googlepages.com/
+W: http://miguelojeda.es/auxdisplay.htm
+W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
S: Maintained
CFG80211 and NL80211
@@ -2333,9 +2336,10 @@ S: Maintained
KS0108 LCD CONTROLLER DRIVER
P: Miguel Ojeda Sandonis
-M: maxextreme@gmail.com
+M: miguel.ojeda.sandonis@gmail.com
L: linux-kernel@vger.kernel.org
-W: http://auxdisplay.googlepages.com/
+W: http://miguelojeda.es/auxdisplay.htm
+W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
S: Maintained
LAPB module
^ permalink raw reply [flat|nested] 3+ messages in thread* [PATCH] [Trivial] Update contact information
@ 2008-04-23 10:10 Miguel Ojeda
2008-05-07 23:21 ` Andrew Morton
0 siblings, 1 reply; 3+ messages in thread
From: Miguel Ojeda @ 2008-04-23 10:10 UTC (permalink / raw)
To: akpm, linux-kernel
Andrew,
I have changed my email address as well as the drivers/auxdisplay webpage, so this patch updates the contact information.
PS: If anyone has emailed me last weeks at maxextreme@gmail.com, please send again your message, I may have lost it. Sorry for the inconvenience.
Signed-off-by: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
---
diff -uprN linux-2.6.25-o/CREDITS linux-2.6.25/CREDITS
--- linux-2.6.25-o/CREDITS 2008-04-17 04:49:44.000000000 +0200
+++ linux-2.6.25/CREDITS 2008-04-21 17:54:39.000000000 +0200
@@ -2609,8 +2609,8 @@ S: Perth, Western Australia
S: Australia
N: Miguel Ojeda Sandonis
-E: maxextreme@gmail.com
-W: http://maxextreme.googlepages.com/
+E: miguel.ojeda.sandonis@gmail.com
+W: http://jair.lab.fi.uva.es/~migojed/
D: Author of the ks0108, cfag12864b and cfag12864bfb auxiliary display drivers.
D: Maintainer of the auxiliary display drivers tree (drivers/auxdisplay/*)
S: C/ Mieses 20, 9-B
diff -uprN linux-2.6.25-o/Documentation/auxdisplay/cfag12864b linux-2.6.25/Documentation/auxdisplay/cfag12864b
--- linux-2.6.25-o/Documentation/auxdisplay/cfag12864b 2008-04-17 04:49:44.000000000 +0200
+++ linux-2.6.25/Documentation/auxdisplay/cfag12864b 2008-04-21 18:09:14.000000000 +0200
@@ -2,9 +2,9 @@
cfag12864b LCD Driver Documentation
===================================
-License: GPLv2
-Author & Maintainer: Miguel Ojeda Sandonis <maxextreme@gmail.com>
-Date: 2006-10-27
+ License: GPLv2
+ Author: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
+ Date: 2006-10-27
diff -uprN linux-2.6.25-o/Documentation/auxdisplay/cfag12864b-example.c linux-2.6.25/Documentation/auxdisplay/cfag12864b-example.c
--- linux-2.6.25-o/Documentation/auxdisplay/cfag12864b-example.c 2008-04-17 04:49:44.000000000 +0200
+++ linux-2.6.25/Documentation/auxdisplay/cfag12864b-example.c 2008-04-21 18:08:45.000000000 +0200
@@ -4,7 +4,8 @@
* Description: cfag12864b LCD userspace example program
* License: GPLv2
*
- * Author: Copyright (C) Miguel Ojeda Sandonis <maxextreme@gmail.com>
+ * Author: Copyright (C) Miguel Ojeda Sandonis
+ * <miguel.ojeda.sandonis@gmail.com>
* Date: 2006-10-31
*
* This program is free software; you can redistribute it and/or modify
diff -uprN linux-2.6.25-o/Documentation/auxdisplay/ks0108 linux-2.6.25/Documentation/auxdisplay/ks0108
--- linux-2.6.25-o/Documentation/auxdisplay/ks0108 2008-04-17 04:49:44.000000000 +0200
+++ linux-2.6.25/Documentation/auxdisplay/ks0108 2008-04-21 18:09:53.000000000 +0200
@@ -2,9 +2,9 @@
ks0108 LCD Controller Driver Documentation
==========================================
-License: GPLv2
-Author & Maintainer: Miguel Ojeda Sandonis <maxextreme@gmail.com>
-Date: 2006-10-27
+ License: GPLv2
+ Author: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
+ Date: 2006-10-27
diff -uprN linux-2.6.25-o/drivers/auxdisplay/cfag12864b.c linux-2.6.25/drivers/auxdisplay/cfag12864b.c
--- linux-2.6.25-o/drivers/auxdisplay/cfag12864b.c 2008-04-17 04:49:44.000000000 +0200
+++ linux-2.6.25/drivers/auxdisplay/cfag12864b.c 2008-04-21 18:16:08.000000000 +0200
@@ -5,7 +5,8 @@
* License: GPLv2
* Depends: ks0108
*
- * Author: Copyright (C) Miguel Ojeda Sandonis <maxextreme@gmail.com>
+ * Author: Copyright (C) Miguel Ojeda Sandonis
+ * <miguel.ojeda.sandonis@gmail.com>
* Date: 2006-10-31
*
* This program is free software; you can redistribute it and/or modify
@@ -398,5 +399,5 @@ module_init(cfag12864b_init);
module_exit(cfag12864b_exit);
MODULE_LICENSE("GPL v2");
-MODULE_AUTHOR("Miguel Ojeda Sandonis <maxextreme@gmail.com>");
+MODULE_AUTHOR("Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>");
MODULE_DESCRIPTION("cfag12864b LCD driver");
diff -uprN linux-2.6.25-o/drivers/auxdisplay/cfag12864bfb.c linux-2.6.25/drivers/auxdisplay/cfag12864bfb.c
--- linux-2.6.25-o/drivers/auxdisplay/cfag12864bfb.c 2008-04-17 04:49:44.000000000 +0200
+++ linux-2.6.25/drivers/auxdisplay/cfag12864bfb.c 2008-04-21 18:16:18.000000000 +0200
@@ -5,7 +5,8 @@
* License: GPLv2
* Depends: cfag12864b
*
- * Author: Copyright (C) Miguel Ojeda Sandonis <maxextreme@gmail.com>
+ * Author: Copyright (C) Miguel Ojeda Sandonis
+ * <miguel.ojeda.sandonis@gmail.com>
* Date: 2006-10-31
*
* This program is free software; you can redistribute it and/or modify
@@ -186,5 +187,5 @@ module_init(cfag12864bfb_init);
module_exit(cfag12864bfb_exit);
MODULE_LICENSE("GPL v2");
-MODULE_AUTHOR("Miguel Ojeda Sandonis <maxextreme@gmail.com>");
+MODULE_AUTHOR("Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>");
MODULE_DESCRIPTION("cfag12864b LCD framebuffer driver");
diff -uprN linux-2.6.25-o/drivers/auxdisplay/ks0108.c linux-2.6.25/drivers/auxdisplay/ks0108.c
--- linux-2.6.25-o/drivers/auxdisplay/ks0108.c 2008-04-17 04:49:44.000000000 +0200
+++ linux-2.6.25/drivers/auxdisplay/ks0108.c 2008-04-21 18:16:26.000000000 +0200
@@ -5,7 +5,8 @@
* License: GPLv2
* Depends: parport
*
- * Author: Copyright (C) Miguel Ojeda Sandonis <maxextreme@gmail.com>
+ * Author: Copyright (C) Miguel Ojeda Sandonis
+ * <miguel.ojeda.sandonis@gmail.com>
* Date: 2006-10-31
*
* This program is free software; you can redistribute it and/or modify
@@ -173,6 +174,6 @@ module_init(ks0108_init);
module_exit(ks0108_exit);
MODULE_LICENSE("GPL v2");
-MODULE_AUTHOR("Miguel Ojeda Sandonis <maxextreme@gmail.com>");
+MODULE_AUTHOR("Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>");
MODULE_DESCRIPTION("ks0108 LCD Controller driver");
diff -uprN linux-2.6.25-o/include/linux/cfag12864b.h linux-2.6.25/include/linux/cfag12864b.h
--- linux-2.6.25-o/include/linux/cfag12864b.h 2008-04-17 04:49:44.000000000 +0200
+++ linux-2.6.25/include/linux/cfag12864b.h 2008-04-21 18:16:57.000000000 +0200
@@ -4,7 +4,8 @@
* Description: cfag12864b LCD driver header
* License: GPLv2
*
- * Author: Copyright (C) Miguel Ojeda Sandonis <maxextreme@gmail.com>
+ * Author: Copyright (C) Miguel Ojeda Sandonis
+ * <miguel.ojeda.sandonis@gmail.com>
* Date: 2006-10-12
*
* This program is free software; you can redistribute it and/or modify
diff -uprN linux-2.6.25-o/include/linux/ks0108.h linux-2.6.25/include/linux/ks0108.h
--- linux-2.6.25-o/include/linux/ks0108.h 2008-04-17 04:49:44.000000000 +0200
+++ linux-2.6.25/include/linux/ks0108.h 2008-04-21 18:16:44.000000000 +0200
@@ -4,7 +4,8 @@
* Description: ks0108 LCD Controller driver header
* License: GPLv2
*
- * Author: Copyright (C) Miguel Ojeda Sandonis <maxextreme@gmail.com>
+ * Author: Copyright (C) Miguel Ojeda Sandonis
+ * <miguel.ojeda.sandonis@gmail.com>
* Date: 2006-10-31
*
* This program is free software; you can redistribute it and/or modify
diff -uprN linux-2.6.25-o/MAINTAINERS linux-2.6.25/MAINTAINERS
--- linux-2.6.25-o/MAINTAINERS 2008-04-17 04:49:44.000000000 +0200
+++ linux-2.6.25/MAINTAINERS 2008-04-21 17:53:47.000000000 +0200
@@ -750,9 +750,9 @@ S: Maintained
AUXILIARY DISPLAY DRIVERS
P: Miguel Ojeda Sandonis
-M: maxextreme@gmail.com
+M: miguel.ojeda.sandonis@gmail.com
L: linux-kernel@vger.kernel.org
-W: http://auxdisplay.googlepages.com/
+W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
S: Maintained
AVR32 ARCHITECTURE
@@ -1050,16 +1050,16 @@ S: Maintained
CFAG12864B LCD DRIVER
P: Miguel Ojeda Sandonis
-M: maxextreme@gmail.com
+M: miguel.ojeda.sandonis@gmail.com
L: linux-kernel@vger.kernel.org
-W: http://auxdisplay.googlepages.com/
+W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
S: Maintained
CFAG12864BFB LCD FRAMEBUFFER DRIVER
P: Miguel Ojeda Sandonis
-M: maxextreme@gmail.com
+M: miguel.ojeda.sandonis@gmail.com
L: linux-kernel@vger.kernel.org
-W: http://auxdisplay.googlepages.com/
+W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
S: Maintained
CFG80211 and NL80211
@@ -2333,9 +2333,9 @@ S: Maintained
KS0108 LCD CONTROLLER DRIVER
P: Miguel Ojeda Sandonis
-M: maxextreme@gmail.com
+M: miguel.ojeda.sandonis@gmail.com
L: linux-kernel@vger.kernel.org
-W: http://auxdisplay.googlepages.com/
+W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
S: Maintained
LAPB module
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] [Trivial] Update contact information
2008-04-23 10:10 Miguel Ojeda
@ 2008-05-07 23:21 ` Andrew Morton
0 siblings, 0 replies; 3+ messages in thread
From: Andrew Morton @ 2008-05-07 23:21 UTC (permalink / raw)
To: Miguel Ojeda; +Cc: linux-kernel
On Wed, 23 Apr 2008 12:10:33 +0200
Miguel Ojeda <miguel.ojeda.sandonis@gmail.com> wrote:
>
> I have changed my email address as well as the drivers/auxdisplay webpage, so this patch updates the contact information.
>
> PS: If anyone has emailed me last weeks at maxextreme@gmail.com, please send again your message, I may have lost it. Sorry for the inconvenience.
>
> Signed-off-by: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
>
> ---
> diff -uprN linux-2.6.25-o/CREDITS linux-2.6.25/CREDITS
> --- linux-2.6.25-o/CREDITS 2008-04-17 04:49:44.000000000 +0200
> +++ linux-2.6.25/CREDITS 2008-04-21 17:54:39.000000000 +0200
> @@ -2609,8 +2609,8 @@ S: Perth, Western Australia
> S: Australia
>
> N: Miguel Ojeda Sandonis
> -E: maxextreme@gmail.com
> -W: http://maxextreme.googlepages.com/
> +E: miguel.ojeda.sandonis@gmail.com
> +W: http://jair.lab.fi.uva.es/~migojed/
> D: Author of the ks0108, cfag12864b and cfag12864bfb auxiliary display drivers.
> D: Maintainer of the auxiliary display drivers tree (drivers/auxdisplay/*)
> S: C/ Mieses 20, 9-B
> diff -uprN linux-2.6.25-o/Documentation/auxdisplay/cfag12864b linux-2.6.25/Documentation/auxdisplay/cfag12864b
> --- linux-2.6.25-o/Documentation/auxdisplay/cfag12864b 2008-04-17 04:49:44.000000000 +0200
> +++ linux-2.6.25/Documentation/auxdisplay/cfag12864b 2008-04-21 18:09:14.000000000 +0200
> @@ -2,9 +2,9 @@
> cfag12864b LCD Driver Documentation
> ===================================
>
> -License: GPLv2
> -Author & Maintainer: Miguel Ojeda Sandonis <maxextreme@gmail.com>
> -Date: 2006-10-27
> + License: GPLv2
> + Author: Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
> + Date: 2006-10-27
>
>
>
> diff -uprN linux-2.6.25-o/Documentation/auxdisplay/cfag12864b-example.c linux-2.6.25/Documentation/auxdisplay/cfag12864b-example.c
> --- linux-2.6.25-o/Documentation/auxdisplay/cfag12864b-example.c 2008-04-17 04:49:44.000000000 +0200
> +++ linux-2.6.25/Documentation/auxdisplay/cfag12864b-example.c 2008-04-21 18:08:45.000000000 +0200
> @@ -4,7 +4,8 @@
> * Description: cfag12864b LCD userspace example program
> * License: GPLv2
> *
> - * Author: Copyright (C) Miguel Ojeda Sandonis <maxextreme@gmail.com>
> + * Author: Copyright (C) Miguel Ojeda Sandonis
> + * <miguel.ojeda.sandonis@gmail.com>
>
> [etc]
CREDITS | 4 ++--
Documentation/auxdisplay/cfag12864b | 6 +++---
Documentation/auxdisplay/cfag12864b-example.c | 3 ++-
Documentation/auxdisplay/ks0108 | 6 +++---
MAINTAINERS | 16 ++++++++--------
drivers/auxdisplay/cfag12864b.c | 5 +++--
drivers/auxdisplay/cfag12864bfb.c | 5 +++--
drivers/auxdisplay/ks0108.c | 5 +++--
include/linux/cfag12864b.h | 3 ++-
include/linux/ks0108.h | 3 ++-
10 files changed, 31 insertions(+), 25 deletions(-)
The preferred approach here is to remove the email address from the various
.c and .h files altogether. People can then look up "Miguel Ojeda
Sandonis" in ./MAINTAINERS and ./CREDITS to find you. And next time you
move, we only need to alter those files.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-06-20 17:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-20 17:28 [PATCH] [Trivial] Update contact information Miguel Ojeda
-- strict thread matches above, loose matches on Subject: below --
2008-04-23 10:10 Miguel Ojeda
2008-05-07 23:21 ` Andrew Morton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox