Skip to content

Commit 64b9032

Browse files
wentasahgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Michal Sojka <[email protected]> Acked-by: Alex Riesen <[email protected]> Acked-by: Brandon Casey <[email protected]> Acked-by: Clemens Buchacher <[email protected]> Acked-by: David Reiss <[email protected]> Acked-by: Emil Sit <[email protected]> Acked-by: Eric Wong <[email protected]> Acked-by: Fredrik Kuivinen <[email protected]> Acked-by: Gerrit Pape <[email protected]> Acked-by: Christian Couder <[email protected]> Acked-by: Jakub Narebski <[email protected]> Acked-by: Jeff King <[email protected]> Acked-by: Johan Herland <[email protected]> Acked-by: Johannes Schindelin <[email protected]> Acked-by: Johannes Sixt <[email protected]> Acked-by: Jonathan Nieder <[email protected]> Acked-by: Josh Triplett <[email protected]> Acked-by: Junio C Hamano <[email protected]> Acked-by: Lea Wiemann <[email protected]> Acked-by: Markus Heidelberg <[email protected]> Acked-by: Martin Waitz <[email protected]> Acked-by: Matthew Ogilvie <[email protected]> Acked-by: Matthias Lederhofer <[email protected]> Acked-by: Michael J Gruber <[email protected]> Acked-by: Michele Ballabio <[email protected]> Acked-by: Miklos Vajna <[email protected]> Acked-by: Nicolas Pitre <[email protected]> Acked-by: Pavel Roskin <[email protected]> Acked-by: Petr Baudis <[email protected]> Acked-by: Pierre Habouzit <[email protected]> Acked-by: Robin Rosenberg <[email protected]> Acked-by: Shawn O. Pearce <[email protected]> Acked-by: Stephen Boyd <[email protected]> Acked-by: Sverre Rabbelier <[email protected]> Acked-by: Thomas Rast <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 493429b commit 64b9032

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

t/test-lib.sh

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
#
33
# Copyright (c) 2005 Junio C Hamano
44
#
5+
# This program is free software: you can redistribute it and/or modify
6+
# it under the terms of the GNU General Public License as published by
7+
# the Free Software Foundation, either version 2 of the License, or
8+
# (at your option) any later version.
9+
#
10+
# This program is distributed in the hope that it will be useful,
11+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
# GNU General Public License for more details.
14+
#
15+
# You should have received a copy of the GNU General Public License
16+
# along with this program. If not, see http://www.gnu.org/licenses/ .
517

618
# if --tee was passed, write the output not only to the terminal, but
719
# additionally to the file test-results/$BASENAME.out, too.

0 commit comments

Comments
 (0)