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/doc | |
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/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/refcard.tex | 9 |
2 files changed, 9 insertions, 5 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 893ca70..6fcf81d 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2012-12-19 Joel Brobecker <brobecker@adacore.com> + + * refcard.tex: Update copyright notice to GPL v3 or later. + Update contact info. + 2012-12-16 Jan Kratochvil <jan.kratochvil@redhat.com> * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL. diff --git a/gdb/doc/refcard.tex b/gdb/doc/refcard.tex index bee7c3d..8e890f1 100644 --- a/gdb/doc/refcard.tex +++ b/gdb/doc/refcard.tex @@ -12,7 +12,7 @@ % %This program is free software; you can redistribute it and/or modify %it under the terms of the GNU General Public License as published by -%the Free Software Foundation; either version 2, or (at your option) +%the Free Software Foundation; either version 3, or (at your option) %any later version. % %This program is distributed in the hope that it will be useful, but @@ -20,10 +20,9 @@ %MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU %General Public License for more details. % -%You can find a copy of the GNU General Public License at the URL -%http://www.gnu.org/copyleft/gpl.html; or write to the Free Software -%Foundation, Inc., 51 Franklin Street, Fifth Floor, -%Boston, MA 02110-1301, USA. +%You should have received a copy of the GNU General Public License +%along with this program. If not, see <http://www.gnu.org/licenses/>. +% %You can contact the maintainer at: doc@cygnus.com % % Documentation Department |