Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 0BC9B431FAE for ; Fri, 19 Feb 2010 00:19:09 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.255 X-Spam-Level: X-Spam-Status: No, score=-2.255 tagged_above=-999 required=5 tests=[AWL=0.344, BAYES_00=-2.599] autolearn=unavailable Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9uNZd1TJTMnj for ; Fri, 19 Feb 2010 00:19:07 -0800 (PST) Received: from max.feld.cvut.cz (max.feld.cvut.cz [147.32.192.36]) by olra.theworths.org (Postfix) with ESMTP id BCE88431FBC for ; Fri, 19 Feb 2010 00:19:07 -0800 (PST) Received: from localhost (unknown [192.168.200.4]) by max.feld.cvut.cz (Postfix) with ESMTP id 4346D19F33F9; Fri, 19 Feb 2010 09:19:06 +0100 (CET) X-Virus-Scanned: IMAP AMAVIS Received: from max.feld.cvut.cz ([192.168.200.1]) by localhost (styx.feld.cvut.cz [192.168.200.4]) (amavisd-new, port 10044) with ESMTP id rxBYISJugzks; Fri, 19 Feb 2010 09:19:02 +0100 (CET) Received: from imap.feld.cvut.cz (imap.feld.cvut.cz [147.32.192.34]) by max.feld.cvut.cz (Postfix) with ESMTP id D009B19F33F6; Fri, 19 Feb 2010 09:19:01 +0100 (CET) Received: from steelpick.localdomain (k335-30.felk.cvut.cz [147.32.86.30]) (Authenticated sender: sojkam1) by imap.feld.cvut.cz (Postfix) with ESMTPSA id 4500BFA004; Fri, 19 Feb 2010 09:19:01 +0100 (CET) Received: from wsh by steelpick.localdomain with local (Exim 4.71) (envelope-from ) id 1NiO4i-0007GH-Nf; Fri, 19 Feb 2010 09:19:00 +0100 From: Michal Sojka To: Pierre Habouzit , Johannes Schindelin , Johannes Sixt , Sverre Rabbelier In-Reply-To: <7vaav8hpfo.fsf@alter.siamese.dyndns.org> References: <87ljf8pvxx.fsf@yoom.home.cworth.org> <87hbpwpoko.fsf@yoom.home.cworth.org> <5641883d1002060727ia4e6c16lf800a92fc8735430@mail.gmail.com> <201002081614.24284.sojkam1@fel.cvut.cz> <871vgr78lr.fsf@yoom.home.cworth.org> <87iqa2y0gz.fsf@steelpick.localdomain> <87r5oqe7mi.fsf@yoom.home.cworth.org> <871vgmki4f.fsf@steelpick.localdomain> <7vaav8hpfo.fsf@alter.siamese.dyndns.org> Date: Fri, 19 Feb 2010 09:19:00 +0100 Message-ID: <87tytdiqob.fsf@steelpick.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: notmuch@notmuchmail.org, git@vger.kernel.org Subject: Re: [notmuch] Using test-lib.sh under GPLv3? X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2010 08:19:09 -0000 Dear Pierre, Johannes (2x) and Sverre, as you can read bellow, I'd like to use git's test-lib.sh in a GPLv3 project. Do you mind if I use your work in that file under GPLv3? Thanks Michal On Mon, 15 Feb 2010 09:39:28 +0100, Michal Sojka wrote: > Dear Junio, > > I like the simple and powerful test suite used by Git and I would like > to use something like that in Notmuch project (http://notmuchmail.org/). > Notmuch is licenced under GPLv3 and we think that things will be simpler > if everything in the repository is licenced the same. You are mentioned > as a copyright holder in test-lib.sh and t0000-basic.sh so I'd like to > ask you: Would you mind using parts of these files under GPLv3? > > You can see the patches for how I'd like to use these files at > http://notmuchmail.org/pipermail/notmuch/2010/thread.html#1431 On Tue, 16 Feb 2010 12:54:19 -0800, Junio C Hamano wrote: > I don't mind for the parts I wrote, which is the basic infrastructure > (output redirection, skipping certain tests, expecting failure, etc). > My blessing would be enough to relicense it if you are are going to take > the file from some old version like 04ece59 (GIT_SKIP_TESTS: allow users > to omit tests that are known to break, 2006-12-28) and base your work on > it, but otherwise it would not be nearly sufficient. > > Other people worked on polishing it over time and they all hold copyright > on their parts. Notable parts that are not mine and that are not git > specific are: > > - color output support is mostly by Pierre Habouzit > - valgrind support: Johannes Schindelin > - conditional test: Johannes Sixt > - summarizing the results: Sverre Rabbelier