From b5a8e0cb48de3dc9790e5b8bdac8ea602205f261 Mon Sep 17 00:00:00 2001 From: Lukas Kurz Date: Sat, 4 Oct 2025 13:49:11 +0200 Subject: [PATCH 1/2] chore: fix linux build --- pal/src/cruntime/finite.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pal/src/cruntime/finite.cpp b/pal/src/cruntime/finite.cpp index 54b32279913..e19fddd0d55 100644 --- a/pal/src/cruntime/finite.cpp +++ b/pal/src/cruntime/finite.cpp @@ -19,9 +19,9 @@ Module Name: --*/ +#include #include "pal/palinternal.h" #include "pal/dbgmsg.h" -#include #if HAVE_IEEEFP_H #include From 5b13d5623f27d4cabf08144642ee3130bdbaa331 Mon Sep 17 00:00:00 2001 From: Lukas Kurz Date: Sat, 4 Oct 2025 13:56:22 +0200 Subject: [PATCH 2/2] Fix copyright --- pal/src/cruntime/finite.cpp | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/pal/src/cruntime/finite.cpp b/pal/src/cruntime/finite.cpp index e19fddd0d55..cf8d2f4e4c0 100644 --- a/pal/src/cruntime/finite.cpp +++ b/pal/src/cruntime/finite.cpp @@ -1,7 +1,10 @@ -// -// Copyright (c) Microsoft. All rights reserved. -// Licensed under the MIT license. See LICENSE file in the project root for full license information. -// +//------------------------------------------------------------------------------------------------------- +// ChakraCore/Pal +// Contains portions (c) copyright Microsoft, portions copyright (c) the .NET Foundation and Contributors +// and edits (c) copyright the ChakraCore Contributors. +// See THIRD-PARTY-NOTICES.txt in the project root for .NET Foundation license +// Licensed under the MIT license. See LICENSE.txt file in the project root for full license information. +//------------------------------------------------------------------------------------------------------- /*++