From a20b05f4cdde91fc60c028ad7152e0f8949b5fea Mon Sep 17 00:00:00 2001 From: Bernd Hahnebach Date: Thu, 25 Apr 2019 19:47:02 +0200 Subject: [PATCH] Material: editor, add author --- src/Mod/Material/MaterialEditor.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Mod/Material/MaterialEditor.py b/src/Mod/Material/MaterialEditor.py index b9cde2a69a..a1edfe5431 100644 --- a/src/Mod/Material/MaterialEditor.py +++ b/src/Mod/Material/MaterialEditor.py @@ -1,6 +1,6 @@ # *************************************************************************** -# * * -# * Copyright (c) 2013 - Yorik van Havre * +# * Copyright (c) 2013 Yorik van Havre * +# * Copyright (c) 2019 Bernd Hahnebach * # * * # * This program is free software; you can redistribute it and/or modify * # * it under the terms of the GNU Lesser General Public License (LGPL) * @@ -21,7 +21,7 @@ # *************************************************************************** __title__ = "FreeCAD material editor" -__author__ = "Yorik van Havre" +__author__ = "Yorik van Havre, Bernd Hahnebach" __url__ = "http://www.freecadweb.org" import os