diff options
Diffstat (limited to 'gdb/doc/gdbint.texinfo')
-rw-r--r-- | gdb/doc/gdbint.texinfo | 32 |
1 files changed, 3 insertions, 29 deletions
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 |