unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
From: Michal Sojka <sojkam1@fel.cvut.cz>
To: Pierre Habouzit <madcoder@debian.org>,
	Johannes Schindelin <johannes.schindelin@gmx.de>,
	Johannes Sixt <j6t@kdbg.org>,
	Sverre Rabbelier <srabbelier@gmail.com>
Cc: notmuch@notmuchmail.org, git@vger.kernel.org
Subject: Re: Using test-lib.sh under GPLv3?
Date: Fri, 19 Feb 2010 09:19:00 +0100	[thread overview]
Message-ID: <87tytdiqob.fsf@steelpick.localdomain> (raw)
In-Reply-To: <7vaav8hpfo.fsf@alter.siamese.dyndns.org>

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 <sojkam1@fel.cvut.cz> 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 <gitster@pobox.com> 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 <madcoder@debian.org>
>  - valgrind support: Johannes Schindelin <johannes.schindelin@gmx.de>
>  - conditional test: Johannes Sixt <j6t@kdbg.org>
>  - summarizing the results: Sverre Rabbelier <srabbelier@gmail.com>

  reply	other threads:[~2010-02-19  8:19 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-04 20:50 A functional (but rudimentary) test suite for notmuch Carl Worth
2010-02-04 21:27 ` Oliver Charles
2010-02-04 23:29   ` Carl Worth
2010-02-06 15:27     ` Oliver Charles
2010-02-08 15:14       ` Michal Sojka
2010-02-08 15:16         ` [PATCH 1/3] Copy test framework from Git Michal Sojka
2010-02-08 15:16         ` [PATCH 2/3] Update test framework for use with notmuch Michal Sojka
2010-02-08 15:16         ` [PATCH 3/3] Convert the actual tests to the new framework Michal Sojka
2010-02-11 21:42         ` A functional (but rudimentary) test suite for notmuch Carl Worth
2010-02-12 14:47           ` Michal Sojka
2010-02-12 16:33             ` Carl Worth
2010-02-15  8:39               ` Using test-lib.sh under GPLv3? Michal Sojka
2010-02-16 10:27                 ` Jakub Narebski
2010-02-16 13:06                   ` Michal Sojka
2010-02-16 22:07                     ` Avery Pennarun
2010-02-17  0:26                     ` Jakub Narebski
2010-02-16 20:54                 ` Junio C Hamano
2010-02-19  8:19                   ` Michal Sojka [this message]
2010-02-19  8:44                     ` Sverre Rabbelier
2010-02-19 10:39                     ` Johannes Schindelin
2010-02-19 17:15                       ` Pierre Habouzit
2010-02-19 19:01                       ` Carl Worth
2010-02-19 21:04                         ` Johannes Schindelin
2010-02-20 19:55                           ` [PATCH] test-lib.sh: Add explicit license detail, with change from GPLv2 to GPLv2+ Carl Worth
2010-02-20 21:28                             ` Junio C Hamano
2010-02-22 19:26                               ` Carl Worth
2010-02-23  3:42                                 ` Junio C Hamano
2010-02-23  3:51                                   ` Tay Ray Chuan
2010-02-23  9:21                                     ` Johannes Schindelin
2010-02-23  6:48                                   ` Matthieu Moy
2010-02-23 18:23                                   ` Carl Worth
2010-02-20 21:49                             ` Tay Ray Chuan
2010-02-20 22:22                             ` Johannes Schindelin
2010-04-06 17:01                             ` Michal Sojka
2010-04-15 18:08                               ` Carl Worth
2010-02-19 17:36                     ` Using test-lib.sh under GPLv3? Johannes Sixt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://notmuchmail.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87tytdiqob.fsf@steelpick.localdomain \
    --to=sojkam1@fel.cvut.cz \
    --cc=git@vger.kernel.org \
    --cc=j6t@kdbg.org \
    --cc=johannes.schindelin@gmx.de \
    --cc=madcoder@debian.org \
    --cc=notmuch@notmuchmail.org \
    --cc=srabbelier@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).