Skip to content

Commit

Permalink
Update licensing part of the code
Browse files Browse the repository at this point in the history
  • Loading branch information
vejmarie authored and wwmayer committed Sep 3, 2019
1 parent 27e7b99 commit ead104f
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 5 deletions.
3 changes: 0 additions & 3 deletions src/Mod/Cloud/App/AppCloud.cpp
Expand Up @@ -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);
Expand Down
22 changes: 22 additions & 0 deletions 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 <Base/Writer.h>
#include <Base/Reader.h>
#include <Base/Base64.h>
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Cloud/App/PreCompiled.cpp
@@ -1,5 +1,5 @@
/***************************************************************************
* Copyright (c) YEAR YOUR NAME <Your e-mail address> *
* Copyright (c) 2019 Jean-Marie Verdun jmverdun3@gmail.com *
* *
* This file is part of the FreeCAD CAx development system. *
* *
Expand Down
2 changes: 1 addition & 1 deletion src/Mod/Cloud/App/PreCompiled.h
@@ -1,5 +1,5 @@
/***************************************************************************
* Copyright (c) YEAR YOUR NAME <Your e-mail address> *
* Copyright (c) 2019 Jean-Marie Verdun jmverdun3@gmail.com *
* *
* This file is part of the FreeCAD CAx development system. *
* *
Expand Down
1 change: 1 addition & 0 deletions 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
1 change: 1 addition & 0 deletions 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"
Expand Down

0 comments on commit ead104f

Please sign in to comment.