mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:29:51 +00:00
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
This commit is contained in:
parent
43ee626c3c
commit
b9332cb8d7
@ -2,7 +2,7 @@ Name: @PACKAGE_NAME@
|
|||||||
Version: @PACKAGE_VERSION@
|
Version: @PACKAGE_VERSION@
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: LLVM (An Optimizing Compiler Infrastructure)
|
Summary: LLVM (An Optimizing Compiler Infrastructure)
|
||||||
License: University of Illinois/NCSA Open Source License
|
License: Apache-2.0 with LLVM exception
|
||||||
Vendor: None (open source)
|
Vendor: None (open source)
|
||||||
Group: Development/Compilers
|
Group: Development/Compilers
|
||||||
URL: http://llvm..org/
|
URL: http://llvm..org/
|
||||||
|
@ -16,7 +16,7 @@ setup(
|
|||||||
author = lit.__author__,
|
author = lit.__author__,
|
||||||
author_email = lit.__email__,
|
author_email = lit.__email__,
|
||||||
url = 'http://llvm.org',
|
url = 'http://llvm.org',
|
||||||
license = 'BSD',
|
license = 'Apache-2.0 with LLVM exception',
|
||||||
|
|
||||||
description = "A Software Testing Tool",
|
description = "A Software Testing Tool",
|
||||||
keywords = 'test C++ automatic discovery',
|
keywords = 'test C++ automatic discovery',
|
||||||
@ -60,7 +60,7 @@ http://llvm.org/svn/llvm-project/llvm/trunk/utils/lit.
|
|||||||
'Development Status :: 3 - Alpha',
|
'Development Status :: 3 - Alpha',
|
||||||
'Environment :: Console',
|
'Environment :: Console',
|
||||||
'Intended Audience :: Developers',
|
'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',
|
'Natural Language :: English',
|
||||||
'Operating System :: OS Independent',
|
'Operating System :: OS Independent',
|
||||||
'Programming Language :: Python',
|
'Programming Language :: Python',
|
||||||
|
Loading…
Reference in New Issue
Block a user