sstadick / cargo-bundle-licenses

Generate a THIRDPARTY file with all licenses in a cargo project.
Apache License 2.0
90 stars 6 forks source link

Add clean Apache-2.0 #5

Open BastianZim opened 2 years ago

BastianZim commented 2 years ago

I'm not yet sure how to do this but it would be great if the two Apache-2.0 formats could be supported.

Currently, the included license contains the APPENDIX: How to apply the Apache License to your work which is not always included in the actual license: https://www.apache.org/licenses/LICENSE-2.0

This leads to semi confidence results for packages. Example retworkx-core: https://github.com/Qiskit/retworkx/blob/main/retworkx-core/LICENSE

sstadick commented 2 years ago

(See mentioned issue above)