Not all repo's have the specific LICENSE file that AckGen is searching for. Sometimes, license files are named LICENSE.txt
This adds a slight refactor to loop through a list of license files (LICENSE, LICENSE.txt) in the CLI. Future this could be added as an input parameter.
Not all repo's have the specific
LICENSE
file that AckGen is searching for. Sometimes, license files are namedLICENSE.txt
This adds a slight refactor to loop through a list of license files (
LICENSE
,LICENSE.txt
) in the CLI. Future this could be added as an input parameter.An example of a license with the txt extension is https://github.com/apple/swift-algorithms