Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 979 Bytes

licenses.rst

File metadata and controls

34 lines (23 loc) · 979 Bytes

Licenses available

Implemented in 0.0.3

Most of my projects are free to use for anybody and released under MIT license.

For freelance projects I often do not set any license, as I sell some piece of code and then it is customer decision how to use or sell this.

So I decided to include only this list of licenses:

licenses/asl2.rst licenses/bsd-3.rst licenses/gnu_gpl3.rst licenses/mit.rst licenses/unlicensed.rst

You can click license link to look at template that was used for particular text. I recommend use of https://choosealicense.com to choose you license wisely.

Warning

If None selected, license file will be dropped.

Feel free to make pull request with new license included.

License pull request should have:

  • License template for LICENSE file in project root.
  • License template for docs/license.rst file.
  • License option in setup.py file.