From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan =?utf-8?Q?Reich=C3=B6r?= Subject: License MIT? Date: Thu, 22 Dec 2016 23:17:48 +0100 Message-ID: <87mvfn7gmr.fsf@xsteve.at> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34703) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cKBgc-00060S-VN for guix-devel@gnu.org; Thu, 22 Dec 2016 17:18:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cKBgZ-0008Jl-My for guix-devel@gnu.org; Thu, 22 Dec 2016 17:18:06 -0500 Received: from [195.159.176.226] (port=44330 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cKBgZ-0008IZ-Gc for guix-devel@gnu.org; Thu, 22 Dec 2016 17:18:03 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1cKBgQ-0003Ta-KV for guix-devel@gnu.org; Thu, 22 Dec 2016 23:17:54 +0100 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: guix-devel@gnu.org Hi, I would like to package httpstat. It uses the MIT license: https://github.com/reorx/httpstat/blob/master/LICENSE However I didn't find MIT in licenses.scm. Is there a compatible license? Thanks, Stefan.