From: Chandler Carruth Date: Mon, 11 Feb 2019 08:25:56 +0000 (+0000) Subject: Update more files added with the old header to the new one. X-Git-Tag: android-x86-9.0-r1~7168 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=19fb84fa59aac8a03d0f778e435a3256e204fdbc;p=android-x86%2Fexternal-llvm.git Update more files added with the old header to the new one. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@353667 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Transforms/Scalar/LowerWidenableCondition.h b/include/llvm/Transforms/Scalar/LowerWidenableCondition.h index 6dd786b2d34..7c1e64b8f3a 100644 --- a/include/llvm/Transforms/Scalar/LowerWidenableCondition.h +++ b/include/llvm/Transforms/Scalar/LowerWidenableCondition.h @@ -1,9 +1,8 @@ //===--- LowerWidenableCondition.h - Lower the guard intrinsic ---------------===// // -// 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/lib/Transforms/Scalar/LowerWidenableCondition.cpp b/lib/Transforms/Scalar/LowerWidenableCondition.cpp index 6a83d062b71..5342f2ddcb6 100644 --- a/lib/Transforms/Scalar/LowerWidenableCondition.cpp +++ b/lib/Transforms/Scalar/LowerWidenableCondition.cpp @@ -1,9 +1,8 @@ //===- LowerWidenableCondition.cpp - Lower the guard intrinsic ---------------===// // -// 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 // //===----------------------------------------------------------------------===// //