From 880efe429a65eb33f731dc72a9a14ee25fae7c03 Mon Sep 17 00:00:00 2001
From: Dalai Felinto <dalai@blender.org>
Date: Tue, 11 Jan 2022 17:23:20 +0100
Subject: [PATCH] Mesh Tools: Fix the license of "Edge Floor Plan" file

The add-on file had the license as GPL2, but for it to be compatible
with Blender it has to be GPL or later.
---
 mesh_tools/mesh_edges_floor_plan.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mesh_tools/mesh_edges_floor_plan.py b/mesh_tools/mesh_edges_floor_plan.py
index ae4aaa653..a23cf73d8 100644
--- a/mesh_tools/mesh_edges_floor_plan.py
+++ b/mesh_tools/mesh_edges_floor_plan.py
@@ -2,8 +2,8 @@
 #
 #  This program is free software; you can redistribute it and/or
 #  modify it under the terms of the GNU General Public License
-#  as published by the Free Software Foundation; version 2
-#  of the License.
+#  as published by the Free Software Foundation; either version 2
+#  of the License, or (at your option) any later version.
 #
 #  This program is distributed in the hope that it will be useful,
 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
-- 
GitLab