]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Use SPDX license identifier 3245/head
authorMarc-Etienne Vargenau <marc-etienne.vargenau@nokia.com>
Fri, 31 Mar 2023 13:26:28 +0000 (15:26 +0200)
committerMarc-Etienne Vargenau <marc-etienne.vargenau@nokia.com>
Fri, 31 Mar 2023 13:26:28 +0000 (15:26 +0200)
Use SPDX license identifier: Apache-2.0
This will help tools to produce valid SPDX.

Signed-off-by: Marc-Etienne Vargenau <marc-etienne.vargenau@nokia.com>
setup.py

index 4a67a715b7f8b984f539bc475ee92c0f6548715f..8025ad972b7d74212673eab5dbff3d0f10042993 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -104,7 +104,7 @@ setuptools.setup(
     project_urls={
         "Source": "https://github.com/tornadoweb/tornado",
     },
-    license="http://www.apache.org/licenses/LICENSE-2.0",
+    license="Apache-2.0",
     description=(
         "Tornado is a Python web framework and asynchronous networking library,"
         " originally developed at FriendFeed."