public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [patch] Update email address in docs
@ 2014-05-30 17:04 Jonathan Wakely
  2014-05-30 17:41 ` Paolo Carlini
  0 siblings, 1 reply; 4+ messages in thread
From: Jonathan Wakely @ 2014-05-30 17:04 UTC (permalink / raw)
  To: libstdc++, gcc-patches

[-- Attachment #1: Type: text/plain, Size: 187 bytes --]

The docs still give Benjamin's old address for copyright assignment
questions. Changed to my address, although I considered "volunteering"
Paolo to get the mails ;-)

Committed to trunk.

[-- Attachment #2: patch.txt --]
[-- Type: text/x-patch, Size: 1109 bytes --]

commit 297bdcf296627c890b00db21a0333a7d0bb0a899
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Fri May 30 17:57:32 2014 +0100

    	* doc/xml/manual/appendix_contributing.xml (list.copyright): Replace
    	Benjamin's old email address.

diff --git a/libstdc++-v3/doc/xml/manual/appendix_contributing.xml b/libstdc++-v3/doc/xml/manual/appendix_contributing.xml
index bd7dfc7..e59e2f7 100644
--- a/libstdc++-v3/doc/xml/manual/appendix_contributing.xml
+++ b/libstdc++-v3/doc/xml/manual/appendix_contributing.xml
@@ -110,11 +110,11 @@
     </para>
 
     <para>
-      Please contact Benjamin Kosnik at
-      <email>bkoz+assign@redhat.com</email> if you are confused
+      Please contact Jonathan Wakely at
+      <email>jwakely+assign@redhat.com</email> if you are confused
       about the assignment or have general licensing questions. When
       requesting an assignment form from
-      <email>mailto:assign@gnu.org</email>, please cc the libstdc++
+      <email>assign@gnu.org</email>, please CC the libstdc++
       maintainer above so that progress can be monitored.
     </para>
   </section>

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

* Re: [patch] Update email address in docs
  2014-05-30 17:04 [patch] Update email address in docs Jonathan Wakely
@ 2014-05-30 17:41 ` Paolo Carlini
  2014-05-30 18:23   ` Jonathan Wakely
  0 siblings, 1 reply; 4+ messages in thread
From: Paolo Carlini @ 2014-05-30 17:41 UTC (permalink / raw)
  To: Jonathan Wakely, libstdc++, gcc-patches

Hi,

On 05/30/2014 07:04 PM, Jonathan Wakely wrote:
> The docs still give Benjamin's old address for copyright assignment
> questions. Changed to my address, although I considered "volunteering"
> Paolo to get the mails ;-)
We may considering adding my email too, in the past I did that a lot 
anyway, behind the scenes ;)

Paolo.

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

* Re: [patch] Update email address in docs
  2014-05-30 17:41 ` Paolo Carlini
@ 2014-05-30 18:23   ` Jonathan Wakely
  2014-05-30 19:23     ` Paolo Carlini
  0 siblings, 1 reply; 4+ messages in thread
From: Jonathan Wakely @ 2014-05-30 18:23 UTC (permalink / raw)
  To: Paolo Carlini; +Cc: libstdc++, gcc-patches

[-- Attachment #1: Type: text/plain, Size: 398 bytes --]

On 30/05/14 19:38 +0200, Paolo Carlini wrote:
>Hi,
>
>On 05/30/2014 07:04 PM, Jonathan Wakely wrote:
>>The docs still give Benjamin's old address for copyright assignment
>>questions. Changed to my address, although I considered "volunteering"
>>Paolo to get the mails ;-)
>We may considering adding my email too, in the past I did that a lot 
>anyway, behind the scenes ;)

Cool, like this then?


[-- Attachment #2: patch.txt --]
[-- Type: text/x-patch, Size: 1278 bytes --]

commit 95eb2e55844d56db67ed2cf10a031f6e4a9d35d3
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Fri May 30 19:21:12 2014 +0100

    	* doc/xml/manual/appendix_contributing.xml (list.copyright): Add
    	Paolo's address too.

diff --git a/libstdc++-v3/doc/xml/manual/appendix_contributing.xml b/libstdc++-v3/doc/xml/manual/appendix_contributing.xml
index e59e2f7..2c3b9fb 100644
--- a/libstdc++-v3/doc/xml/manual/appendix_contributing.xml
+++ b/libstdc++-v3/doc/xml/manual/appendix_contributing.xml
@@ -110,12 +110,14 @@
     </para>
 
     <para>
-      Please contact Jonathan Wakely at
-      <email>jwakely+assign@redhat.com</email> if you are confused
-      about the assignment or have general licensing questions. When
-      requesting an assignment form from
+      Please contact
+      Paolo Carlini at <email>paolo.carlini@oracle.com</email>
+      or
+      Jonathan Wakely at <email>jwakely+assign@redhat.com</email>
+      if you are confused about the assignment or have general licensing
+      questions. When requesting an assignment form from
       <email>assign@gnu.org</email>, please CC the libstdc++
-      maintainer above so that progress can be monitored.
+      maintainers above so that progress can be monitored.
     </para>
   </section>
 

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

* Re: [patch] Update email address in docs
  2014-05-30 18:23   ` Jonathan Wakely
@ 2014-05-30 19:23     ` Paolo Carlini
  0 siblings, 0 replies; 4+ messages in thread
From: Paolo Carlini @ 2014-05-30 19:23 UTC (permalink / raw)
  To: Jonathan Wakely; +Cc: libstdc++, gcc-patches


On 05/30/2014 08:23 PM, Jonathan Wakely wrote:
> On 30/05/14 19:38 +0200, Paolo Carlini wrote:
>> Hi,
>>
>> On 05/30/2014 07:04 PM, Jonathan Wakely wrote:
>>> The docs still give Benjamin's old address for copyright assignment
>>> questions. Changed to my address, although I considered "volunteering"
>>> Paolo to get the mails ;-)
>> We may considering adding my email too, in the past I did that a lot 
>> anyway, behind the scenes ;)
>
> Cool, like this then?
Sure.

Paolo.

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

end of thread, other threads:[~2014-05-30 19:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-30 17:04 [patch] Update email address in docs Jonathan Wakely
2014-05-30 17:41 ` Paolo Carlini
2014-05-30 18:23   ` Jonathan Wakely
2014-05-30 19:23     ` Paolo Carlini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).