[llvm] r351649 - Update structured references to the license to the new license.

Chandler Carruth via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 19 03:30:51 PST 2019


Author: chandlerc
Date: Sat Jan 19 03:30:51 2019
New Revision: 351649

URL: http://llvm.org/viewvc/llvm-project?rev=351649&view=rev
Log:
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.

Modified:
    llvm/trunk/llvm.spec.in
    llvm/trunk/utils/lit/setup.py

Modified: llvm/trunk/llvm.spec.in
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/llvm.spec.in?rev=351649&r1=351648&r2=351649&view=diff
==============================================================================
--- llvm/trunk/llvm.spec.in (original)
+++ llvm/trunk/llvm.spec.in Sat Jan 19 03:30:51 2019
@@ -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/

Modified: llvm/trunk/utils/lit/setup.py
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/lit/setup.py?rev=351649&r1=351648&r2=351649&view=diff
==============================================================================
--- llvm/trunk/utils/lit/setup.py (original)
+++ llvm/trunk/utils/lit/setup.py Sat Jan 19 03:30:51 2019
@@ -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/tr
         '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',




More information about the llvm-commits mailing list