From 1f5550326f12d1a7c6b0bf1444363f2968289914 Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Mon, 11 Feb 2019 08:25:56 +0000 Subject: [PATCH] Update more files added with the old header to the new one. llvm-svn: 353667 --- .../llvm/Transforms/Scalar/LowerWidenableCondition.h | 7 +++---- llvm/lib/Transforms/Scalar/LowerWidenableCondition.cpp | 7 +++---- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/llvm/include/llvm/Transforms/Scalar/LowerWidenableCondition.h b/llvm/include/llvm/Transforms/Scalar/LowerWidenableCondition.h index 6dd786b2d341..7c1e64b8f3a9 100644 --- a/llvm/include/llvm/Transforms/Scalar/LowerWidenableCondition.h +++ b/llvm/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/llvm/lib/Transforms/Scalar/LowerWidenableCondition.cpp b/llvm/lib/Transforms/Scalar/LowerWidenableCondition.cpp index 6a83d062b71f..5342f2ddcb6b 100644 --- a/llvm/lib/Transforms/Scalar/LowerWidenableCondition.cpp +++ b/llvm/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 // //===----------------------------------------------------------------------===// //