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>
Thu, 20 Jan 2022 19:47:05 +0000 (14:47 -0500)
commitc922647daed3dd022be11980063b5fb816d8c091
treef9b0b3b67954f5a2c9f4fa82b6ac5e5162ec76d8
parent4971b7f0243bd3a7a661bcf1cfe95f0f8014b59b
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.cpp
src/common/compat/compat-fcntl.cpp
src/common/compat/directory-handle.cpp
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.cpp
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.cpp
src/common/config/session-config.h
src/common/credentials.h
src/common/defaults.cpp
src/common/error.cpp
src/common/error.h
src/common/fd-tracker/utils.cpp
src/common/fd-tracker/utils.h
src/common/hashtable/utils.cpp
src/common/hashtable/utils.h
src/common/mi-lttng.cpp
src/common/mi-lttng.h
src/common/runas.cpp
src/common/runas.h
src/common/session-descriptor.cpp
src/common/snapshot.cpp
src/common/snapshot.h
src/common/spawn-viewer.cpp
src/common/spawn-viewer.h
src/common/string-utils/string-utils.cpp
src/common/string-utils/string-utils.h
src/common/time.cpp
src/common/unix.cpp
src/common/unix.h
src/common/uri.cpp
src/common/uri.h
src/common/utils.cpp
src/common/utils.h
This page took 0.028248 seconds and 4 git commands to generate.