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

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 7 08:40:03 PDT 2019


tstellar updated this revision to Diff 213915.
tstellar added a comment.

Change license classifier to: OSI Approved :: Apache Software License
as suggested by Joerg on IRC.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D65762

Files:
  llvm/utils/lit/setup.py


Index: llvm/utils/lit/setup.py
===================================================================
--- llvm/utils/lit/setup.py
+++ llvm/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.213915.patch
Type: text/x-patch
Size: 558 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190807/237b5c11/attachment.bin>


More information about the llvm-commits mailing list