diff --git a/lib/Transforms/Vectorize/VPlanPredicator.cpp b/lib/Transforms/Vectorize/VPlanPredicator.cpp index 1f717bc9cce..7a80f3ff80a 100644 --- a/lib/Transforms/Vectorize/VPlanPredicator.cpp +++ b/lib/Transforms/Vectorize/VPlanPredicator.cpp @@ -1,9 +1,8 @@ //===-- VPlanPredicator.cpp -------------------------------------*- C++ -*-===// // -// 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/Vectorize/VPlanPredicator.h b/lib/Transforms/Vectorize/VPlanPredicator.h index 70a77a33b8b..692afd2978d 100644 --- a/lib/Transforms/Vectorize/VPlanPredicator.h +++ b/lib/Transforms/Vectorize/VPlanPredicator.h @@ -1,9 +1,8 @@ //===-- VPlanPredicator.h ---------------------------------------*- C++ -*-===// // -// 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/unittests/Transforms/Vectorize/VPlanPredicatorTest.cpp b/unittests/Transforms/Vectorize/VPlanPredicatorTest.cpp index 41cb657dfb2..81ed3cee3d2 100644 --- a/unittests/Transforms/Vectorize/VPlanPredicatorTest.cpp +++ b/unittests/Transforms/Vectorize/VPlanPredicatorTest.cpp @@ -1,9 +1,8 @@ //===- llvm/unittests/Transforms/Vectorize/VPlanPredicatorTest.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 // //===----------------------------------------------------------------------===//