From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Bavier Subject: Re: packaging help Date: Fri, 21 Mar 2014 08:45:38 -0500 Message-ID: <87txar64xp.fsf@gmail.com> References: <87mwgj23l0.fsf@sealion.lowtem.hokudai.ac.jp> <87y50365qt.fsf@gmail.com> <87eh1v1xlz.fsf@sealion.lowtem.hokudai.ac.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45006) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQzlR-0004h7-1D for guix-devel@gnu.org; Fri, 21 Mar 2014 09:45:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WQzlM-0005rH-CC for guix-devel@gnu.org; Fri, 21 Mar 2014 09:45:36 -0400 Received: from mail-ie0-x231.google.com ([2607:f8b0:4001:c03::231]:61179) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQzlM-0005r7-0q for guix-devel@gnu.org; Fri, 21 Mar 2014 09:45:32 -0400 Received: by mail-ie0-f177.google.com with SMTP id rl12so2419044iec.36 for ; Fri, 21 Mar 2014 06:45:31 -0700 (PDT) In-Reply-To: <87eh1v1xlz.fsf@sealion.lowtem.hokudai.ac.jp> (Yagnesh Raghava Yakkala's message of "Fri, 21 Mar 2014 22:37:28 +0900") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Yagnesh Raghava Yakkala Cc: guix-devel@gnu.org Yagnesh Raghava Yakkala writes: > Hello Eric, > > On Mar 21 2014, Eric Bavier wrote: > >> Yagnesh Raghava Yakkala writes: >> >>> (license license:x11-style "https://raw.githubusercontent.com/Unidata/UDUNITS-2/master/COPYRIGHT") >>> (home-page "http://www.unidata.ucar.edu/software/udunits/"))) >> >> x11-style is a procedure, so you likely need to put parendtheses around >> it an the url. > > Oh, wow. That worked. Thanks. > > BTW I am not really familiar with different licenses. > > could any confirm whether the is x11-style or not? > > URL: > https://raw.githubusercontent.com/Unidata/UDUNITS-2/master/COPYRIGHT It looks to me more like a BSD-style license. See https://www.gnu.org/licenses/license-list.html#ModifiedBSD. It has the additional 4th clause about patent-infringement. > Thanks., -- `~Eric