Skip to content

Releases: azu/license-generator

v0.6.0

02 Dec 05:21
@azu azu
Compare
Choose a tag to compare

Features

  • Support --output options #13 #12

Output LICENSE-MIT

$ license-generator --author $(git config user.name) --output LICENSE-MIT MIT

Output to stdout

$ license-generator --author $(git config user.name) --output /dev/stdout MIT

Copyright (c) 2020 azu

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

0.5.0

07 Aug 01:57
@azu azu
Compare
Choose a tag to compare

Features

  • Support --year options #11 #8

0.3.1

31 Jan 02:55
@azu azu
Compare
Choose a tag to compare

fixes

  • fill placeholder in all license (#7) (4d9d8f8), closes #7

Now, license-generator will output GPL license correctly.

features

  • license: support following Creative Commons license
    • CC-BY
    • CC-BY-NC
    • CC-BY-NC-SA

0.2.0

14 Jan 06:28
@azu azu
Compare
Choose a tag to compare
  • (cargo-release) start next development iteration 0.1.5-alpha.0 (164945f)
  • (cargo-release) version 0.2.0 (aa415a2)
  • feat(license): add GPL-3 license (2fdd04c)