[llvm] r353664 - Update files that were mistakenly added with the old file header.

Chandler Carruth via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 11 00:07:32 PST 2019


Author: chandlerc
Date: Mon Feb 11 00:07:32 2019
New Revision: 353664

URL: http://llvm.org/viewvc/llvm-project?rev=353664&view=rev
Log:
Update files that were mistakenly added with the old file header.

Modified:
    llvm/trunk/unittests/CodeGen/TypeTraitsTest.cpp

Modified: llvm/trunk/unittests/CodeGen/TypeTraitsTest.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/CodeGen/TypeTraitsTest.cpp?rev=353664&r1=353663&r2=353664&view=diff
==============================================================================
--- llvm/trunk/unittests/CodeGen/TypeTraitsTest.cpp (original)
+++ llvm/trunk/unittests/CodeGen/TypeTraitsTest.cpp Mon Feb 11 00:07:32 2019
@@ -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
 //
 //===----------------------------------------------------------------------===//
 




More information about the llvm-commits mailing list