From ec6bae2b3191488ae6af07fb71c308ec7ee11148 Mon Sep 17 00:00:00 2001 From: "Carl J. Bialorucki" Date: Tue, 31 Mar 2026 16:56:51 +0200 Subject: [PATCH] [NTDLL_APITEST] Relicense implicit tls tests as MIT Approval from original author given to Carl Bialorucki in writing. --- modules/rostests/apitests/ntdll/implicit_tls.c | 2 +- modules/rostests/apitests/ntdll/implicit_tls/implicit_tls.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/rostests/apitests/ntdll/implicit_tls.c b/modules/rostests/apitests/ntdll/implicit_tls.c index d9758a5353a..6099848e610 100644 --- a/modules/rostests/apitests/ntdll/implicit_tls.c +++ b/modules/rostests/apitests/ntdll/implicit_tls.c @@ -1,6 +1,6 @@ /* * PROJECT: ReactOS API Tests - * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later) + * LICENSE: MIT (https://spdx.org/licenses/MIT) * PURPOSE: Tests for Implicit Thread Local Storage (TLS) support * COPYRIGHT: Copyright 2025 Shane Fournier */ diff --git a/modules/rostests/apitests/ntdll/implicit_tls/implicit_tls.c b/modules/rostests/apitests/ntdll/implicit_tls/implicit_tls.c index 1bf21254514..bb57e8e358b 100644 --- a/modules/rostests/apitests/ntdll/implicit_tls/implicit_tls.c +++ b/modules/rostests/apitests/ntdll/implicit_tls/implicit_tls.c @@ -1,6 +1,6 @@ /* * PROJECT: ReactOS API Tests - * LICENSE: LGPL-2.0-or-later (https://spdx.org/licenses/LGPL-2.0-or-later) + * LICENSE: MIT (https://spdx.org/licenses/MIT) * PURPOSE: Tests for Implicit Thread Local Storage (TLS) support * COPYRIGHT: Copyright 2025 Shane Fournier */