From 3085c30a993b46cb0840c8cfd070beab02fd9c34 Mon Sep 17 00:00:00 2001 From: Irev-Dev Date: Mon, 10 Jul 2017 10:25:08 +0000 Subject: [PATCH] Update MinkowskiRound.scad --- MinkowskiRound.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MinkowskiRound.scad b/MinkowskiRound.scad index e1382d0..8ad2127 100644 --- a/MinkowskiRound.scad +++ b/MinkowskiRound.scad @@ -2,7 +2,7 @@ // Version: 1.0 // Author: IrevDev // Copyright: 2017 -// License: LGPL 2.1 or later +// License: GPL 3 /* ---Modules @@ -105,4 +105,4 @@ module minkowskiInsideRound(r=1,enable=1,cubeSize=[500,500,500]){ } } } -} \ No newline at end of file +}