aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/lit/setup.py
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2019-01-19 11:30:51 +0000
committerChandler Carruth <chandlerc@gmail.com>2019-01-19 11:30:51 +0000
commit4056b42a0a190f61fe25170c5b28da574afcb85f (patch)
treec5441f446cb87bc6647faf436be60d167ee94342 /llvm/utils/lit/setup.py
parent57b08b0944046a6a57ee9b7b479181f548a5b9b4 (diff)
downloadllvm-4056b42a0a190f61fe25170c5b28da574afcb85f.zip
llvm-4056b42a0a190f61fe25170c5b28da574afcb85f.tar.gz
llvm-4056b42a0a190f61fe25170c5b28da574afcb85f.tar.bz2
Update structured references to the license to the new license.
Since these are intended to be short and succinct, I've used the SPDX full name. It's human readable, but formally agreed upon and will be part of the SPDX spec for licenses. llvm-svn: 351649
Diffstat (limited to 'llvm/utils/lit/setup.py')
-rw-r--r--llvm/utils/lit/setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/utils/lit/setup.py b/llvm/utils/lit/setup.py
index 10de6bb..b27ed26 100644
--- a/llvm/utils/lit/setup.py
+++ b/llvm/utils/lit/setup.py
@@ -16,7 +16,7 @@ setup(
author = lit.__author__,
author_email = lit.__email__,
url = 'http://llvm.org',
- license = 'BSD',
+ license = 'Apache-2.0 with LLVM exception',
description = "A Software Testing Tool",
keywords = 'test C++ automatic discovery',
@@ -60,7 +60,7 @@ http://llvm.org/svn/llvm-project/llvm/trunk/utils/lit.
'Development Status :: 3 - Alpha',
'Environment :: Console',
'Intended Audience :: Developers',
- 'License :: OSI Approved :: University of Illinois/NCSA Open Source License',
+ 'License :: OSI Approved :: Apache-2.0 with LLVM exception',
'Natural Language :: English',
'Operating System :: OS Independent',
'Programming Language :: Python',