From: Paul E. McKenney Date: Sat, 9 May 2009 05:11:49 +0000 (-0400) Subject: LGPL relicensing of IBM's contributions X-Git-Tag: v0.1~246 X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=54843abcc17c8e8b7600ed635e966c6970d8d20f LGPL relicensing of IBM's contributions Add comments noting IBM's permission to relicense its contributions to the urcu.h and urcu.c files under the LGPLv2 license, or any later version. Signed-off-by: Paul E. McKenney Reviewed-by: Steven L. Bennett --- diff --git a/urcu.c b/urcu.c index 40514c3..337f764 100644 --- a/urcu.c +++ b/urcu.c @@ -6,6 +6,8 @@ * Copyright February 2009 - Mathieu Desnoyers * * Distributed under GPLv2 + * + * IBM's contributions to this file may be relicensed under LGPLv2 or later. */ #include diff --git a/urcu.h b/urcu.h index 0ff0877..819555e 100644 --- a/urcu.h +++ b/urcu.h @@ -15,6 +15,8 @@ * and rcu_dereference primitives come from the Linux kernel. * * Distributed under GPLv2 + * + * IBM's contributions to this file may be relicensed under LGPLv2 or later. */ #include