eclipse / steady

Analyses your Java applications for open-source dependencies with known vulnerabilities, using both static analysis and testing to determine code context and usage for greater accuracy. https://eclipse.github.io/steady/
Apache License 2.0
517 stars 123 forks source link

Replaced LICENSE symlink by actual file #511

Closed henrikplate closed 2 years ago

henrikplate commented 2 years ago

LICENSE in the project's root directory was a symlink to LICENSES/Apache..., to comply with REUSE's requirement to have all license files below the LICENSES directory.

However, the symlink was not consistently handled by the GitHub API, hence, the API reported that Steady has an unknown license, which led to one of the problems described in https://github.com/todogroup/ospolandscape/issues/97.

Details:

TODOs