From 908125ad9495198b81b5d61cbc5ccd3791edeb1d Mon Sep 17 00:00:00 2001 From: jriegel Date: Tue, 3 Jan 2012 09:34:20 +0100 Subject: [PATCH] Change some scripts licenses to LGPL --- src/Tools/MakeApp.py | 2 +- src/Tools/MakeNewBuildNbr.py | 2 +- src/Tools/MemoryLeaks.py | 2 +- src/Tools/SubWCRev.py | 2 +- src/Tools/WixFileTool.py | 2 +- src/Tools/pythondoc.py | 2 +- src/Tools/qembed.py | 2 +- src/Tools/updatets.py | 2 +- src/Tools/wiki2chm.py | 2 +- src/Tools/wiki2qhelp.py | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/Tools/MakeApp.py b/src/Tools/MakeApp.py index 2280d599d..350b06163 100644 --- a/src/Tools/MakeApp.py +++ b/src/Tools/MakeApp.py @@ -9,7 +9,7 @@ #* 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) * +#* it under the terms of the GNU Lirary General Public License (LGPL) * #* 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. * diff --git a/src/Tools/MakeNewBuildNbr.py b/src/Tools/MakeNewBuildNbr.py index 2a7f420fd..9c4285b52 100644 --- a/src/Tools/MakeNewBuildNbr.py +++ b/src/Tools/MakeNewBuildNbr.py @@ -9,7 +9,7 @@ #* 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) * +#* it under the terms of the GNU Library General Public License (LGPL) * #* 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. * diff --git a/src/Tools/MemoryLeaks.py b/src/Tools/MemoryLeaks.py index 5646a5a9c..7eac371b2 100755 --- a/src/Tools/MemoryLeaks.py +++ b/src/Tools/MemoryLeaks.py @@ -8,7 +8,7 @@ #* 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) * +#* it under the terms of the GNU Library General Public License (LGPL) * #* 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. * diff --git a/src/Tools/SubWCRev.py b/src/Tools/SubWCRev.py index ec456ec30..e3c715ea3 100644 --- a/src/Tools/SubWCRev.py +++ b/src/Tools/SubWCRev.py @@ -11,7 +11,7 @@ #* 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) * +#* it under the terms of the GNU Library General Public License (LGPL) * #* 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. * diff --git a/src/Tools/WixFileTool.py b/src/Tools/WixFileTool.py index 14bd7b50b..9665354b4 100644 --- a/src/Tools/WixFileTool.py +++ b/src/Tools/WixFileTool.py @@ -1,5 +1,5 @@ #! python -# (c) 2005 Juergen Riegel +# (c) 2005 Juergen Riegel LGPL Usage = """ WIX file lister diff --git a/src/Tools/pythondoc.py b/src/Tools/pythondoc.py index 69bbb4546..e2e7d9746 100644 --- a/src/Tools/pythondoc.py +++ b/src/Tools/pythondoc.py @@ -7,7 +7,7 @@ #* 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) * +#* it under the terms of the GNU Library General Public License (LGPL) * #* 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. * diff --git a/src/Tools/qembed.py b/src/Tools/qembed.py index ef01b622c..182cb442a 100644 --- a/src/Tools/qembed.py +++ b/src/Tools/qembed.py @@ -10,7 +10,7 @@ #* 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) * +#* it under the terms of the GNU Library General Public License (LGPL) * #* 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. * diff --git a/src/Tools/updatets.py b/src/Tools/updatets.py index d9701ba8c..b4e28e2c0 100644 --- a/src/Tools/updatets.py +++ b/src/Tools/updatets.py @@ -1,6 +1,6 @@ #! python # -*- coding: utf-8 -*- -# (c) 2010 Werner Mayer GPL +# (c) 2010 Werner Mayer LGPL Usage = """updatets - update all .ts files found in the source directories diff --git a/src/Tools/wiki2chm.py b/src/Tools/wiki2chm.py index 4826a2d65..71f1e606d 100644 --- a/src/Tools/wiki2chm.py +++ b/src/Tools/wiki2chm.py @@ -1,6 +1,6 @@ #! python # -*- coding: utf-8 -*- -# (c) 2007 Juergen Riegel GPL +# (c) 2007 Juergen Riegel LGPL Usage = """wiki2chm - connect to a wiki and spider the docu diff --git a/src/Tools/wiki2qhelp.py b/src/Tools/wiki2qhelp.py index 9df24d341..09c47139a 100755 --- a/src/Tools/wiki2qhelp.py +++ b/src/Tools/wiki2qhelp.py @@ -5,7 +5,7 @@ #* Copyright (c) 2009 Yorik van Havre * #* * #* This program is free software; you can redistribute it and/or modify * -#* it under the terms of the GNU General Public License (GPL) * +#* it under the terms of the GNU Library General Public License (LGPL) * #* 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. *