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>
Sat, 22 Jan 2022 00:48:21 +0000 (19:48 -0500)
commit395004a13b038fde13364a662d735d16937ea2d1
tree603b724f0d0b1f002474df2e628804a3e011c02a
parent4b082b1252f03d83e732102b97bb6115da5728ab
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
45 files changed:
src/common/bytecode/bytecode.c
src/common/compat/compat-fcntl.c
src/common/compat/directory-handle.c
src/common/compat/directory-handle.h
src/common/compat/endian.h
src/common/compat/errno.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.c
src/common/compat/poll.h
src/common/compat/pthread.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/snapshot.c
src/common/snapshot.h
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.029827 seconds and 4 git commands to generate.