From patchwork Wed Jun 29 16:32:36 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yao Qi X-Patchwork-Id: 13492 Received: (qmail 1738 invoked by alias); 29 Jun 2016 16:32:54 -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 1726 invoked by uid 89); 29 Jun 2016 16:32:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.2 spammy=debugger, Hx-languages-length:1602 X-HELO: mail-pf0-f194.google.com Received: from mail-pf0-f194.google.com (HELO mail-pf0-f194.google.com) (209.85.192.194) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 29 Jun 2016 16:32:42 +0000 Received: by mail-pf0-f194.google.com with SMTP id 66so4920506pfy.1 for ; Wed, 29 Jun 2016 09:32:42 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:subject:date:message-id; bh=RSV2UB11n8aEMHstXKp9jLShMq2TM0aPqz1Mdssj5LU=; b=Svgc78ajYsy1JdBOsFvTrx4uAORS4dngeWU6nY0Zl/PrsQZ+j7NzacySCd6svHOX6H RACPy4qNp+0T3XyTlYK44m1zGuIDyijNkSFRMs72A32pn0RsvUkNkCles+LxmExLnzIB NciNBvQQarBuJckBJMXlojsJ68cLPc6wx9wvm+NDECVWwslzT+LPAY51ZfLUlf3KzJz2 XWzrF1yXDMXx6DBDc9kFdJliafUpQjMRz0qStOItqQ3862GlfWIxeadAXv7SAELcGu4m iO5m2/nP05Se7dMXy/gX/cK1K/Nq8SxkXDjnF+ukVrxcZNIXkxIynpr3vo+4KSLS8Ext NbdA== X-Gm-Message-State: ALyK8tKWD0/oYL3zsNl2kxVDe5jAvv5Vp6cN7z2FVua4zMVsG1UUhGoFIKFiAoKtTMh2CA== X-Received: by 10.98.196.18 with SMTP id y18mr13346379pff.163.1467217960707; Wed, 29 Jun 2016 09:32:40 -0700 (PDT) Received: from E107787-LIN.cambridge.arm.com (gcc1-power7.osuosl.org. [140.211.15.137]) by smtp.gmail.com with ESMTPSA id fj13sm7203766pab.0.2016.06.29.09.32.39 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 29 Jun 2016 09:32:40 -0700 (PDT) From: Yao Qi X-Google-Original-From: Yao Qi To: gdb-patches@sourceware.org Subject: [PATCH OBV] Add copyright header in gdb.base/return.c Date: Wed, 29 Jun 2016 17:32:36 +0100 Message-Id: <1467217956-24013-1-git-send-email-yao.qi@linaro.org> X-IsSubscribed: yes gdb/testsuite: 2016-06-29 Yao Qi * gdb.base/return.c: Add copyright header. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.base/return.c | 17 +++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index a0aa9bf..5dd926e 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2016-06-29 Yao Qi + + * gdb.base/return.c: Add copyright header. + 2016-06-29 Tom Tromey PR python/20129: diff --git a/gdb/testsuite/gdb.base/return.c b/gdb/testsuite/gdb.base/return.c index 04b48d2..c365e88 100644 --- a/gdb/testsuite/gdb.base/return.c +++ b/gdb/testsuite/gdb.base/return.c @@ -1,3 +1,20 @@ +/* This testcase is part of GDB, the GNU debugger. + + Copyright 1992-2016 Free Software Foundation, Inc. + + 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 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + 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, see . */ + #include /* Test "return" command. */