[test-suite] r351677 - Update remaining file headers of LLVM-project code to the new license.

Chandler Carruth via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 19 23:14:06 PST 2019


Author: chandlerc
Date: Sat Jan 19 23:14:06 2019
New Revision: 351677

URL: http://llvm.org/viewvc/llvm-project?rev=351677&view=rev
Log:
Update remaining file headers of LLVM-project code to the new license.

For details, see r351675 which intalled the new license for the test
suite, and r351676 which handled headers in the ABI test suite.

This also involved cleaning up some weirdly mis-formatted headers in the
glib compat stubs.

Modified:
    test-suite/trunk/External/CUDA/cmath.cu
    test-suite/trunk/External/CUDA/complex.cu
    test-suite/trunk/External/CUDA/math_h.cu
    test-suite/trunk/External/CUDA/simd.cu
    test-suite/trunk/Makefile
    test-suite/trunk/Makefile.FORTRAN
    test-suite/trunk/Makefile.common
    test-suite/trunk/Makefile.f2c
    test-suite/trunk/Makefile.nagfortran
    test-suite/trunk/Makefile.rules
    test-suite/trunk/MicroBenchmarks/ImageProcessing/utils/glibc_compat_rand.c
    test-suite/trunk/MicroBenchmarks/ImageProcessing/utils/glibc_compat_rand.h
    test-suite/trunk/MicroBenchmarks/XRay/FDRMode/fdrmode-bench.cc
    test-suite/trunk/MicroBenchmarks/XRay/ReturnReference/retref-bench.cc
    test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C++/CLAMR/glibc_compat_rand.c
    test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C++/CLAMR/glibc_compat_rand.h
    test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C/RSBench/glibc_compat_rand.c
    test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C/RSBench/glibc_compat_rand.h
    test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C/SimpleMOC/glibc_compat_rand.c
    test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C/SimpleMOC/glibc_compat_rand.h
    test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C/miniAMR/glibc_compat_rand.c
    test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C/miniAMR/glibc_compat_rand.h
    test-suite/trunk/MultiSource/Benchmarks/Rodinia/Common/glibc_compat_rand.c
    test-suite/trunk/MultiSource/Benchmarks/Rodinia/Common/glibc_compat_rand.h
    test-suite/trunk/SingleSource/UnitTests/Integer/SSAtest.c
    test-suite/trunk/SingleSource/UnitTests/Integer/arith.c
    test-suite/trunk/SingleSource/UnitTests/Integer/array.c
    test-suite/trunk/SingleSource/UnitTests/Integer/big_bit_concat.c
    test-suite/trunk/SingleSource/UnitTests/Integer/big_part_set.c
    test-suite/trunk/SingleSource/UnitTests/Integer/bigint.c
    test-suite/trunk/SingleSource/UnitTests/Integer/bit_concat.c
    test-suite/trunk/SingleSource/UnitTests/Integer/bit_concat_cpp.cpp
    test-suite/trunk/SingleSource/UnitTests/Integer/bit_select.c
    test-suite/trunk/SingleSource/UnitTests/Integer/bit_select_cpp.cpp
    test-suite/trunk/SingleSource/UnitTests/Integer/bit_set.c
    test-suite/trunk/SingleSource/UnitTests/Integer/bit_set_cpp.cpp
    test-suite/trunk/SingleSource/UnitTests/Integer/bitbit.c
    test-suite/trunk/SingleSource/UnitTests/Integer/bitlogic.c
    test-suite/trunk/SingleSource/UnitTests/Integer/bits.h
    test-suite/trunk/SingleSource/UnitTests/Integer/constval.cpp
    test-suite/trunk/SingleSource/UnitTests/Integer/convert.c
    test-suite/trunk/SingleSource/UnitTests/Integer/cppfield.cpp
    test-suite/trunk/SingleSource/UnitTests/Integer/cppfield2.cpp
    test-suite/trunk/SingleSource/UnitTests/Integer/enum.cpp
    test-suite/trunk/SingleSource/UnitTests/Integer/exception.cpp
    test-suite/trunk/SingleSource/UnitTests/Integer/extern-inline-redef.c
    test-suite/trunk/SingleSource/UnitTests/Integer/field.c
    test-suite/trunk/SingleSource/UnitTests/Integer/folding.c
    test-suite/trunk/SingleSource/UnitTests/Integer/general-test.c
    test-suite/trunk/SingleSource/UnitTests/Integer/global.c
    test-suite/trunk/SingleSource/UnitTests/Integer/large-array.c
    test-suite/trunk/SingleSource/UnitTests/Integer/list.c
    test-suite/trunk/SingleSource/UnitTests/Integer/local-array.c
    test-suite/trunk/SingleSource/UnitTests/Integer/local-union.c
    test-suite/trunk/SingleSource/UnitTests/Integer/matrix.c
    test-suite/trunk/SingleSource/UnitTests/Integer/memory.c
    test-suite/trunk/SingleSource/UnitTests/Integer/offset.c
    test-suite/trunk/SingleSource/UnitTests/Integer/override.cpp
    test-suite/trunk/SingleSource/UnitTests/Integer/part_select.c
    test-suite/trunk/SingleSource/UnitTests/Integer/part_select_cpp.cpp
    test-suite/trunk/SingleSource/UnitTests/Integer/pointer.c
    test-suite/trunk/SingleSource/UnitTests/Integer/sign.c
    test-suite/trunk/SingleSource/UnitTests/Integer/sign2.c
    test-suite/trunk/SingleSource/UnitTests/Integer/static.c
    test-suite/trunk/SingleSource/UnitTests/Integer/struct1.c
    test-suite/trunk/SingleSource/UnitTests/Integer/struct2.c
    test-suite/trunk/SingleSource/UnitTests/Integer/structInit.c
    test-suite/trunk/SingleSource/UnitTests/Integer/switch.c
    test-suite/trunk/SingleSource/UnitTests/Integer/template.cpp
    test-suite/trunk/SingleSource/UnitTests/Integer/template2.cpp
    test-suite/trunk/SingleSource/UnitTests/Integer/template3.cpp
    test-suite/trunk/SingleSource/UnitTests/Integer/trunc.c
    test-suite/trunk/SingleSource/UnitTests/Integer/union-init.c
    test-suite/trunk/SingleSource/UnitTests/Integer/union-struct.c
    test-suite/trunk/SingleSource/UnitTests/Integer/union2.c
    test-suite/trunk/tools/fpcmp.c
    test-suite/trunk/tools/timeit.c

Modified: test-suite/trunk/External/CUDA/cmath.cu
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/CUDA/cmath.cu?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/External/CUDA/cmath.cu (original)
+++ test-suite/trunk/External/CUDA/cmath.cu Sat Jan 19 23:14:06 2019
@@ -1,9 +1,8 @@
 //===----------------------------------------------------------------------===//
 //
-//                     The LLVM Compiler Infrastructure
-//
-// This file is dual licensed under the MIT and the University of Illinois Open
-// Source Licenses. 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: test-suite/trunk/External/CUDA/complex.cu
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/CUDA/complex.cu?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/External/CUDA/complex.cu (original)
+++ test-suite/trunk/External/CUDA/complex.cu Sat Jan 19 23:14:06 2019
@@ -1,9 +1,8 @@
 //===----------------------------------------------------------------------===//
 //
-//                     The LLVM Compiler Infrastructure
-//
-// This file is dual licensed under the MIT and the University of Illinois Open
-// Source Licenses. 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: test-suite/trunk/External/CUDA/math_h.cu
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/CUDA/math_h.cu?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/External/CUDA/math_h.cu (original)
+++ test-suite/trunk/External/CUDA/math_h.cu Sat Jan 19 23:14:06 2019
@@ -1,9 +1,8 @@
 //===----------------------------------------------------------------------===//
 //
-//                     The LLVM Compiler Infrastructure
-//
-// This file is dual licensed under the MIT and the University of Illinois Open
-// Source Licenses. 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: test-suite/trunk/External/CUDA/simd.cu
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/CUDA/simd.cu?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/External/CUDA/simd.cu (original)
+++ test-suite/trunk/External/CUDA/simd.cu Sat Jan 19 23:14:06 2019
@@ -1,9 +1,8 @@
 //===----------------------------------------------------------------------===//
 //
-//                     The LLVM Compiler Infrastructure
-//
-// This file is dual licensed under the MIT and the University of Illinois Open
-// Source Licenses. 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: test-suite/trunk/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/Makefile?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/Makefile (original)
+++ test-suite/trunk/Makefile Sat Jan 19 23:14:06 2019
@@ -1,9 +1,8 @@
 ##===- projects/llvm-test/Makefile -------------------------*- Makefile -*-===##
 # 
-#                     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: test-suite/trunk/Makefile.FORTRAN
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/Makefile.FORTRAN?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/Makefile.FORTRAN (original)
+++ test-suite/trunk/Makefile.FORTRAN Sat Jan 19 23:14:06 2019
@@ -1,9 +1,8 @@
 ##===- Makefile.FORTRAN ------------------------------------*- Makefile -*-===##
 #
-#                     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: test-suite/trunk/Makefile.common
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/Makefile.common?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/Makefile.common (original)
+++ test-suite/trunk/Makefile.common Sat Jan 19 23:14:06 2019
@@ -1,9 +1,8 @@
 #===-- Makefile.common - Common make rules for LLVM --------*- Makefile -*--===#
 # 
-#                     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: test-suite/trunk/Makefile.f2c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/Makefile.f2c?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/Makefile.f2c (original)
+++ test-suite/trunk/Makefile.f2c Sat Jan 19 23:14:06 2019
@@ -1,9 +1,8 @@
 ##===- Makefile.f2c ----------------------------------------*- Makefile -*-===##
 #
-#                     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: test-suite/trunk/Makefile.nagfortran
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/Makefile.nagfortran?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/Makefile.nagfortran (original)
+++ test-suite/trunk/Makefile.nagfortran Sat Jan 19 23:14:06 2019
@@ -1,9 +1,8 @@
 ##===- Makefile.nagfortran ---------------------------------*- Makefile -*-===##
 #
-#                     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: test-suite/trunk/Makefile.rules
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/Makefile.rules?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/Makefile.rules (original)
+++ test-suite/trunk/Makefile.rules Sat Jan 19 23:14:06 2019
@@ -1,9 +1,8 @@
 #===-- Makefile.rules - Common make rules for LLVM ---------*- Makefile -*--===#
 #
-#                     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: test-suite/trunk/MicroBenchmarks/ImageProcessing/utils/glibc_compat_rand.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MicroBenchmarks/ImageProcessing/utils/glibc_compat_rand.c?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/MicroBenchmarks/ImageProcessing/utils/glibc_compat_rand.c (original)
+++ test-suite/trunk/MicroBenchmarks/ImageProcessing/utils/glibc_compat_rand.c Sat Jan 19 23:14:06 2019
@@ -1,9 +1,8 @@
 /*===------------ glibc_compat_rand.c - glibc rand emulation --------------===*\
  *
- *                     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: test-suite/trunk/MicroBenchmarks/ImageProcessing/utils/glibc_compat_rand.h
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MicroBenchmarks/ImageProcessing/utils/glibc_compat_rand.h?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/MicroBenchmarks/ImageProcessing/utils/glibc_compat_rand.h (original)
+++ test-suite/trunk/MicroBenchmarks/ImageProcessing/utils/glibc_compat_rand.h Sat Jan 19 23:14:06 2019
@@ -1,9 +1,8 @@
 /*===------------- glibc_compat_rand.h- glibc rand emulation --------------===*\
 |*
-|*                     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: test-suite/trunk/MicroBenchmarks/XRay/FDRMode/fdrmode-bench.cc
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MicroBenchmarks/XRay/FDRMode/fdrmode-bench.cc?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/MicroBenchmarks/XRay/FDRMode/fdrmode-bench.cc (original)
+++ test-suite/trunk/MicroBenchmarks/XRay/FDRMode/fdrmode-bench.cc Sat Jan 19 23:14:06 2019
@@ -1,9 +1,8 @@
 //===- fdrmode-bench.cc - XRay Instrumentation Benchmarks -----------------===//
 //
-//                     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: test-suite/trunk/MicroBenchmarks/XRay/ReturnReference/retref-bench.cc
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MicroBenchmarks/XRay/ReturnReference/retref-bench.cc?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/MicroBenchmarks/XRay/ReturnReference/retref-bench.cc (original)
+++ test-suite/trunk/MicroBenchmarks/XRay/ReturnReference/retref-bench.cc Sat Jan 19 23:14:06 2019
@@ -1,9 +1,8 @@
 //===- retref-bench.cc - XRay Instrumentation Benchmarks ------------------===//
 //
-//                     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: test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C++/CLAMR/glibc_compat_rand.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C%2B%2B/CLAMR/glibc_compat_rand.c?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C++/CLAMR/glibc_compat_rand.c (original)
+++ test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C++/CLAMR/glibc_compat_rand.c Sat Jan 19 23:14:06 2019
@@ -1,9 +1,8 @@
 /*===------------ glibc_compat_rand.c - glibc rand emulation --------------===*\
  *
- *                     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: test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C++/CLAMR/glibc_compat_rand.h
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C%2B%2B/CLAMR/glibc_compat_rand.h?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C++/CLAMR/glibc_compat_rand.h (original)
+++ test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C++/CLAMR/glibc_compat_rand.h Sat Jan 19 23:14:06 2019
@@ -1,9 +1,8 @@
 /*===------------- glibc_compat_rand.h- glibc rand emulation --------------===*\
 |*
-|*                     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: test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C/RSBench/glibc_compat_rand.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C/RSBench/glibc_compat_rand.c?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C/RSBench/glibc_compat_rand.c (original)
+++ test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C/RSBench/glibc_compat_rand.c Sat Jan 19 23:14:06 2019
@@ -1,9 +1,8 @@
 /*===------------ glibc_compat_rand.c - glibc rand emulation --------------===*\
  *
- *                     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: test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C/RSBench/glibc_compat_rand.h
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C/RSBench/glibc_compat_rand.h?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C/RSBench/glibc_compat_rand.h (original)
+++ test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C/RSBench/glibc_compat_rand.h Sat Jan 19 23:14:06 2019
@@ -1,11 +1,10 @@
 /*===------------- glibc_compat_rand.h- glibc rand emulation --------------===*\
- * |*
- * |*                     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
+|*
+\*===----------------------------------------------------------------------===*/
 
 #ifndef GLIBC_COMPAT_RAND_H
 #define GLIBC_COMPAT_RAND_H

Modified: test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C/SimpleMOC/glibc_compat_rand.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C/SimpleMOC/glibc_compat_rand.c?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C/SimpleMOC/glibc_compat_rand.c (original)
+++ test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C/SimpleMOC/glibc_compat_rand.c Sat Jan 19 23:14:06 2019
@@ -1,9 +1,8 @@
 /*===------------ glibc_compat_rand.c - glibc rand emulation --------------===*\
  *
- *                     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: test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C/SimpleMOC/glibc_compat_rand.h
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C/SimpleMOC/glibc_compat_rand.h?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C/SimpleMOC/glibc_compat_rand.h (original)
+++ test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C/SimpleMOC/glibc_compat_rand.h Sat Jan 19 23:14:06 2019
@@ -1,11 +1,10 @@
 /*===------------- glibc_compat_rand.h- glibc rand emulation --------------===*\
- * |*
- * |*                     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
+|*
+\*===----------------------------------------------------------------------===*/
 
 #ifndef GLIBC_COMPAT_RAND_H
 #define GLIBC_COMPAT_RAND_H

Modified: test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C/miniAMR/glibc_compat_rand.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C/miniAMR/glibc_compat_rand.c?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C/miniAMR/glibc_compat_rand.c (original)
+++ test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C/miniAMR/glibc_compat_rand.c Sat Jan 19 23:14:06 2019
@@ -1,22 +1,21 @@
 /*===------------ glibc_compat_rand.c - glibc rand emulation --------------===*\
- *  *
- *   *                     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
+ *
+\*===----------------------------------------------------------------------===*/
 
 #include "glibc_compat_rand.h"
 
 /**
- *  * This rand implementation is designed to emulate the implementation of
- *   * rand/srand in recent versions of glibc. This is used for programs which
- *    * require this specific rand implementation in order to pass verification
- *     * tests.
- *      *
- *       * For more information, see: http://www.mathstat.dal.ca/~selinger/random/
- *        **/
+ * This rand implementation is designed to emulate the implementation of
+ * rand/srand in recent versions of glibc. This is used for programs which
+ * require this specific rand implementation in order to pass verification
+ * tests.
+ *
+ * For more information, see: http://www.mathstat.dal.ca/~selinger/random/
+ **/
 
 #define TABLE_SIZE 344
 static unsigned int table[TABLE_SIZE];

Modified: test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C/miniAMR/glibc_compat_rand.h
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C/miniAMR/glibc_compat_rand.h?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C/miniAMR/glibc_compat_rand.h (original)
+++ test-suite/trunk/MultiSource/Benchmarks/DOE-ProxyApps-C/miniAMR/glibc_compat_rand.h Sat Jan 19 23:14:06 2019
@@ -1,11 +1,10 @@
 /*===------------- glibc_compat_rand.h- glibc rand emulation --------------===*\
- * |*
- * |*                     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
+|*
+\*===----------------------------------------------------------------------===*/
 
 #ifndef GLIBC_COMPAT_RAND_H
 #define GLIBC_COMPAT_RAND_H

Modified: test-suite/trunk/MultiSource/Benchmarks/Rodinia/Common/glibc_compat_rand.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/Rodinia/Common/glibc_compat_rand.c?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/Rodinia/Common/glibc_compat_rand.c (original)
+++ test-suite/trunk/MultiSource/Benchmarks/Rodinia/Common/glibc_compat_rand.c Sat Jan 19 23:14:06 2019
@@ -1,9 +1,8 @@
 /*===------------ glibc_compat_rand.c - glibc rand emulation --------------===*\
  *
- *                     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: test-suite/trunk/MultiSource/Benchmarks/Rodinia/Common/glibc_compat_rand.h
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/Rodinia/Common/glibc_compat_rand.h?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/Rodinia/Common/glibc_compat_rand.h (original)
+++ test-suite/trunk/MultiSource/Benchmarks/Rodinia/Common/glibc_compat_rand.h Sat Jan 19 23:14:06 2019
@@ -1,9 +1,8 @@
 /*===------------- glibc_compat_rand.h- glibc rand emulation --------------===*\
 |*
-|*                     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: test-suite/trunk/SingleSource/UnitTests/Integer/SSAtest.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Integer/SSAtest.c?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/Integer/SSAtest.c (original)
+++ test-suite/trunk/SingleSource/UnitTests/Integer/SSAtest.c Sat Jan 19 23:14:06 2019
@@ -1,7 +1,8 @@
 //===--- SSAtest.c --- Test Cases for Bit Accurate Types ------------------===//
 //
-// 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: test-suite/trunk/SingleSource/UnitTests/Integer/arith.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Integer/arith.c?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/Integer/arith.c (original)
+++ test-suite/trunk/SingleSource/UnitTests/Integer/arith.c Sat Jan 19 23:14:06 2019
@@ -1,7 +1,8 @@
 //===--- arith.c --- Test Cases for Bit Accurate Types --------------------===//
 //
-// 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: test-suite/trunk/SingleSource/UnitTests/Integer/array.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Integer/array.c?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/Integer/array.c (original)
+++ test-suite/trunk/SingleSource/UnitTests/Integer/array.c Sat Jan 19 23:14:06 2019
@@ -1,7 +1,8 @@
 //===--- array.c --- Test Cases for Bit Accurate Types --------------------===//
 //
-// 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: test-suite/trunk/SingleSource/UnitTests/Integer/big_bit_concat.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Integer/big_bit_concat.c?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/Integer/big_bit_concat.c (original)
+++ test-suite/trunk/SingleSource/UnitTests/Integer/big_bit_concat.c Sat Jan 19 23:14:06 2019
@@ -1,7 +1,8 @@
 //===--- bit_concat.c --- Test The bit_concat builtin --------------------===//
 //
-// 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: test-suite/trunk/SingleSource/UnitTests/Integer/big_part_set.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Integer/big_part_set.c?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/Integer/big_part_set.c (original)
+++ test-suite/trunk/SingleSource/UnitTests/Integer/big_part_set.c Sat Jan 19 23:14:06 2019
@@ -1,7 +1,8 @@
 //===--- big_part_set.c --- Test The part_set builtin ---------------------===//
 //
-// 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: test-suite/trunk/SingleSource/UnitTests/Integer/bigint.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Integer/bigint.c?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/Integer/bigint.c (original)
+++ test-suite/trunk/SingleSource/UnitTests/Integer/bigint.c Sat Jan 19 23:14:06 2019
@@ -1,7 +1,8 @@
 //===--- bigint.c --- Test Cases for Bit Accurate Types -------------------===//
 //
-// 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: test-suite/trunk/SingleSource/UnitTests/Integer/bit_concat.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Integer/bit_concat.c?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/Integer/bit_concat.c (original)
+++ test-suite/trunk/SingleSource/UnitTests/Integer/bit_concat.c Sat Jan 19 23:14:06 2019
@@ -1,7 +1,8 @@
 //===--- bit_concat.c --- Test The bit_concat builtin --------------------===//
 //
-// 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: test-suite/trunk/SingleSource/UnitTests/Integer/bit_concat_cpp.cpp
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Integer/bit_concat_cpp.cpp?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/Integer/bit_concat_cpp.cpp (original)
+++ test-suite/trunk/SingleSource/UnitTests/Integer/bit_concat_cpp.cpp Sat Jan 19 23:14:06 2019
@@ -1,7 +1,8 @@
 //===--- part_select.c --- Test The bit_select builtin --------------------===//
 //
-// 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: test-suite/trunk/SingleSource/UnitTests/Integer/bit_select.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Integer/bit_select.c?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/Integer/bit_select.c (original)
+++ test-suite/trunk/SingleSource/UnitTests/Integer/bit_select.c Sat Jan 19 23:14:06 2019
@@ -1,7 +1,8 @@
 //===--- bit_select.c --- Test The bit_select builtin ---------------------===//
 //
-// 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: test-suite/trunk/SingleSource/UnitTests/Integer/bit_select_cpp.cpp
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Integer/bit_select_cpp.cpp?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/Integer/bit_select_cpp.cpp (original)
+++ test-suite/trunk/SingleSource/UnitTests/Integer/bit_select_cpp.cpp Sat Jan 19 23:14:06 2019
@@ -1,7 +1,8 @@
 //===--- bit_select.c --- Test The bit_select builtin ---------------------===//
 //
-// 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: test-suite/trunk/SingleSource/UnitTests/Integer/bit_set.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Integer/bit_set.c?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/Integer/bit_set.c (original)
+++ test-suite/trunk/SingleSource/UnitTests/Integer/bit_set.c Sat Jan 19 23:14:06 2019
@@ -1,7 +1,8 @@
 //===--- bit_select.c --- Test The bit_select builtin ---------------------===//
 //
-// 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: test-suite/trunk/SingleSource/UnitTests/Integer/bit_set_cpp.cpp
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Integer/bit_set_cpp.cpp?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/Integer/bit_set_cpp.cpp (original)
+++ test-suite/trunk/SingleSource/UnitTests/Integer/bit_set_cpp.cpp Sat Jan 19 23:14:06 2019
@@ -1,7 +1,8 @@
 //===--- bit_select.c --- Test The bit_select builtin ---------------------===//
 //
-// 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: test-suite/trunk/SingleSource/UnitTests/Integer/bitbit.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Integer/bitbit.c?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/Integer/bitbit.c (original)
+++ test-suite/trunk/SingleSource/UnitTests/Integer/bitbit.c Sat Jan 19 23:14:06 2019
@@ -1,7 +1,8 @@
 //===--- bitbit.c --- Test Cases for Bit Accurate Types -------------------===//
 //
-// 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: test-suite/trunk/SingleSource/UnitTests/Integer/bitlogic.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Integer/bitlogic.c?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/Integer/bitlogic.c (original)
+++ test-suite/trunk/SingleSource/UnitTests/Integer/bitlogic.c Sat Jan 19 23:14:06 2019
@@ -1,7 +1,8 @@
 //===--- bitlogic.c --- Test Cases for Bit Accurate Types -----------------===//
 //
-// 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: test-suite/trunk/SingleSource/UnitTests/Integer/bits.h
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Integer/bits.h?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/Integer/bits.h (original)
+++ test-suite/trunk/SingleSource/UnitTests/Integer/bits.h Sat Jan 19 23:14:06 2019
@@ -1,7 +1,8 @@
 //===--- bits.h --- Test The bit_select builtin ---------------------------===//
 //
-// This file was developed by Reid Spencer and 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: test-suite/trunk/SingleSource/UnitTests/Integer/constval.cpp
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Integer/constval.cpp?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/Integer/constval.cpp (original)
+++ test-suite/trunk/SingleSource/UnitTests/Integer/constval.cpp Sat Jan 19 23:14:06 2019
@@ -1,7 +1,8 @@
 //===--- constval.c - Test constant APInt values --------------------------===//
 //
-// 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: test-suite/trunk/SingleSource/UnitTests/Integer/convert.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Integer/convert.c?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/Integer/convert.c (original)
+++ test-suite/trunk/SingleSource/UnitTests/Integer/convert.c Sat Jan 19 23:14:06 2019
@@ -1,7 +1,8 @@
 //===--- convert.c --- Test Cases for Bit Accurate Types ------------------===//
 //
-// 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
 //
 //===----------------------------------------------------------------------===//
 // This is a test for conversion between different int types.

Modified: test-suite/trunk/SingleSource/UnitTests/Integer/cppfield.cpp
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Integer/cppfield.cpp?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/Integer/cppfield.cpp (original)
+++ test-suite/trunk/SingleSource/UnitTests/Integer/cppfield.cpp Sat Jan 19 23:14:06 2019
@@ -1,7 +1,8 @@
 //===-- cppfield.cpp - Test C++ Fields With Bit Accurate Types ------------===//
 //
-// 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
 //
 //===----------------------------------------------------------------------===//
 // This is a test for conversion between different int types.

Modified: test-suite/trunk/SingleSource/UnitTests/Integer/cppfield2.cpp
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Integer/cppfield2.cpp?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/Integer/cppfield2.cpp (original)
+++ test-suite/trunk/SingleSource/UnitTests/Integer/cppfield2.cpp Sat Jan 19 23:14:06 2019
@@ -1,7 +1,8 @@
 //===-- cppfield.cpp - Test C++ Fields With Bit Accurate Types ------------===//
 //
-// 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
 //
 //===----------------------------------------------------------------------===//
 // This is a test for conversion between different int types.

Modified: test-suite/trunk/SingleSource/UnitTests/Integer/enum.cpp
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Integer/enum.cpp?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/Integer/enum.cpp (original)
+++ test-suite/trunk/SingleSource/UnitTests/Integer/enum.cpp Sat Jan 19 23:14:06 2019
@@ -1,7 +1,8 @@
 //===--- enum.cpp --- Test Cases for Bit Accurate Types -------------------===//
 //
-// 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: test-suite/trunk/SingleSource/UnitTests/Integer/exception.cpp
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Integer/exception.cpp?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/Integer/exception.cpp (original)
+++ test-suite/trunk/SingleSource/UnitTests/Integer/exception.cpp Sat Jan 19 23:14:06 2019
@@ -1,7 +1,8 @@
 //===--- exception.cpp --- Test Cases for Bit Accurate Types --------------===//
 //
-// 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: test-suite/trunk/SingleSource/UnitTests/Integer/extern-inline-redef.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Integer/extern-inline-redef.c?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/Integer/extern-inline-redef.c (original)
+++ test-suite/trunk/SingleSource/UnitTests/Integer/extern-inline-redef.c Sat Jan 19 23:14:06 2019
@@ -1,7 +1,8 @@
 //===--- extern_inline_redef.c --- Test Cases for Bit Accurate Types ------===//
 //
-// 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: test-suite/trunk/SingleSource/UnitTests/Integer/field.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Integer/field.c?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/Integer/field.c (original)
+++ test-suite/trunk/SingleSource/UnitTests/Integer/field.c Sat Jan 19 23:14:06 2019
@@ -1,7 +1,8 @@
 //===--- field.c --- Test Cases for Bit Accurate Types --------------------===//
 //
-// 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: test-suite/trunk/SingleSource/UnitTests/Integer/folding.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Integer/folding.c?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/Integer/folding.c (original)
+++ test-suite/trunk/SingleSource/UnitTests/Integer/folding.c Sat Jan 19 23:14:06 2019
@@ -1,6 +1,7 @@
 //===--- folding.c --- Test Cases for Bit Accurate Types ------------------===////
-// 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: test-suite/trunk/SingleSource/UnitTests/Integer/general-test.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Integer/general-test.c?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/Integer/general-test.c (original)
+++ test-suite/trunk/SingleSource/UnitTests/Integer/general-test.c Sat Jan 19 23:14:06 2019
@@ -1,7 +1,8 @@
 //===--- general-test.c - General Bit Accurate Type Test ------------------===//
 //
-// 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
 // details.
 //
 //===----------------------------------------------------------------------===//

Modified: test-suite/trunk/SingleSource/UnitTests/Integer/global.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Integer/global.c?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/Integer/global.c (original)
+++ test-suite/trunk/SingleSource/UnitTests/Integer/global.c Sat Jan 19 23:14:06 2019
@@ -1,7 +1,8 @@
 //===--- global.c --- Test Cases for Bit Accurate Types -------------------===//
 //
-// 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: test-suite/trunk/SingleSource/UnitTests/Integer/large-array.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Integer/large-array.c?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/Integer/large-array.c (original)
+++ test-suite/trunk/SingleSource/UnitTests/Integer/large-array.c Sat Jan 19 23:14:06 2019
@@ -1,7 +1,8 @@
 //===--- large-array.c --- Test Cases for Bit Accurate Types --------------===//
 //
-// 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: test-suite/trunk/SingleSource/UnitTests/Integer/list.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Integer/list.c?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/Integer/list.c (original)
+++ test-suite/trunk/SingleSource/UnitTests/Integer/list.c Sat Jan 19 23:14:06 2019
@@ -1,7 +1,8 @@
 //===--- list.c --- Test Cases for Bit Accurate Types ---------------------===//
 //
-// 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: test-suite/trunk/SingleSource/UnitTests/Integer/local-array.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Integer/local-array.c?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/Integer/local-array.c (original)
+++ test-suite/trunk/SingleSource/UnitTests/Integer/local-array.c Sat Jan 19 23:14:06 2019
@@ -1,7 +1,8 @@
 //===--- local-array.c --- Test Cases for Bit Accurate Types --------------===//
 //
-// 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: test-suite/trunk/SingleSource/UnitTests/Integer/local-union.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Integer/local-union.c?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/Integer/local-union.c (original)
+++ test-suite/trunk/SingleSource/UnitTests/Integer/local-union.c Sat Jan 19 23:14:06 2019
@@ -1,7 +1,8 @@
 //===--- local-union.c --- Test Cases for Bit Accurate Types --------------===//
 //
-// 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: test-suite/trunk/SingleSource/UnitTests/Integer/matrix.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Integer/matrix.c?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/Integer/matrix.c (original)
+++ test-suite/trunk/SingleSource/UnitTests/Integer/matrix.c Sat Jan 19 23:14:06 2019
@@ -1,7 +1,8 @@
 //===--- matrix.c --- Test Cases for Bit Accurate Types -------------------===//
 //
-// 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: test-suite/trunk/SingleSource/UnitTests/Integer/memory.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Integer/memory.c?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/Integer/memory.c (original)
+++ test-suite/trunk/SingleSource/UnitTests/Integer/memory.c Sat Jan 19 23:14:06 2019
@@ -1,7 +1,8 @@
 //===--- memory.c --- Test Cases for Bit Accurate Types -------------------===//
 //
-// 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: test-suite/trunk/SingleSource/UnitTests/Integer/offset.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Integer/offset.c?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/Integer/offset.c (original)
+++ test-suite/trunk/SingleSource/UnitTests/Integer/offset.c Sat Jan 19 23:14:06 2019
@@ -1,7 +1,8 @@
 //===--- offset.c --- Test Cases for Bit Accurate Types -------------------===//
 //
-// 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: test-suite/trunk/SingleSource/UnitTests/Integer/override.cpp
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Integer/override.cpp?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/Integer/override.cpp (original)
+++ test-suite/trunk/SingleSource/UnitTests/Integer/override.cpp Sat Jan 19 23:14:06 2019
@@ -1,7 +1,8 @@
 //===--- override.cpp --- Test Cases for Bit Accurate Types ---------------===//
 //
-// 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: test-suite/trunk/SingleSource/UnitTests/Integer/part_select.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Integer/part_select.c?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/Integer/part_select.c (original)
+++ test-suite/trunk/SingleSource/UnitTests/Integer/part_select.c Sat Jan 19 23:14:06 2019
@@ -1,7 +1,8 @@
 //===--- part_select.c --- Test The bit_select builtin --------------------===//
 //
-// 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: test-suite/trunk/SingleSource/UnitTests/Integer/part_select_cpp.cpp
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Integer/part_select_cpp.cpp?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/Integer/part_select_cpp.cpp (original)
+++ test-suite/trunk/SingleSource/UnitTests/Integer/part_select_cpp.cpp Sat Jan 19 23:14:06 2019
@@ -1,7 +1,8 @@
 //===--- part_select.c --- Test The bit_select builtin --------------------===//
 //
-// 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: test-suite/trunk/SingleSource/UnitTests/Integer/pointer.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Integer/pointer.c?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/Integer/pointer.c (original)
+++ test-suite/trunk/SingleSource/UnitTests/Integer/pointer.c Sat Jan 19 23:14:06 2019
@@ -1,7 +1,8 @@
 //===--- pointer.c --- Test Cases for Bit Accurate Types ------------------===//
 //
-// 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: test-suite/trunk/SingleSource/UnitTests/Integer/sign.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Integer/sign.c?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/Integer/sign.c (original)
+++ test-suite/trunk/SingleSource/UnitTests/Integer/sign.c Sat Jan 19 23:14:06 2019
@@ -1,7 +1,8 @@
 //===--- sign.c --- Test Cases for Bit Accurate Types --------------------===//
 //
-// 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: test-suite/trunk/SingleSource/UnitTests/Integer/sign2.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Integer/sign2.c?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/Integer/sign2.c (original)
+++ test-suite/trunk/SingleSource/UnitTests/Integer/sign2.c Sat Jan 19 23:14:06 2019
@@ -1,7 +1,8 @@
 //===--- sign.c --- Test Cases for Bit Accurate Types --------------------===//
 //
-// 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: test-suite/trunk/SingleSource/UnitTests/Integer/static.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Integer/static.c?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/Integer/static.c (original)
+++ test-suite/trunk/SingleSource/UnitTests/Integer/static.c Sat Jan 19 23:14:06 2019
@@ -1,7 +1,8 @@
 //===--- static.c --- Test Cases for Bit Accurate Types -------------------===//
 //
-// 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: test-suite/trunk/SingleSource/UnitTests/Integer/struct1.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Integer/struct1.c?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/Integer/struct1.c (original)
+++ test-suite/trunk/SingleSource/UnitTests/Integer/struct1.c Sat Jan 19 23:14:06 2019
@@ -1,7 +1,8 @@
 //===--- struct1.c --- Test Cases for Bit Accurate Types ------------------===//
 //
-// 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: test-suite/trunk/SingleSource/UnitTests/Integer/struct2.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Integer/struct2.c?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/Integer/struct2.c (original)
+++ test-suite/trunk/SingleSource/UnitTests/Integer/struct2.c Sat Jan 19 23:14:06 2019
@@ -1,7 +1,8 @@
 //===--- struct2.c --- Test Cases for Bit Accurate Types ------------------===//
 //
-// 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: test-suite/trunk/SingleSource/UnitTests/Integer/structInit.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Integer/structInit.c?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/Integer/structInit.c (original)
+++ test-suite/trunk/SingleSource/UnitTests/Integer/structInit.c Sat Jan 19 23:14:06 2019
@@ -1,7 +1,8 @@
 //===--- structInit.c --- Test Cases for Bit Accurate Types ---------------===//
 //
-// 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: test-suite/trunk/SingleSource/UnitTests/Integer/switch.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Integer/switch.c?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/Integer/switch.c (original)
+++ test-suite/trunk/SingleSource/UnitTests/Integer/switch.c Sat Jan 19 23:14:06 2019
@@ -1,7 +1,8 @@
 //===--- switch.c --- Test Cases for Bit Accurate Types -------------------===//
 //
-// 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: test-suite/trunk/SingleSource/UnitTests/Integer/template.cpp
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Integer/template.cpp?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/Integer/template.cpp (original)
+++ test-suite/trunk/SingleSource/UnitTests/Integer/template.cpp Sat Jan 19 23:14:06 2019
@@ -1,7 +1,8 @@
 //===--- template.cpp --- Test Cases for Bit Accurate Types ---------------===//
 //
-// 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: test-suite/trunk/SingleSource/UnitTests/Integer/template2.cpp
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Integer/template2.cpp?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/Integer/template2.cpp (original)
+++ test-suite/trunk/SingleSource/UnitTests/Integer/template2.cpp Sat Jan 19 23:14:06 2019
@@ -1,7 +1,8 @@
 //===--- template2.cpp --- Test Cases for Bit Accurate Types --------------===//
 //
-// 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: test-suite/trunk/SingleSource/UnitTests/Integer/template3.cpp
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Integer/template3.cpp?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/Integer/template3.cpp (original)
+++ test-suite/trunk/SingleSource/UnitTests/Integer/template3.cpp Sat Jan 19 23:14:06 2019
@@ -1,7 +1,8 @@
 //===--- template3.cpp --- Test Cases for Bit Accurate Types --------------===//
 //
-// 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: test-suite/trunk/SingleSource/UnitTests/Integer/trunc.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Integer/trunc.c?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/Integer/trunc.c (original)
+++ test-suite/trunk/SingleSource/UnitTests/Integer/trunc.c Sat Jan 19 23:14:06 2019
@@ -1,7 +1,8 @@
 //===--- trunc.c --- Test Cases for Bit Accurate Types --------------------===//
 //
-// 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: test-suite/trunk/SingleSource/UnitTests/Integer/union-init.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Integer/union-init.c?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/Integer/union-init.c (original)
+++ test-suite/trunk/SingleSource/UnitTests/Integer/union-init.c Sat Jan 19 23:14:06 2019
@@ -1,7 +1,8 @@
 //===--- union-init.c --- Test Cases for Bit Accurate Types ---------------===//
 //
-// 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: test-suite/trunk/SingleSource/UnitTests/Integer/union-struct.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Integer/union-struct.c?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/Integer/union-struct.c (original)
+++ test-suite/trunk/SingleSource/UnitTests/Integer/union-struct.c Sat Jan 19 23:14:06 2019
@@ -1,7 +1,8 @@
 //===--- union-struct.c --- Test Cases for Bit Accurate Types -------------===//
 //
-// 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: test-suite/trunk/SingleSource/UnitTests/Integer/union2.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/UnitTests/Integer/union2.c?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/UnitTests/Integer/union2.c (original)
+++ test-suite/trunk/SingleSource/UnitTests/Integer/union2.c Sat Jan 19 23:14:06 2019
@@ -1,7 +1,8 @@
 //===--- union2.c --- Test Cases for Bit Accurate Types -------------------===//
 //
-// 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: test-suite/trunk/tools/fpcmp.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/tools/fpcmp.c?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/tools/fpcmp.c (original)
+++ test-suite/trunk/tools/fpcmp.c Sat Jan 19 23:14:06 2019
@@ -1,9 +1,9 @@
 /*===-- timeit.c - LLVM Test Suite Timing Tool ------------------*- 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: test-suite/trunk/tools/timeit.c
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/tools/timeit.c?rev=351677&r1=351676&r2=351677&view=diff
==============================================================================
--- test-suite/trunk/tools/timeit.c (original)
+++ test-suite/trunk/tools/timeit.c Sat Jan 19 23:14:06 2019
@@ -1,9 +1,9 @@
 /*===-- timeit.c - LLVM Test Suite Timing Tool ------------------*- 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                    *|
 |*                                                                            *|
 \*===----------------------------------------------------------------------===*/
 




More information about the llvm-commits mailing list