Little tool that adds a FOSS licenses to your directory.
Project description
Licensize is a super simple app that adds a LICENSE file to your current
directory.
Installation
-------
From PyPi:
pip install licensize
Manually:
python setup.py install
Usage
-------
Just do...
licensize
...to license the current directory as GPL 3.0 using your git or mercurial
config name in the copyright notice. Or...
licensize -a 'Hacker Corp.' -l mit -n COPYING
...to save the MIT license licensed to 'Hacker Corp.' to a COPYING file in the
current directory.
License name list is searched for close matches with a preference on newer
more common licenses, so "bsd" will match "BSD 3 Clause", and "bsd2" will
match "BSD 2 Clause".
Purpose
---------
It's a great script to speed up creating a new repo for a little FOSS licensed
library or something, like if you want to quickly spin off a rails / Django
app, or jQuery plugin, as a properly licensed GPL or MIT licensed FOSS software
package. Hopefully will help combat "license laziness" which plagues
github/bitbucket presently with so many un-licensed projects.
Contributing
---------
Fork requests are welcome of course :)
directory.
Installation
-------
From PyPi:
pip install licensize
Manually:
python setup.py install
Usage
-------
Just do...
licensize
...to license the current directory as GPL 3.0 using your git or mercurial
config name in the copyright notice. Or...
licensize -a 'Hacker Corp.' -l mit -n COPYING
...to save the MIT license licensed to 'Hacker Corp.' to a COPYING file in the
current directory.
License name list is searched for close matches with a preference on newer
more common licenses, so "bsd" will match "BSD 3 Clause", and "bsd2" will
match "BSD 2 Clause".
Purpose
---------
It's a great script to speed up creating a new repo for a little FOSS licensed
library or something, like if you want to quickly spin off a rails / Django
app, or jQuery plugin, as a properly licensed GPL or MIT licensed FOSS software
package. Hopefully will help combat "license laziness" which plagues
github/bitbucket presently with so many un-licensed projects.
Contributing
---------
Fork requests are welcome of course :)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
licensize-0.1.2.tar.gz
(31.5 kB
view details)
File details
Details for the file licensize-0.1.2.tar.gz
.
File metadata
- Download URL: licensize-0.1.2.tar.gz
- Upload date:
- Size: 31.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2fb2a97b1daf6869d2a49d1836955551109cc9a0cdfe77338cc9fb591a5f5743 |
|
MD5 | 3e9cff31148b4b0e190b2a5462837570 |
|
BLAKE2b-256 | 77a51824b472c73ed410c89ef69f59359770a87927d7f4653da6a1f9819ec748 |