From: Kienan Stewart Date: Fri, 17 Jan 2025 21:07:33 +0000 (-0500) Subject: tests: Correct SPDX-License-Identifiers in tests/ X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=50dcdb575ef7017f25d21557f5f67a530297c9fc;p=lttng-tools.git tests: Correct SPDX-License-Identifiers in tests/ Change-Id: I24fb2d8c18582ce1de87652dcedfbc31289dcaea Signed-off-by: Kienan Stewart Signed-off-by: Jérémie Galarneau --- diff --git a/tests/regression/tests.serial b/tests/regression/tests.serial index b07421df0..a99352fe1 100755 --- a/tests/regression/tests.serial +++ b/tests/regression/tests.serial @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # SPDX-FileCopyrightText: 2024 Kienan Stewart -# SPDX-LicenseIdentifier: GPL-2.0-only +# SPDX-License-Identifier: GPL-2.0-only # """ diff --git a/tests/regression/tools/client/test_warn_on_shm_too_small.py b/tests/regression/tools/client/test_warn_on_shm_too_small.py index ac9ff9294..62b90e0d7 100755 --- a/tests/regression/tools/client/test_warn_on_shm_too_small.py +++ b/tests/regression/tools/client/test_warn_on_shm_too_small.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # SPDX-FileCopyrightText: 2024 Kienan Stewart -# SPDX-LicenseIdentifier: GPL-2.0-only +# SPDX-License-Identifier: GPL-2.0-only # """ diff --git a/tests/regression/tools/live/test_early_inactive_app.py b/tests/regression/tools/live/test_early_inactive_app.py index 925a1ab01..a15f7e147 100755 --- a/tests/regression/tools/live/test_early_inactive_app.py +++ b/tests/regression/tools/live/test_early_inactive_app.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # SPDX-FileCopyrightText: 2024 Kienan Stewart -# SPDX-LicenseIdentifier: LGPL-2.1-only +# SPDX-License-Identifier: LGPL-2.1-only # """ diff --git a/tests/regression/tools/live/test_miss_short_lived_app.py b/tests/regression/tools/live/test_miss_short_lived_app.py index a77bef9f8..ad6b2a6dc 100755 --- a/tests/regression/tools/live/test_miss_short_lived_app.py +++ b/tests/regression/tools/live/test_miss_short_lived_app.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # SPDX-FileCopyrightText: 2024 Kienan Stewart -# SPDX-LicenseIdentifier: LGPL-2.1-only +# SPDX-License-Identifier: LGPL-2.1-only # """ Test that an attached live viewer doesn't miss streams created for a short lived diff --git a/tests/regression/ust/ust-constructor/ust_constructor_common.py b/tests/regression/ust/ust-constructor/ust_constructor_common.py index 0ea724810..0ccad3f65 100644 --- a/tests/regression/ust/ust-constructor/ust_constructor_common.py +++ b/tests/regression/ust/ust-constructor/ust_constructor_common.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # # SPDX-FileCopyrightText: 2024 Kienan Stewart -# SPDX-License-Identifer: GPL-2.0-only +# SPDX-License-Identifier: GPL-2.0-only # import copy diff --git a/tests/utils/testapp/gen-ust-events-constructor/main-a.cpp b/tests/utils/testapp/gen-ust-events-constructor/main-a.cpp index ca95ca428..542d99dce 100644 --- a/tests/utils/testapp/gen-ust-events-constructor/main-a.cpp +++ b/tests/utils/testapp/gen-ust-events-constructor/main-a.cpp @@ -1,7 +1,7 @@ /* * Copyright (C) 2024 Kienan Stewart * - * SPDX-License-Identifier: LPGL-2.1-only + * SPDX-License-Identifier: LGPL-2.1-only */ #include "obj-a.h" diff --git a/tests/utils/testapp/gen-ust-events-constructor/obj-a.cpp b/tests/utils/testapp/gen-ust-events-constructor/obj-a.cpp index 58c5c94ac..24dcb0720 100644 --- a/tests/utils/testapp/gen-ust-events-constructor/obj-a.cpp +++ b/tests/utils/testapp/gen-ust-events-constructor/obj-a.cpp @@ -1,7 +1,6 @@ /* - * Copyright (C) 2024 Kienan Stewart - * - * SPDX-License-Identifer: LGPL-2.1-only + * SPDX-FileCopyrightText: 2024 Kienan Stewart + * SPDX-License-Identifier: LGPL-2.1-only */ #include "obj-a.h"