add licensing
authorMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Fri, 6 Feb 2009 01:49:36 +0000 (20:49 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Fri, 6 Feb 2009 01:49:36 +0000 (20:49 -0500)
test_urcu.c
urcu.c
urcu.h

index 650c030efece587c4eed2a47fb2fb67aa9fc3eb7..10d4d9961292d3149d04fe88417a7247de3c8ad8 100644 (file)
@@ -1,3 +1,13 @@
+/*
+ * test_urcu.c
+ *
+ * Userspace RCU library - test program
+ *
+ * Copyright February 2009 - Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
+ *
+ * Distributed under GPLv2
+ */
+
 #include <stdio.h>
 #include <pthread.h>
 #include <stdlib.h>
 #include <stdio.h>
 #include <pthread.h>
 #include <stdlib.h>
diff --git a/urcu.c b/urcu.c
index 7e79207be6a88eaaf6d2b74c0b16b4543368a6fd..ee79d1efc7b7a98f87f30a3f5de4abe9e7c822b3 100644 (file)
--- a/urcu.c
+++ b/urcu.c
@@ -1,3 +1,13 @@
+/*
+ * urcu.c
+ *
+ * Userspace RCU library
+ *
+ * Copyright February 2009 - Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
+ *
+ * Distributed under GPLv2
+ */
+
 #include <stdio.h>
 #include <pthread.h>
 #include <signal.h>
 #include <stdio.h>
 #include <pthread.h>
 #include <signal.h>
diff --git a/urcu.h b/urcu.h
index bee7715270794c3e83cede4acb1741a98d361ac6..673f7952c3f254b79f6f157188b8b812f569fd41 100644 (file)
--- a/urcu.h
+++ b/urcu.h
@@ -1,6 +1,16 @@
 #ifndef _URCU_H
 #define _URCU_H
 
 #ifndef _URCU_H
 #define _URCU_H
 
+/*
+ * urcu.h
+ *
+ * Userspace RCU header
+ *
+ * Copyright February 2009 - Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
+ *
+ * Distributed under GPLv2
+ */
+
 /* The "volatile" is due to gcc bugs */
 #define barrier() __asm__ __volatile__("": : :"memory")
 
 /* The "volatile" is due to gcc bugs */
 #define barrier() __asm__ __volatile__("": : :"memory")
 
This page took 0.02621 seconds and 4 git commands to generate.