mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2026-01-05 00:00:19 +01:00
added explicite article about MIT license
This commit is contained in:
parent
2ff8741ab8
commit
067448a016
|
|
@ -16,7 +16,7 @@ Currently,
|
|||
are supported sources.
|
||||
All these lookup services can be accessed through a unified interface.
|
||||
|
||||
Other modules include location based calculations (e.g. distance, heading between Maidenhead locators) or
|
||||
Other modules include location based calculations (e.g. distance, heading between Maidenhead locators) or
|
||||
frequency based calculations (e.g. frequency to band).
|
||||
|
||||
## References
|
||||
|
|
@ -27,6 +27,11 @@ lookups and calculations per day.
|
|||
Check out the full documentation at:
|
||||
[PyHamTools.readthedocs.org](http://pyhamtools.readthedocs.org/en/latest/index.html)
|
||||
|
||||
## License
|
||||
PyHamTools are published under the permissive [MIT License](http://choosealicense.com/licenses/mit/). You can find a good comparison of Open Source Software licenses, including the MIT license at [choosealicense.com](http://choosealicense.com/licenses/)
|
||||
|
||||
[PyHamTools.readthedocs.org](http://pyhamtools.readthedocs.org/en/latest/index.html)
|
||||
|
||||
## Installation
|
||||
|
||||
Easiest way to install pyhamtools is through the packet manager PIP:
|
||||
|
|
@ -59,4 +64,4 @@ Easiest way to install pyhamtools is through the packet manager PIP:
|
|||
```
|
||||
|
||||
## Testing
|
||||
An extensive set of unit tests has been created for all Classes & Methods.
|
||||
An extensive set of unit tests has been created for all Classes & Methods.
|
||||
|
|
|
|||
Loading…
Reference in a new issue