Skip to content

Releases: azu/license-generator

v1.0.0

11 Feb 13:58
@azu azu
1ea8cf3
Compare
Choose a tag to compare

v1.0.0 🎉

v0.8.2

08 Feb 22:41
@azu azu
5789857
Compare
Choose a tag to compare

What's Changed

Bug Fixes

  • fix(license): fix an issue where GitHub did not identify GPL-series licenses by @Coro365 in #21

Full Changelog: v0.8.1...v0.8.2

v0.8.1

04 Feb 15:14
@azu azu
Compare
Choose a tag to compare

What's Changed

  • fix(src): fix typo from APGL to AGPL by @Coro365 in #19

New Contributors

Full Changelog: v0.8.0...v0.8.1

v0.8.0

18 Mar 14:43
@azu azu
Compare
Choose a tag to compare

Features

  • load author from git config if none is defined #16

v0.7.1

31 Dec 04:04
@azu azu
Compare
Choose a tag to compare

Multi licenses support

31 Dec 04:03
@azu azu
Compare
Choose a tag to compare

Features

$ license-generator MIT Apache --author "thekuwayama"
# LICENSE-APACHE LICENSE-MIT

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)