add licensing
[urcu.git] / urcu.c
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>
This page took 0.022365 seconds and 4 git commands to generate.