LGPL relicensing of IBM's contributions
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Sat, 9 May 2009 05:11:49 +0000 (01:11 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Sat, 9 May 2009 05:11:49 +0000 (01:11 -0400)
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 <paulmck@linux.vnet.ibm.com>
Reviewed-by: Steven L. Bennett <steven.bennett@us.ibm.com>
urcu.c
urcu.h

diff --git a/urcu.c b/urcu.c
index 40514c37fc86b2c4585d732accc82d0229e47184..337f7640b44d208855277f6fc53d9322f212d638 100644 (file)
--- a/urcu.c
+++ b/urcu.c
@@ -6,6 +6,8 @@
  * Copyright February 2009 - Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
  *
  * Distributed under GPLv2
+ *
+ * IBM's contributions to this file may be relicensed under LGPLv2 or later.
  */
 
 #include <stdio.h>
diff --git a/urcu.h b/urcu.h
index 0ff0877ac4ac45d6966d674d100b3b47fb7ecbbd..819555e862bfad7e026272016a86704f58b06809 100644 (file)
--- 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 <stdlib.h>
This page took 0.026432 seconds and 4 git commands to generate.