diff options
Diffstat (limited to 'llvm/lib/Target/AVR/InstPrinter')
-rw-r--r-- | llvm/lib/Target/AVR/InstPrinter/AVRInstPrinter.cpp | 7 | ||||
-rw-r--r-- | llvm/lib/Target/AVR/InstPrinter/AVRInstPrinter.h | 7 | ||||
-rw-r--r-- | llvm/lib/Target/AVR/InstPrinter/LLVMBuild.txt | 7 |
3 files changed, 9 insertions, 12 deletions
diff --git a/llvm/lib/Target/AVR/InstPrinter/AVRInstPrinter.cpp b/llvm/lib/Target/AVR/InstPrinter/AVRInstPrinter.cpp index 0f34b8e18ff..88ce9a25680 100644 --- a/llvm/lib/Target/AVR/InstPrinter/AVRInstPrinter.cpp +++ b/llvm/lib/Target/AVR/InstPrinter/AVRInstPrinter.cpp @@ -1,9 +1,8 @@ //===-- AVRInstPrinter.cpp - Convert AVR MCInst to assembly syntax --------===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, 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 // //===----------------------------------------------------------------------===// // diff --git a/llvm/lib/Target/AVR/InstPrinter/AVRInstPrinter.h b/llvm/lib/Target/AVR/InstPrinter/AVRInstPrinter.h index c9f65b92274..5b758a7503c 100644 --- a/llvm/lib/Target/AVR/InstPrinter/AVRInstPrinter.h +++ b/llvm/lib/Target/AVR/InstPrinter/AVRInstPrinter.h @@ -1,9 +1,8 @@ //===- AVRInstPrinter.h - Convert AVR MCInst to assembly syntax -*- C++ -*-===// // -// The LLVM Compiler Infrastructure -// -// This file is distributed under the University of Illinois Open Source -// License. See LICENSE.TXT for details. +// Part of the LLVM Project, 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 // //===----------------------------------------------------------------------===// // diff --git a/llvm/lib/Target/AVR/InstPrinter/LLVMBuild.txt b/llvm/lib/Target/AVR/InstPrinter/LLVMBuild.txt index 9f87c97d198..67203ff9bb3 100644 --- a/llvm/lib/Target/AVR/InstPrinter/LLVMBuild.txt +++ b/llvm/lib/Target/AVR/InstPrinter/LLVMBuild.txt @@ -1,9 +1,8 @@ ;===- ./lib/Target/AVR/InstPrinter/LLVMBuild.txt ----------------*- Conf -*--===; ; -; The LLVM Compiler Infrastructure -; -; This file is distributed under the University of Illinois Open Source -; License. See LICENSE.TXT for details. +; Part of the LLVM Project, 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 ; ;===------------------------------------------------------------------------===; ; |