diff options
Diffstat (limited to 'clang-tools-extra/include-fixer')
34 files changed, 102 insertions, 136 deletions
diff --git a/clang-tools-extra/include-fixer/FuzzySymbolIndex.cpp b/clang-tools-extra/include-fixer/FuzzySymbolIndex.cpp index d91f4552ca7..099d7389cc7 100644 --- a/clang-tools-extra/include-fixer/FuzzySymbolIndex.cpp +++ b/clang-tools-extra/include-fixer/FuzzySymbolIndex.cpp @@ -1,9 +1,8 @@ //===--- FuzzySymbolIndex.cpp - Lookup symbols for autocomplete -*- 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 // //===----------------------------------------------------------------------===// #include "FuzzySymbolIndex.h" diff --git a/clang-tools-extra/include-fixer/FuzzySymbolIndex.h b/clang-tools-extra/include-fixer/FuzzySymbolIndex.h index 245191eb5fd..2ea16609364 100644 --- a/clang-tools-extra/include-fixer/FuzzySymbolIndex.h +++ b/clang-tools-extra/include-fixer/FuzzySymbolIndex.h @@ -1,9 +1,8 @@ //===--- FuzzySymbolIndex.h - Lookup symbols for autocomplete ---*- 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/clang-tools-extra/include-fixer/InMemorySymbolIndex.cpp b/clang-tools-extra/include-fixer/InMemorySymbolIndex.cpp index 14753bd9aa2..e7858939c46 100644 --- a/clang-tools-extra/include-fixer/InMemorySymbolIndex.cpp +++ b/clang-tools-extra/include-fixer/InMemorySymbolIndex.cpp @@ -1,9 +1,8 @@ //===-- InMemorySymbolIndex.cpp--------------------------------------------===// // -// 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/clang-tools-extra/include-fixer/InMemorySymbolIndex.h b/clang-tools-extra/include-fixer/InMemorySymbolIndex.h index 0e1310e3de3..bea8be91a43 100644 --- a/clang-tools-extra/include-fixer/InMemorySymbolIndex.h +++ b/clang-tools-extra/include-fixer/InMemorySymbolIndex.h @@ -1,9 +1,8 @@ //===-- InMemorySymbolIndex.h -----------------------------------*- 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/clang-tools-extra/include-fixer/IncludeFixer.cpp b/clang-tools-extra/include-fixer/IncludeFixer.cpp index c6dfd7fc098..540b263e35b 100644 --- a/clang-tools-extra/include-fixer/IncludeFixer.cpp +++ b/clang-tools-extra/include-fixer/IncludeFixer.cpp @@ -1,9 +1,8 @@ //===-- IncludeFixer.cpp - Include inserter based on sema callbacks -------===// // -// 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/clang-tools-extra/include-fixer/IncludeFixer.h b/clang-tools-extra/include-fixer/IncludeFixer.h index 13092a34bff..5528e895642 100644 --- a/clang-tools-extra/include-fixer/IncludeFixer.h +++ b/clang-tools-extra/include-fixer/IncludeFixer.h @@ -1,9 +1,8 @@ //===-- IncludeFixer.h - Include inserter -----------------------*- 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/clang-tools-extra/include-fixer/IncludeFixerContext.cpp b/clang-tools-extra/include-fixer/IncludeFixerContext.cpp index 8106e20e8dd..a9fef45c46c 100644 --- a/clang-tools-extra/include-fixer/IncludeFixerContext.cpp +++ b/clang-tools-extra/include-fixer/IncludeFixerContext.cpp @@ -1,9 +1,8 @@ //===-- IncludeFixerContext.cpp - Include fixer context ---------*- 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/clang-tools-extra/include-fixer/IncludeFixerContext.h b/clang-tools-extra/include-fixer/IncludeFixerContext.h index 3c44574b846..bbb87e2b55f 100644 --- a/clang-tools-extra/include-fixer/IncludeFixerContext.h +++ b/clang-tools-extra/include-fixer/IncludeFixerContext.h @@ -1,9 +1,8 @@ //===-- IncludeFixerContext.h - Include fixer context -----------*- 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/clang-tools-extra/include-fixer/SymbolIndex.h b/clang-tools-extra/include-fixer/SymbolIndex.h index f3e6ecd974a..ca04d50a0bc 100644 --- a/clang-tools-extra/include-fixer/SymbolIndex.h +++ b/clang-tools-extra/include-fixer/SymbolIndex.h @@ -1,9 +1,8 @@ //===-- SymbolIndex.h - Interface for symbol-header matching ----*- 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/clang-tools-extra/include-fixer/SymbolIndexManager.cpp b/clang-tools-extra/include-fixer/SymbolIndexManager.cpp index e4312bf166b..603b9d4f29d 100644 --- a/clang-tools-extra/include-fixer/SymbolIndexManager.cpp +++ b/clang-tools-extra/include-fixer/SymbolIndexManager.cpp @@ -1,9 +1,8 @@ //===-- SymbolIndexManager.cpp - Managing multiple SymbolIndices-*- 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/clang-tools-extra/include-fixer/SymbolIndexManager.h b/clang-tools-extra/include-fixer/SymbolIndexManager.h index 12963ddb29b..ca2d73996d3 100644 --- a/clang-tools-extra/include-fixer/SymbolIndexManager.h +++ b/clang-tools-extra/include-fixer/SymbolIndexManager.h @@ -1,9 +1,8 @@ //===-- SymbolIndexManager.h - Managing multiple SymbolIndices --*- 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/clang-tools-extra/include-fixer/YamlSymbolIndex.cpp b/clang-tools-extra/include-fixer/YamlSymbolIndex.cpp index f3f2d5a8955..de72e9a9b93 100644 --- a/clang-tools-extra/include-fixer/YamlSymbolIndex.cpp +++ b/clang-tools-extra/include-fixer/YamlSymbolIndex.cpp @@ -1,9 +1,8 @@ //===-- YamlSymbolIndex.cpp -----------------------------------------------===// // -// 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/clang-tools-extra/include-fixer/YamlSymbolIndex.h b/clang-tools-extra/include-fixer/YamlSymbolIndex.h index d5d699a2276..3c4f514401d 100644 --- a/clang-tools-extra/include-fixer/YamlSymbolIndex.h +++ b/clang-tools-extra/include-fixer/YamlSymbolIndex.h @@ -1,9 +1,8 @@ //===-- YamlSymbolIndex.h ---------------------------------------*- 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/clang-tools-extra/include-fixer/find-all-symbols/FindAllMacros.cpp b/clang-tools-extra/include-fixer/find-all-symbols/FindAllMacros.cpp index 3dc2b96f13e..ed1bc2f490a 100644 --- a/clang-tools-extra/include-fixer/find-all-symbols/FindAllMacros.cpp +++ b/clang-tools-extra/include-fixer/find-all-symbols/FindAllMacros.cpp @@ -1,9 +1,8 @@ //===-- FindAllMacros.cpp - find all macros ---------------------*- 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/clang-tools-extra/include-fixer/find-all-symbols/FindAllMacros.h b/clang-tools-extra/include-fixer/find-all-symbols/FindAllMacros.h index 10b4a696002..5aaf388456e 100644 --- a/clang-tools-extra/include-fixer/find-all-symbols/FindAllMacros.h +++ b/clang-tools-extra/include-fixer/find-all-symbols/FindAllMacros.h @@ -1,10 +1,9 @@ //===-- FindAllMacros.h - find all macros -----------------------*- 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/clang-tools-extra/include-fixer/find-all-symbols/FindAllSymbols.cpp b/clang-tools-extra/include-fixer/find-all-symbols/FindAllSymbols.cpp index bd5032d04a9..bb6a3fa9f16 100644 --- a/clang-tools-extra/include-fixer/find-all-symbols/FindAllSymbols.cpp +++ b/clang-tools-extra/include-fixer/find-all-symbols/FindAllSymbols.cpp @@ -1,9 +1,8 @@ //===-- FindAllSymbols.cpp - find all symbols--------------------*- 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/clang-tools-extra/include-fixer/find-all-symbols/FindAllSymbols.h b/clang-tools-extra/include-fixer/find-all-symbols/FindAllSymbols.h index fca849f5e48..d78da668ee4 100644 --- a/clang-tools-extra/include-fixer/find-all-symbols/FindAllSymbols.h +++ b/clang-tools-extra/include-fixer/find-all-symbols/FindAllSymbols.h @@ -1,9 +1,8 @@ //===-- FindAllSymbols.h - find all symbols----------------------*- 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/clang-tools-extra/include-fixer/find-all-symbols/FindAllSymbolsAction.cpp b/clang-tools-extra/include-fixer/find-all-symbols/FindAllSymbolsAction.cpp index bc00547a9ec..9f1d31dc38a 100644 --- a/clang-tools-extra/include-fixer/find-all-symbols/FindAllSymbolsAction.cpp +++ b/clang-tools-extra/include-fixer/find-all-symbols/FindAllSymbolsAction.cpp @@ -1,9 +1,8 @@ //===-- FindAllSymbolsAction.cpp - find all symbols action --------*- 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/clang-tools-extra/include-fixer/find-all-symbols/FindAllSymbolsAction.h b/clang-tools-extra/include-fixer/find-all-symbols/FindAllSymbolsAction.h index 7be9fe2b2be..ccffa4b3c9d 100644 --- a/clang-tools-extra/include-fixer/find-all-symbols/FindAllSymbolsAction.h +++ b/clang-tools-extra/include-fixer/find-all-symbols/FindAllSymbolsAction.h @@ -1,9 +1,8 @@ //===-- FindAllSymbolsAction.h - find all symbols action --------*- 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/clang-tools-extra/include-fixer/find-all-symbols/HeaderMapCollector.cpp b/clang-tools-extra/include-fixer/find-all-symbols/HeaderMapCollector.cpp index 379df81a0d9..6ec49cae2a6 100644 --- a/clang-tools-extra/include-fixer/find-all-symbols/HeaderMapCollector.cpp +++ b/clang-tools-extra/include-fixer/find-all-symbols/HeaderMapCollector.cpp @@ -1,9 +1,8 @@ //===-- HeaderMapCoolector.h - find all symbols------------------*- 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/clang-tools-extra/include-fixer/find-all-symbols/HeaderMapCollector.h b/clang-tools-extra/include-fixer/find-all-symbols/HeaderMapCollector.h index 65edd7545a0..2135827561d 100644 --- a/clang-tools-extra/include-fixer/find-all-symbols/HeaderMapCollector.h +++ b/clang-tools-extra/include-fixer/find-all-symbols/HeaderMapCollector.h @@ -1,9 +1,8 @@ //===-- HeaderMapCoolector.h - find all symbols------------------*- 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/clang-tools-extra/include-fixer/find-all-symbols/PathConfig.cpp b/clang-tools-extra/include-fixer/find-all-symbols/PathConfig.cpp index de799b99904..4f1ebc7732a 100644 --- a/clang-tools-extra/include-fixer/find-all-symbols/PathConfig.cpp +++ b/clang-tools-extra/include-fixer/find-all-symbols/PathConfig.cpp @@ -1,10 +1,9 @@ //===-- PathConfig.cpp - Process paths of symbols ---------------*- 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/clang-tools-extra/include-fixer/find-all-symbols/PathConfig.h b/clang-tools-extra/include-fixer/find-all-symbols/PathConfig.h index 50de54805f3..9c430f2526a 100644 --- a/clang-tools-extra/include-fixer/find-all-symbols/PathConfig.h +++ b/clang-tools-extra/include-fixer/find-all-symbols/PathConfig.h @@ -1,10 +1,9 @@ //===-- PathConfig.h - Process paths of symbols -----------------*- 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/clang-tools-extra/include-fixer/find-all-symbols/PragmaCommentHandler.cpp b/clang-tools-extra/include-fixer/find-all-symbols/PragmaCommentHandler.cpp index 0242d3851c9..494897529e2 100644 --- a/clang-tools-extra/include-fixer/find-all-symbols/PragmaCommentHandler.cpp +++ b/clang-tools-extra/include-fixer/find-all-symbols/PragmaCommentHandler.cpp @@ -1,9 +1,8 @@ //===-- PragmaCommentHandler.cpp - find all symbols -----------------------===// // -// 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/clang-tools-extra/include-fixer/find-all-symbols/PragmaCommentHandler.h b/clang-tools-extra/include-fixer/find-all-symbols/PragmaCommentHandler.h index 9eb4972c60c..752c82f5a06 100644 --- a/clang-tools-extra/include-fixer/find-all-symbols/PragmaCommentHandler.h +++ b/clang-tools-extra/include-fixer/find-all-symbols/PragmaCommentHandler.h @@ -1,9 +1,8 @@ //===-- PragmaCommentHandler.h - find all symbols----------------*- 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/clang-tools-extra/include-fixer/find-all-symbols/STLPostfixHeaderMap.cpp b/clang-tools-extra/include-fixer/find-all-symbols/STLPostfixHeaderMap.cpp index 4a49479ba0d..0d0bbd9f055 100644 --- a/clang-tools-extra/include-fixer/find-all-symbols/STLPostfixHeaderMap.cpp +++ b/clang-tools-extra/include-fixer/find-all-symbols/STLPostfixHeaderMap.cpp @@ -1,9 +1,8 @@ //===-- STLPostfixHeaderMap.h - hardcoded STL header map --------*- 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/clang-tools-extra/include-fixer/find-all-symbols/STLPostfixHeaderMap.h b/clang-tools-extra/include-fixer/find-all-symbols/STLPostfixHeaderMap.h index 162580d8351..49bc5f3037d 100644 --- a/clang-tools-extra/include-fixer/find-all-symbols/STLPostfixHeaderMap.h +++ b/clang-tools-extra/include-fixer/find-all-symbols/STLPostfixHeaderMap.h @@ -1,9 +1,8 @@ //===-- STLPostfixHeaderMap.h - hardcoded header map for STL ----*- 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/clang-tools-extra/include-fixer/find-all-symbols/SymbolInfo.cpp b/clang-tools-extra/include-fixer/find-all-symbols/SymbolInfo.cpp index 00bfbe5f38d..e5b4dba4b7a 100644 --- a/clang-tools-extra/include-fixer/find-all-symbols/SymbolInfo.cpp +++ b/clang-tools-extra/include-fixer/find-all-symbols/SymbolInfo.cpp @@ -1,9 +1,8 @@ //===-- SymbolInfo.cpp - Symbol Info ----------------------------*- 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/clang-tools-extra/include-fixer/find-all-symbols/SymbolInfo.h b/clang-tools-extra/include-fixer/find-all-symbols/SymbolInfo.h index 92d360d3646..6def1c70218 100644 --- a/clang-tools-extra/include-fixer/find-all-symbols/SymbolInfo.h +++ b/clang-tools-extra/include-fixer/find-all-symbols/SymbolInfo.h @@ -1,9 +1,8 @@ //===-- SymbolInfo.h - Symbol Info ------------------------------*- 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/clang-tools-extra/include-fixer/find-all-symbols/SymbolReporter.h b/clang-tools-extra/include-fixer/find-all-symbols/SymbolReporter.h index 2398234cf03..25e86219150 100644 --- a/clang-tools-extra/include-fixer/find-all-symbols/SymbolReporter.h +++ b/clang-tools-extra/include-fixer/find-all-symbols/SymbolReporter.h @@ -1,9 +1,8 @@ //===--- SymbolReporter.h - Symbol Reporter ---------------------*- 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/clang-tools-extra/include-fixer/find-all-symbols/tool/FindAllSymbolsMain.cpp b/clang-tools-extra/include-fixer/find-all-symbols/tool/FindAllSymbolsMain.cpp index e09a5aaf581..dbbe0738d03 100644 --- a/clang-tools-extra/include-fixer/find-all-symbols/tool/FindAllSymbolsMain.cpp +++ b/clang-tools-extra/include-fixer/find-all-symbols/tool/FindAllSymbolsMain.cpp @@ -1,9 +1,8 @@ //===-- FindAllSymbolsMain.cpp - find all symbols tool ----------*- 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/clang-tools-extra/include-fixer/find-all-symbols/tool/run-find-all-symbols.py b/clang-tools-extra/include-fixer/find-all-symbols/tool/run-find-all-symbols.py index 461d959bd2f..5e9dde72343 100755 --- a/clang-tools-extra/include-fixer/find-all-symbols/tool/run-find-all-symbols.py +++ b/clang-tools-extra/include-fixer/find-all-symbols/tool/run-find-all-symbols.py @@ -2,10 +2,9 @@ # #=- run-find-all-symbols.py - Parallel find-all-symbols runner -*- python -*-=# # -# 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/clang-tools-extra/include-fixer/plugin/IncludeFixerPlugin.cpp b/clang-tools-extra/include-fixer/plugin/IncludeFixerPlugin.cpp index 0d6bdb75b5a..bc9c497334c 100644 --- a/clang-tools-extra/include-fixer/plugin/IncludeFixerPlugin.cpp +++ b/clang-tools-extra/include-fixer/plugin/IncludeFixerPlugin.cpp @@ -1,9 +1,8 @@ //===- IncludeFixerPlugin.cpp - clang-include-fixer as a clang plugin -----===// // -// 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/clang-tools-extra/include-fixer/tool/ClangIncludeFixer.cpp b/clang-tools-extra/include-fixer/tool/ClangIncludeFixer.cpp index d9d97d2385a..64bfdb758e1 100644 --- a/clang-tools-extra/include-fixer/tool/ClangIncludeFixer.cpp +++ b/clang-tools-extra/include-fixer/tool/ClangIncludeFixer.cpp @@ -1,9 +1,8 @@ //===-- ClangIncludeFixer.cpp - Standalone include fixer ------------------===// // -// 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 // //===----------------------------------------------------------------------===// |