From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.1 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by dcvr.yhbt.net (Postfix) with ESMTP id A2AC02022D for ; Fri, 24 Feb 2017 00:01:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751686AbdBXABq (ORCPT ); Thu, 23 Feb 2017 19:01:46 -0500 Received: from cloud.peff.net ([104.130.231.41]:33045 "EHLO cloud.peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751648AbdBXABp (ORCPT ); Thu, 23 Feb 2017 19:01:45 -0500 Received: (qmail 30005 invoked by uid 109); 24 Feb 2017 00:01:45 -0000 Received: from Unknown (HELO peff.net) (10.0.1.2) by cloud.peff.net (qpsmtpd/0.84) with SMTP; Fri, 24 Feb 2017 00:01:45 +0000 Received: (qmail 31728 invoked by uid 111); 24 Feb 2017 00:01:49 -0000 Received: from sigill.intra.peff.net (HELO sigill.intra.peff.net) (10.0.0.7) by peff.net (qpsmtpd/0.84) with SMTP; Thu, 23 Feb 2017 19:01:49 -0500 Received: by sigill.intra.peff.net (sSMTP sendmail emulation); Thu, 23 Feb 2017 19:01:43 -0500 Date: Thu, 23 Feb 2017 19:01:43 -0500 From: Jeff King To: Stefan Beller Cc: Linus Torvalds , Joey Hess , Git Mailing List Subject: Re: [PATCH 1/3] add collision-detecting sha1 implementation Message-ID: <20170224000143.cate5yncjq74hsys@sigill.intra.peff.net> References: <20170223230507.kuxjqtg3ghcfskc6@sigill.intra.peff.net> <20170223230536.tdmtsn46e4lnrimx@sigill.intra.peff.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Thu, Feb 23, 2017 at 03:15:11PM -0800, Stefan Beller wrote: > On Thu, Feb 23, 2017 at 3:05 PM, Jeff King wrote: > > > +* Copyright 2017 Marc Stevens , Dan Shumow (danshu@microsoft.com) > > +* Distributed under the MIT Software License. > > +* See accompanying file LICENSE.txt or copy at > > The accompanying LICENSE file did not make it into this patch, > that is more specialized/verbose than the one at > https://opensource.org/licenses/MIT > w.r.t. copyright notice requirement. You know, I didn't even look at the LICENSE file, since it said MIT and had a link here. It would be trivial to copy it over, too, of course. > Apart from that MIT seems to be compatible with GPL > according to the FSF, though IANAL. Yeah, that's always been my understanding. -Peff