This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Patch,Fortran,committed] Update copyright year of .texi files


Hi all,

I saw that some GCC 4.6 manuals still list older years as copyright
year. I think the manuals should show the 2010 year (in produced PDF
file - I care less about @c/@ignore headers). The patch below fixes it
for the two Fortran manuals, but I think also some other GCC manuals
also need to be updated.

Tobias

Committed revision 158779.

2010-04-27  Tobias Burnus  <burnus@net-b.de>

        * gfc-internals.texi: Update copyright year.
        * gfortran.texi: Ditto.
        * invoke.texi: Ditto.

Index: gfc-internals.texi
===================================================================
--- gfc-internals.texi  (revision 158778)
+++ 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-2010

 @include gcc-common.texi

Index: gfortran.texi
===================================================================
--- gfortran.texi       (revision 158778)
+++ 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-2010

 @include gcc-common.texi

Index: invoke.texi
===================================================================
--- invoke.texi (revision 158778)
+++ invoke.texi (working copy)
@@ -5,7 +5,7 @@

 @ignore
 @c man begin COPYRIGHT
-Copyright @copyright{} 2004, 2005, 2006, 2007, 2008, 2009
+Copyright @copyright{} 2004, 2005, 2006, 2007, 2008, 2009, 2010
 Free Software Foundation, Inc.

 Permission is granted to copy, distribute and/or modify this document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]