Skip to content

Releases: klassen-software-solutions/LicenseScanner

Version 1.3.4

01 Jun 14:27
1bdc9e6
Compare
Choose a tag to compare

This release updates the license file as well as some tests whose results changed due to a change in the third-party dependencies.

Version 1.3.1

20 Aug 01:22
cd9693c
Compare
Choose a tag to compare

Fixed a bug that was causing a problem for Makefiles when a project had no dependencies.

Version 1.3.0

17 Mar 16:06
4c61799
Compare
Choose a tag to compare

This version adds some metadata about the license-scanner run to the output file. This includes the time it was run, the base directory that it was run in (which will typically also be the project name), and the command line arguments that were included in the run.

Completes:

  • #39 Record the time that the license output file is generated.

Version 1.2.0

14 Mar 17:02
7eed43e
Compare
Choose a tag to compare

This version adds the following:

  • #37 We need the ability to ignore some dependencies

Version 1.1.1

27 Feb 23:08
8831af6
Compare
Choose a tag to compare

This version fixes the following:

  • #35 The Swift scanner is not handling cases that have KSS style prerequisites.

Version 1.1.0

21 Feb 20:33
9714940
Compare
Choose a tag to compare

This version adds support for the following:

  • #12 - Swift Xcode based projects
  • #33 - HTML based license report

Version 1.0.2

07 Feb 22:37
76f8981
Compare
Choose a tag to compare

Updates to the latest BuildSystem to fix the version checkin problem

Version 1.0.1

07 Feb 18:01
6a70a05
Compare
Choose a tag to compare
  • fixed bug #29 resource files not getting installed
  • also added the kss.license.version setting

Version 1.0.0

04 Feb 22:38
54ae889
Compare
Choose a tag to compare

This initial version contains the refactoring of the original prototype code into a more usable and extensible architecture. It currently handles only two types of scanners:

  • ManualScanner - Adds license entries that have been recorded manually, and
  • KSSPrereqsScanner - Adds license entries based on the prereqs.json architecture of the KSS Build System.