From: Mathieu Desnoyers Date: Mon, 11 May 2009 02:24:24 +0000 (-0400) Subject: Add final license to test file, cleanup makefile X-Git-Tag: v0.1~240 X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=5e13fab888d07ba3657ac9e1eb0441450ea17837 Add final license to test file, cleanup makefile Signed-off-by: Mathieu Desnoyers --- diff --git a/LICENSE b/LICENSE index f2b5228..6a52b4b 100644 --- a/LICENSE +++ b/LICENSE @@ -30,3 +30,4 @@ api_ppc.h test_urcu.c test_urcu_yield.c test_rwlock_timing.c +urcu-asm.c diff --git a/Makefile b/Makefile index 093bf66..1965a77 100644 --- a/Makefile +++ b/Makefile @@ -68,4 +68,4 @@ install: liburcu.so clean: rm -f *.o test_urcu test_urcu_timing test_rwlock_timing urcu-asm.S \ test_urcu_yield urcutorture urcutorture-yield liburcu.so \ - test_urcu_dynamic_link + test_urcu_dynamic_link api.h arch.h diff --git a/urcu-asm.c b/urcu-asm.c index 19a5b0c..0e833f4 100644 --- a/urcu-asm.c +++ b/urcu-asm.c @@ -1,3 +1,25 @@ +/* + * urcu-asm.c + * + * Userspace RCU library - assembly dump of primitives + * + * Copyright February 2009 - Mathieu Desnoyers + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + */ + #include "urcu.h" void show_read_lock(void)