]> granicus.if.org Git - llvm/commitdiff
Update files that were mistakenly added with the old file header to the
authorChandler Carruth <chandlerc@gmail.com>
Mon, 11 Feb 2019 08:07:38 +0000 (08:07 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 11 Feb 2019 08:07:38 +0000 (08:07 +0000)
new one.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@353665 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Vectorize/VPlanPredicator.cpp
lib/Transforms/Vectorize/VPlanPredicator.h
unittests/Transforms/Vectorize/VPlanPredicatorTest.cpp

index 1f717bc9cce868f853b1ff1c840246bbd298f4bc..7a80f3ff80a5c3bb48d03a2953fc320d804dc629 100644 (file)
@@ -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
 //
 //===----------------------------------------------------------------------===//
 ///
index 70a77a33b8b7e3456da16db43f8b38344080bd85..692afd2978d5300849fc1ebf3097840319174ad9 100644 (file)
@@ -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
 //
 //===----------------------------------------------------------------------===//
 ///
index 41cb657dfb24bc4a53bd3aec7fc0884166b414a4..81ed3cee3d2a81e90bb6227154d1b6d0c3f1e928 100644 (file)
@@ -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
 //
 //===----------------------------------------------------------------------===//