Relicence all source and header files included in LGPL code
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 12 Jan 2022 21:46:21 +0000 (16:46 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 26 Jan 2022 21:40:21 +0000 (16:40 -0500)
commit96639848280e5dae29b0b03e895b0f9868a4ef50
tree5206a53898c47b8008deef14f57a652c2baaf537
parent12ee10566a873fe94e6c0f8498e052672b8ed9b9
Relicence all source and header files included in LGPL code

All code included in libcommon-lgpl.a should be LGPL. Some were licensed
as GPLv2 by mistake. We need to relicense those.

EfficiOS owns the copyright to all of the affected source files and
agrees to this relicensing from GPLv2 to LGPLv2.1.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: Ib4aa1a7cc8a6f8e2a9891f1bd05c7ea2f8530e9b
40 files changed:
src/common/compat/compat-fcntl.c
src/common/compat/compat-poll.c
src/common/compat/directory-handle.c
src/common/compat/directory-handle.h
src/common/compat/endian.h
src/common/compat/fcntl.h
src/common/compat/getenv.h
src/common/compat/mman.h
src/common/compat/path.h
src/common/compat/paths.h
src/common/compat/poll.h
src/common/compat/socket.h
src/common/config/config-internal.h
src/common/config/config-session-abi.h
src/common/config/session-config.c
src/common/config/session-config.h
src/common/credentials.h
src/common/defaults.c
src/common/error.c
src/common/error.h
src/common/fd-tracker/utils.c
src/common/fd-tracker/utils.h
src/common/hashtable/utils.c
src/common/hashtable/utils.h
src/common/mi-lttng.c
src/common/mi-lttng.h
src/common/runas.c
src/common/runas.h
src/common/session-descriptor.c
src/common/spawn-viewer.c
src/common/spawn-viewer.h
src/common/string-utils/string-utils.c
src/common/string-utils/string-utils.h
src/common/time.c
src/common/unix.c
src/common/unix.h
src/common/uri.c
src/common/uri.h
src/common/utils.c
src/common/utils.h
This page took 0.029902 seconds and 5 git commands to generate.