From a9d41a6d7251f50058d715aa5d86443af2bf8b01 Mon Sep 17 00:00:00 2001 From: "Sergey \"Shnatsel\" Davidoff" Date: Mon, 5 Feb 2024 00:38:54 +0000 Subject: [PATCH] Update the license in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 042bf56..46420c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" authors = ["Saveliy Yusufov", "Shnatsel", "...", "..."] -license = "Apache-2.0" +license = "MIT OR Apache-2.0" description = "A high-performance, quantum-inspired, implementation of FFT in pure Rust" documentation = "" repository = ""