]> git.lttng.org Git - lttng-tools.git/commitdiff
common/ini-config: Re-license to LGPL-2.1-only
authorKienan Stewart <kstewart@efficios.com>
Fri, 13 Dec 2024 19:57:16 +0000 (14:57 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 16 Jan 2025 19:20:36 +0000 (19:20 +0000)
Observed issue
==============

For ABI compatibility, the symbols e.g., `config_str_yes`, will need
to be included in liblttng-ctl. As the library is LGPL licensed, the
GPL code shouldn't be linked to it.

Solution
========

Re-license to LGPL-2.1-only.

Known drawbacks
===============

None.

Change-Id: Ia8163522e5dc21d44af98b03c019298019e3f05a
Signed-off-by: Kienan Stewart <kstewart@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/common/ini-config/ini-config.cpp
src/common/ini-config/ini-config.hpp

index 2389627063abefe88dfc4ce6b1e0248086966b31..99a7fbe6ff96a70db52fe0f1cef6f5341e58851e 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright (C) 2013 Jérémie Galarneau <jeremie.galarneau@efficios.com>
  *
- * SPDX-License-Identifier: GPL-2.0-only
+ * SPDX-License-Identifier: LGPL-2.1-only
  *
  */
 
index 3e6c85187551d3e6334366c781fadc0e2470e636..1e7cc82fdcb0a2d5fbfd16ccc8cc98878846a98d 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright (C) 2013 Jérémie Galarneau <jeremie.galarneau@efficios.com>
  *
- * SPDX-License-Identifier: GPL-2.0-only
+ * SPDX-License-Identifier: LGPL-2.1-only
  *
  */
 
This page took 0.029687 seconds and 4 git commands to generate.