Skip to content

Releases: silentsoft/oss-notice-file-generator

v2.3.1

02 Mar 06:46
e6ffac8
Compare
Choose a tag to compare

New licenses

  • AFL1_1License (Academic Free License v1.1)
  • AFL1_2License (Academic Free License v1.2)
  • AFL2_0License (Academic Free License v2.0)
  • AFL2_1License (Academic Free License v2.1)
  • AFL3_0License (Academic Free License v3.0)
  • Python2_0License (Python 2.0 License)
  • Unlicense (Unlicense)

v2.3.0

20 Jul 03:29
731a96a
Compare
Choose a tag to compare

Enhancements

  • Licenses can be obtained by name or alias via License.of(..).

New licenses

  • BSDZeroClauseLicense (BSD Zero Clause License)
  • CCBY3_0License (Creative Commons Attribution 3.0 Unported)
  • CCBY4_0License (Creative Commons Attribution 4.0 International)
  • CCZero1_0License (Creative Commons Zero v1.0 Universal)
  • CDDL1_1License (Common Development and Distribution License 1.1)
  • EDL1_0License (Eclipse Distribution License - v 1.0)
  • GPL2_0CELicense (GNU General Public License v2.0 w/Classpath exception)
  • ISCLicense (ISC License)
  • MPL1_1License (Mozilla Public License 1.1)
  • MPL2_0License (Mozilla Public License 2.0)
  • ODCBy1_0License (Open Data Commons Attribution License v1.0)
  • WTFPLLicense (Do What The F*ck You Want To Public License)
  • ZlibLicense (zlib License)

v2.2.3

11 Aug 12:23
4cdbb5b
Compare
Choose a tag to compare

New licenses

  • EPL1_0License (Eclipse Public License - v 1.0)
  • EPL2_0License (Eclipse Public License - v 2.0)

v2.2.2

03 May 17:20
480d93b
Compare
Choose a tag to compare

New licenses

  • GPL2_0License (GNU General Public License v2.0)
  • GPL3_0License (GNU General Public License v3.0)
  • LGPL2_1License (GNU Lesser General Public License v2.1)

Deprecated

  • LGPL3License (Use LGPL3_0License instead.)
  • ApacheLicense2 (Use ApacheLicense2_0 instead.)

v2.2.1

07 Apr 16:24
33a5bea
Compare
Choose a tag to compare
Merge pull request #5 from silentsoft/dev

Update version to 2.2.1

v2.2.0

07 Apr 15:37
0e36a30
Compare
Choose a tag to compare
Merge pull request #3 from silentsoft/dev

Update version to 2.2.0

v2.1.0

31 Jan 17:49
db6844d
Compare
Choose a tag to compare
  • Enhancement
    • New constructor with product name only
  • Bugfix
    • License distinct issue

v2.0.0

26 Jan 07:43
9732cf6
Compare
Choose a tag to compare
  • Update parameter as a builder pattern
    • Usage
      NoticeFileGenerator.newInstance("{{Your Product Name}}", "{{Your Organization Name}}")
          .addText("This product includes software developed by {{Your Organization Name}}.")
          .addText("This product includes software developed by The Apache Software Foundation (http://www.apache.org/).")
          .addLibrary("first-3rd-party", "1.2.3", "https://github.com/silentsoft/first-3rd-party", new ApacheLicense2())
          .addLibrary("second-3rd-party", "1.2.3", "https://github.com/silentsoft/second-3rd-party", new MITLicense())
          .generate();

v1.0.0

22 Jan 17:00
Compare
Choose a tag to compare

The first proper release