* gdbint.texinfo (Start of New Year Procedure): Add item
describing how to update the source and documentation copyright notices.
This commit is contained in:
parent
dd208731ed
commit
6ec2edbe70
2 changed files with 12 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2008-01-05 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* gdbint.texinfo (Start of New Year Procedure): Add item
|
||||
describing how to update the source and documentation copyright
|
||||
notices.
|
||||
|
||||
2007-12-18 Jim Blandy <jimb@codesourcery.com>
|
||||
|
||||
* gdb.texinfo (Set Watchpoints): Integrate per-thread
|
||||
|
|
|
@ -5973,6 +5973,12 @@ Update the copyright year in the startup message
|
|||
|
||||
Update the copyright year in file @file{top.c}, function
|
||||
@code{print_gdb_version}.
|
||||
|
||||
@item
|
||||
Add the new year in the copyright notices of all source and documentation
|
||||
files. This can be done semi-automatically by running the @code{copyright.sh}
|
||||
script. This script requires Emacs 22 or later to be installed.
|
||||
|
||||
@end itemize
|
||||
|
||||
@node Releasing GDB
|
||||
|
|
Loading…
Reference in a new issue