diff --git a/src/BnbScreening.jl b/src/BnbScreening.jl index 6c47a7bd21d88039a3cd5f810f3f169dc3299a67..9ebc7e51b4e4e7657d325a9b8774f41287606f78 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")