From a0ad4ebebbf751b1eacad30d71d768ec92497343 Mon Sep 17 00:00:00 2001 From: luz paz Date: Fri, 18 Nov 2022 14:13:59 -0500 Subject: [PATCH] [Arch] fix header uniformity Make uniforum all Arch headers --- src/Mod/Arch/ArchIFCView.py | 21 +++++++++++++++++++++ src/Mod/Arch/ArchSketchObject.py | 4 +--- 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/src/Mod/Arch/ArchIFCView.py b/src/Mod/Arch/ArchIFCView.py index d10c688eaf..a95a9fcabb 100644 --- a/src/Mod/Arch/ArchIFCView.py +++ b/src/Mod/Arch/ArchIFCView.py @@ -1,3 +1,24 @@ +#*************************************************************************** +#* Copyright (c) 2020 Yorik van Havre * +#* * +#* This program is free software; you can redistribute it and/or modify * +#* it under the terms of the GNU Lesser 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. * +#* * +#* This program 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 program; if not, write to the Free Software * +#* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * +#* USA * +#* * +#*************************************************************************** + """View providers and UI elements for the Ifc classes.""" import FreeCAD, ArchIFC diff --git a/src/Mod/Arch/ArchSketchObject.py b/src/Mod/Arch/ArchSketchObject.py index 346b4a443a..4797d47d2b 100644 --- a/src/Mod/Arch/ArchSketchObject.py +++ b/src/Mod/Arch/ArchSketchObject.py @@ -1,7 +1,5 @@ #*************************************************************************** -#* * -#* Copyright (c) 2022 * -#* Paul Lee * +#* Copyright (c) 2022 Paul Lee * #* * #* This program is free software; you can redistribute it and/or modify * #* it under the terms of the GNU Lesser General Public License (LGPL) *