2 Commits 676fb1b1ef ... c95befa6af

Author SHA1 Message Date
  Kestrel c95befa6af Add license file. 1 week ago
  Kestrel 676fb1b1ef Add license file. 1 week ago
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -9,7 +9,7 @@ authors = ["Kestrel <kestrel@flying-kestrel.ca"]
 repository = "https://git.flying-kestrel.ca/kestrel/kahlo-rs"
 description = "Optimized software rendering library."
 keywords = ["raster", "render", "paint", "graphics"]
-license = "BSD-4-Clause or MIT"
+license = "BSD-4-Clause OR MIT"
 
 # features specification for docs.rs
 [package.metadata.docs.rs]