tim-harding / kanjidic_utilities

Utilities for the EDRDG KANJIDIC2 dictionary files
Other
2 stars 1 forks source link

Cargo.toml files appear to declare the wrong license #1

Closed PatchMixolydic closed 10 months ago

PatchMixolydic commented 10 months ago

According to README.md,

This project is released under the Creative Commons Attribution-ShareAlike 3.0 license as per the EDRDG license statement.

However, the Cargo manifests for each crate claim that they're licensed under the Creative Commons Attribution-Noncommercial-ShareAlike 3.0 license: https://github.com/tim-harding/kanjidic_utilities/blob/353ea5d7f0e8bba3302d26405962921defb492de/kanjidic_parser/Cargo.toml#L5

tim-harding commented 10 months ago

Thank you! I fixed up the license and noticed a bunch of new errors in recent Rust versions, so I cleaned those up as well.