diff --git a/src/Gui/ActiveObjectList.cpp b/src/Gui/ActiveObjectList.cpp index b09cc33f75..227ba4ce5c 100644 --- a/src/Gui/ActiveObjectList.cpp +++ b/src/Gui/ActiveObjectList.cpp @@ -1,5 +1,5 @@ -/*************************************************************************** -* (c) Jürgen Riegel (juergen.riegel@web.de) 2014 * +/************************************************************************** +* Copyright (c) 2014 Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Gui/ActiveObjectList.h b/src/Gui/ActiveObjectList.h index 0de948a25d..d33f3e240d 100644 --- a/src/Gui/ActiveObjectList.h +++ b/src/Gui/ActiveObjectList.h @@ -1,5 +1,5 @@ -/*************************************************************************** -* (c) Jürgen Riegel (juergen.riegel@web.de) 2014 * +/************************************************************************** +* Copyright (c) 2014 Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Gui/Application.cpp b/src/Gui/Application.cpp index 1843acdc33..171cdce4dd 100644 --- a/src/Gui/Application.cpp +++ b/src/Gui/Application.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) 2004 Juergen Riegel * + * Copyright (c) 2004 Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Gui/CoinRiftWidget.cpp b/src/Gui/CoinRiftWidget.cpp index 7dde3f9cff..174e290130 100644 --- a/src/Gui/CoinRiftWidget.cpp +++ b/src/Gui/CoinRiftWidget.cpp @@ -1,33 +1,35 @@ -/**************************************************************************\ -* Copyright (c) Bastiaan Veelo (Bastiaan a_t Veelo d_o_t net) & Juergen Riegel (FreeCAD@juergen-riegel.net) -* All rights reserved. Contact me if the below is too restrictive for you. -* -* Redistribution and use in source and binary forms, with or without -* modification, are permitted provided that the following conditions are -* met: -* -* Redistributions of source code must retain the above copyright notice, -* this list of conditions and the following disclaimer. -* -* Redistributions in binary form must reproduce the above copyright -* notice, this list of conditions and the following disclaimer in the -* documentation and/or other materials provided with the distribution. -* -* Neither the name of the copyright holder nor the names of its -* contributors may be used to endorse or promote products derived from -* this software without specific prior written permission. -* -* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -* HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +/************************************************************************** +* Copyright (c) 2014 Bastiaan Veelo * +* Copyright (c) 2014 Jürgen Riegel * +* * +* All rights reserved. Contact me if the below is too restrictive for you.* +* * +* Redistribution and use in source and binary forms, with or without * +* modification, are permitted provided that the following conditions are * +* met: * +* * +* Redistributions of source code must retain the above copyright notice, * +* this list of conditions and the following disclaimer. * +* * +* Redistributions in binary form must reproduce the above copyright * +* notice, this list of conditions and the following disclaimer in the * +* documentation and/or other materials provided with the distribution. * +* * +* Neither the name of the copyright holder nor the names of its * +* contributors may be used to endorse or promote products derived from * +* this software without specific prior written permission. * +* * +* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * +* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * +* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR * +* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT * +* HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, * +* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT * +* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, * +* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY * +* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * +* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE * +* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * \**************************************************************************/ #include "PreCompiled.h" diff --git a/src/Gui/CoinRiftWidget.h b/src/Gui/CoinRiftWidget.h index c25e4608fb..27655405f9 100644 --- a/src/Gui/CoinRiftWidget.h +++ b/src/Gui/CoinRiftWidget.h @@ -1,35 +1,36 @@ -/**************************************************************************\ -* Copyright (c) Bastiaan Veelo (Bastiaan a_t Veelo d_o_t net) -* & Juergen Riegel (FreeCAD@juergen-riegel.net) -* All rights reserved. Contact me if the below is too restrictive for you. -* -* Redistribution and use in source and binary forms, with or without -* modification, are permitted provided that the following conditions are -* met: -* -* Redistributions of source code must retain the above copyright notice, -* this list of conditions and the following disclaimer. -* -* Redistributions in binary form must reproduce the above copyright -* notice, this list of conditions and the following disclaimer in the -* documentation and/or other materials provided with the distribution. -* -* Neither the name of the copyright holder nor the names of its -* contributors may be used to endorse or promote products derived from -* this software without specific prior written permission. -* -* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -* HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -\**************************************************************************/ +/**************************************************************************** +* Copyright (c) 2014 Bastiaan Veelo * +* Copyright (c) 2014 Jürgen Riegel * +* * +* All rights reserved. Contact me if the below is too restrictive for you. * +* * +* Redistribution and use in source and binary forms, with or without * +* modification, are permitted provided that the following conditions are * +* met: * +* * +* Redistributions of source code must retain the above copyright notice, * +* this list of conditions and the following disclaimer. * +* * +* Redistributions in binary form must reproduce the above copyright * +* notice, this list of conditions and the following disclaimer in the * +* documentation and/or other materials provided with the distribution. * +* * +* Neither the name of the copyright holder nor the names of its * +* contributors may be used to endorse or promote products derived from * +* this software without specific prior written permission. * +* * +* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * +* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * +* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR * +* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT * +* HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, * +* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT * +* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, * +* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY * +* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT * +* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE * +* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * +\****************************************************************************/ #ifndef GUI_CoinRiftWidget #define GUI_CoinRiftWidget diff --git a/src/Gui/Control.cpp b/src/Gui/Control.cpp index c5322e7be4..91c8c987fa 100644 --- a/src/Gui/Control.cpp +++ b/src/Gui/Control.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Juergen Riegel * + * Copyright 2011 (c) Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Gui/Control.h b/src/Gui/Control.h index 68b2375889..68288940f6 100644 --- a/src/Gui/Control.h +++ b/src/Gui/Control.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Juergen Riegel * + * Copyright (c) 2011 Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Gui/FreeCADGuiInit.py b/src/Gui/FreeCADGuiInit.py index 501852c000..73a5922d16 100644 --- a/src/Gui/FreeCADGuiInit.py +++ b/src/Gui/FreeCADGuiInit.py @@ -1,12 +1,12 @@ # FreeCAD gui init module -# (c) 2003 Juergen Riegel +# (c) 2003 Jürgen Riegel # # Gathering all the information to start FreeCAD # This is the second one of three init scripts, the third one # runs when the gui is up #*************************************************************************** -#* (c) Juergen Riegel (juergen.riegel@web.de) 2002 * +#* Copyright (c) 2002 Jürgen Riegel * #* * #* This file is part of the FreeCAD CAx development system. * #* * @@ -26,7 +26,6 @@ #* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * #* USA * #* * -#* Juergen Riegel 2002 * #***************************************************************************/ diff --git a/src/Gui/InputField.cpp b/src/Gui/InputField.cpp index a88ec371b3..cb5194685e 100644 --- a/src/Gui/InputField.cpp +++ b/src/Gui/InputField.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) 2013 Juergen Riegel * + * Copyright (c) 2013 Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Gui/InputField.h b/src/Gui/InputField.h index bf042dfcf5..0f956970e5 100644 --- a/src/Gui/InputField.h +++ b/src/Gui/InputField.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) 2013 Juergen Riegel * + * Copyright (c) 2013 Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Gui/Inventor/SoAutoZoomTranslation.cpp b/src/Gui/Inventor/SoAutoZoomTranslation.cpp index f48538979d..4b61003c11 100644 --- a/src/Gui/Inventor/SoAutoZoomTranslation.cpp +++ b/src/Gui/Inventor/SoAutoZoomTranslation.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c)2011 Luke Parry * + * Copyright (c) 2011 Luke Parry * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Gui/Inventor/SoAutoZoomTranslation.h b/src/Gui/Inventor/SoAutoZoomTranslation.h index d763a6bd86..0ca9d9fc76 100644 --- a/src/Gui/Inventor/SoAutoZoomTranslation.h +++ b/src/Gui/Inventor/SoAutoZoomTranslation.h @@ -1,5 +1,5 @@ /*************************************************************************** - * (c) 2011 Luke Parry * + * Copyright (c) 2011 Luke Parry * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Gui/InventorAll.h b/src/Gui/InventorAll.h index 0fee123edc..3a61b54e46 100644 --- a/src/Gui/InventorAll.h +++ b/src/Gui/InventorAll.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Jürgen Riegel (juergen.riegel@web.de) 2006 * + * Copyright (c) 2006 Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Gui/OpenCascadeNavigationStyle.cpp b/src/Gui/OpenCascadeNavigationStyle.cpp index 1c33be20c3..1469f12ff5 100644 --- a/src/Gui/OpenCascadeNavigationStyle.cpp +++ b/src/Gui/OpenCascadeNavigationStyle.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) 2015 Kirill Gavrilov * + * Copyright (c) 2015 Kirill Gavrilov * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Gui/PreCompiled.cpp b/src/Gui/PreCompiled.cpp index 93ebe29987..3e85848b9a 100644 --- a/src/Gui/PreCompiled.cpp +++ b/src/Gui/PreCompiled.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Jürgen Riegel (juergen.riegel@web.de) 2002 * + * Copyright (c) 2002 Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Gui/PreCompiled.h b/src/Gui/PreCompiled.h index 686f4c2526..c6d67c0c47 100644 --- a/src/Gui/PreCompiled.h +++ b/src/Gui/PreCompiled.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Jürgen Riegel (juergen.riegel@web.de) 2002 * + * Copyright (c) 2002 Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Gui/ProjectView.cpp b/src/Gui/ProjectView.cpp index bbef326fd3..316d0acf71 100644 --- a/src/Gui/ProjectView.cpp +++ b/src/Gui/ProjectView.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) 2012 Juergen Riegel * + * Copyright (c) 2012 Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Gui/ProjectView.h b/src/Gui/ProjectView.h index c6085fc94c..7b45386184 100644 --- a/src/Gui/ProjectView.h +++ b/src/Gui/ProjectView.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) 2012 Juergen Riegel * + * Copyright (c) 2012 Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Gui/PropertyView.cpp b/src/Gui/PropertyView.cpp index 01c4291fb6..b83989429c 100644 --- a/src/Gui/PropertyView.cpp +++ b/src/Gui/PropertyView.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) 2002 Juergen Riegel * + * Copyright (c) 2002 Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Gui/Qt4All.h b/src/Gui/Qt4All.h index 43a10d2529..6be2704aa0 100644 --- a/src/Gui/Qt4All.h +++ b/src/Gui/Qt4All.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Jürgen Riegel (juergen.riegel@web.de) 2006 * + * Copyright (c) 2006 Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Gui/Quarter/SoQTQuarterAdaptor.h b/src/Gui/Quarter/SoQTQuarterAdaptor.h index 5131c15c07..9d3fab2d4b 100644 --- a/src/Gui/Quarter/SoQTQuarterAdaptor.h +++ b/src/Gui/Quarter/SoQTQuarterAdaptor.h @@ -1,6 +1,6 @@ /* * Extends the QuarterWidget with all functions the SoQtViewer has - * Copyright (C) 2014 Stefan Tröger + * Copyright (c) 2014 Stefan Tröger * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/src/Gui/Selection.cpp b/src/Gui/Selection.cpp index 6b7bf3e1c5..70ed8f3f49 100644 --- a/src/Gui/Selection.cpp +++ b/src/Gui/Selection.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Juergen Riegel * + * Copyright (c) Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Gui/Selection.h b/src/Gui/Selection.h index 69a22d33ba..4add9f4c0e 100644 --- a/src/Gui/Selection.h +++ b/src/Gui/Selection.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Juergen Riegel * + * Copyright (c) Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Gui/SelectionFilter.cpp b/src/Gui/SelectionFilter.cpp index f443093be4..b6059ffbe9 100644 --- a/src/Gui/SelectionFilter.cpp +++ b/src/Gui/SelectionFilter.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) 2009 Juergen Riegel (FreeCAD@juergen-riegel.net) * + * Copyright (c) 2009 Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Gui/SelectionFilter.h b/src/Gui/SelectionFilter.h index 0e77c4599c..ead3b36811 100644 --- a/src/Gui/SelectionFilter.h +++ b/src/Gui/SelectionFilter.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) 2009 Juergen Riegel (FreeCAD@juergen-riegel.net> * + * Copyright (c) 2009 Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Gui/SelectionFilter.l b/src/Gui/SelectionFilter.l index 6949b5a372..f13dcacc1c 100644 --- a/src/Gui/SelectionFilter.l +++ b/src/Gui/SelectionFilter.l @@ -1,6 +1,6 @@ %{ /* Lexer for the FreeCAD selection filter language */ -/* (c) 2010 Juergen Riegel LGPL */ +/* Copyright (c) 2010 Jürgen Riegel LGPL */ /* flex -o lex.SelectionFilter.c SelectionFilter.l */ diff --git a/src/Gui/SelectionFilter.y b/src/Gui/SelectionFilter.y index 13b76c7329..29b8baea9f 100644 --- a/src/Gui/SelectionFilter.y +++ b/src/Gui/SelectionFilter.y @@ -1,5 +1,5 @@ /* Parser for the FreeCAD selection filter language */ -/* (c) 2010 Juergen Riegel LGPL +/* Copyright (c) 2010 Jürgen Riegel LGPL */ /* bison -o SelectionFilter.tab.c SelectionFilter.y */ diff --git a/src/Gui/SelectionObject.cpp b/src/Gui/SelectionObject.cpp index 6b3e003365..28e7e82de3 100644 --- a/src/Gui/SelectionObject.cpp +++ b/src/Gui/SelectionObject.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) 2009 Juergen Riegel (FreeCAD@juergen-riegel.net) * + * Copyright (c) 2009 Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Gui/SelectionObject.h b/src/Gui/SelectionObject.h index d903959383..c4c1fd8123 100644 --- a/src/Gui/SelectionObject.h +++ b/src/Gui/SelectionObject.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) 2009 Juergen Riegel (FreeCAD@juergen-riegel.net> * + * Copyright (c) 2009 Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Gui/SelectionObjectPyImp.cpp b/src/Gui/SelectionObjectPyImp.cpp index 8505e260d0..b179a53e80 100644 --- a/src/Gui/SelectionObjectPyImp.cpp +++ b/src/Gui/SelectionObjectPyImp.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) 2009 Juergen Riegel (FreeCAD@juergen-riegel.net) * + * Copyright (c) 2009 Jürgen Riegel (FreeCAD@juergen-riegel.net) * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Gui/TaskCSysDragger.cpp b/src/Gui/TaskCSysDragger.cpp index 30502ae698..2e90a3f509 100644 --- a/src/Gui/TaskCSysDragger.cpp +++ b/src/Gui/TaskCSysDragger.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) 2015 Thomas Anderson * + * Copyright (c) 2015 Thomas Anderson * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Gui/TaskCSysDragger.h b/src/Gui/TaskCSysDragger.h index 3a3e3bdbc6..721cc51c8d 100644 --- a/src/Gui/TaskCSysDragger.h +++ b/src/Gui/TaskCSysDragger.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) 2015 Thomas Anderson * + * Copyright (c) 2015 Thomas Anderson * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Gui/View3DInventor.h b/src/Gui/View3DInventor.h index f50585fb0e..24a7d6aa0d 100644 --- a/src/Gui/View3DInventor.h +++ b/src/Gui/View3DInventor.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) 2004 Juergen Riegel * + * Copyright (c) 2004 Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Gui/View3DInventorRiftViewer.cpp b/src/Gui/View3DInventorRiftViewer.cpp index 49dd0be209..4e72573c0d 100644 --- a/src/Gui/View3DInventorRiftViewer.cpp +++ b/src/Gui/View3DInventorRiftViewer.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) 2014 Juergen Riegel * + * Copyright (c) 2014 Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Gui/View3DInventorRiftViewer.h b/src/Gui/View3DInventorRiftViewer.h index 146684ab50..9991af9841 100644 --- a/src/Gui/View3DInventorRiftViewer.h +++ b/src/Gui/View3DInventorRiftViewer.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) 2014 Juergen Riegel * + * Copyright (c) 2014 Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Gui/View3DInventorViewer.cpp b/src/Gui/View3DInventorViewer.cpp index 5b0a3aaaa3..06df7acbf9 100644 --- a/src/Gui/View3DInventorViewer.cpp +++ b/src/Gui/View3DInventorViewer.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) 2004 Juergen Riegel * + * Copyright (c) 2004 Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Gui/View3DInventorViewer.h b/src/Gui/View3DInventorViewer.h index 9e132a84b3..cd174f6b54 100644 --- a/src/Gui/View3DInventorViewer.h +++ b/src/Gui/View3DInventorViewer.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) 2004 Juergen Riegel * + * Copyright (c) 2004 Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Gui/View3DPy.cpp b/src/Gui/View3DPy.cpp index 974f310838..44c362b289 100644 --- a/src/Gui/View3DPy.cpp +++ b/src/Gui/View3DPy.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Jürgen Riegel (juergen.riegel@web.de) 2002 * + * Copyright (c) 2002 Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Gui/View3DPy.h b/src/Gui/View3DPy.h index 9cb03ebe14..f93abf71c3 100644 --- a/src/Gui/View3DPy.h +++ b/src/Gui/View3DPy.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Jürgen Riegel (juergen.riegel@web.de) 2005 * + * Copyright (c) 2005 Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Gui/View3DViewerPy.cpp b/src/Gui/View3DViewerPy.cpp index 916a1bd577..e1a86fb7c7 100644 --- a/src/Gui/View3DViewerPy.cpp +++ b/src/Gui/View3DViewerPy.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Stefan Tröger (stefantroeger@gmx.net) 2014 * + * Copyright (c) 2014 Stefan Tröger * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Gui/View3DViewerPy.h b/src/Gui/View3DViewerPy.h index abafe787cf..0832f568bf 100644 --- a/src/Gui/View3DViewerPy.h +++ b/src/Gui/View3DViewerPy.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Stefan Tröger (stefantroeger@gmx.net) 2014 * + * Copyright (c) 2014 Stefan Tröger * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Gui/ViewProviderExtension.cpp b/src/Gui/ViewProviderExtension.cpp index 49386eb93d..96e0ddf131 100644 --- a/src/Gui/ViewProviderExtension.cpp +++ b/src/Gui/ViewProviderExtension.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Stefan Tröger (stefantroeger@gmx.net) 2016 * + * Copyright (c) 2016 Stefan Tröger * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Gui/ViewProviderExtension.h b/src/Gui/ViewProviderExtension.h index abc1e98323..37e10518d0 100644 --- a/src/Gui/ViewProviderExtension.h +++ b/src/Gui/ViewProviderExtension.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Stefan Tröger (stefantroeger@gmx.net) 2016 * + * Copyright (c) 2016 Stefan Tröger * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Gui/ViewProviderGeoFeatureGroup.cpp b/src/Gui/ViewProviderGeoFeatureGroup.cpp index 98246fd9c8..0d4be36547 100644 --- a/src/Gui/ViewProviderGeoFeatureGroup.cpp +++ b/src/Gui/ViewProviderGeoFeatureGroup.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) 2011 Juergen Riegel * + * Copyright (c) 2011 Jürgen Riegel * * Copyright (c) 2015 Alexander Golubev (Fat-Zer) * * * * This file is part of the FreeCAD CAx development system. * diff --git a/src/Gui/ViewProviderGeoFeatureGroup.h b/src/Gui/ViewProviderGeoFeatureGroup.h index 33abf294aa..bcb3c1ac9c 100644 --- a/src/Gui/ViewProviderGeoFeatureGroup.h +++ b/src/Gui/ViewProviderGeoFeatureGroup.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) 2011 Juergen Riegel * + * Copyright (c) 2011 Jürgen Riegel * * Copyright (c) 2015 Alexander Golubev (Fat-Zer) * * * * This file is part of the FreeCAD CAx development system. * diff --git a/src/Gui/ViewProviderGeoFeatureGroupExtension.cpp b/src/Gui/ViewProviderGeoFeatureGroupExtension.cpp index 4e8eba87a0..a56a3bcf10 100644 --- a/src/Gui/ViewProviderGeoFeatureGroupExtension.cpp +++ b/src/Gui/ViewProviderGeoFeatureGroupExtension.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) 2011 Juergen Riegel * + * Copyright (c) 2011 Jürgen Riegel * * Copyright (c) 2015 Alexander Golubev (Fat-Zer) * * Copyright (c) 2016 Stefan Tröger * * * diff --git a/src/Gui/ViewProviderGeoFeatureGroupExtension.h b/src/Gui/ViewProviderGeoFeatureGroupExtension.h index a0bf3b7cf1..1090291db2 100644 --- a/src/Gui/ViewProviderGeoFeatureGroupExtension.h +++ b/src/Gui/ViewProviderGeoFeatureGroupExtension.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) 2011 Juergen Riegel * + * Copyright (c) 2011 Jürgen Riegel * * Copyright (c) 2015 Alexander Golubev (Fat-Zer) * * Copyright (c) 2016 Stefan Tröger * * * diff --git a/src/Gui/ViewProviderLine.cpp b/src/Gui/ViewProviderLine.cpp index 624dfc3149..6d81cbcf31 100644 --- a/src/Gui/ViewProviderLine.cpp +++ b/src/Gui/ViewProviderLine.cpp @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (c) Juergen Riegel (juergen.riegel@web.de) 2012 * - * Copyright (c) Alexander Golubev (Fat-Zer) 2015 * + * Copyright (c) 2012 Jürgen Riegel * + * Copyright (c) 2015 Alexander Golubev (Fat-Zer) * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Gui/ViewProviderLine.h b/src/Gui/ViewProviderLine.h index b7fc8a86ac..f45e4baf65 100644 --- a/src/Gui/ViewProviderLine.h +++ b/src/Gui/ViewProviderLine.h @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (c) Juergen Riegel (juergen.riegel@web.de) 2012 * - * Copyright (c) Alexander Golubev (Fat-Zer) 2015 * + * Copyright (c) 2012 Jürgen Riegel * + * Copyright (c) 2015 Alexander Golubev (Fat-Zer) * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Gui/ViewProviderOrigin.cpp b/src/Gui/ViewProviderOrigin.cpp index 6f480c8fb6..8800e7432f 100644 --- a/src/Gui/ViewProviderOrigin.cpp +++ b/src/Gui/ViewProviderOrigin.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Stefan Tröger (stefantroeger@gmx.net) 2015 * + * Copyright (c) 2015 Stefan Tröger * * Copyright (c) 2015 Alexander Golubev (Fat-Zer) * * * * This file is part of the FreeCAD CAx development system. * diff --git a/src/Gui/ViewProviderOrigin.h b/src/Gui/ViewProviderOrigin.h index 8429078e52..da4810bd6d 100644 --- a/src/Gui/ViewProviderOrigin.h +++ b/src/Gui/ViewProviderOrigin.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Stefan Tröger (stefantroeger@gmx.net) 2015 * + * Copyright (c) 2015 Stefan Tröger * * Copyright (c) 2015 Alexander Golubev (Fat-Zer) * * * * This file is part of the FreeCAD CAx development system. * diff --git a/src/Gui/ViewProviderOriginGroup.cpp b/src/Gui/ViewProviderOriginGroup.cpp index 264d54c0e0..3825cb0a8f 100644 --- a/src/Gui/ViewProviderOriginGroup.cpp +++ b/src/Gui/ViewProviderOriginGroup.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Alexander Golubev (Fat-Zer) 2015 * + * Copyright (c) 2015 Alexander Golubev (Fat-Zer) * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Gui/ViewProviderOriginGroup.h b/src/Gui/ViewProviderOriginGroup.h index 31db1d6d0c..e1c1c44293 100644 --- a/src/Gui/ViewProviderOriginGroup.h +++ b/src/Gui/ViewProviderOriginGroup.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Alexander Golubev (Fat-Zer) 2015 * + * Copyright (c) 2015 Alexander Golubev (Fat-Zer) * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Gui/ViewProviderPlacement.cpp b/src/Gui/ViewProviderPlacement.cpp index 2c0698d4cc..49dea1590f 100644 --- a/src/Gui/ViewProviderPlacement.cpp +++ b/src/Gui/ViewProviderPlacement.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Juergen Riegel (juergen.riegel@web.de) 2012 * + * Copyright (c) 2012 Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Gui/ViewProviderPlacement.h b/src/Gui/ViewProviderPlacement.h index b599aaa843..9dfb7d5062 100644 --- a/src/Gui/ViewProviderPlacement.h +++ b/src/Gui/ViewProviderPlacement.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (c) Juergen Riegel (juergen.riegel@web.de) 2012 * + * Copyright (c) 2012 Jürgen Riegel * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Gui/ViewProviderPlane.cpp b/src/Gui/ViewProviderPlane.cpp index 6645166fc6..593d0bb3f7 100644 --- a/src/Gui/ViewProviderPlane.cpp +++ b/src/Gui/ViewProviderPlane.cpp @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (c) Juergen Riegel (juergen.riegel@web.de) 2012 * - * Copyright (c) Alexander Golubev (Fat-Zer) 2015 * + * Copyright (c) 2012 Jürgen Riegel * + * Copyright (c) 2015 Alexander Golubev (Fat-Zer) * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Gui/ViewProviderPlane.h b/src/Gui/ViewProviderPlane.h index 378a06dc5c..76b60ec0a7 100644 --- a/src/Gui/ViewProviderPlane.h +++ b/src/Gui/ViewProviderPlane.h @@ -1,6 +1,6 @@ /*************************************************************************** - * Copyright (c) Jürgen Riegel (juergen.riegel@web.de) 2012 * - * Copyright (c) Alexander Golubev (Fat-Zer) 2015 * + * Copyright (c) 2012 Jürgen Riegel * + * Copyright (c) 2015 Alexander Golubev (Fat-Zer) * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Gui/WinNativeGestureRecognizers.cpp b/src/Gui/WinNativeGestureRecognizers.cpp index af4d87b21f..9a1c02b1e0 100644 --- a/src/Gui/WinNativeGestureRecognizers.cpp +++ b/src/Gui/WinNativeGestureRecognizers.cpp @@ -1,6 +1,5 @@ /*************************************************************************** - * Copyright (c) Victor Titov (DeepSOIC) * - * (vv.titov@gmail.com) 2015 * + * Copyright (c) 2015 Victor Titov (DeepSOIC) * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Gui/WinNativeGestureRecognizers.h b/src/Gui/WinNativeGestureRecognizers.h index b287a577bc..843081e166 100644 --- a/src/Gui/WinNativeGestureRecognizers.h +++ b/src/Gui/WinNativeGestureRecognizers.h @@ -1,6 +1,5 @@ /*************************************************************************** - * Copyright (c) Victor Titov (DeepSOIC) * - * (vv.titov@gmail.com) 2015 * + * Copyright (c) 2015 Victor Titov (DeepSOIC) * * * * This file is part of the FreeCAD CAx development system. * * * diff --git a/src/Gui/lex.SelectionFilter.c b/src/Gui/lex.SelectionFilter.c index f1e4160613..58d3088c8d 100644 --- a/src/Gui/lex.SelectionFilter.c +++ b/src/Gui/lex.SelectionFilter.c @@ -505,10 +505,10 @@ int SelectionFilter_flex_debug = 0; char *SelectionFiltertext; #line 1 "SelectionFilter.l" #line 2 "SelectionFilter.l" -/* Lexer for the FreeCAD selection filter language */ -/* (c) 2010 Juergen Riegel LGPL */ - -/* flex -o lex.SelectionFilter.c SelectionFilter.l */ +/* Lexer for the FreeCAD selection filter language */ +/* Copyright (c) 2010 Jürgen Riegel LGPL */ + +/* flex -o lex.SelectionFilter.c SelectionFilter.l */ #include