From 1cc75e929ff4e99b3bef4ca0e93250d5b1b126c9 Mon Sep 17 00:00:00 2001 From: Yao Qi Date: Fri, 1 Dec 2017 11:34:14 +0000 Subject: [PATCH] Replace mail address with the URL in copyright header The copyright header in most of GDB files were changed from mail address to the URL in the conversion to GPLv3 in Aug 2007. However, some files still use mail address instead of the URL. This patch fixes them. gdb/testsuite: 2017-12-01 Yao Qi * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with the URL in copyright header. * gdb.arch/aarch64-fp.exp: Likewise. * gdb.arch/ppc64-atomic-inst.exp: Likewise. * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise. * gdb.base/expand-psymtabs.exp: Likewise. * gdb.cp/expand-psymtabs-cxx.exp: Likewise. * gdb.fortran/common-block.exp: Likewise. * gdb.fortran/common-block.f90: Likewise. * gdb.fortran/logical.exp: Likewise. * gdb.fortran/vla-datatypes.f90: Likewise. * gdb.fortran/vla-sub.f90: Likewise. --- gdb/testsuite/ChangeLog | 15 +++++++++++++++ gdb/testsuite/gdb.arch/aarch64-atomic-inst.exp | 3 +-- gdb/testsuite/gdb.arch/aarch64-fp.exp | 3 +-- gdb/testsuite/gdb.arch/ppc64-atomic-inst.exp | 3 +-- .../gdb.arch/ppc64-isa207-atomic-inst.exp | 3 +-- gdb/testsuite/gdb.base/expand-psymtabs.exp | 3 +-- gdb/testsuite/gdb.cp/expand-psymtabs-cxx.exp | 3 +-- gdb/testsuite/gdb.fortran/common-block.exp | 3 +-- gdb/testsuite/gdb.fortran/common-block.f90 | 3 +-- gdb/testsuite/gdb.fortran/logical.exp | 3 +-- gdb/testsuite/gdb.fortran/vla-datatypes.f90 | 3 +-- gdb/testsuite/gdb.fortran/vla-sub.f90 | 3 +-- 12 files changed, 26 insertions(+), 22 deletions(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index a9b81b3301a..69e1c3ad9e8 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,18 @@ +2017-12-01 Yao Qi + + * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with + the URL in copyright header. + * gdb.arch/aarch64-fp.exp: Likewise. + * gdb.arch/ppc64-atomic-inst.exp: Likewise. + * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise. + * gdb.base/expand-psymtabs.exp: Likewise. + * gdb.cp/expand-psymtabs-cxx.exp: Likewise. + * gdb.fortran/common-block.exp: Likewise. + * gdb.fortran/common-block.f90: Likewise. + * gdb.fortran/logical.exp: Likewise. + * gdb.fortran/vla-datatypes.f90: Likewise. + * gdb.fortran/vla-sub.f90: Likewise. + 2017-11-30 Joel Brobecker * gdb.ada/repeat_dyn: New testcase. diff --git a/gdb/testsuite/gdb.arch/aarch64-atomic-inst.exp b/gdb/testsuite/gdb.arch/aarch64-atomic-inst.exp index 71402ce4f18..dea65e8d848 100644 --- a/gdb/testsuite/gdb.arch/aarch64-atomic-inst.exp +++ b/gdb/testsuite/gdb.arch/aarch64-atomic-inst.exp @@ -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 . # # This file is part of the gdb testsuite. diff --git a/gdb/testsuite/gdb.arch/aarch64-fp.exp b/gdb/testsuite/gdb.arch/aarch64-fp.exp index 483c8f1816f..46e2fced5ac 100644 --- a/gdb/testsuite/gdb.arch/aarch64-fp.exp +++ b/gdb/testsuite/gdb.arch/aarch64-fp.exp @@ -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 . # # This file is part of the gdb testsuite. diff --git a/gdb/testsuite/gdb.arch/ppc64-atomic-inst.exp b/gdb/testsuite/gdb.arch/ppc64-atomic-inst.exp index 7bfff6c8285..929b205e520 100644 --- a/gdb/testsuite/gdb.arch/ppc64-atomic-inst.exp +++ b/gdb/testsuite/gdb.arch/ppc64-atomic-inst.exp @@ -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 . # # This file is part of the gdb testsuite. diff --git a/gdb/testsuite/gdb.arch/ppc64-isa207-atomic-inst.exp b/gdb/testsuite/gdb.arch/ppc64-isa207-atomic-inst.exp index da28291fb2f..11667ff9742 100644 --- a/gdb/testsuite/gdb.arch/ppc64-isa207-atomic-inst.exp +++ b/gdb/testsuite/gdb.arch/ppc64-isa207-atomic-inst.exp @@ -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 . # # This file is part of the gdb testsuite. diff --git a/gdb/testsuite/gdb.base/expand-psymtabs.exp b/gdb/testsuite/gdb.base/expand-psymtabs.exp index ecd7153f542..7cfacc09ee1 100644 --- a/gdb/testsuite/gdb.base/expand-psymtabs.exp +++ b/gdb/testsuite/gdb.base/expand-psymtabs.exp @@ -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 . # # This file is part of the gdb testsuite. diff --git a/gdb/testsuite/gdb.cp/expand-psymtabs-cxx.exp b/gdb/testsuite/gdb.cp/expand-psymtabs-cxx.exp index ad2111c459c..2df1017c4fa 100644 --- a/gdb/testsuite/gdb.cp/expand-psymtabs-cxx.exp +++ b/gdb/testsuite/gdb.cp/expand-psymtabs-cxx.exp @@ -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 . # # This file is part of the gdb testsuite. diff --git a/gdb/testsuite/gdb.fortran/common-block.exp b/gdb/testsuite/gdb.fortran/common-block.exp index bc207c957f8..2c456535fa6 100644 --- a/gdb/testsuite/gdb.fortran/common-block.exp +++ b/gdb/testsuite/gdb.fortran/common-block.exp @@ -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 . # This file was written by Jan Kratochvil . diff --git a/gdb/testsuite/gdb.fortran/common-block.f90 b/gdb/testsuite/gdb.fortran/common-block.f90 index 4676e941479..04790140f36 100644 --- a/gdb/testsuite/gdb.fortran/common-block.f90 +++ b/gdb/testsuite/gdb.fortran/common-block.f90 @@ -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 . ! ! Ihis file is the Fortran source file for dynamic.exp. ! Original file written by Jakub Jelinek . diff --git a/gdb/testsuite/gdb.fortran/logical.exp b/gdb/testsuite/gdb.fortran/logical.exp index 1acbf608c34..42daa0b1156 100644 --- a/gdb/testsuite/gdb.fortran/logical.exp +++ b/gdb/testsuite/gdb.fortran/logical.exp @@ -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 . # This file was written by Jan Kratochvil . diff --git a/gdb/testsuite/gdb.fortran/vla-datatypes.f90 b/gdb/testsuite/gdb.fortran/vla-datatypes.f90 index 68e83476ab5..e392a51ca7d 100644 --- a/gdb/testsuite/gdb.fortran/vla-datatypes.f90 +++ b/gdb/testsuite/gdb.fortran/vla-datatypes.f90 @@ -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 . program vla_primitives integer, allocatable :: intvla(:, :, :) diff --git a/gdb/testsuite/gdb.fortran/vla-sub.f90 b/gdb/testsuite/gdb.fortran/vla-sub.f90 index eb58530db83..e883033fd31 100644 --- a/gdb/testsuite/gdb.fortran/vla-sub.f90 +++ b/gdb/testsuite/gdb.fortran/vla-sub.f90 @@ -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 . ! ! Original file written by Jakub Jelinek and ! Jan Kratochvil . -- 2.30.2