diff --git a/lib/CAPI/Dialects.cpp b/lib/CAPI/Dialects.cpp index 7f69cdb92c..53028c56bb 100644 --- a/lib/CAPI/Dialects.cpp +++ b/lib/CAPI/Dialects.cpp @@ -1,8 +1,11 @@ //===- Dialects.cpp ---------------------------------------------*- C++ -*-===// // -// Copyright (C) 2022, Advanced Micro Devices, Inc. All rights reserved. +// This file is licensed under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // +// (c) Copyright 2022-2024 Advanced Micro Devices, Inc. or its affiliates +// //===----------------------------------------------------------------------===// #include "aie-c/Dialects.h" diff --git a/lib/CAPI/Registration.cpp b/lib/CAPI/Registration.cpp index 18ce91f010..404a73a3af 100644 --- a/lib/CAPI/Registration.cpp +++ b/lib/CAPI/Registration.cpp @@ -1,7 +1,10 @@ //===- Registration.cpp -----------------------------------------*- C++ -*-===// // -// Copyright (C) 2022, 2024 Advanced Micro Devices, Inc. All rights reserved. -// SPDX-License-Identifier: MIT +// This file is licensed under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception +// +// (c) Copyright 2022-2024 Advanced Micro Devices, Inc. or its affiliates // //===----------------------------------------------------------------------===// diff --git a/lib/CAPI/Translation.cpp b/lib/CAPI/Translation.cpp index d94f43043c..d30538d208 100644 --- a/lib/CAPI/Translation.cpp +++ b/lib/CAPI/Translation.cpp @@ -1,7 +1,10 @@ //===- Translation.cpp ------------------------------------------*- C++ -*-===// // -// Copyright (C) 2023, Advanced Micro Devices, Inc. All rights reserved. -// SPDX-License-Identifier: MIT +// This file is licensed under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception +// +// (c) Copyright 2023-2024 Advanced Micro Devices, Inc. or its affiliates // //===----------------------------------------------------------------------===//