From 4e5419caa90297eefada59e7a679470e17687724 Mon Sep 17 00:00:00 2001 From: Thomas Mansencal Date: Tue, 30 Jan 2024 21:29:28 +1300 Subject: [PATCH] Improve license reference consistency. --- tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks.py b/tasks.py index 8bc43de..7fffd7c 100644 --- a/tasks.py +++ b/tasks.py @@ -7,7 +7,7 @@ __author__ = "Colour Developers" __copyright__ = "Copyright 2018 Colour Developers" -__license__ = "New BSD License - https://opensource.org/licenses/BSD-3-Clause" +__license__ = "BSD-3-Clause - https://opensource.org/licenses/BSD-3-Clause" __maintainer__ = "Colour Developers" __email__ = "colour-developers@colour-science.org" __status__ = "Production"