From b498cb77b70e98881a349e6ae89ff7742864d8b2 Mon Sep 17 00:00:00 2001
From: Theo Guyard <theo.guyard@insa-rennes.fr>
Date: Fri, 28 Jan 2022 12:39:58 +0000
Subject: [PATCH] Update LICENSE

---
 src/BnbScreening.jl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/BnbScreening.jl b/src/BnbScreening.jl
index 6c47a7b..9ebc7e5 100644
--- a/src/BnbScreening.jl
+++ b/src/BnbScreening.jl
@@ -12,7 +12,7 @@ using LinearAlgebra
 version() = "v1.0"
 author() = "Theo Guyard"
 contact() = "theo.guyard@insa-rennes.fr"
-license() = "MIT License (https://mit-license.org)"
+license() = "AGPL 3.0 License (https://www.gnu.org/licenses/agpl-3.0.en.html)"
 
 # Module files
 include("types.jl")
@@ -22,4 +22,4 @@ include("bvls.jl")
 include("data.jl")
 include("displays.jl")
 include("mips.jl")
-include("screen.jl")
\ No newline at end of file
+include("screen.jl")
-- 
GitLab