]> granicus.if.org Git - llvm/commitdiff
Update structured references to the license to the new license.
authorChandler Carruth <chandlerc@gmail.com>
Sat, 19 Jan 2019 11:30:51 +0000 (11:30 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sat, 19 Jan 2019 11:30:51 +0000 (11:30 +0000)
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@351649 91177308-0d34-0410-b5e6-96231b3b80d8

llvm.spec.in
utils/lit/setup.py

index d4ef08ae5ad3defe3af354cf27c5e78bfbcae39b..d07864581f103050846bd7e13255a80383be4a3f 100644 (file)
@@ -2,7 +2,7 @@ Name: @PACKAGE_NAME@
 Version: @PACKAGE_VERSION@
 Release: 0
 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)
 Group: Development/Compilers
 URL: http://llvm..org/
index 10de6bb4ee79b62123fa27c7de57b24963a5da2a..b27ed26e24a68227796f719fa5a9bd907be3eb95 100644 (file)
@@ -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',