diff --git a/freecad/gdml/GDMLCommands.py b/freecad/gdml/GDMLCommands.py index a044b1ffa..662e4f63e 100644 --- a/freecad/gdml/GDMLCommands.py +++ b/freecad/gdml/GDMLCommands.py @@ -1,7 +1,7 @@ #************************************************************************** #* * #* Copyright (c) 2017 Keith Sloan * -#* (c) Dam Lamb 2020 * +#* (c) Dam Lambert 2020 * #* * #* This program is free software; you can redistribute it and/or modify * #* it under the terms of the GNU Lesser General Public License (LGPL) * diff --git a/freecad/gdml/GDMLObjects.py b/freecad/gdml/GDMLObjects.py index f5ed082d9..477f22871 100644 --- a/freecad/gdml/GDMLObjects.py +++ b/freecad/gdml/GDMLObjects.py @@ -2,7 +2,7 @@ #************************************************************************** #* * #* Copyright (c) 2017 Keith Sloan * -#* (c) Dam Lamb 2020 * +#* (c) Dam Lambert 2020 * #* * #* This program is free software; you can redistribute it and/or modify * #* it under the terms of the GNU Lesser General Public License (LGPL) * diff --git a/freecad/gdml/GDMLShared.py b/freecad/gdml/GDMLShared.py index 800940d3e..cda882f42 100644 --- a/freecad/gdml/GDMLShared.py +++ b/freecad/gdml/GDMLShared.py @@ -5,7 +5,7 @@ #************************************************************************** #* * #* Copyright (c) 2017 Keith Sloan * -#* (c) Dam Lamb 2020 * +#* (c) Dam Lambert 2020 * #* * #* This program is free software; you can redistribute it and/or modify * #* it under the terms of the GNU Lesser General Public License (LGPL) * diff --git a/freecad/gdml/exportGDML.py b/freecad/gdml/exportGDML.py index 81806d49c..c33c1f017 100644 --- a/freecad/gdml/exportGDML.py +++ b/freecad/gdml/exportGDML.py @@ -1,7 +1,7 @@ #************************************************************************** #* * #* Copyright (c) 2019 Keith Sloan * -#* (c) 2020 Dam Lamb * +#* (c) 2020 Dam Lambert * #* * #* This program is free software; you can redistribute it and/or modify * #* it under the terms of the GNU Lesser General Public License (LGPL) * diff --git a/freecad/gdml/importGDML.py b/freecad/gdml/importGDML.py index 87be7a5cc..f8e898817 100644 --- a/freecad/gdml/importGDML.py +++ b/freecad/gdml/importGDML.py @@ -2,7 +2,7 @@ #************************************************************************** #* * #* Copyright (c) 2017 Keith Sloan * -#* (c) Dam Lamb 2020 * +#* (c) Dam Lambert 2020 * #* * #* This program is free software; you can redistribute it and/or modify * #* it under the terms of the GNU Lesser General Public License (LGPL) *