diff options
author | Christopher Di Bella <cjdb@google.com> | 2021-08-05 03:16:17 +0000 |
---|---|---|
committer | Christopher Di Bella <cjdb@google.com> | 2021-08-11 02:48:53 +0000 |
commit | c874dd53628db8170d4c5ba3878817abc385a695 (patch) | |
tree | 4a54dd35d93ef7ffb081c183e116c130377fab89 /clang-tools-extra/clang-tidy/readability/ConvertMemberFunctionsToStatic.cpp | |
parent | d41de8ed266c0f5ef20fb260f8d7de6980a60b74 (diff) | |
download | llvm-c874dd53628db8170d4c5ba3878817abc385a695.zip llvm-c874dd53628db8170d4c5ba3878817abc385a695.tar.gz llvm-c874dd53628db8170d4c5ba3878817abc385a695.tar.bz2 |
[llvm][clang][NFC] updates inline licence info
Some files still contained the old University of Illinois Open Source
Licence header. This patch replaces that with the Apache 2 with LLVM
Exception licence.
Differential Revision: https://reviews.llvm.org/D107528
Diffstat (limited to 'clang-tools-extra/clang-tidy/readability/ConvertMemberFunctionsToStatic.cpp')
-rw-r--r-- | clang-tools-extra/clang-tidy/readability/ConvertMemberFunctionsToStatic.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/clang-tools-extra/clang-tidy/readability/ConvertMemberFunctionsToStatic.cpp b/clang-tools-extra/clang-tidy/readability/ConvertMemberFunctionsToStatic.cpp index b2ad1bc..0ff0846 100644 --- a/clang-tools-extra/clang-tidy/readability/ConvertMemberFunctionsToStatic.cpp +++ b/clang-tools-extra/clang-tidy/readability/ConvertMemberFunctionsToStatic.cpp @@ -1,9 +1,8 @@ //===--- ConvertMemberFunctionsToStatic.cpp - clang-tidy ------------------===// // -// 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 // //===----------------------------------------------------------------------===// |