sstadick / cargo-bundle-licenses

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

Add BSD-2-Clause #6

Closed BastianZim closed 2 years ago

BastianZim commented 2 years ago

As discussed in #4

By the way, how about just parsing SPDX with the license name? Everything's in GitHub: https://github.com/spdx/license-list-XML/tree/master/src (Just for the future)