diff options
author | Joel Brobecker <brobecker@gnat.com> | 2009-01-07 04:42:45 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2009-01-07 04:42:45 +0000 |
commit | 9cb011d3af8c72a468207ffb8386071d8eabbe74 (patch) | |
tree | fb83bf2941c385f568f07fe19260293c644d9f4f /gdb/doc/gdbint.texinfo | |
parent | 1bc86aea2807866337def70b2e31cb16fbfd1e8d (diff) | |
download | gdb-9cb011d3af8c72a468207ffb8386071d8eabbe74.zip gdb-9cb011d3af8c72a468207ffb8386071d8eabbe74.tar.gz gdb-9cb011d3af8c72a468207ffb8386071d8eabbe74.tar.bz2 |
* gdbint.texinfo (Start of New Year Procedure): Add the "coding"
emacs local variable to be placed at the end of the ChangeLog.
Add server.c and gdbreplay.c to the list of files where the
copyright year needs to be updated.
Diffstat (limited to 'gdb/doc/gdbint.texinfo')
-rw-r--r-- | gdb/doc/gdbint.texinfo | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index f4d47ed..adc8ca8 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -5842,6 +5842,7 @@ mode: change-log left-margin: 8 fill-column: 74 version-control: never +coding: utf-8 End: @end smallexample @@ -5852,8 +5853,12 @@ in @file{gdb/config/djgpp/fnchange.lst}. @item Update the copyright year in the startup message -Update the copyright year in file @file{top.c}, function -@code{print_gdb_version}. +Update the copyright year in: +@itemize @bullet +@item file @file{top.c}, function @code{print_gdb_version} +@item file @file{gdbserver/server.c}, function @code{gdbserver_version} +@item file @file{gdbserver/gdbreplay.c}, function @code{gdbreplay_version} +@end itemize @item Add the new year in the copyright notices of all source and documentation |