diff options
author | Joel Brobecker <brobecker@gnat.com> | 2012-12-19 08:19:59 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2012-12-19 08:19:59 +0000 |
commit | 7785b8804f92599e62d52fb8cf61c7b5553ae2a3 (patch) | |
tree | e5c3d87ec9f74b6da588240920dd5df021ee59e6 /gdb/ChangeLog | |
parent | 025cfdb2f707decb46b02ab34da0a8a48c021178 (diff) | |
download | gdb-7785b8804f92599e62d52fb8cf61c7b5553ae2a3.zip gdb-7785b8804f92599e62d52fb8cf61c7b5553ae2a3.tar.gz gdb-7785b8804f92599e62d52fb8cf61c7b5553ae2a3.tar.bz2 |
update copyright notices in various GDB files.
Update some files in GDB that were accidently left with a GPL v2
copyright header.
Update some files where the copyright notice still provides the
old contact info, using the approach for providing the FSF's contact
info.
gdb/ChangeLog:
* acinclude.m4: Update contact info in copyright notice.
gdb/doc/ChangeLog:
* refcard.tex: Update copyright notice to GPL v3 or later.
Update contact info.
gdb/testsuite/ChangeLog:
* dg-extract-results.sh: Update contact info in copyright notice.
* gdb.arch/mips-octeon-bbit.exp: Update copyright notice to
GPL v3 or later. Update contact info.
* gdb.fortran/logical.f90, gdb.threads/watchpoint-fork-child.c,
gdb.threads/watchpoint-fork-mt.c,
gdb.threads/watchpoint-fork-parent.c,
gdb.threads/watchpoint-fork-st.c,
gdb.threads/watchpoint-fork.h: Likewise.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 952f214..fb571f5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2012-12-19 Joel Brobecker <brobecker@adacore.com> + + * acinclude.m4: Update contact info in copyright notice. + 2012-12-19 Yao Qi <yao@codesourcery.com> * maint.c (maintenance_print_statistics): Make it static. |