On Thu, Nov 17, 2022 at 04:55:17PM +0530, Viresh Kumar wrote:
On 17-11-22, 12:15, Bartosz Golaszewski wrote:
So I'd say - just use CC0-1.0 license in Cargo.toml?
The Cargo.toml files already have following currently:
license = "Apache-2.0 OR BSD-3-Clause"
That is the license for the resulting crate, not the Cargo.toml file itself. And they aren't necessarily the same.
Using CC0-1.0 for config and documentation makes sense to me.
Cheers, Kent.