Remove automatically generated api.h from repository
[urcu.git] / LICENSE
CommitLineData
af02d47e
MD
1Userspace RCU library licensing
2Mathieu Desnoyers
3May 10, 2009
4
5The library part is distributed under LGPLv2.1 or later. See lgpl-2.1.txt for
6details. This applies to :
7
8urcu.h
9urcu.c
10urcu-static.h
11arch_x86.h
12arch_ppc.h
13
14LGPL-compatible source code can statically use the library header using :
15
16#define _LGPL_SOURCE
17#include <urcu.h>
18
19Dynamic-only linking with the LGPL library is used if _LGPL_SOURCE is not
20defined. It permits relinking with newer versions of the library, which is
21required by the LGPL license.
22
23Library test code is distributed under the GPLv2 license. See gpl-2.0.txt for
24details. This applies to :
25
26urcutorture.h
27urcutorture.c
28api_x86.h
29api_ppc.h
30test_urcu.c
31test_urcu_yield.c
32test_rwlock_timing.c
This page took 0.022816 seconds and 4 git commands to generate.