Skip to content

Commit 4f50a47

Browse files
Update the license file to mention parts of the code are under the PSF license.
1 parent df044b3 commit 4f50a47

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

Diff for: License.rst

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
License
2+
=======
3+
4+
Copyright (c) 2020 Ronald Oussoren, licensed under the MIT license.
5+
6+
Parts of the code were copied from the stdlib implemenation of asyncio and are licensed under
7+
the PSF license.
8+
9+
10+
MIT License
11+
...........
12+
13+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software
14+
and associated documentation files (the "Software"), to deal in the Software without restriction,
15+
including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
16+
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do
17+
so.
18+
19+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
20+
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
21+
PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
22+
FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
23+
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
24+
THE SOFTWARE.

Diff for: pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,14 @@ requires-python = ">=3.7,<4"
1515
classifiers = [
1616
"Intended Audience :: Developers",
1717
"License :: OSI Approved :: MIT License",
18+
"License :: OSI Approved :: Python Software Foundation License",
1819
"Operating System :: MacOS :: MacOS X",
20+
"Framework :: AsyncIO",
1921
"Programming Language :: Python :: 3 :: Only",
2022
"Programming Language :: Python :: 3",
2123
"Programming Language :: Python :: 3.7",
2224
"Programming Language :: Python :: 3.8",
25+
"Programming Language :: Python :: 3.9",
2326
"Topic :: Software Development :: Libraries :: Python Modules",
2427
"Development Status :: 4 - Beta",
2528
]

0 commit comments

Comments
 (0)