Installed headers relicensing and cleanup
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 17 Nov 2011 19:37:56 +0000 (14:37 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 17 Nov 2011 19:37:56 +0000 (14:37 -0500)
commitb728d87e617189fe9898a9492a559ecf949d2348
tree3b5614812804ed929bbafc108f0f6623829b67eb
parentf0e3ea68e03c7d0f757841af2a240edb5506393d
Installed headers relicensing and cleanup

- Move all locally-used code outside of include/lttng.
- All headers included in applications for tracing are relicensed
  to MIT license, except for lttng/core.h and
  lttng/usterr-signal-safe.h, which both purposefully only contain
  trivial declarations are static inline functions/macros of 10 lines or
  less. They are therefore OK to include into non-GPL applications
  without being considered as derivative work under the terms of the
  LGPLv2.1 license.
- Update version number support.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
44 files changed:
configure.ac
include/Makefile.am
include/lttng/clock.h [deleted file]
include/lttng/compat.h [deleted file]
include/lttng/core.h
include/lttng/kcompat/compiler.h [deleted file]
include/lttng/kcompat/jhash.h [deleted file]
include/lttng/kcompat/kcompat.h [deleted file]
include/lttng/kcompat/types.h [deleted file]
include/lttng/probe-internal.h [deleted file]
include/lttng/processor.h [deleted file]
include/lttng/ringbuffer-config.h
include/lttng/share.h
include/lttng/stringify.h [deleted file]
include/lttng/tracepoint-types.h [new file with mode: 0644]
include/lttng/tracepoint.h [new file with mode: 0644]
include/lttng/ust-abi.h
include/lttng/ust-comm.h [deleted file]
include/lttng/ust-tracer.h
include/lttng/ust-version.h.in [new file with mode: 0644]
include/lttng/ust.h
include/lttng/vatomic.h [deleted file]
include/lttng/version.h.in [deleted file]
include/lttng/wait.h [deleted file]
include/ust-comm.h [new file with mode: 0644]
liblttng-ust-comm/lttng-ust-comm.c
liblttng-ust-ctl/ustctl.c
liblttng-ust/Makefile.am
liblttng-ust/clock.h [new file with mode: 0644]
liblttng-ust/compat.h [new file with mode: 0644]
liblttng-ust/ltt-events.c
liblttng-ust/ltt-ring-buffer-client.h
liblttng-ust/ltt-tracer-core.h
liblttng-ust/ltt-tracer.h
liblttng-ust/lttng-ust-abi.c
liblttng-ust/lttng-ust-comm.c
liblttng-ust/tracepoint.c
liblttng-ust/wait.h [new file with mode: 0644]
libringbuffer/Makefile.am
libringbuffer/backend_internal.h
libringbuffer/frontend_types.h
libringbuffer/ring_buffer_backend.c
libringbuffer/ring_buffer_frontend.c
libringbuffer/vatomic.h [new file with mode: 0644]
This page took 0.027947 seconds and 4 git commands to generate.