diff options
author | Chandler Carruth <chandlerc@gmail.com> | 2019-02-11 08:07:32 +0000 |
---|---|---|
committer | Chandler Carruth <chandlerc@gmail.com> | 2019-02-11 08:07:32 +0000 |
commit | 3b387a7e3cbe3b71d016ff68a05219d192c587af (patch) | |
tree | e6c41915b8fa7fdc1a03b2b4bdb98a467e58b4ec /llvm/unittests/CodeGen | |
parent | 023f999822b73427b5ef9d794f3e384a26f73b1a (diff) | |
download | bcm5719-llvm-3b387a7e3cbe3b71d016ff68a05219d192c587af.tar.gz bcm5719-llvm-3b387a7e3cbe3b71d016ff68a05219d192c587af.zip |
Update files that were mistakenly added with the old file header.
llvm-svn: 353664
Diffstat (limited to 'llvm/unittests/CodeGen')
-rw-r--r-- | llvm/unittests/CodeGen/TypeTraitsTest.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/llvm/unittests/CodeGen/TypeTraitsTest.cpp b/llvm/unittests/CodeGen/TypeTraitsTest.cpp index ae02c49fdcc..840375bd4ab 100644 --- a/llvm/unittests/CodeGen/TypeTraitsTest.cpp +++ b/llvm/unittests/CodeGen/TypeTraitsTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittest/CodeGen/TypeTraitsTest.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 // //===----------------------------------------------------------------------===// |