Skip to content

Commit d72e2b1

Browse files
authored
Removes improper modification copyright notice. (#7477)
Modification copyright notices were added in error to files changed in [PR #7163](#7163).
1 parent adffd31 commit d72e2b1

32 files changed

+0
-95
lines changed

include/dxc/dxcapi.internal.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
// //
88
// Provides non-public declarations for the DirectX Compiler component. //
99
// //
10-
// Modifications Copyright(C) 2025 Advanced Micro Devices, Inc. //
11-
// All rights reserved. //
12-
// //
1310
///////////////////////////////////////////////////////////////////////////////
1411

1512
#ifndef __DXC_API_INTERNAL__

lib/HLSL/HLOperationLower.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
// //
88
// Lower functions to lower HL operations to DXIL operations. //
99
// //
10-
// Modifications Copyright(C) 2025 Advanced Micro Devices, Inc. //
11-
// All rights reserved. //
12-
// //
1310
///////////////////////////////////////////////////////////////////////////////
1411

1512
#include "dxc/DXIL/DxilConstants.h"

tools/clang/include/clang/AST/HlslTypes.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
// This file is distributed under the University of Illinois Open Source //
77
// License. See LICENSE.TXT for details. //
88
// //
9-
// Modifications Copyright(C) 2025 Advanced Micro Devices, Inc. //
10-
// All rights reserved. //
11-
// //
129
///
1310
/// \file //
1411
/// \brief Defines the HLSL type system interface. //

tools/clang/include/clang/AST/OperationKinds.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
// This file is distributed under the University of Illinois Open Source
66
// License. See LICENSE.TXT for details.
77
//
8-
// Modifications Copyright(C) 2025 Advanced Micro Devices, Inc.
9-
// All rights reserved.
10-
//
118
//===----------------------------------------------------------------------===//
129
//
1310
// This file enumerates the different kinds of operations that can be

tools/clang/include/clang/Basic/Attr.td

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
// This file is distributed under the University of Illinois Open Source
66
// License. See LICENSE.TXT for details.
77
//
8-
// Modifications Copyright(C) 2025 Advanced Micro Devices, Inc.
9-
// All rights reserved.
10-
//
118
//===----------------------------------------------------------------------===//
129

1310
class DocumentationCategory<string name> {

tools/clang/include/clang/Basic/DiagnosticSemaKinds.td

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
// This file is distributed under the University of Illinois Open Source
66
// License. See LICENSE.TXT for details.
77
//
8-
// Modifications Copyright(C) 2025 Advanced Micro Devices, Inc.
9-
// All rights reserved.
10-
//
118
//===----------------------------------------------------------------------===//
129

1310
//===----------------------------------------------------------------------===//

tools/clang/include/clang/SPIRV/SpirvBuilder.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
// This file is distributed under the University of Illinois Open Source
66
// License. See LICENSE.TXT for details.
77
//
8-
// Modifications Copyright(C) 2025 Advanced Micro Devices, Inc.
9-
// All rights reserved.
10-
//
118
//===----------------------------------------------------------------------===//
129
#ifndef LLVM_CLANG_SPIRV_SPIRVBUILDER_H
1310
#define LLVM_CLANG_SPIRV_SPIRVBUILDER_H

tools/clang/include/clang/SPIRV/SpirvContext.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
// This file is distributed under the University of Illinois Open Source
66
// License. See LICENSE.TXT for details.
77
//
8-
// Modifications Copyright(C) 2025 Advanced Micro Devices, Inc.
9-
// All rights reserved.
10-
//
118
//===----------------------------------------------------------------------===//
129
#ifndef LLVM_CLANG_SPIRV_SPIRVCONTEXT_H
1310
#define LLVM_CLANG_SPIRV_SPIRVCONTEXT_H

tools/clang/include/clang/SPIRV/SpirvInstruction.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
// This file is distributed under the University of Illinois Open Source
66
// License. See LICENSE.TXT for details.
77
//
8-
// Modifications Copyright(C) 2025 Advanced Micro Devices, Inc.
9-
// All rights reserved.
10-
//
118
//===----------------------------------------------------------------------===//
129
#ifndef LLVM_CLANG_SPIRV_SPIRVINSTRUCTION_H
1310
#define LLVM_CLANG_SPIRV_SPIRVINSTRUCTION_H

tools/clang/include/clang/SPIRV/SpirvType.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
// This file is distributed under the University of Illinois Open Source
66
// License. See LICENSE.TXT for details.
77
//
8-
// Modifications Copyright(C) 2025 Advanced Micro Devices, Inc.
9-
// All rights reserved.
10-
//
118
//===----------------------------------------------------------------------===//
129
#ifndef LLVM_CLANG_SPIRV_SPIRVTYPE_H
1310
#define LLVM_CLANG_SPIRV_SPIRVTYPE_H

0 commit comments

Comments
 (0)