From mboxrd@z Thu Jan 1 00:00:00 1970 From: Frederick Muriithi Subject: Re: [PATCH 3/4] gnu: Add python-paramunittest Date: Sun, 26 Mar 2017 18:47:00 +0300 Message-ID: References: <20170326092335.3912-1-fredmanglis@gmail.com> <20170326092335.3912-3-fredmanglis@gmail.com> <20170326151249.GC13943@monza> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40614) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1csAO3-0002az-J4 for guix-devel@gnu.org; Sun, 26 Mar 2017 11:47:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1csAO2-0007zh-HE for guix-devel@gnu.org; Sun, 26 Mar 2017 11:47:23 -0400 Received: from mail-yw0-x236.google.com ([2607:f8b0:4002:c05::236]:34140) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1csAO2-0007yw-Cz for guix-devel@gnu.org; Sun, 26 Mar 2017 11:47:22 -0400 Received: by mail-yw0-x236.google.com with SMTP id p77so17666753ywg.1 for ; Sun, 26 Mar 2017 08:47:22 -0700 (PDT) In-Reply-To: <20170326151249.GC13943@monza> 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" To: Pjotr Prins Cc: guix-devel@gnu.org On Sun, Mar 26, 2017 at 6:12 PM, Pjotr Prins wrote: > This package does not actually have an OSI approved license that I can > tell. We should contact the authors. > >From PyPi (https://pypi.python.org/pypi/ParamUnittest/0.2) the license is indicated as BSD. I have also cloned the repository and looked at setup.py, where the license field is defined as: 'License :: OSI Approved :: BSD License' If this is not enough, I could start an Issue requesting a 'LICENSE' file be added.