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 E055B431FBD for ; Tue, 16 Feb 2010 13:03:58 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -1.782 X-Spam-Level: X-Spam-Status: No, score=-1.782 tagged_above=-999 required=5 tests=[AWL=-0.672, BAYES_05=-1.11] autolearn=ham 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 eQacvF1-j14V for ; Tue, 16 Feb 2010 13:03:58 -0800 (PST) Received: from sasl.smtp.pobox.com (a-pb-sasl-quonix.pobox.com [208.72.237.25]) by olra.theworths.org (Postfix) with ESMTP id 022F8431FBC for ; Tue, 16 Feb 2010 13:03:57 -0800 (PST) Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 3246B9AC6E; Tue, 16 Feb 2010 15:54:30 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=to:cc:subject :references:from:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=dvqQ7+2oxytvVMsfvFj9Orrvims=; b=RpoD5N Rwxwr3zpaeXxsYy+M1lPntTLvkeGzpgOWq5OVkIDM+S47PbCiCvYkmIfXV3HzsJJ HkVTkoosNHDBnwY4/GBre+iXIUbh/RO9T1CCINkAlxgYlLFK8l57eLtXkjAPmNbS 0KVfjYxZLXoUAG2fvWu8B2qMWtk6VR/87bAyM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=to:cc:subject :references:from:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=Ylu2MarljZdYp2B/RPnWm6JfT2Ro3E8t uMpb5xdoymCEfLAIGJBatNHYmReK2FMkIbzdDNDuZ10NvQzwt7IMQ7eySuLwiuLc nD51Z7uPhQn1l/HeCPUNZqgLxCg8+yT6YyrZ3Fy3uyOsakswY4AtwUBxxL/50yxb 8bTxf0dMVGU= Received: from a-pb-sasl-quonix. (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id E41069AC62; Tue, 16 Feb 2010 15:54:25 -0500 (EST) Received: from pobox.com (unknown [68.225.240.211]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTPSA id EA2B99AC5E; Tue, 16 Feb 2010 15:54:20 -0500 (EST) To: Michal Sojka 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> From: Junio C Hamano Date: Tue, 16 Feb 2010 12:54:19 -0800 In-Reply-To: <871vgmki4f.fsf@steelpick.localdomain> (Michal Sojka's message of "Mon\, 15 Feb 2010 09\:39\:28 +0100") Message-ID: <7vaav8hpfo.fsf@alter.siamese.dyndns.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Pobox-Relay-ID: 77AAC9EE-1B3D-11DF-B803-D83AEE7EF46B-77302942!a-pb-sasl-quonix.pobox.com X-Mailman-Approved-At: Tue, 16 Feb 2010 21:15:28 -0800 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: Tue, 16 Feb 2010 21:03:59 -0000 Michal Sojka writes: > ... 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? 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