All of lore.kernel.org
 help / color / mirror / Atom feed
From: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
To: akpm@linux-foundation.org, linux-kernel@vger.kernel.org
Subject: [PATCH] [Trivial] Update contact information
Date: Wed, 23 Apr 2008 12:10:33 +0200	[thread overview]
Message-ID: <1208945433.4298.12.camel@debian> (raw)

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



             reply	other threads:[~2008-04-23 10:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-23 10:10 Miguel Ojeda [this message]
2008-05-07 23:21 ` [PATCH] [Trivial] Update contact information Andrew Morton
  -- strict thread matches above, loose matches on Subject: below --
2008-06-20 17:28 Miguel Ojeda

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=1208945433.4298.12.camel@debian \
    --to=miguel.ojeda.sandonis@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    /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.