Releases: klassen-software-solutions/LicenseScanner
Version 1.3.4
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
Fixed a bug that was causing a problem for Makefiles when a project had no dependencies.
Version 1.3.0
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
This version adds the following:
- #37 We need the ability to ignore some dependencies
Version 1.1.1
This version fixes the following:
- #35 The Swift scanner is not handling cases that have KSS style prerequisites.
Version 1.1.0
Version 1.0.2
Updates to the latest BuildSystem to fix the version checkin problem
Version 1.0.1
- fixed bug #29 resource files not getting installed
- also added the kss.license.version setting
Version 1.0.0
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.