From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752657AbZJWQcJ (ORCPT ); Fri, 23 Oct 2009 12:32:09 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752582AbZJWQcI (ORCPT ); Fri, 23 Oct 2009 12:32:08 -0400 Received: from mx2.mail.elte.hu ([157.181.151.9]:60535 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752548AbZJWQcH (ORCPT ); Fri, 23 Oct 2009 12:32:07 -0400 Date: Fri, 23 Oct 2009 18:31:47 +0200 From: Ingo Molnar To: Mathieu Desnoyers Cc: Adrian Bunk , Harvey Harrison , Jesper Juhl , "Robert P. J. Day" , Jaswinder Singh Rajput , GeunSik Lim , Wu Fengguang , Frederic Weisbecker , Steven Rostedt , Lai Jiangshan , Zhao Lei , KOSAKI Motohiro , linux-kernel@vger.kernel.org, Dominique Toupin , Michel Dagenais , Pierre-Marc Fournier Subject: Re: Relicensing tracepoints and markers to Dual LGPL v2.1/GPL v2, headers to Dual BSD/GPL Message-ID: <20091023163147.GA22928@elte.hu> References: <20091023160257.GA30447@Krystal> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091023160257.GA30447@Krystal> User-Agent: Mutt/1.5.19 (2009-01-05) X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.5 -1.5 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Mathieu Desnoyers wrote: > Hi, > > I would like to re-license the tracepoint.c/marker.c files from GPL > to: > > * Dual LGPL v2.1/GPL v2 license. > > And re-license tracepoint.h/marker.h to: > > * Dual BSD/GPL v2 license. > > The goal is to allow sharing code between the kernel tracer and UST > (User-Space Tracer) project, which is a LGPL v2.1 library. Tracepoint > and marker headers might need to be included by proprietary or BSD > applications, hence the dual BSD/GPL v2 license for these two. We need a clean interface instead of some messy bindings - why do you need a different license to kernel/tracepoint.c? Ingo