summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.fortran
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2012-12-19 08:19:49 +0000
committerJoel Brobecker <brobecker@gnat.com>2012-12-19 08:19:49 +0000
commit4710641076a90f672e96a5ece5da58a971a2eb25 (patch)
tree9dcd3d490d28c772caed988fe6cce6b88950b843 /gdb/testsuite/gdb.fortran
parent59ec8c06ff3f367fda431cbd28f25ea93bb30fe9 (diff)
downloadgdb-4710641076a90f672e96a5ece5da58a971a2eb25.tar.gz
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/testsuite/gdb.fortran')
-rw-r--r--gdb/testsuite/gdb.fortran/logical.f905
1 files changed, 2 insertions, 3 deletions
diff --git a/gdb/testsuite/gdb.fortran/logical.f90 b/gdb/testsuite/gdb.fortran/logical.f90
index 5fff26f34d1..a38626f3f53 100644
--- a/gdb/testsuite/gdb.fortran/logical.f90
+++ b/gdb/testsuite/gdb.fortran/logical.f90
@@ -2,7 +2,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 of the License, or
+! the Free Software Foundation; either version 3 of the License, or
! (at your option) any later version.
!
! This program is distributed in the hope that it will be useful,
@@ -11,8 +11,7 @@
! GNU General Public License for more details.
!
! You should have received a copy of the GNU General Public License
-! along with this program; if not, write to the Free Software
-! Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+! along with this program; if not, see <http://www.gnu.org/licenses/>.
!
! This file was written by Jan Kratochvil <jan.kratochvil@redhat.com>.