aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2008-01-05 15:12:56 +0000
committerJoel Brobecker <brobecker@gnat.com>2008-01-05 15:12:56 +0000
commit6ec2edbe702dc9bfe383fd473c6856a358d896c2 (patch)
tree90c7faa08e3cd662056a0a5f9bed2440a3c4ca03 /gdb
parentdd208731ed2a69405791bb81d7ff4aeb03ef19b1 (diff)
downloadfsf-binutils-gdb-6ec2edbe702dc9bfe383fd473c6856a358d896c2.zip
fsf-binutils-gdb-6ec2edbe702dc9bfe383fd473c6856a358d896c2.tar.gz
fsf-binutils-gdb-6ec2edbe702dc9bfe383fd473c6856a358d896c2.tar.bz2
* gdbint.texinfo (Start of New Year Procedure): Add item
describing how to update the source and documentation copyright notices.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/doc/ChangeLog6
-rw-r--r--gdb/doc/gdbint.texinfo6
2 files changed, 12 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index c6b4a4f..1f507c6 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -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
diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo
index 119eb7c..fa4954f 100644
--- a/gdb/doc/gdbint.texinfo
+++ b/gdb/doc/gdbint.texinfo
@@ -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