diff --git a/README.md b/README.md index 8753217..8bed661 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +An extensive set of unit tests has been created for all Classes & Methods.