diff options
Diffstat (limited to 'llvm/bindings/python')
-rw-r--r-- | llvm/bindings/python/llvm/common.py | 7 | ||||
-rw-r--r-- | llvm/bindings/python/llvm/core.py | 7 | ||||
-rw-r--r-- | llvm/bindings/python/llvm/disassembler.py | 7 | ||||
-rw-r--r-- | llvm/bindings/python/llvm/enumerations.py | 7 | ||||
-rw-r--r-- | llvm/bindings/python/llvm/object.py | 7 |
5 files changed, 15 insertions, 20 deletions
diff --git a/llvm/bindings/python/llvm/common.py b/llvm/bindings/python/llvm/common.py index b177f7fa47e..c29c5eecf74 100644 --- a/llvm/bindings/python/llvm/common.py +++ b/llvm/bindings/python/llvm/common.py @@ -1,9 +1,8 @@ #===- common.py - Python LLVM Bindings -----------------------*- python -*--===# # -# 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 # #===------------------------------------------------------------------------===# diff --git a/llvm/bindings/python/llvm/core.py b/llvm/bindings/python/llvm/core.py index 81e354af062..4d90f8652de 100644 --- a/llvm/bindings/python/llvm/core.py +++ b/llvm/bindings/python/llvm/core.py @@ -1,9 +1,8 @@ #===- core.py - Python LLVM Bindings -------------------------*- python -*--===# # -# 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 # #===------------------------------------------------------------------------===# from __future__ import print_function diff --git a/llvm/bindings/python/llvm/disassembler.py b/llvm/bindings/python/llvm/disassembler.py index f2df275bf4a..75625588911 100644 --- a/llvm/bindings/python/llvm/disassembler.py +++ b/llvm/bindings/python/llvm/disassembler.py @@ -1,9 +1,8 @@ #===- disassembler.py - Python LLVM Bindings -----------------*- python -*--===# # -# 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 # #===------------------------------------------------------------------------===# diff --git a/llvm/bindings/python/llvm/enumerations.py b/llvm/bindings/python/llvm/enumerations.py index f49d2faad35..ebb39a4ded8 100644 --- a/llvm/bindings/python/llvm/enumerations.py +++ b/llvm/bindings/python/llvm/enumerations.py @@ -1,9 +1,8 @@ #===- enumerations.py - Python LLVM Enumerations -------------*- python -*--===# # -# 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 # #===------------------------------------------------------------------------===# diff --git a/llvm/bindings/python/llvm/object.py b/llvm/bindings/python/llvm/object.py index b427113e9ce..e8841b6045f 100644 --- a/llvm/bindings/python/llvm/object.py +++ b/llvm/bindings/python/llvm/object.py @@ -1,9 +1,8 @@ #===- object.py - Python Object Bindings --------------------*- python -*--===# # -# 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 # #===------------------------------------------------------------------------===# |