From: Joel Brobecker Date: Thu, 5 Jan 2012 09:41:03 +0000 (+0000) Subject: Document new procedure for updating copyright years X-Git-Tag: sid-snapshot-20120201~256 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ce1b17c4a3732bab97720e024796b79db4d2f450;p=platform%2Fupstream%2Fbinutils.git Document new procedure for updating copyright years We now use a different script to perform the update. This patch updates the procedure in our documentation gdb/doc/ChangeLog: * gdbint.texinfo (Start of New Year Procedure): Update to replace use of copyright.sh by use of copyright.py. --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 0325686..5a9d2ff 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2012-01-05 Joel Brobecker + + * gdbint.texinfo (Start of New Year Procedure): Update + to replace use of copyright.sh by use of copyright.py. + 2012-01-02 Jan Kratochvil Remove the gdbtui binary. diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index ddc4015..136f77f 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -6798,35 +6798,9 @@ Update the copyright year in: @end itemize @item -Run the @file{copyright.sh} script to add the new year in the copyright -notices of most source files. This script requires Emacs 22 or later to -be installed. - -@item -The new year also needs to be added manually in all other files that -are not already taken care of by the @file{copyright.sh} script: -@itemize @bullet - @item - @file{*.s} - @item - @file{*.f} - @item - @file{*.f90} - @item - @file{*.igen} - @item - @file{*.ac} - @item - @file{*.texi} - @item - @file{*.texinfo} - @item - @file{*.tex} - @item - @file{*.defs} - @item - @file{*.1} -@end itemize +Run the @file{copyright.py} Python script to add the new year in the copyright +notices of most source files. This script has been tested with Python +2.6 and 2.7. @end itemize