summaryrefslogtreecommitdiff
path: root/examples/python/x86_64_linux_target_definition.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/python/x86_64_linux_target_definition.py')
-rw-r--r--examples/python/x86_64_linux_target_definition.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/examples/python/x86_64_linux_target_definition.py b/examples/python/x86_64_linux_target_definition.py
index 9417b21ab..7f03da264 100644
--- a/examples/python/x86_64_linux_target_definition.py
+++ b/examples/python/x86_64_linux_target_definition.py
@@ -1,10 +1,9 @@
#!/usr/bin/python
#===-- x86_64_linux_target_definition.py -----------------------------*- 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
#
#===----------------------------------------------------------------------===//