-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
questionStackOverflowStackOverflow
Description
Describe the bug
It appears that this library used to be licensed as MIT and eventually switched to Apache 2.0 for patent protections: #175
This is understandable but unfortunate because the Apache 2.0 license is not compatible with the GPL v2 license (at least according to the FSF, opinions on this differ).
The standard workaround for this (very common in the Rust community) is to license projects as MIT OR Apache 2.0, which means that contributions invoke the Apache 2.0 protections but downstream users can choose which license they want to accept the code under.
It would be excellent if aiohttp followed this strategy.
To Reproduce
N/A
Expected behavior
N/A
Logs/tracebacks
N/APython Version
N/Aaiohttp Version
$ python -m pip show aiohttpmultidict Version
$ python -m pip show multidictyarl Version
$ python -m pip show yarlOS
N/A
Related component
Server
Additional context
No response
Code of Conduct
- I agree to follow the aio-libs Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionStackOverflowStackOverflow