From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20121 invoked by alias); 27 Aug 2014 12:52:46 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 20066 invoked by uid 89); 27 Aug 2014 12:52:45 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS,UNSUBSCRIBE_BODY autolearn=no version=3.3.2 X-HELO: mail-ig0-f173.google.com Received: from mail-ig0-f173.google.com (HELO mail-ig0-f173.google.com) (209.85.213.173) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 27 Aug 2014 12:52:43 +0000 Received: by mail-ig0-f173.google.com with SMTP id h18so6150497igc.6 for ; Wed, 27 Aug 2014 05:52:41 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=KokYJntyXX5UnLycGlnymn9G564wwqHIheU31GTfFHU=; b=d8MAGAre/mAbmmC+yXbPKuzet4BtcdIUWNne9r3e3iIWDH5PQiY55IrHBa7u/19629 3KlHuvUFmQm6vKM70QQ5YfD9Tw8U/3lZxBH6NVAGlY+Unksd2kHfBSYgKOvL1o9gXy6w 3x3dWYTsgu1ikpLbo9wvfatanUuhrtYq+mZXPU09ex2tICs7PzupzNH7NjdklKbHVwpy cMJLtWkfU+nCYZ3/qJ6a1GwtyynB/yN72XJOlllqVn7e5JyPjsHnY+knFIMp4xyFYtxJ ZoV3Q3P2LwAZRbqdEpKne74FOFZru82iZP4Q5Ngq0naKH4+J3+vE+EArzeMq4XGO7wr+ qzKA== X-Gm-Message-State: ALoCoQlayx//lyFiBOo1eaqdrEv17QTEpnrtf6jqrvsra7G3MGnQBoTgja0Ia7FshtWUURDEBCfZ MIME-Version: 1.0 X-Received: by 10.50.41.65 with SMTP id d1mr29385250igl.23.1409143960991; Wed, 27 Aug 2014 05:52:40 -0700 (PDT) Received: by 10.64.142.116 with HTTP; Wed, 27 Aug 2014 05:52:40 -0700 (PDT) In-Reply-To: <20140827060634.GA8290@adacore.com> References: <1407419590-27223-1-git-send-email-will.newton@linaro.org> <20140815124917.GB6037@adacore.com> <20140827060634.GA8290@adacore.com> Date: Wed, 27 Aug 2014 12:52:00 -0000 Message-ID: Subject: Re: [RFC] src-release.sh: Convert src-release to a shell script From: Will Newton To: Joel Brobecker Cc: "gdb-patches@sourceware.org" , "binutils@sourceware.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-08/txt/msg00273.txt.bz2 On 27 August 2014 07:06, Joel Brobecker wrote: > Hi Will, > >> +# Copyright (C) 1990-2014 Free Software Foundation >> +# >> +# This file 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, write to the Free Software >> +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. >> +# > > Can you also replace the last paragraph with... > > # You should have received a copy of the GNU General Public License > # along with this program. If not, see . > > ? I made that change and pushed. Let me know if anyone finds any functionality missing. -- Will Newton Toolchain Working Group, Linaro