From 068f1742bda39a7b6e118ff88ae197f1f59473b9 Mon Sep 17 00:00:00 2001 From: Andrea Ciliberti Date: Wed, 5 Apr 2023 14:14:38 +0200 Subject: [PATCH] Fix licensing --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 233d6e1..3bbae01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "pthread-3ds" -authors = [ "Andrea Ciliberti " ] +authors = [ "Rust3DS Org", "Andrea Ciliberti " ] version = "0.1.0" -license = "MIT/Apache 2.0" +license = "MIT OR Apache-2.0" edition = "2021" [dependencies]