From 9357683aef4de6af8436f0daada0010dcc723b6e Mon Sep 17 00:00:00 2001 From: wmayer Date: Fri, 9 Aug 2013 17:26:57 +0200 Subject: [PATCH] Fix license --- src/Mod/TemplatePyMod/FeaturePython.py | 24 +----------------------- src/Mod/TemplatePyMod/PythonQt.py | 24 +----------------------- 2 files changed, 2 insertions(+), 46 deletions(-) diff --git a/src/Mod/TemplatePyMod/FeaturePython.py b/src/Mod/TemplatePyMod/FeaturePython.py index 552ff62ba..3d1f1c990 100644 --- a/src/Mod/TemplatePyMod/FeaturePython.py +++ b/src/Mod/TemplatePyMod/FeaturePython.py @@ -1,28 +1,6 @@ """ Examples for a feature class and its view provider. - -*************************************************************************** -* Copyright (c) 2009 Werner Mayer * -* * -* This file is part of the FreeCAD CAx development system. * -* * -* This program is free software; you can redistribute it and/or modify * -* it under the terms of the GNU General Public License (GPL) * -* as published by the Free Software Foundation; either version 2 of * -* the License, or (at your option) any later version. * -* for detail see the LICENCE text file. * -* * -* FreeCAD is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Library General Public License for more details. * -* * -* You should have received a copy of the GNU Library General Public * -* License along with FreeCAD; if not, write to the Free Software * -* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * -* USA * -* * -*************************************************************************** +(c) 2009 Werner Mayer LGPL """ __author__ = "Werner Mayer " diff --git a/src/Mod/TemplatePyMod/PythonQt.py b/src/Mod/TemplatePyMod/PythonQt.py index 058abb107..db02384ee 100644 --- a/src/Mod/TemplatePyMod/PythonQt.py +++ b/src/Mod/TemplatePyMod/PythonQt.py @@ -1,28 +1,6 @@ """ Examples for customizing the FreeCAD application with PyQt facilities. - -*************************************************************************** -* Copyright (c) 2007 Werner Mayer * -* * -* This file is part of the FreeCAD CAx development system. * -* * -* This program is free software; you can redistribute it and/or modify * -* it under the terms of the GNU General Public License (GPL) * -* as published by the Free Software Foundation; either version 2 of * -* the License, or (at your option) any later version. * -* for detail see the LICENCE text file. * -* * -* FreeCAD is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Library General Public License for more details. * -* * -* You should have received a copy of the GNU Library General Public * -* License along with FreeCAD; if not, write to the Free Software * -* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * -* USA * -* * -*************************************************************************** +(c) 2007 Werner Mayer LGPL """ __author__ = "Werner Mayer "