From ead104fe0f47c96e84eac2d7bbc19b01b084879f Mon Sep 17 00:00:00 2001 From: Jean-Marie Verdun Date: Mon, 26 Aug 2019 20:08:14 +0200 Subject: [PATCH] Update licensing part of the code --- src/Mod/Cloud/App/AppCloud.cpp | 3 --- src/Mod/Cloud/App/AppCloud.h | 22 ++++++++++++++++++++++ src/Mod/Cloud/App/PreCompiled.cpp | 2 +- src/Mod/Cloud/App/PreCompiled.h | 2 +- src/Mod/Cloud/Init.py | 1 + src/Mod/Cloud/InitGui.py | 1 + 6 files changed, 26 insertions(+), 5 deletions(-) diff --git a/src/Mod/Cloud/App/AppCloud.cpp b/src/Mod/Cloud/App/AppCloud.cpp index 6297be283a71..9ecbaf2759b6 100644 --- a/src/Mod/Cloud/App/AppCloud.cpp +++ b/src/Mod/Cloud/App/AppCloud.cpp @@ -45,9 +45,6 @@ using namespace App; /* Python entry */ PyMOD_INIT_FUNC(Cloud) { - // ADD YOUR CODE HERE - // - // PyObject* mod = Cloud::initModule(); Base::Console().Log("Loading Cloud module... done\n"); PyMOD_Return(mod); diff --git a/src/Mod/Cloud/App/AppCloud.h b/src/Mod/Cloud/App/AppCloud.h index 840d846d06a3..5901f0a2a4ba 100644 --- a/src/Mod/Cloud/App/AppCloud.h +++ b/src/Mod/Cloud/App/AppCloud.h @@ -1,3 +1,25 @@ +/*************************************************************************** + * Copyright (c) 2019 Jean-Marie Verdun jmverdun3@gmail.com * + * * + * This file is part of the FreeCAD CAx development system. * + * * + * This library is free software; you can redistribute it and/or * + * modify it under the terms of the GNU Library General Public * + * License as published by the Free Software Foundation; either * + * version 2 of the License, or (at your option) any later version. * + * * + * This library 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 this library; see the file COPYING.LIB. If not, * + * write to the Free Software Foundation, Inc., 59 Temple Place, * + * Suite 330, Boston, MA 02111-1307, USA * + * * + ***************************************************************************/ + #include #include #include diff --git a/src/Mod/Cloud/App/PreCompiled.cpp b/src/Mod/Cloud/App/PreCompiled.cpp index c32e030c6d8c..c7feec64689d 100644 --- a/src/Mod/Cloud/App/PreCompiled.cpp +++ b/src/Mod/Cloud/App/PreCompiled.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) YEAR YOUR NAME * + * Copyright (c) 2019 Jean-Marie Verdun jmverdun3@gmail.com * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Cloud/App/PreCompiled.h b/src/Mod/Cloud/App/PreCompiled.h index e03c28e31307..7c2ef413519e 100644 --- a/src/Mod/Cloud/App/PreCompiled.h +++ b/src/Mod/Cloud/App/PreCompiled.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) YEAR YOUR NAME * + * Copyright (c) 2019 Jean-Marie Verdun jmverdun3@gmail.com * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Mod/Cloud/Init.py b/src/Mod/Cloud/Init.py index f1b52c7ae9cd..ccfc9a0da4c2 100644 --- a/src/Mod/Cloud/Init.py +++ b/src/Mod/Cloud/Init.py @@ -1,2 +1,3 @@ # FreeCAD init script of the Cloud module # (c) 2001 Juergen Riegel LGPL +# (c) 2019 Jean-Marie Verdun LGPL diff --git a/src/Mod/Cloud/InitGui.py b/src/Mod/Cloud/InitGui.py index 4a76ee66f48b..e843904e403f 100644 --- a/src/Mod/Cloud/InitGui.py +++ b/src/Mod/Cloud/InitGui.py @@ -1,5 +1,6 @@ # Cloud gui init module # (c) 2001 Juergen Riegel LGPL +# (c) 2019 Jean-Marie Verdun LGPL class CloudWorkbench ( Workbench ): "Cloud workbench object"