[Parallel_libs-commits] [parallel-libs] r351636 - Update the file headers across all of the LLVM projects in the monorepo

Chandler Carruth via Parallel_libs-commits parallel_libs-commits at lists.llvm.org
Sat Jan 19 00:56:03 PST 2019


Author: chandlerc
Date: Sat Jan 19 00:50:56 2019
New Revision: 351636

URL: http://llvm.org/viewvc/llvm-project?rev=351636&view=rev
Log:
Update the file headers across all of the LLVM projects in the monorepo
to reflect the new license.

We understand that people may be surprised that we're moving the header
entirely to discuss the new license. We checked this carefully with the
Foundation's lawyer and we believe this is the correct approach.

Essentially, all code in the project is now made available by the LLVM
project under our new license, so you will see that the license headers
include that license only. Some of our contributors have contributed
code under our old license, and accordingly, we have retained a copy of
our old license notice in the top-level files in each project and
repository.

Modified:
    parallel-libs/trunk/acxxel/acxxel.cpp
    parallel-libs/trunk/acxxel/acxxel.h
    parallel-libs/trunk/acxxel/config.h.in
    parallel-libs/trunk/acxxel/cuda_acxxel.cpp
    parallel-libs/trunk/acxxel/examples/opencl_example.cpp
    parallel-libs/trunk/acxxel/examples/simple_example.cu
    parallel-libs/trunk/acxxel/opencl_acxxel.cpp
    parallel-libs/trunk/acxxel/span.h
    parallel-libs/trunk/acxxel/status.h
    parallel-libs/trunk/acxxel/tests/acxxel_test.cpp
    parallel-libs/trunk/acxxel/tests/opencl_test.cpp
    parallel-libs/trunk/acxxel/tests/span_test.cpp
    parallel-libs/trunk/acxxel/tests/status_test.cpp

Modified: parallel-libs/trunk/acxxel/acxxel.cpp
URL: http://llvm.org/viewvc/llvm-project/parallel-libs/trunk/acxxel/acxxel.cpp?rev=351636&r1=351635&r2=351636&view=diff
==============================================================================
--- parallel-libs/trunk/acxxel/acxxel.cpp (original)
+++ parallel-libs/trunk/acxxel/acxxel.cpp Sat Jan 19 00:50:56 2019
@@ -1,9 +1,8 @@
 //===--- acxxel.cpp - Implementation details for the Acxxel API -----------===//
 //
-//                     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: parallel-libs/trunk/acxxel/acxxel.h
URL: http://llvm.org/viewvc/llvm-project/parallel-libs/trunk/acxxel/acxxel.h?rev=351636&r1=351635&r2=351636&view=diff
==============================================================================
--- parallel-libs/trunk/acxxel/acxxel.h (original)
+++ parallel-libs/trunk/acxxel/acxxel.h Sat Jan 19 00:50:56 2019
@@ -1,9 +1,8 @@
 //===--- acxxel.h - The Acxxel API ------------------------------*- 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: parallel-libs/trunk/acxxel/config.h.in
URL: http://llvm.org/viewvc/llvm-project/parallel-libs/trunk/acxxel/config.h.in?rev=351636&r1=351635&r2=351636&view=diff
==============================================================================
--- parallel-libs/trunk/acxxel/config.h.in (original)
+++ parallel-libs/trunk/acxxel/config.h.in Sat Jan 19 00:50:56 2019
@@ -1,9 +1,8 @@
 //===--- config.h - Macros generated during configuration -------*- 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: parallel-libs/trunk/acxxel/cuda_acxxel.cpp
URL: http://llvm.org/viewvc/llvm-project/parallel-libs/trunk/acxxel/cuda_acxxel.cpp?rev=351636&r1=351635&r2=351636&view=diff
==============================================================================
--- parallel-libs/trunk/acxxel/cuda_acxxel.cpp (original)
+++ parallel-libs/trunk/acxxel/cuda_acxxel.cpp Sat Jan 19 00:50:56 2019
@@ -1,9 +1,8 @@
 //===--- cuda_acxxel.cpp - CUDA implementation of the Acxxel API ----------===//
 //
-//                     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: parallel-libs/trunk/acxxel/examples/opencl_example.cpp
URL: http://llvm.org/viewvc/llvm-project/parallel-libs/trunk/acxxel/examples/opencl_example.cpp?rev=351636&r1=351635&r2=351636&view=diff
==============================================================================
--- parallel-libs/trunk/acxxel/examples/opencl_example.cpp (original)
+++ parallel-libs/trunk/acxxel/examples/opencl_example.cpp Sat Jan 19 00:50:56 2019
@@ -1,9 +1,8 @@
 //===--- opencl_example.cpp - Example of using Acxxel with OpenCL ---------===//
 //
-//                     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: parallel-libs/trunk/acxxel/examples/simple_example.cu
URL: http://llvm.org/viewvc/llvm-project/parallel-libs/trunk/acxxel/examples/simple_example.cu?rev=351636&r1=351635&r2=351636&view=diff
==============================================================================
--- parallel-libs/trunk/acxxel/examples/simple_example.cu (original)
+++ parallel-libs/trunk/acxxel/examples/simple_example.cu Sat Jan 19 00:50:56 2019
@@ -1,9 +1,8 @@
 //===--- simple_example.cu - Simple example of using Acxxel ---------------===//
 //
-//                     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: parallel-libs/trunk/acxxel/opencl_acxxel.cpp
URL: http://llvm.org/viewvc/llvm-project/parallel-libs/trunk/acxxel/opencl_acxxel.cpp?rev=351636&r1=351635&r2=351636&view=diff
==============================================================================
--- parallel-libs/trunk/acxxel/opencl_acxxel.cpp (original)
+++ parallel-libs/trunk/acxxel/opencl_acxxel.cpp Sat Jan 19 00:50:56 2019
@@ -1,9 +1,8 @@
 //===--- opencl_acxxel.cpp - OpenCL implementation of the Acxxel API ------===//
 //
-//                     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: parallel-libs/trunk/acxxel/span.h
URL: http://llvm.org/viewvc/llvm-project/parallel-libs/trunk/acxxel/span.h?rev=351636&r1=351635&r2=351636&view=diff
==============================================================================
--- parallel-libs/trunk/acxxel/span.h (original)
+++ parallel-libs/trunk/acxxel/span.h Sat Jan 19 00:50:56 2019
@@ -1,9 +1,8 @@
 //===--- span- The span class -----------------------------------*- 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: parallel-libs/trunk/acxxel/status.h
URL: http://llvm.org/viewvc/llvm-project/parallel-libs/trunk/acxxel/status.h?rev=351636&r1=351635&r2=351636&view=diff
==============================================================================
--- parallel-libs/trunk/acxxel/status.h (original)
+++ parallel-libs/trunk/acxxel/status.h Sat Jan 19 00:50:56 2019
@@ -1,9 +1,8 @@
 //===--- status.h - Status and Expected classes -----------------*- 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: parallel-libs/trunk/acxxel/tests/acxxel_test.cpp
URL: http://llvm.org/viewvc/llvm-project/parallel-libs/trunk/acxxel/tests/acxxel_test.cpp?rev=351636&r1=351635&r2=351636&view=diff
==============================================================================
--- parallel-libs/trunk/acxxel/tests/acxxel_test.cpp (original)
+++ parallel-libs/trunk/acxxel/tests/acxxel_test.cpp Sat Jan 19 00:50:56 2019
@@ -1,9 +1,8 @@
 //===--- acxxel_test.cpp - Tests for the Acxxel API -----------------------===//
 //
-//                     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: parallel-libs/trunk/acxxel/tests/opencl_test.cpp
URL: http://llvm.org/viewvc/llvm-project/parallel-libs/trunk/acxxel/tests/opencl_test.cpp?rev=351636&r1=351635&r2=351636&view=diff
==============================================================================
--- parallel-libs/trunk/acxxel/tests/opencl_test.cpp (original)
+++ parallel-libs/trunk/acxxel/tests/opencl_test.cpp Sat Jan 19 00:50:56 2019
@@ -1,9 +1,8 @@
 //===--- opencl_test.cpp - Tests for OpenCL and the Acxxel API ------------===//
 //
-//                     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: parallel-libs/trunk/acxxel/tests/span_test.cpp
URL: http://llvm.org/viewvc/llvm-project/parallel-libs/trunk/acxxel/tests/span_test.cpp?rev=351636&r1=351635&r2=351636&view=diff
==============================================================================
--- parallel-libs/trunk/acxxel/tests/span_test.cpp (original)
+++ parallel-libs/trunk/acxxel/tests/span_test.cpp Sat Jan 19 00:50:56 2019
@@ -1,9 +1,8 @@
 //===--- span_test.cpp - Tests for the span class -------------------------===//
 //
-//                     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: parallel-libs/trunk/acxxel/tests/status_test.cpp
URL: http://llvm.org/viewvc/llvm-project/parallel-libs/trunk/acxxel/tests/status_test.cpp?rev=351636&r1=351635&r2=351636&view=diff
==============================================================================
--- parallel-libs/trunk/acxxel/tests/status_test.cpp (original)
+++ parallel-libs/trunk/acxxel/tests/status_test.cpp Sat Jan 19 00:50:56 2019
@@ -1,9 +1,8 @@
 //===--- status_test.cpp - Tests for the Status and Expected classes ------===//
 //
-//                     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 Parallel_libs-commits mailing list