[PATCH] D65762: lit: Use a License classifier that pypi will accept

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 8 10:25:13 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL368315: lit: Use a License classifier that pypi will accept (authored by tstellar, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D65762?vs=213918&id=214182#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65762/new/

https://reviews.llvm.org/D65762

Files:
  llvm/trunk/utils/lit/setup.py


Index: llvm/trunk/utils/lit/setup.py
===================================================================
--- llvm/trunk/utils/lit/setup.py
+++ llvm/trunk/utils/lit/setup.py
@@ -60,7 +60,7 @@
         'Development Status :: 3 - Alpha',
         'Environment :: Console',
         'Intended Audience :: Developers',
-        'License :: OSI Approved :: Apache-2.0 with LLVM exception',
+        'License :: OSI Approved :: Apache Software License',
         'Natural Language :: English',
         'Operating System :: OS Independent',
         'Programming Language :: Python',


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65762.214182.patch
Type: text/x-patch
Size: 577 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190808/67e4e9f1/attachment.bin>


More information about the llvm-commits mailing list