Open Kreyren opened 3 years ago
Some of the files in the crate are not ISC licensed. In particular some of the test files. Unfortunately, Cargo doesn't seem to have a way of distinguishing the license of the test stuff from the license of the library.
Note the
(license unknown-license!)
which breaks the build and needs to be manually fixed on(license (list lisense:isc license:bsd-3)
I overlooked this part of the suggestion. This seems like a fine change to make to me.
Sorry if i made that unclear, basically the suggestion is to use recognizable license on crates.io for automation purposes.
Guix importer generates an import as:
Note the
(license unknown-license!)
which breaks the build and needs to be manually fixed on(license (list lisense:isc license:bsd-3)
Please fix the license metadata on crates.io to not be
non-standard
when the project isisc
.