From 0d0bf9243b67f6a7475d7f1a404bd0cf8c21349f Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Fri, 22 Apr 2016 21:56:38 -0400 Subject: [PATCH] Updated license information for CadQuery library --- CadQuery/InitGui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CadQuery/InitGui.py b/CadQuery/InitGui.py index 1f0fe8f..5b7ce8c 100644 --- a/CadQuery/InitGui.py +++ b/CadQuery/InitGui.py @@ -78,7 +78,7 @@ class CadQueryWorkbench (Workbench): "CadQuery is a parametric scripting language " "for creating and traversing CAD models\r\n" "Author: David Cowden\r\n" - "License: LGPL\r\n" + "License: Apache-2.0\r\n" "Website: https://github.com/dcowden/cadquery\r\n", None, QtGui.QApplication.UnicodeUTF8)