From patchwork Fri Dec 1 11:35:41 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yao Qi X-Patchwork-Id: 24672 Received: (qmail 4805 invoked by alias); 1 Dec 2017 11:35:53 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 1200 invoked by uid 89); 1 Dec 2017 11:35:52 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-24.7 required=5.0 tests=BAYES_00, FREEMAIL_FROM, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_SHORT, KB_WAM_FROM_NAME_SINGLEWORD, RCVD_IN_DNSWL_NONE, SPF_PASS, UNSUBSCRIBE_BODY autolearn=ham version=3.3.2 spammy=temple, Temple, Boston, boston X-HELO: mail-wm0-f46.google.com Received: from mail-wm0-f46.google.com (HELO mail-wm0-f46.google.com) (74.125.82.46) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 01 Dec 2017 11:35:49 +0000 Received: by mail-wm0-f46.google.com with SMTP id b76so2863190wmg.1 for ; Fri, 01 Dec 2017 03:35:49 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id; bh=reVNlvD2/DC1pNojQRBw9Wg4WJTCojnXDxLQGegS3Gc=; b=lJ1Sxj3oT2tzOWTHS8+H5ARPTsHCnKbDVZYRufzbfgc20bbFxe05QGy3levtpHXS2M 6aNRkPsinvRZiaya0+6DWPo5uU74vNGDLqIY9FLtZlYk6vAj72HY0BMjkF41aXM5BSc9 mjWh6E2PEJSuZ1zZJf5Rml5+kTNl+WygGKpLU8Wj8lbnzOAHU4j/kulJENUN7ZpaSOJl OhTLuUbHZiNHOZXnlGxoGDYQWQFPiUShCdW2Mq7qtJJw+XoCbZR0sbPATREtkITcMGNK NSg/IwkWIIBcKgvN3mY4B+G3Ci7msftszs7GmuTSsBPTZloxTWR2Ff+zurJERPuDaR/O vaFQ== X-Gm-Message-State: AJaThX4b4mJHpq+kzMsfaUS0smHSFkiD7+qSg+wjD9gIwOOEtGgPoP8n F7At3A8gzQn8R/r0JdQDt0U50w== X-Google-Smtp-Source: AGs4zMaJijzJlhjbeYcJ0Ij2k+823o9orU451dRYLwq2d10D68VQlZB5R7RhnzMUdAyyo7HozSAyfQ== X-Received: by 10.28.148.206 with SMTP id w197mr908523wmd.91.1512128146722; Fri, 01 Dec 2017 03:35:46 -0800 (PST) Received: from E107787-LIN.cambridge.arm.com (static.42.136.251.148.clients.your-server.de. [148.251.136.42]) by smtp.gmail.com with ESMTPSA id d4sm876990wmh.45.2017.12.01.03.35.45 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 01 Dec 2017 03:35:46 -0800 (PST) From: Yao Qi X-Google-Original-From: Yao Qi To: gdb-patches@sourceware.org Subject: [PATCH PUSHED] Replace mail address with the URL in copyright header Date: Fri, 1 Dec 2017 11:35:41 +0000 Message-Id: <1512128141-603-1-git-send-email-yao.qi@linaro.org> X-IsSubscribed: yes 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/testsuite/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 a9b81b3..69e1c3a 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 71402ce..dea65e8 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 483c8f1..46e2fce 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 7bfff6c..929b205 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 da28291..11667ff 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 ecd7153..7cfacc0 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 ad2111c..2df1017 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 bc207c9..2c45653 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 4676e94..0479014 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 1acbf60..42daa0b 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 68e8347..e392a51 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 eb58530..e883033 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 .