From 75f62e5383c6ea1f62fb488a94f4a8f98400db71 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Thu, 24 Aug 2023 13:33:44 -0400 Subject: [PATCH] License: common: error_query: fix typo in SPDX specifier MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- include/lttng/error-query-internal.hpp | 2 +- include/lttng/error-query.h | 2 +- src/common/error-query.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/lttng/error-query-internal.hpp b/include/lttng/error-query-internal.hpp index 4564b1070..39ec36535 100644 --- a/include/lttng/error-query-internal.hpp +++ b/include/lttng/error-query-internal.hpp @@ -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 0eb0addc8..cebf8266c 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.cpp b/src/common/error-query.cpp index b93fede89..2410d9b1c 100644 --- a/src/common/error-query.cpp +++ b/src/common/error-query.cpp @@ -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 * */ -- 2.34.1