Fixed a mistake in copyright disclamers.

This commit is contained in:
Simon Boyé
2023-03-04 18:06:22 +01:00
parent 956d2d337c
commit 7230127f26
25 changed files with 58 additions and 46 deletions

12
bsvfs/Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "cas-core"
version = "0.1.0"
authors = ["Simon Boyé <sim.boye@gmail.com>"]
edition = "2021"
license = "AGPL-3.0-or-later"
[dependencies]
thiserror = "1.0.25"
camino = { version = "1.0.7" }
[dev-dependencies]

0
bsvfs/src/lib.rs Normal file
View File