- Modify to generate a single oss for multiple license names for npm,maven.
- Change the result report format for pub package manager.
- Create fossology_dependency github repository and upload the source codes.
- Add virtualenv to requirements.txt
- fix the pip to run in Windows
- Refactoring the code
- change print function to logging
- fix the code warning
- change the main function
- Fix the issue that maven dependency scanning was not executed on Python2.7.
- Fix the error that cannot remove the output directory of maven dependency scanning.
- add options
- '-p' option, you can enter the path to run the script.
- '-o' option, you can enter the path to generate result file.
- '-v' option, it prints the version of the script.
- change option
- '-o' option -> '-c' option : the customized build output directory of pom.xml, build.gradle
- Fix the error for dependency_unified.exe
- remove the unused dependency pip package
- add the path that askalono.exe is located
- Support pub(package manager for dart/flutter) dependency scanning
- Change pip dependency scanning option
- 'a' option : virtual environment activate command
- 'd' option : virtual environment deactivate command
- run the 'npm install' automatically in the script for npm scanning
- run the 'license-maven-plugin' automatically in the script for maven scanning
- Change pip dependency scanning process
- change '-a' option : enter the virtualenv full path
- change nomossa_linux binary
- Remove 'License Text' info in OSS report
- Add '-o' option for the customized build output directory of pom.xml, build.gradle
- Change the printed OSS name, download location, homepage format. (Please read the README.txt for details.)
- Add README.txt and ReleaseNote
- Initial release of dependency_unified script
- Change to the unified script for four package managers(npm,pypi,maven,gradle)