From: Jérémie Galarneau Date: Thu, 24 Aug 2023 17:33:44 +0000 (-0400) Subject: License: common: error_query: fix typo in SPDX specifier X-Git-Tag: v2.13.12~10 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=e876d982406f4aa44207a182fd8b93c467025f28 License: common: error_query: fix typo in SPDX specifier The error-query API files were erroneously licensed under "GPL-2.1", a license which doesn't exist. As the author of those files, I hereby confirm that the intention was to license these files under LGPL-2.1 as evidenced by their presence in the libcommon_lgpl internal library. Reported-by: Christophe Bedard Signed-off-by: Jérémie Galarneau Change-Id: I0d56372ca009e44732e0737bd8f10ad4a4d000c5 --- diff --git a/include/lttng/error-query-internal.h b/include/lttng/error-query-internal.h index 506ebcf97..929dd8d6c 100644 --- a/include/lttng/error-query-internal.h +++ b/include/lttng/error-query-internal.h @@ -3,7 +3,7 @@ * * Copyright (C) 2021 Jérémie Galarneau * - * SPDX-License-Identifier: GPL-2.1-only + * SPDX-License-Identifier: LGPL-2.1-only * */ diff --git a/include/lttng/error-query.h b/include/lttng/error-query.h index ff0f0ae99..b84ff3731 100644 --- a/include/lttng/error-query.h +++ b/include/lttng/error-query.h @@ -3,7 +3,7 @@ * * Copyright (C) 2021 Jérémie Galarneau * - * SPDX-License-Identifier: GPL-2.1-only + * SPDX-License-Identifier: LGPL-2.1-only * */ diff --git a/src/common/error-query.c b/src/common/error-query.c index 298809711..cbfe04f07 100644 --- a/src/common/error-query.c +++ b/src/common/error-query.c @@ -3,7 +3,7 @@ * * Copyright (C) 2021 Jérémie Galarneau * - * SPDX-License-Identifier: GPL-2.1-only + * SPDX-License-Identifier: LGPL-2.1-only * */