From 62c7389cc623194d45714d98a388c8da17b98b57 Mon Sep 17 00:00:00 2001 From: Katayama Hirofumi MZ Date: Sun, 30 Mar 2025 05:54:45 +0900 Subject: [PATCH] Update modules/rostests/apitests/crt/setjmp.c Co-authored-by: Serge Gautherie <32623169+SergeGautherie@users.noreply.github.com> --- modules/rostests/apitests/crt/setjmp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/rostests/apitests/crt/setjmp.c b/modules/rostests/apitests/crt/setjmp.c index 91d1fe2087d..8075f2edbd1 100644 --- a/modules/rostests/apitests/crt/setjmp.c +++ b/modules/rostests/apitests/crt/setjmp.c @@ -2,7 +2,8 @@ * PROJECT: ReactOS CRT * LICENSE: MIT (https://spdx.org/licenses/MIT) * PURPOSE: Tests for setjmp/longjmp - * COPYRIGHT: Copyright 2025 Katayama Hirofumi MZ (katayama.hirofumi.mz@gmail.com) + * COPYRIGHT: Copyright 2025 Katayama Hirofumi MZ + * Copyright 2025 Serge Gautherie */ #include