From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] distro: Add rsync Date: Fri, 21 Dec 2012 17:54:55 +0100 Message-ID: <87a9t7l50g.fsf@gnu.org> References: <201212211147.20203.andreas@enge.fr> <87zk17613l.fsf@karetnikov.org> <201212211417.58622.andreas@enge.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:37831) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tm5sG-0008MU-94 for bug-guix@gnu.org; Fri, 21 Dec 2012 11:55:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tm5sA-0003cE-0f for bug-guix@gnu.org; Fri, 21 Dec 2012 11:55:04 -0500 Received: from mail4-relais-sop.national.inria.fr ([192.134.164.105]:22690) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tm5s9-0003c3-Hu for bug-guix@gnu.org; Fri, 21 Dec 2012 11:54:57 -0500 In-Reply-To: <201212211417.58622.andreas@enge.fr> (Andreas Enge's message of "Fri, 21 Dec 2012 14:17:58 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Andreas Enge Cc: bug-guix@gnu.org Andreas Enge skribis: > Am Freitag, 21. Dezember 2012 schrieb Nikita Karetnikov: >> 1. Change 'uri' according to this [1] example. > > What does this change? Especially as it is not done systematically > for the files already in the distribution. Yeah, this is a minor issue, just a formatting convention that we should try to follow. >> 3. It's probably better to say what licenses are used for the other >> files. > > Actually, what is one expected to do concerning licenses? > README says: > "Rsync may be used, modified and redistributed only under the terms of > the GNU General Public License, found in the file COPYING in this > distribution" > > COPYING is GPLv3. So I checked a few files whether this means > gpl3 or gpl3+. > > rsync.c states gpl3+, for example. > > Some other files have different license statements. There is a subdirecto= ry > popt containing a different COPYING (looks like X11 license). The combined work is GPLv3+ anyway, so I guess you were right in choosing gpl3+ as the license. Thanks! Ludo=E2=80=99.