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 /llvm/lib/Support/Signposts.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 'llvm/lib/Support/Signposts.cpp')
-rw-r--r-- | llvm/lib/Support/Signposts.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/llvm/lib/Support/Signposts.cpp b/llvm/lib/Support/Signposts.cpp index 49a0b16..09df022 100644 --- a/llvm/lib/Support/Signposts.cpp +++ b/llvm/lib/Support/Signposts.cpp @@ -1,9 +1,8 @@ //===-- Signposts.cpp - Interval debug annotations ------------------------===// // -// 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 // //===----------------------------------------------------------------------===// |