public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Incorrect format of copyright statement for Fortran manuals
@ 2010-06-05 13:02 Gerald Pfeifer
  2010-06-07 19:34 ` [Patch,Fortran,Committed] " Tobias Burnus
  0 siblings, 1 reply; 4+ messages in thread
From: Gerald Pfeifer @ 2010-06-05 13:02 UTC (permalink / raw)
  To: fortran; +Cc: gcc

[-- Attachment #1: Type: TEXT/PLAIN, Size: 747 bytes --]

It has been reported via the FSF that 'gfortran.info' is copyrighted by 
the FSF '1999-2008', although it should be under the form '1999, 2000, 
[other years], 2008'.

Indeed the GNU Coding Standards say the following:

  Do not abbreviate the year list using a range; for instance, do not 
  write Β‘1996--1998Β’; instead, write Β‘1996, 1997, 1998Β’. 

And a quick grep finds the following:

  gfac-internals.texi:@set copyrights-gfortran 2007-2010
  gfc-internals.texi:Copyright @copyright{} @value{copyrights-gfortran} Free Software Foundation,
  gfortran.texi:@set copyrights-gfortran 1999-2010
  gfortran.texi:Copyright @copyright{} @value{copyrights-gfortran} Free Software Foundation, Inc.

Would you mind changing this accordingly?

Gerald

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

* [Patch,Fortran,Committed] Re: Incorrect format of copyright statement for Fortran manuals
  2010-06-05 13:02 Incorrect format of copyright statement for Fortran manuals Gerald Pfeifer
@ 2010-06-07 19:34 ` Tobias Burnus
  2010-06-13 14:29   ` Gerald Pfeifer
  0 siblings, 1 reply; 4+ messages in thread
From: Tobias Burnus @ 2010-06-07 19:34 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: fortran, gcc

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

Gerald Pfeifer wrote:
> It has been reported via the FSF that 'gfortran.info' is copyrighted by 
> the FSF '1999-2008', although it should be under the form '1999, 2000, 
> [other years], 2008'.
>
> Would you mind changing this accordingly?
>   

Fixed in Rev. 160390 using the attached patch.

Thanks for the report!

Tobias

[-- Attachment #2: copyright-texi.diff --]
[-- Type: text/x-patch, Size: 993 bytes --]

2010-06-07  Tobias Burnus  <burnus@net-b.de>

	* gfc-internals.texi (copyrights-gfortran): Fix copyright year format.
	* gfortran.texi (copyrights-gfortran): Ditto.

diff --git a/gcc/fortran/gfc-internals.texi b/gcc/fortran/gfc-internals.texi
index f01393e..cee34a0 100644
--- a/gcc/fortran/gfc-internals.texi
+++ b/gcc/fortran/gfc-internals.texi
@@ -1,7 +1,7 @@
 \input texinfo  @c -*-texinfo-*-
 @c %**start of header
 @setfilename gfc-internals.info
-@set copyrights-gfortran 2007-2010
+@set copyrights-gfortran 2007, 2008, 2009, 2010
 
 @include gcc-common.texi
 
diff --git a/gcc/fortran/gfortran.texi b/gcc/fortran/gfortran.texi
index a7f6fba..96a912e 100644
--- a/gcc/fortran/gfortran.texi
+++ b/gcc/fortran/gfortran.texi
@@ -1,7 +1,7 @@
 \input texinfo  @c -*-texinfo-*-
 @c %**start of header
 @setfilename gfortran.info
-@set copyrights-gfortran 1999-2010
+@set copyrights-gfortran 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
 
 @include gcc-common.texi
 

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

* Re: [Patch,Fortran,Committed] Re: Incorrect format of copyright statement for Fortran manuals
  2010-06-07 19:34 ` [Patch,Fortran,Committed] " Tobias Burnus
@ 2010-06-13 14:29   ` Gerald Pfeifer
  2010-06-15 16:57     ` Tobias Burnus
  0 siblings, 1 reply; 4+ messages in thread
From: Gerald Pfeifer @ 2010-06-13 14:29 UTC (permalink / raw)
  To: Tobias Burnus; +Cc: fortran, gcc

On Mon, 7 Jun 2010, Tobias Burnus wrote:
>> It has been reported via the FSF that 'gfortran.info' is copyrighted by 
>> the FSF '1999-2008', although it should be under the form '1999, 2000, 
>> [other years], 2008'.
> Fixed in Rev. 160390 using the attached patch.

Thanks, Tobias!

Any chance you could make the similar change for GCC 4.5 as our active
release as well?

Gerald

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

* Re: [Patch,Fortran,Committed] Re: Incorrect format of copyright statement for Fortran manuals
  2010-06-13 14:29   ` Gerald Pfeifer
@ 2010-06-15 16:57     ` Tobias Burnus
  0 siblings, 0 replies; 4+ messages in thread
From: Tobias Burnus @ 2010-06-15 16:57 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: fortran, gcc

On 06/13/2010 03:09 PM, Gerald Pfeifer wrote:
> On Mon, 7 Jun 2010, Tobias Burnus wrote:
>   
>>> It has been reported via the FSF that 'gfortran.info' is copyrighted by 
>>> the FSF '1999-2008', although it should be under the form '1999, 2000, 
>>> [other years], 2008'.
>>>       
>> Fixed in Rev. 160390 using the attached patch.
>>     
> Thanks, Tobias!
>
> Any chance you could make the similar change for GCC 4.5 as our active
> release as well?
>   
Fixed in Rev. 160797 using the attached patch.


Index: gfortran.texi
===================================================================
--- gfortran.texi       (revision 160796)
+++ gfortran.texi       (working copy)
@@ -1,7 +1,7 @@
 \input texinfo  @c -*-texinfo-*-
 @c %**start of header
 @setfilename gfortran.info
-@set copyrights-gfortran 1999-2008
+@set copyrights-gfortran 1999, 2000, 2001, 2002, 2003, 2004, 2005,
2006, 2007, 2008, 2009, 2010

 @include gcc-common.texi

Index: ChangeLog
===================================================================
--- ChangeLog   (revision 160796)
+++ ChangeLog   (working copy)
@@ -1,3 +1,8 @@
+2010-06-15  Tobias Burnus  <burnus@net-b.de>
+
+       * gfc-internals.texi (copyrights-gfortran): Fix copyright year
format.
+       * gfortran.texi (copyrights-gfortran): Ditto.
+
 2010-06-15  Jakub Jelinek  <jakub@redhat.com>

        PR fortran/44536
Index: gfc-internals.texi
===================================================================
--- gfc-internals.texi  (revision 160796)
+++ gfc-internals.texi  (working copy)
@@ -1,7 +1,7 @@
 \input texinfo  @c -*-texinfo-*-
 @c %**start of header
 @setfilename gfc-internals.info
-@set copyrights-gfortran 2007-2008
+@set copyrights-gfortran 2007, 2008, 2009

 @include gcc-common.texi

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

end of thread, other threads:[~2010-06-15 16:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-05 13:02 Incorrect format of copyright statement for Fortran manuals Gerald Pfeifer
2010-06-07 19:34 ` [Patch,Fortran,Committed] " Tobias Burnus
2010-06-13 14:29   ` Gerald Pfeifer
2010-06-15 16:57     ` Tobias Burnus

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).