From 0be51950e29b7d8cc5d19e7e800b354c56f5b094 Mon Sep 17 00:00:00 2001 From: Lukas Kurz Date: Mon, 15 Apr 2024 11:44:30 +0200 Subject: [PATCH] More copyright fixes --- lib/Parser/Parse.h | 1 + lib/Runtime/Base/ThreadContextInfo.h | 1 + lib/Runtime/ByteCode/ByteCodeEmitter.cpp | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/Parser/Parse.h b/lib/Parser/Parse.h index f72b0f9376a..bc4f2a5cd5d 100644 --- a/lib/Parser/Parse.h +++ b/lib/Parser/Parse.h @@ -1,5 +1,6 @@ //------------------------------------------------------------------------------------------------------- // Copyright (C) Microsoft. All rights reserved. +// Copyright (c) ChakraCore Project Contributors. All rights reserved. // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information. //------------------------------------------------------------------------------------------------------- #pragma once diff --git a/lib/Runtime/Base/ThreadContextInfo.h b/lib/Runtime/Base/ThreadContextInfo.h index 550d65e2b09..64dab8d760f 100644 --- a/lib/Runtime/Base/ThreadContextInfo.h +++ b/lib/Runtime/Base/ThreadContextInfo.h @@ -1,5 +1,6 @@ //------------------------------------------------------------------------------------------------------- // Copyright (C) Microsoft. All rights reserved. +// Copyright (c) ChakraCore Project Contributors. All rights reserved. // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information. //------------------------------------------------------------------------------------------------------- diff --git a/lib/Runtime/ByteCode/ByteCodeEmitter.cpp b/lib/Runtime/ByteCode/ByteCodeEmitter.cpp index 445929084b4..747fe4bc978 100644 --- a/lib/Runtime/ByteCode/ByteCodeEmitter.cpp +++ b/lib/Runtime/ByteCode/ByteCodeEmitter.cpp @@ -1,6 +1,6 @@ //------------------------------------------------------------------------------------------------------- // Copyright (C) Microsoft. All rights reserved. -// Copyright (c) 2021 ChakraCore Project Contributors. All rights reserved. +// Copyright (c) ChakraCore Project Contributors. All rights reserved. // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information. //------------------------------------------------------------------------------------------------------- #include "RuntimeByteCodePch.h"