Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] trivial: update buildroot e-mail address to buildroot@buildroot.org
@ 2014-02-11 20:23 Thomas De Schampheleire
  2014-02-11 21:11 ` Yann E. MORIN
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas De Schampheleire @ 2014-02-11 20:23 UTC (permalink / raw)
  To: buildroot

As the e-mail address buildroot at buildroot.org is now enabled, update the
e-mail addresses in the source tree from @uclibc.org and @busybox.net to our
own proper domain.

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>

---
 Makefile                                                 |  2 +-
 docs/README                                              |  2 +-
 docs/copyright.txt                                       |  2 +-
 docs/footer.html                                         |  2 +-
 docs/manual/contribute.txt                               |  2 +-
 package/x11r7/xserver_xorg-server/xserver_xorg-server.mk |  2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 # Makefile for buildroot
 #
 # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>
-# Copyright (C) 2006-2014 by the Buildroot developers <buildroot@uclibc.org>
+# Copyright (C) 2006-2014 by the Buildroot developers <buildroot@buildroot.org>
 #
 # 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
diff --git a/docs/README b/docs/README
--- a/docs/README
+++ b/docs/README
@@ -56,4 +56,4 @@ use menuconfig of certain packages. This
 $ make HOSTCC=gcc-4.3 busybox-menuconfig
 
 Please feed suggestions, bug reports, insults, and bribes back to the
-buildroot mailing list: buildroot at uclibc.org
+buildroot mailing list: buildroot at buildroot.org
diff --git a/docs/copyright.txt b/docs/copyright.txt
--- a/docs/copyright.txt
+++ b/docs/copyright.txt
@@ -25,6 +25,6 @@ HAS BEEN ADVISED OF THE POSSIBILITY OF S
 
 You have been warned.
 
-You can contact the webmaster at <buildroot@uclibc.org> if you have some sort
+You can contact the webmaster at <buildroot@buildroot.org> if you have some sort
 of problem with this.
 
diff --git a/docs/footer.html b/docs/footer.html
--- a/docs/footer.html
+++ b/docs/footer.html
@@ -14,7 +14,7 @@
 	<br>
 	Mail all comments, insults, suggestions and bribes to
 	<br>
-	The Buildroot developers <A HREF="mailto:buildroot@uclibc.org">buildroot at uclibc.org</A><BR>
+	The Buildroot developers <A HREF="mailto:buildroot@buildroot.org">buildroot at buildroot.org</A><BR>
     </font>
 
   </body>
diff --git a/docs/manual/contribute.txt b/docs/manual/contribute.txt
--- a/docs/manual/contribute.txt
+++ b/docs/manual/contribute.txt
@@ -48,7 +48,7 @@ before submitting them using your favori
 Lastly, send/submit your patch set to the Buildroot mailing list:
 
 ---------------------
-$ git send-email --to buildroot at busybox.net outgoing/*
+$ git send-email --to buildroot at buildroot.org outgoing/*
 ---------------------
 
 Note that +git+ should be configured to use your mail account.
diff --git a/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk b/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk
--- a/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk
+++ b/package/x11r7/xserver_xorg-server/xserver_xorg-server.mk
@@ -57,7 +57,7 @@ XSERVER_XORG_SERVER_DEPENDENCIES = 	\
 
 XSERVER_XORG_SERVER_CONF_OPT = --disable-config-hal \
 		--disable-xnest --disable-xephyr --disable-dmx \
-		--with-builder-addr=buildroot at uclibc.org \
+		--with-builder-addr=buildroot at buildroot.org \
 		CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include/pixman-1" \
 		--with-fontdir=/usr/share/fonts/X11/ --localstatedir=/var \
 		--$(if $(BR2_PACKAGE_XSERVER_XORG_SERVER_XVFB),en,dis)able-xvfb

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] trivial: update buildroot e-mail address to buildroot@buildroot.org
  2014-02-11 20:23 [Buildroot] [PATCH] trivial: update buildroot e-mail address to buildroot@buildroot.org Thomas De Schampheleire
@ 2014-02-11 21:11 ` Yann E. MORIN
  2014-02-12 10:46   ` Thomas De Schampheleire
  0 siblings, 1 reply; 3+ messages in thread
From: Yann E. MORIN @ 2014-02-11 21:11 UTC (permalink / raw)
  To: buildroot

Thomas, All,

On 2014-02-11 21:23 +0100, Thomas De Schampheleire spake thusly:
> As the e-mail address buildroot at buildroot.org is now enabled, update the
> e-mail addresses in the source tree from @uclibc.org and @busybox.net to our
> own proper domain.

Woohoo! :-)

> Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
> 
> ---
>  Makefile                                                 |  2 +-
>  docs/README                                              |  2 +-
>  docs/copyright.txt                                       |  2 +-
>  docs/footer.html                                         |  2 +-
>  docs/manual/contribute.txt                               |  2 +-
>  package/x11r7/xserver_xorg-server/xserver_xorg-server.mk |  2 +-
>  6 files changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/Makefile b/Makefile
> --- a/Makefile
> +++ b/Makefile
> @@ -1,7 +1,7 @@
>  # Makefile for buildroot
>  #
>  # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>
> -# Copyright (C) 2006-2014 by the Buildroot developers <buildroot@uclibc.org>
> +# Copyright (C) 2006-2014 by the Buildroot developers <buildroot@buildroot.org>

I'd keep the original line, since it was the email adress at that time,
and would add a new line:
    # Copyright (C) 2006-2014 by the Buildroot developers <buildroot@uclibc.org>
    # Copyright (C) 2014 by the Buildroot developers <buildroot@buildroot.org>

> diff --git a/docs/copyright.txt b/docs/copyright.txt
> --- a/docs/copyright.txt
> +++ b/docs/copyright.txt

I read that file for the first time tonight. It is hilarious! :-)

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] trivial: update buildroot e-mail address to buildroot@buildroot.org
  2014-02-11 21:11 ` Yann E. MORIN
@ 2014-02-12 10:46   ` Thomas De Schampheleire
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas De Schampheleire @ 2014-02-12 10:46 UTC (permalink / raw)
  To: buildroot

Hi Yann,

On Tue, Feb 11, 2014 at 10:11 PM, Yann E. MORIN <yann.morin.1998@free.fr> wrote:
[..]
>> diff --git a/Makefile b/Makefile
>> --- a/Makefile
>> +++ b/Makefile
>> @@ -1,7 +1,7 @@
>>  # Makefile for buildroot
>>  #
>>  # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>
>> -# Copyright (C) 2006-2014 by the Buildroot developers <buildroot@uclibc.org>
>> +# Copyright (C) 2006-2014 by the Buildroot developers <buildroot@buildroot.org>
>
> I'd keep the original line, since it was the email adress at that time,
> and would add a new line:
>     # Copyright (C) 2006-2014 by the Buildroot developers <buildroot@uclibc.org>
>     # Copyright (C) 2014 by the Buildroot developers <buildroot@buildroot.org>

Ok, thanks, I'll send an updated version.

>
>> diff --git a/docs/copyright.txt b/docs/copyright.txt
>> --- a/docs/copyright.txt
>> +++ b/docs/copyright.txt
>
> I read that file for the first time tonight. It is hilarious! :-)

It is! I wonder how many core developers actually are aware of this...

Best regards,
Thomas

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-02-12 10:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-11 20:23 [Buildroot] [PATCH] trivial: update buildroot e-mail address to buildroot@buildroot.org Thomas De Schampheleire
2014-02-11 21:11 ` Yann E. MORIN
2014-02-12 10:46   ` Thomas De Schampheleire

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox