From a444b104d78873fedd4baba9a996b4b60b7c64a0 Mon Sep 17 00:00:00 2001 From: Liss Heidrich <31625940+liss-h@users.noreply.github.com> Date: Thu, 23 Jan 2025 15:47:23 +0100 Subject: [PATCH] fix license in conan --- conanfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conanfile.py b/conanfile.py index 758049e..f45b874 100644 --- a/conanfile.py +++ b/conanfile.py @@ -7,7 +7,7 @@ class DiceHashConan(ConanFile): - license = "AGPL" + license = "MIT", "Apache-2.0" author = "DICE Group " homepage = "https://github.com/dice-group/dice-hash" url = homepage