Update license text
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 5 Dec 2012 13:11:32 +0000 (08:11 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 5 Dec 2012 13:11:32 +0000 (08:11 -0500)
commitd2428e875af8666473fb689429eaf1022862510d
treea8cb200ffa6af25af00677d43e4559f3e4ad48e4
parent1f49fc05ef59d2732d1f84423d0afda5fe4d4265
Update license text

- Add LICENSE file
- all public headers are now under MIT license,
- add missing text from MIT license into each file using this license.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
46 files changed:
LICENSE [new file with mode: 0644]
doc/examples/easy-ust/sample.c
doc/examples/easy-ust/sample_component_provider.h
doc/examples/easy-ust/tp.c
doc/examples/gen-tp/sample.c
gpl-2.0.txt [new file with mode: 0644]
include/lttng/align.h
include/lttng/bitfield.h
include/lttng/bug.h
include/lttng/ringbuffer-abi.h
include/lttng/ringbuffer-config.h
include/lttng/tracepoint-event.h
include/lttng/tracepoint-rcu.h
include/lttng/tracepoint-types.h
include/lttng/tracepoint.h
include/lttng/ust-abi.h
include/lttng/ust-compiler.h
include/lttng/ust-endian.h
include/lttng/ust-events.h
include/lttng/ust-tid.h
include/lttng/ust-tracepoint-event-nowrite.h
include/lttng/ust-tracepoint-event-reset.h
include/lttng/ust-tracepoint-event-write.h
include/lttng/ust-tracepoint-event.h
include/lttng/ust-tracer.h
include/lttng/ust-version.h.in
include/lttng/ust.h
include/share.h
liblttng-ust-libc-wrapper/ust_libc.h
liblttng-ust/lttng-ust-uuid.h
libringbuffer/vatomic.h
mit-license.txt [new file with mode: 0644]
tests/daemon/ust_tests_daemon.h
tests/demo/tp.c
tests/demo/tp2.c
tests/demo/tp3.c
tests/demo/ust_tests_demo.h
tests/demo/ust_tests_demo2.h
tests/demo/ust_tests_demo3.h
tests/fork/ust_tests_fork.h
tests/hello-static-lib/tp.c
tests/hello-static-lib/ust_tests_hello.h
tests/hello.cxx/tp.c
tests/hello.cxx/ust_tests_hello.h
tests/hello/tp.c
tests/hello/ust_tests_hello.h
This page took 0.029624 seconds and 4 git commands to generate.