From 64b90323f65d2a3ac8d1ff4ed73be881f76aac8a Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Fri, 16 Apr 2010 15:53:59 +0200 Subject: [PATCH] test-lib.sh: Add explicit license detail, with change from GPLv2 to GPLv2+. Dear Junio, this is a resend of relicensing patch for test suite library, which was initially sent by Carl Worth. Since the time you sent me acks for this patch collected by you, I collected 8 additional acks as is documented at https://git.wiki.kernel.org/index.php/Test-lib_reclicensing. There are still three contributors missing: Bert Wesarg, Stephan Beyer and Bryan Donlan. The contributions of first two are clearly not copyrightable. I'm not sure about the copyrightability of Bryan Donlan's contributions (git log -p --author='Bryan Donlan' t/test-lib.sh). Carl told me that in your ack collection process you missed only three acks. So I wonder whether you already did some analysis of which contributions are copyrightable. If so, are the missing acks in the list bellow? Thanks Michal 8<--------8<--------8<-------- This file has had no explicit license information noted in it, but has clearly been created and modified according to the terms of GPLv2 as with the rest of the git code base. The purpose of relicensing is to allow other GPLv3+ projects (in particular, the notmuch project: http://notmuchmail.org) to use this same test-suite structure and to contribute changes back as well. Signed-off-by: Carl Worth Signed-off-by: Michal Sojka Acked-by: Alex Riesen Acked-by: Brandon Casey Acked-by: Clemens Buchacher Acked-by: David Reiss Acked-by: Emil Sit Acked-by: Eric Wong Acked-by: Fredrik Kuivinen Acked-by: Gerrit Pape Acked-by: Christian Couder Acked-by: Jakub Narebski Acked-by: Jeff King Acked-by: Johan Herland Acked-by: Johannes Schindelin Acked-by: Johannes Sixt Acked-by: Jonathan Nieder Acked-by: Josh Triplett Acked-by: Junio C Hamano Acked-by: Lea Wiemann Acked-by: Markus Heidelberg Acked-by: Martin Waitz Acked-by: Matthew Ogilvie Acked-by: Matthias Lederhofer Acked-by: Michael J Gruber Acked-by: Michele Ballabio Acked-by: Miklos Vajna Acked-by: Nicolas Pitre Acked-by: Pavel Roskin Acked-by: Petr Baudis Acked-by: Pierre Habouzit Acked-by: Robin Rosenberg Acked-by: Shawn O. Pearce Acked-by: Stephen Boyd Acked-by: Sverre Rabbelier Acked-by: Thomas Rast Signed-off-by: Junio C Hamano --- t/test-lib.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/t/test-lib.sh b/t/test-lib.sh index c582964b0..9234eb756 100644 --- a/t/test-lib.sh +++ b/t/test-lib.sh @@ -2,6 +2,18 @@ # # Copyright (c) 2005 Junio C Hamano # +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see http://www.gnu.org/licenses/ . # if --tee was passed, write the output not only to the terminal, but # additionally to the file test-results/$BASENAME.out, too. -- 2.30.2