[llvm] r353665 - Update files that were mistakenly added with the old file header to the

Chandler Carruth via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 11 00:07:38 PST 2019


Author: chandlerc
Date: Mon Feb 11 00:07:38 2019
New Revision: 353665

URL: http://llvm.org/viewvc/llvm-project?rev=353665&view=rev
Log:
Update files that were mistakenly added with the old file header to the
new one.

Modified:
    llvm/trunk/lib/Transforms/Vectorize/VPlanPredicator.cpp
    llvm/trunk/lib/Transforms/Vectorize/VPlanPredicator.h
    llvm/trunk/unittests/Transforms/Vectorize/VPlanPredicatorTest.cpp

Modified: llvm/trunk/lib/Transforms/Vectorize/VPlanPredicator.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Vectorize/VPlanPredicator.cpp?rev=353665&r1=353664&r2=353665&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Vectorize/VPlanPredicator.cpp (original)
+++ llvm/trunk/lib/Transforms/Vectorize/VPlanPredicator.cpp Mon Feb 11 00:07:38 2019
@@ -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
 //
 //===----------------------------------------------------------------------===//
 ///

Modified: llvm/trunk/lib/Transforms/Vectorize/VPlanPredicator.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Vectorize/VPlanPredicator.h?rev=353665&r1=353664&r2=353665&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Vectorize/VPlanPredicator.h (original)
+++ llvm/trunk/lib/Transforms/Vectorize/VPlanPredicator.h Mon Feb 11 00:07:38 2019
@@ -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
 //
 //===----------------------------------------------------------------------===//
 ///

Modified: llvm/trunk/unittests/Transforms/Vectorize/VPlanPredicatorTest.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/unittests/Transforms/Vectorize/VPlanPredicatorTest.cpp?rev=353665&r1=353664&r2=353665&view=diff
==============================================================================
--- llvm/trunk/unittests/Transforms/Vectorize/VPlanPredicatorTest.cpp (original)
+++ llvm/trunk/unittests/Transforms/Vectorize/VPlanPredicatorTest.cpp Mon Feb 11 00:07:38 2019
@@ -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
 //
 //===----------------------------------------------------------------------===//
 




More information about the llvm-commits mailing list