Skip to content

Commit 45e9fc8

Browse files
committed
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. llvm-svn: 351677
1 parent 38461f7 commit 45e9fc8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+252
-225
lines changed

External/CUDA/cmath.cu

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// The LLVM Compiler Infrastructure
4-
//
5-
// This file is dual licensed under the MIT and the University of Illinois Open
6-
// Source Licenses. See LICENSE.TXT for details.
3+
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4+
// See https://llvm.org/LICENSE.txt for license information.
5+
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
76
//
87
//===----------------------------------------------------------------------===//
98

External/CUDA/complex.cu

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// The LLVM Compiler Infrastructure
4-
//
5-
// This file is dual licensed under the MIT and the University of Illinois Open
6-
// Source Licenses. See LICENSE.TXT for details.
3+
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4+
// See https://llvm.org/LICENSE.txt for license information.
5+
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
76
//
87
//===----------------------------------------------------------------------===//
98

External/CUDA/math_h.cu

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// The LLVM Compiler Infrastructure
4-
//
5-
// This file is dual licensed under the MIT and the University of Illinois Open
6-
// Source Licenses. See LICENSE.TXT for details.
3+
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4+
// See https://llvm.org/LICENSE.txt for license information.
5+
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
76
//
87
//===----------------------------------------------------------------------===//
98

External/CUDA/simd.cu

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
//===----------------------------------------------------------------------===//
22
//
3-
// The LLVM Compiler Infrastructure
4-
//
5-
// This file is dual licensed under the MIT and the University of Illinois Open
6-
// Source Licenses. See LICENSE.TXT for details.
3+
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4+
// See https://llvm.org/LICENSE.txt for license information.
5+
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
76
//
87
//===----------------------------------------------------------------------===//
98

Makefile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
##===- projects/llvm-test/Makefile -------------------------*- Makefile -*-===##
22
#
3-
# The LLVM Compiler Infrastructure
4-
#
5-
# This file is distributed under the University of Illinois Open Source
6-
# License. See LICENSE.TXT for details.
3+
# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4+
# See https://llvm.org/LICENSE.txt for license information.
5+
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
76
#
87
##===----------------------------------------------------------------------===##
98
#

Makefile.FORTRAN

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
##===- Makefile.FORTRAN ------------------------------------*- Makefile -*-===##
22
#
3-
# The LLVM Compiler Infrastructure
4-
#
5-
# This file is distributed under the University of Illinois Open Source
6-
# License. See LICENSE.TXT for details.
3+
# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4+
# See https://llvm.org/LICENSE.txt for license information.
5+
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
76
#
87
#===------------------------------------------------------------------------===#
98
#

Makefile.common

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
#===-- Makefile.common - Common make rules for LLVM --------*- Makefile -*--===#
22
#
3-
# The LLVM Compiler Infrastructure
4-
#
5-
# This file is distributed under the University of Illinois Open Source
6-
# License. See LICENSE.TXT for details.
3+
# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4+
# See https://llvm.org/LICENSE.txt for license information.
5+
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
76
#
87
#===------------------------------------------------------------------------===#
98

Makefile.f2c

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
##===- Makefile.f2c ----------------------------------------*- Makefile -*-===##
22
#
3-
# The LLVM Compiler Infrastructure
4-
#
5-
# This file is distributed under the University of Illinois Open Source
6-
# License. See LICENSE.TXT for details.
3+
# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4+
# See https://llvm.org/LICENSE.txt for license information.
5+
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
76
#
87
#===------------------------------------------------------------------------===#
98
#

Makefile.nagfortran

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
##===- Makefile.nagfortran ---------------------------------*- Makefile -*-===##
22
#
3-
# The LLVM Compiler Infrastructure
4-
#
5-
# This file is distributed under the University of Illinois Open Source
6-
# License. See LICENSE.TXT for details.
3+
# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4+
# See https://llvm.org/LICENSE.txt for license information.
5+
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
76
#
87
#===------------------------------------------------------------------------===#
98
#

Makefile.rules

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
#===-- Makefile.rules - Common make rules for LLVM ---------*- Makefile -*--===#
22
#
3-
# The LLVM Compiler Infrastructure
4-
#
5-
# This file is distributed under the University of Illinois Open Source
6-
# License. See LICENSE.TXT for details.
3+
# Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4+
# See https://llvm.org/LICENSE.txt for license information.
5+
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
76
#
87
#===------------------------------------------------------------------------===#
98
#

0 commit comments

Comments
 (0)