From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: include/linux/mii.h licence? Date: Thu, 9 Jul 2009 14:13:14 -0700 Message-ID: <20090709141314.09e38093@nehalam> References: <20090709205407.GP28344@game.jcrosoft.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: David Miller , netdev@vger.kernel.org To: Jean-Christophe PLAGNIOL-VILLARD Return-path: Received: from mail.vyatta.com ([76.74.103.46]:33411 "EHLO mail.vyatta.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755356AbZGIVNU (ORCPT ); Thu, 9 Jul 2009 17:13:20 -0400 In-Reply-To: <20090709205407.GP28344@game.jcrosoft.org> Sender: netdev-owner@vger.kernel.org List-ID: On Thu, 9 Jul 2009 22:54:07 +0200 Jean-Christophe PLAGNIOL-VILLARD wrote: > Hi David, > > what is the licence of the include/linux/mii.h file? > GPLv2 or GPLv2+ > > Best Regards, > J. > -- > To unsubscribe from this list: send the line "unsubscribe netdev" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html Consensus is that files without individual license are covered by overall Linux GPLv2 defined in COPYING in top level directory; but IANAL. --