[llvm] r353667 - Update more files added with the old header to the new one.
Chandler Carruth via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 11 00:25:56 PST 2019
Author: chandlerc
Date: Mon Feb 11 00:25:56 2019
New Revision: 353667
URL: http://llvm.org/viewvc/llvm-project?rev=353667&view=rev
Log:
Update more files added with the old header to the new one.
Modified:
llvm/trunk/include/llvm/Transforms/Scalar/LowerWidenableCondition.h
llvm/trunk/lib/Transforms/Scalar/LowerWidenableCondition.cpp
Modified: llvm/trunk/include/llvm/Transforms/Scalar/LowerWidenableCondition.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Transforms/Scalar/LowerWidenableCondition.h?rev=353667&r1=353666&r2=353667&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Transforms/Scalar/LowerWidenableCondition.h (original)
+++ llvm/trunk/include/llvm/Transforms/Scalar/LowerWidenableCondition.h Mon Feb 11 00:25:56 2019
@@ -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
//
//===----------------------------------------------------------------------===//
//
Modified: llvm/trunk/lib/Transforms/Scalar/LowerWidenableCondition.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Scalar/LowerWidenableCondition.cpp?rev=353667&r1=353666&r2=353667&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Scalar/LowerWidenableCondition.cpp (original)
+++ llvm/trunk/lib/Transforms/Scalar/LowerWidenableCondition.cpp Mon Feb 11 00:25:56 2019
@@ -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
//
//===----------------------------------------------------------------------===//
//
More information about the llvm-commits
mailing list