Skip to content

Latest commit

 

History

History
125 lines (97 loc) · 8.17 KB

OLD_CHANGELOG.md

File metadata and controls

125 lines (97 loc) · 8.17 KB

Changelog

Changelog from the original 'lice' project

2013-08-23 Alessandro Cresto Miseroglio [email protected]

  • core.py Unicode fixed (python 2.7 and 3.3 tested)

2013-08-23 Alessandro Cresto Miseroglio [email protected]

  • core.py File name for a source file was added. main (parser.add_argument [135]) -f (ofile) argument added

2013-08-22 Alessandro Cresto Miseroglio [email protected]

  • core.py (lice) Formatted output for source file programs was added. languages implemented "lua, py, c, cc, pl, rb, sh, txt" load_file_template (template) If template is StringIO, unicode is supported in native mode (both 2.7[maibe] and 3.3) load_package_template (content) StringIO support added content.decode("utf-8") was removed main (parser.add_argument [133]) -l (language) argument added [20..24] LANGS and LANG_CMT added.

  • test.py some tests was changed (maibe become unnecessary) test_file_template [31] assertEqual changed in assertNotEqual test_package_template [39] assertEqual changed in assertNotEqual

Release notes from the original README

0.6

  • Add PowerShell support (thanks to danijeljw <https://github.com/danijeljw>_)
  • Add Rust support (thanks to alex179ohm <https://github.com/alex179ohm>_)
  • Bugfixes (thanks to ganziqim <https://github.com/ganziqim>_)
  • Added support for Python 3.7 and 3.8, removed support for Python 3.4

Tested against Python 2.7, 3.5, 3.6, 3.7, and 3.8.

0.5

  • Add support for SCM alias for lisp-style comments (thanks to ejmr <https://github.com/ejmr>_)
  • Additional support for WTFPL and GPL2 licenses (thanks to ejmr <https://github.com/ejmr>_)
  • Support for Python 3.4 and 3.5 (thanks to ejmr <https://github.com/ejmr>_)

0.4

  • Use ASCII instead of Unicode for templates (thanks to tabletcorry <https://github.com/tabletcorry>_)
  • Add Academic Free License ("AFL") v. 3.0 (thanks to brianray <https://github.com/brianray>_)
  • Add ISC (thanks to masklinn <https://github.com/masklinn>_)
  • Add tox support for testing (thanks to lukaszb <https://github.com/lukaszb>_)
  • Show defaults when listing template variables

0.3

  • Generate source file headers for some liceneses
  • Discover available licenses at runtime
  • Use getpass module for retrieving username
  • Better unicode support for Python 3 (thanks to astagi <https://github.com/astagi>_)
  • Add Creative Commons licenese (thanks to rjnienaber <https://github.com/rjnienaber>_)

0.2

  • Add AGPL 3 license
  • Add extra templates variables to GPL 2 and 3

0.1

  • Initial release

Generated CHANGELOG from the original project repository

Closed Issues

  • LICENSE-2.0 (#56) by jcarbaugh
  • Two bugs (#48) by ganziqim
  • WTFPL copyright notice and source header (#46) by ejmr
  • Don't render the boilerplate in the license template. (#44) by ejmr
  • Upgrade Creative Commons License to version 4.0 (#43) by rgaiacs
  • Not supporting Python 3.4 (#38) by jiegec
  • Experimental support of license-templates as template source. (#30) by ejmr
  • Print list of available styles (#29) by jcarbaugh
  • Infer language only on the basis of file extension (#27) by Yonaba
  • Existing file (#26) by ejmr
  • TypeError under Python 3 (#17) by jcarbaugh
  • Error thrown on "subprocess.check_output('git config --get user.name'.split())" (#8) by jcarbaugh
  • Additional licenses e.g. Creative Commons, OSI-approved licenses. (#7) by jcarbaugh
  • Use non-newlined license files (#5) by jcarbaugh
  • In-file Apache/GNU/MPL headers (#2) by jcarbaugh
  • Affero GPL (#1) by jcarbaugh

Merged Pull Requests


This changelog was generated using github-changelog-md by Seapagan