Skip to content

Commit

Permalink
reconcile copyright/license for AIEvec dialect. (#1502)
Browse files Browse the repository at this point in the history
Co-authored-by: Javier Setoain <jsetoain@users.noreply.github.com>
  • Loading branch information
stephenneuendorffer and jsetoain authored May 20, 2024
1 parent 7fb9fad commit c718198
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 14 deletions.
8 changes: 6 additions & 2 deletions include/aie/Dialect/AIEVec/TransformOps/AIEVecTransformOps.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
//===- AIEVecTransformOps.h -------------------------------------*- C++ -*-===//
//
// Copyright (c) 2023, Advanced Micro Devices, Inc.
// 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
//
//===----------------------------------------------------------------------===//

#ifndef AIE_DIALECT_AIEVEC_AIEVECTRANSFORMOPS_H
Expand Down
7 changes: 5 additions & 2 deletions include/aie/Dialect/AIEVec/TransformOps/AIEVecTransformOps.td
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
//===- AIETransformOps.td ----------------------------------*- tablegen -*-===//
//
// Copyright (c) 2023, Advanced Micro Devices, Inc.
// 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
//
//===----------------------------------------------------------------------===//

Expand Down
4 changes: 2 additions & 2 deletions include/aie/Dialect/AIEVec/TransformOps/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#
# 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: MIT
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#
# Copyright (c) 2023, Advanced Micro Devices, Inc.
# (c) Copyright 2023-2024 Advanced Micro Devices, Inc. or its affiliates

set(LLVM_TARGET_DEFINITIONS AIEVecTransformOps.td)
mlir_tablegen(AIEVecTransformOps.h.inc -gen-op-decls)
Expand Down
7 changes: 5 additions & 2 deletions include/aie/Dialect/AIEVec/TransformOps/DialectExtension.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
//===- DialectExtension.h - AIEVec transform dialect extension --*- C++ -*-===//
//
// Copyright (c) 2023, Advanced Micro Devices, Inc.
// 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
//
//===----------------------------------------------------------------------===//

Expand Down
8 changes: 6 additions & 2 deletions lib/Dialect/AIEVec/TransformOps/AIEVecTransformOps.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
//===- AIEVecTransformOps.cpp -----------------------------------*- C++ -*-===//
//
// Copyright (c) 2023, Advanced Micro Devices, Inc.
// 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
//
//===----------------------------------------------------------------------===//

#include "aie/Dialect/AIEVec/TransformOps/AIEVecTransformOps.h"
Expand Down
4 changes: 2 additions & 2 deletions lib/Dialect/AIEVec/TransformOps/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#
# 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: MIT
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#
# Copyright (c) 2023, Advanced Micro Devices, Inc.
# (c) Copyright 2023-2024 Advanced Micro Devices, Inc. or its affiliates

add_mlir_dialect_library(MLIRAIEVecTransformOps
DialectExtension.cpp
Expand Down
8 changes: 6 additions & 2 deletions lib/Dialect/AIEVec/TransformOps/DialectExtension.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
//===- DialectExtension.cpp -------------------------------------*- C++ -*-===//
//
// Copyright (c) 2023, Advanced Micro Devices, Inc.
// 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
//
//===----------------------------------------------------------------------===//

#include "aie/Dialect/AIEVec/TransformOps/DialectExtension.h"
Expand Down

0 comments on commit c718198

Please sign in to comment.