| Submitter | Carl Worth |
|---|---|
| Date | 2010-02-22 19:26:48 |
| Message ID | <87y6ilf4w7.fsf@yoom.home.cworth.org> |
| Download | mbox | patch |
| Permalink | /patch/381/ |
| State | New |
| Headers | show |
Comments
Carl Worth <cworth@cworth.org> writes: > From 8693995fde71e8b028318e1e83bdbb6ae759335a Mon Sep 17 00:00:00 2001 > From: Carl Worth <cworth@cworth.org> > Date: Sat, 20 Feb 2010 11:41:24 -0800 > Subject: [PATCH] test-lib.sh: Add explicit license detail, with change from GPLv2 to GPLv2+. Please drop the above the next time. > The relicensing was agreed to by Junio C Hamano here: > > http://thread.gmane.org/gmane.mail.notmuch.general/1389/focus=140156 > > and in follow-up messages by Sverre Rabbelier, Johannes Schindelin, > Pierre Habouzit, and Johannes Sixt. FWIW, I only said "_at least_ you need consent from them", and it was not meant to be an exhaustive list. "blame -C -C -C" may tell you more. You are the party that wants this relicensing, not me. Please do not burden me with excessive legwork for you, but help me a bit more proactively to make this happen. > Meanwhile, a message ID lives forever and can be used in multiple > contexts. Oh, I never said "do not use message ID". I said "message ID alone is not good enough for most people". Users of gmane and notmuch who know the tool they use would benefit from having message ID, _too_, but even if you were a user of notmuch, unless you have subscribed to the list and have your own archive, you wouldn't be able to say "show id:frotz".
Junio C Hamano <gitster@pobox.com> writes: >> http://thread.gmane.org/gmane.mail.notmuch.general/1389/focus=140156 [...] >> Meanwhile, a message ID lives forever and can be used in multiple >> contexts. > > Oh, I never said "do not use message ID". I said "message ID alone is not > good enough for most people". FWIW, gmane allows links of the form http://mid.gmane.org/7vaav8hpfo.fsf@alter.siamese.dyndns.org which have the advantage of being simple to use, and still contain the necessary information to get the message in case gmane dies.
On Mon, 22 Feb 2010 19:42:30 -0800, Junio C Hamano <gitster@pobox.com> wrote: > Please drop the above the next time. Oops. Yes, I missed that. > FWIW, I only said "_at least_ you need consent from them", and it was not > meant to be an exhaustive list. "blame -C -C -C" may tell you more. Fair enough. > You are the party that wants this relicensing, not me. Please do not > burden me with excessive legwork for you, but help me a bit more > proactively to make this happen. I hope you see I haven't asked you to do any additional legwork. A suggestion was made to construct a patch, which I did. You always have the option of accepting or rejecting the patch as you see fit. > Oh, I never said "do not use message ID". I said "message ID alone is not > good enough for most people". Users of gmane and notmuch who know the > tool they use would benefit from having message ID, _too_, but even if you > were a user of notmuch, unless you have subscribed to the list and have > your own archive, you wouldn't be able to say "show id:frotz". Certainly. My assumption was that in a commit message for git, readers would naturally assume that a message ID with no additional specification could be found in the archives of the standard git mailing list, (which is the case here). Otherwise, I would have qualified the message ID more specifically. -Carl
Patch
diff --git a/t/test-lib.sh b/t/test-lib.sh index afd3053..004470f 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.