From a2384eaddedb263436e1e19cdf17488f06ba9f12 Mon Sep 17 00:00:00 2001 From: Thomas Lauf Date: Fri, 22 Jan 2021 20:34:00 +0100 Subject: [PATCH] Move licence URL up This way Github's licensee tool recognizes the MIT license correctly --- LICENSE | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index c716ed108..99fcfe6de 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,7 @@ The MIT License +https://www.opensource.org/licenses/mit-license.php + Copyright 2006 - 2021, Paul Beckingham, Federico Hernandez. Permission is hereby granted, free of charge, to any person obtaining a copy @@ -20,4 +22,3 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -https://www.opensource.org/licenses/mit-license.php