From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Patterson Subject: Re: [PATCH 1/2] gnu: Add sqlcipher. Date: Tue, 20 Sep 2016 19:38:03 -0400 Message-ID: <20160920193803.3b3d5a00@uwaterloo.ca> References: <20160914193014.24224-1-ajpatter@uwaterloo.ca> <20160914193014.24224-2-ajpatter@uwaterloo.ca> <20160920084244.GA17906@macbook42.flashner.co.il> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53642) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmUcF-0006CC-Bt for guix-devel@gnu.org; Tue, 20 Sep 2016 19:38:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bmUcB-0000si-6g for guix-devel@gnu.org; Tue, 20 Sep 2016 19:38:18 -0400 Received: from mailservices.uwaterloo.ca ([129.97.128.141]:52936 helo=mailchk-m05.uwaterloo.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bmUcB-0000sF-0b for guix-devel@gnu.org; Tue, 20 Sep 2016 19:38:15 -0400 In-Reply-To: <20160920084244.GA17906@macbook42.flashner.co.il> 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: Efraim Flashner Cc: guix-devel@gnu.org On Tue, 20 Sep 2016 11:42:44 +0300 Efraim Flashner wrote: > I'm a little confused how much of this is actually upstream sqlite and > how much is their own code. The commit messages look like they're > continually merging in sqlite. Also, many of the files in the src > folder I checked are public-domain and not bsd-3 licensed. > You're right; it seems to be the new files which the project has added which fall under the bsd-3 license. I'll do some investigation in order to make the license field more descriptive, and send an updated patch. Thanks, -- Andy