diff options
Diffstat (limited to 'clang-tools-extra/clang-tidy-vs')
-rw-r--r-- | clang-tools-extra/clang-tidy-vs/ClangTidy/ClangTidyPackage.cs | 7 | ||||
-rw-r--r-- | clang-tools-extra/clang-tidy-vs/ClangTidy/ClangTidyPropertyGrid.cs | 7 |
2 files changed, 6 insertions, 8 deletions
diff --git a/clang-tools-extra/clang-tidy-vs/ClangTidy/ClangTidyPackage.cs b/clang-tools-extra/clang-tidy-vs/ClangTidy/ClangTidyPackage.cs index c5164e72d1a..fb8a1511309 100644 --- a/clang-tools-extra/clang-tidy-vs/ClangTidy/ClangTidyPackage.cs +++ b/clang-tools-extra/clang-tidy-vs/ClangTidy/ClangTidyPackage.cs @@ -1,9 +1,8 @@ //===-- ClangTidyPackages.cs - VSPackage for clang-tidy ----------*- 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/clang-tidy-vs/ClangTidy/ClangTidyPropertyGrid.cs b/clang-tools-extra/clang-tidy-vs/ClangTidy/ClangTidyPropertyGrid.cs index 9b49e6696b7..c9945b2741c 100644 --- a/clang-tools-extra/clang-tidy-vs/ClangTidy/ClangTidyPropertyGrid.cs +++ b/clang-tools-extra/clang-tidy-vs/ClangTidy/ClangTidyPropertyGrid.cs @@ -1,9 +1,8 @@ //===-- ClangTidyPropertyGrid.cs - UI for configuring clang-tidy -*- 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 // //===----------------------------------------------------------------------===// // |