Skip to content

Removes improper modification copyright notice. #7477

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions include/dxc/dxcapi.internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
// //
// Provides non-public declarations for the DirectX Compiler component. //
// //
// Modifications Copyright(C) 2025 Advanced Micro Devices, Inc. //
// All rights reserved. //
// //
///////////////////////////////////////////////////////////////////////////////

#ifndef __DXC_API_INTERNAL__
Expand Down
3 changes: 0 additions & 3 deletions lib/HLSL/HLOperationLower.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
// //
// Lower functions to lower HL operations to DXIL operations. //
// //
// Modifications Copyright(C) 2025 Advanced Micro Devices, Inc. //
// All rights reserved. //
// //
///////////////////////////////////////////////////////////////////////////////

#include "dxc/DXIL/DxilConstants.h"
Expand Down
3 changes: 0 additions & 3 deletions tools/clang/include/clang/AST/HlslTypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
// This file is distributed under the University of Illinois Open Source //
// License. See LICENSE.TXT for details. //
// //
// Modifications Copyright(C) 2025 Advanced Micro Devices, Inc. //
// All rights reserved. //
// //
///
/// \file //
/// \brief Defines the HLSL type system interface. //
Expand Down
3 changes: 0 additions & 3 deletions tools/clang/include/clang/AST/OperationKinds.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
// Modifications Copyright(C) 2025 Advanced Micro Devices, Inc.
// All rights reserved.
//
//===----------------------------------------------------------------------===//
//
// This file enumerates the different kinds of operations that can be
Expand Down
3 changes: 0 additions & 3 deletions tools/clang/include/clang/Basic/Attr.td
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
// Modifications Copyright(C) 2025 Advanced Micro Devices, Inc.
// All rights reserved.
//
//===----------------------------------------------------------------------===//

class DocumentationCategory<string name> {
Expand Down
3 changes: 0 additions & 3 deletions tools/clang/include/clang/Basic/DiagnosticSemaKinds.td
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
// Modifications Copyright(C) 2025 Advanced Micro Devices, Inc.
// All rights reserved.
//
//===----------------------------------------------------------------------===//

//===----------------------------------------------------------------------===//
Expand Down
3 changes: 0 additions & 3 deletions tools/clang/include/clang/SPIRV/SpirvBuilder.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
// Modifications Copyright(C) 2025 Advanced Micro Devices, Inc.
// All rights reserved.
//
//===----------------------------------------------------------------------===//
#ifndef LLVM_CLANG_SPIRV_SPIRVBUILDER_H
#define LLVM_CLANG_SPIRV_SPIRVBUILDER_H
Expand Down
3 changes: 0 additions & 3 deletions tools/clang/include/clang/SPIRV/SpirvContext.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
// Modifications Copyright(C) 2025 Advanced Micro Devices, Inc.
// All rights reserved.
//
//===----------------------------------------------------------------------===//
#ifndef LLVM_CLANG_SPIRV_SPIRVCONTEXT_H
#define LLVM_CLANG_SPIRV_SPIRVCONTEXT_H
Expand Down
3 changes: 0 additions & 3 deletions tools/clang/include/clang/SPIRV/SpirvInstruction.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
// Modifications Copyright(C) 2025 Advanced Micro Devices, Inc.
// All rights reserved.
//
//===----------------------------------------------------------------------===//
#ifndef LLVM_CLANG_SPIRV_SPIRVINSTRUCTION_H
#define LLVM_CLANG_SPIRV_SPIRVINSTRUCTION_H
Expand Down
3 changes: 0 additions & 3 deletions tools/clang/include/clang/SPIRV/SpirvType.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
// Modifications Copyright(C) 2025 Advanced Micro Devices, Inc.
// All rights reserved.
//
//===----------------------------------------------------------------------===//
#ifndef LLVM_CLANG_SPIRV_SPIRVTYPE_H
#define LLVM_CLANG_SPIRV_SPIRVTYPE_H
Expand Down
3 changes: 0 additions & 3 deletions tools/clang/include/clang/SPIRV/SpirvVisitor.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
// Modifications Copyright(C) 2025 Advanced Micro Devices, Inc.
// All rights reserved.
//
//===----------------------------------------------------------------------===//
#ifndef LLVM_CLANG_SPIRV_SPIRVVISITOR_H
#define LLVM_CLANG_SPIRV_SPIRVVISITOR_H
Expand Down
3 changes: 0 additions & 3 deletions tools/clang/lib/AST/ASTContextHLSL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
// This file is distributed under the University of Illinois Open Source //
// License. See LICENSE.TXT for details. //
// //
// Modifications Copyright(C) 2025 Advanced Micro Devices, Inc. //
// All rights reserved. //
// //
// This file implements the ASTContext interface for HLSL. //
// //
///////////////////////////////////////////////////////////////////////////////
Expand Down
3 changes: 0 additions & 3 deletions tools/clang/lib/AST/Expr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
// Modifications Copyright(C) 2025 Advanced Micro Devices, Inc.
// All rights reserved.
//
//===----------------------------------------------------------------------===//
//
// This file implements the Expr class and subclasses.
Expand Down
3 changes: 0 additions & 3 deletions tools/clang/lib/AST/ExprConstant.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
// Modifications Copyright(C) 2025 Advanced Micro Devices, Inc.
// All rights reserved.
//
//===----------------------------------------------------------------------===//
//
// This file implements the Expr constant evaluator.
Expand Down
3 changes: 0 additions & 3 deletions tools/clang/lib/AST/HlslTypes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
// Copyright (C) Microsoft Corporation. All rights reserved. //
// This file is distributed under the University of Illinois Open Source //
// License. See LICENSE.TXT for details. //
//
// Modifications Copyright(C) 2025 Advanced Micro Devices, Inc.
// All rights reserved.
// //
///
/// \file //
Expand Down
3 changes: 0 additions & 3 deletions tools/clang/lib/Lex/PPMacroExpansion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
// Modifications Copyright(C) 2025 Advanced Micro Devices, Inc.
// All rights reserved.
//
//===----------------------------------------------------------------------===//
//
// This file implements the top level handling of macro expansion for the
Expand Down
3 changes: 0 additions & 3 deletions tools/clang/lib/SPIRV/AlignmentSizeCalculator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
// Modifications Copyright(C) 2025 Advanced Micro Devices, Inc.
// All rights reserved.
//
//===----------------------------------------------------------------------===//

#include "AlignmentSizeCalculator.h"
Expand Down
3 changes: 0 additions & 3 deletions tools/clang/lib/SPIRV/CapabilityVisitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
// Modifications Copyright(C) 2025 Advanced Micro Devices, Inc.
// All rights reserved.
//
//===----------------------------------------------------------------------===//

#include "CapabilityVisitor.h"
Expand Down
3 changes: 0 additions & 3 deletions tools/clang/lib/SPIRV/EmitVisitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
// Modifications Copyright(C) 2025 Advanced Micro Devices, Inc.
// All rights reserved.
//
//===----------------------------------------------------------------------===//

// Do not change the inclusion order between "dxc/Support/*" files.
Expand Down
3 changes: 0 additions & 3 deletions tools/clang/lib/SPIRV/EmitVisitor.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
// Modifications Copyright(C) 2025 Advanced Micro Devices, Inc.
// All rights reserved.
//
//===----------------------------------------------------------------------===//
#ifndef LLVM_CLANG_SPIRV_EMITVISITOR_H
#define LLVM_CLANG_SPIRV_EMITVISITOR_H
Expand Down
3 changes: 0 additions & 3 deletions tools/clang/lib/SPIRV/LowerTypeVisitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
// Modifications Copyright(C) 2025 Advanced Micro Devices, Inc.
// All rights reserved.
//
//===----------------------------------------------------------------------===//

#include "LowerTypeVisitor.h"
Expand Down
3 changes: 0 additions & 3 deletions tools/clang/lib/SPIRV/LowerTypeVisitor.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
// Modifications Copyright(C) 2025 Advanced Micro Devices, Inc.
// All rights reserved.
//
//===----------------------------------------------------------------------===//

#ifndef LLVM_CLANG_LIB_SPIRV_LOWERTYPEVISITOR_H
Expand Down
3 changes: 0 additions & 3 deletions tools/clang/lib/SPIRV/SpirvBuilder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
// Modifications Copyright(C) 2025 Advanced Micro Devices, Inc.
// All rights reserved.
//
//===----------------------------------------------------------------------===//

#include "clang/SPIRV/SpirvBuilder.h"
Expand Down
3 changes: 0 additions & 3 deletions tools/clang/lib/SPIRV/SpirvContext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
// Modifications Copyright(C) 2025 Advanced Micro Devices, Inc.
// All rights reserved.
//
//===----------------------------------------------------------------------===//

#include <algorithm>
Expand Down
3 changes: 0 additions & 3 deletions tools/clang/lib/SPIRV/SpirvEmitter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
// Modifications Copyright(C) 2025 Advanced Micro Devices, Inc.
// All rights reserved.
//
//===----------------------------------------------------------------------===//
//
// This file implements a SPIR-V emitter class that takes in HLSL AST and emits
Expand Down
3 changes: 0 additions & 3 deletions tools/clang/lib/SPIRV/SpirvEmitter.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
// Modifications Copyright(C) 2025 Advanced Micro Devices, Inc.
// All rights reserved.
//
//===----------------------------------------------------------------------===//
//
// This file defines a SPIR-V emitter class that takes in HLSL AST and emits
Expand Down
3 changes: 0 additions & 3 deletions tools/clang/lib/SPIRV/SpirvInstruction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
// Modifications Copyright(C) 2025 Advanced Micro Devices, Inc.
// All rights reserved.
//
//===----------------------------------------------------------------------===//
//
// This file implements the in-memory representation of SPIR-V instructions.
Expand Down
3 changes: 0 additions & 3 deletions tools/clang/lib/Sema/SemaCast.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
// Modifications Copyright(C) 2025 Advanced Micro Devices, Inc.
// All rights reserved.
//
//===----------------------------------------------------------------------===//
//
// This file implements semantic analysis for cast expressions, including
Expand Down
3 changes: 0 additions & 3 deletions tools/clang/lib/Sema/SemaExprCXX.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
// Modifications Copyright(C) 2025 Advanced Micro Devices, Inc.
// All rights reserved.
//
//===----------------------------------------------------------------------===//
///
/// \file
Expand Down
3 changes: 0 additions & 3 deletions tools/clang/lib/Sema/SemaHLSL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
// This file is distributed under the University of Illinois Open Source //
// License. See LICENSE.TXT for details. //
// //
// Modifications Copyright(C) 2025 Advanced Micro Devices, Inc. //
// All rights reserved. //
// //
// This file implements the semantic support for HLSL. //
// //
///////////////////////////////////////////////////////////////////////////////
Expand Down
3 changes: 0 additions & 3 deletions utils/hct/gen_intrin_main.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// Copyright (C) Microsoft Corporation. All rights reserved.
// This file is distributed under the University of Illinois Open Source License. See LICENSE.TXT for details.
//
// Modifications Copyright(C) 2025 Advanced Micro Devices, Inc.
// All rights reserved.
//
// See hctdb.py for the implementation of intrinsic file processing.
//
// Intrinsic declarations are grouped into namespaces that
Expand Down
2 changes: 0 additions & 2 deletions utils/hct/hctdb.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Copyright (C) Microsoft Corporation. All rights reserved.
# This file is distributed under the University of Illinois Open Source License. See LICENSE.TXT for details.
# Modifications Copyright(C) 2025 Advanced Micro Devices, Inc.
# All rights reserved.
###############################################################################
# DXIL information. #
###############################################################################
Expand Down