Commit 062be27a80
062be27a808e06201cdf8df04fe54996a5232421
parent: 27835ca586
Verified · cmc
cmc <hello@cleberg.net> · 2026-08-22 04:46 UTC
Add a 0BSD LICENSE, and match Cargo.toml to it
The manifest declared a licence the repository did not ship a copy of. Both now
say 0BSD, matching the other repositories in this account.
Cargo.toml
+1 −1
| @@ -9,4 +9,4 @@ members = [ |
| 9 | 9 | [workspace.package] |
| 10 | 10 | version = "0.3.0" |
| 11 | 11 | edition = "2021" |
| 12 | | license = "MIT" |
| 12 | license = "0BSD" |
LICENSE
added
+10
| @@ -0,0 +1,10 @@ |
| 1 | Permission to use, copy, modify, and/or distribute this software for any |
| 2 | purpose with or without fee is hereby granted. |
| 3 | |
| 4 | THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES |
| 5 | WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF |
| 6 | MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR |
| 7 | ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES |
| 8 | WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
| 9 | ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
| 10 | OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |