Skip to content

Commit 4056b42

Browse files
committed
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
1 parent 57b08b0 commit 4056b42

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

llvm/llvm.spec.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Name: @PACKAGE_NAME@
22
Version: @PACKAGE_VERSION@
33
Release: 0
44
Summary: LLVM (An Optimizing Compiler Infrastructure)
5-
License: University of Illinois/NCSA Open Source License
5+
License: Apache-2.0 with LLVM exception
66
Vendor: None (open source)
77
Group: Development/Compilers
88
URL: http://llvm..org/

llvm/utils/lit/setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
author = lit.__author__,
1717
author_email = lit.__email__,
1818
url = 'http://llvm.org',
19-
license = 'BSD',
19+
license = 'Apache-2.0 with LLVM exception',
2020

2121
description = "A Software Testing Tool",
2222
keywords = 'test C++ automatic discovery',
@@ -60,7 +60,7 @@
6060
'Development Status :: 3 - Alpha',
6161
'Environment :: Console',
6262
'Intended Audience :: Developers',
63-
'License :: OSI Approved :: University of Illinois/NCSA Open Source License',
63+
'License :: OSI Approved :: Apache-2.0 with LLVM exception',
6464
'Natural Language :: English',
6565
'Operating System :: OS Independent',
6666
'Programming Language :: Python',

0 commit comments

Comments
 (0)