mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-10 09:25:47 +08:00
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.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2012-01-05 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
|
* gdbint.texinfo (Start of New Year Procedure): Update
|
||||||
|
to replace use of copyright.sh by use of copyright.py.
|
||||||
|
|
||||||
2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
|
2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
|
||||||
|
|
||||||
Remove the gdbtui binary.
|
Remove the gdbtui binary.
|
||||||
|
@ -6798,35 +6798,9 @@ Update the copyright year in:
|
|||||||
@end itemize
|
@end itemize
|
||||||
|
|
||||||
@item
|
@item
|
||||||
Run the @file{copyright.sh} script to add the new year in the copyright
|
Run the @file{copyright.py} Python script to add the new year in the copyright
|
||||||
notices of most source files. This script requires Emacs 22 or later to
|
notices of most source files. This script has been tested with Python
|
||||||
be installed.
|
2.6 and 2.7.
|
||||||
|
|
||||||
@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
|
|
||||||
|
|
||||||
@end itemize
|
@end itemize
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user