diff --git a/ComponentsPlugin.cc b/ComponentsPlugin.cc
index 876aa79af5579481552cc40cff4b48fb911df82a..9c232d66a3644aba9eda3d25f0866d883aa16331 100644
--- a/ComponentsPlugin.cc
+++ b/ComponentsPlugin.cc
@@ -1,3 +1,44 @@
+/*===========================================================================*\
+*                                                                            *
+ *                              OpenFlipper                                   *
+ *      Copyright (C) 2001-2011 by Computer Graphics Group, RWTH Aachen       *
+ *                           www.openflipper.org                              *
+ *                                                                            *
+ *--------------------------------------------------------------------------- *
+ *  This file is part of OpenFlipper.                                         *
+ *                                                                            *
+ *  OpenFlipper is free software: you can redistribute it and/or modify       *
+ *  it under the terms of the GNU Lesser General Public License as            *
+ *  published by the Free Software Foundation, either version 3 of            *
+ *  the License, or (at your option) any later version with the               *
+ *  following exceptions:                                                     *
+ *                                                                            *
+ *  If other files instantiate templates or use macros                        *
+ *  or inline functions from this file, or you compile this file and          *
+ *  link it with other files to produce an executable, this file does         *
+ *  not by itself cause the resulting executable to be covered by the         *
+ *  GNU Lesser General Public License. This exception does not however        *
+ *  invalidate any other reasons why the executable file might be             *
+ *  covered by the GNU Lesser General Public License.                         *
+ *                                                                            *
+ *  OpenFlipper 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 Lesser General Public License for more details.                       *
+ *                                                                            *
+ *  You should have received a copy of the GNU LesserGeneral Public           *
+ *  License along with OpenFlipper. If not,                                   *
+ *  see <http://www.gnu.org/licenses/>.                                       *
+ *                                                                            *
+ \*===========================================================================*/
+
+/*===========================================================================*\
+*                                                                            *
+ *   $Revision: 17990 $                                                       *
+ *   $LastChangedBy: moeller $                                                *
+ *   $Date: 2014-01-07 17:36:34 +0100 (Di, 07. Jan 2014) $                     *
+ *                                                                            *
+ \*===========================================================================*/
 
 #include <QtGui>
 
diff --git a/ComponentsPlugin.hh b/ComponentsPlugin.hh
index ca8abea880f060ffb71f28afaf2119416b8fa8c2..227556d5733c27912915f753a1ec52c9397821f6 100644
--- a/ComponentsPlugin.hh
+++ b/ComponentsPlugin.hh
@@ -1,44 +1,44 @@
 /*===========================================================================*\
- *                                                                           *
- *                              OpenFlipper                                  *
- *      Copyright (C) 2001-2009 by Computer Graphics Group, RWTH Aachen      *
- *                           www.openflipper.org                             *
- *                                                                           *
- *---------------------------------------------------------------------------*
- *  This file is part of OpenFlipper.                                        *
- *                                                                           *
- *  OpenFlipper is free software: you can redistribute it and/or modify      *
- *  it under the terms of the GNU Lesser General Public License as           *
- *  published by the Free Software Foundation, either version 3 of           *
- *  the License, or (at your option) any later version with the              *
- *  following exceptions:                                                    *
- *                                                                           *
- *  If other files instantiate templates or use macros                       *
- *  or inline functions from this file, or you compile this file and         *
- *  link it with other files to produce an executable, this file does        *
- *  not by itself cause the resulting executable to be covered by the        *
- *  GNU Lesser General Public License. This exception does not however       *
- *  invalidate any other reasons why the executable file might be            *
- *  covered by the GNU Lesser General Public License.                        *
- *                                                                           *
- *  OpenFlipper 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 Lesser General Public License for more details.                      *
- *                                                                           *
- *  You should have received a copy of the GNU LesserGeneral Public          *
- *  License along with OpenFlipper. If not,                                  *
- *  see <http://www.gnu.org/licenses/>.                                      *
- *                                                                           *
-\*===========================================================================*/
+*                                                                            *
+ *                              OpenFlipper                                   *
+ *      Copyright (C) 2001-2011 by Computer Graphics Group, RWTH Aachen       *
+ *                           www.openflipper.org                              *
+ *                                                                            *
+ *--------------------------------------------------------------------------- *
+ *  This file is part of OpenFlipper.                                         *
+ *                                                                            *
+ *  OpenFlipper is free software: you can redistribute it and/or modify       *
+ *  it under the terms of the GNU Lesser General Public License as            *
+ *  published by the Free Software Foundation, either version 3 of            *
+ *  the License, or (at your option) any later version with the               *
+ *  following exceptions:                                                     *
+ *                                                                            *
+ *  If other files instantiate templates or use macros                        *
+ *  or inline functions from this file, or you compile this file and          *
+ *  link it with other files to produce an executable, this file does         *
+ *  not by itself cause the resulting executable to be covered by the         *
+ *  GNU Lesser General Public License. This exception does not however        *
+ *  invalidate any other reasons why the executable file might be             *
+ *  covered by the GNU Lesser General Public License.                         *
+ *                                                                            *
+ *  OpenFlipper 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 Lesser General Public License for more details.                       *
+ *                                                                            *
+ *  You should have received a copy of the GNU LesserGeneral Public           *
+ *  License along with OpenFlipper. If not,                                   *
+ *  see <http://www.gnu.org/licenses/>.                                       *
+ *                                                                            *
+ \*===========================================================================*/
 
 /*===========================================================================*\
- *                                                                           *
- *   $Revision: 15115 $                                                       *
- *   $Author: moebius $                                                       *
- *   $Date: 2012-07-26 14:40:06 +0200 (Thu, 26 Jul 2012) $                   *
- *                                                                           *
-\*===========================================================================*/
+*                                                                            *
+ *   $Revision: 17990 $                                                       *
+ *   $LastChangedBy: moeller $                                                *
+ *   $Date: 2014-01-07 17:36:34 +0100 (Di, 07. Jan 2014) $                     *
+ *                                                                            *
+ \*===========================================================================*/
 
 #ifndef COMPONENTSPLUGIN_HH
 #define COMPONENTSPLUGIN_HH
diff --git a/ComponentsPluginT.cc b/ComponentsPluginT.cc
index e30e73c718435244b7bc7bae79866f6e65e0f491..e053f45512413875d1ae734da7aad82776dd358d 100644
--- a/ComponentsPluginT.cc
+++ b/ComponentsPluginT.cc
@@ -1,3 +1,45 @@
+/*===========================================================================*\
+*                                                                            *
+ *                              OpenFlipper                                   *
+ *      Copyright (C) 2001-2011 by Computer Graphics Group, RWTH Aachen       *
+ *                           www.openflipper.org                              *
+ *                                                                            *
+ *--------------------------------------------------------------------------- *
+ *  This file is part of OpenFlipper.                                         *
+ *                                                                            *
+ *  OpenFlipper is free software: you can redistribute it and/or modify       *
+ *  it under the terms of the GNU Lesser General Public License as            *
+ *  published by the Free Software Foundation, either version 3 of            *
+ *  the License, or (at your option) any later version with the               *
+ *  following exceptions:                                                     *
+ *                                                                            *
+ *  If other files instantiate templates or use macros                        *
+ *  or inline functions from this file, or you compile this file and          *
+ *  link it with other files to produce an executable, this file does         *
+ *  not by itself cause the resulting executable to be covered by the         *
+ *  GNU Lesser General Public License. This exception does not however        *
+ *  invalidate any other reasons why the executable file might be             *
+ *  covered by the GNU Lesser General Public License.                         *
+ *                                                                            *
+ *  OpenFlipper 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 Lesser General Public License for more details.                       *
+ *                                                                            *
+ *  You should have received a copy of the GNU LesserGeneral Public           *
+ *  License along with OpenFlipper. If not,                                   *
+ *  see <http://www.gnu.org/licenses/>.                                       *
+ *                                                                            *
+ \*===========================================================================*/
+
+/*===========================================================================*\
+*                                                                            *
+ *   $Revision: 17990 $                                                       *
+ *   $LastChangedBy: moeller $                                                *
+ *   $Date: 2014-01-07 17:36:34 +0100 (Di, 07. Jan 2014) $                     *
+ *                                                                            *
+ \*===========================================================================*/
+
 #define COMPONENTSPLUGIN_CC
 
 #include "ComponentsPlugin.hh"
diff --git a/ComponentsScripting.cc b/ComponentsScripting.cc
index a597a4161ce3254582ef7de6c01576ff2d204cca..d93c710407f14811f95b365c6ff8bd74c0c59f00 100644
--- a/ComponentsScripting.cc
+++ b/ComponentsScripting.cc
@@ -1,3 +1,45 @@
+/*===========================================================================*\
+*                                                                            *
+ *                              OpenFlipper                                   *
+ *      Copyright (C) 2001-2011 by Computer Graphics Group, RWTH Aachen       *
+ *                           www.openflipper.org                              *
+ *                                                                            *
+ *--------------------------------------------------------------------------- *
+ *  This file is part of OpenFlipper.                                         *
+ *                                                                            *
+ *  OpenFlipper is free software: you can redistribute it and/or modify       *
+ *  it under the terms of the GNU Lesser General Public License as            *
+ *  published by the Free Software Foundation, either version 3 of            *
+ *  the License, or (at your option) any later version with the               *
+ *  following exceptions:                                                     *
+ *                                                                            *
+ *  If other files instantiate templates or use macros                        *
+ *  or inline functions from this file, or you compile this file and          *
+ *  link it with other files to produce an executable, this file does         *
+ *  not by itself cause the resulting executable to be covered by the         *
+ *  GNU Lesser General Public License. This exception does not however        *
+ *  invalidate any other reasons why the executable file might be             *
+ *  covered by the GNU Lesser General Public License.                         *
+ *                                                                            *
+ *  OpenFlipper 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 Lesser General Public License for more details.                       *
+ *                                                                            *
+ *  You should have received a copy of the GNU LesserGeneral Public           *
+ *  License along with OpenFlipper. If not,                                   *
+ *  see <http://www.gnu.org/licenses/>.                                       *
+ *                                                                            *
+ \*===========================================================================*/
+
+/*===========================================================================*\
+*                                                                            *
+ *   $Revision: 17990 $                                                       *
+ *   $LastChangedBy: moeller $                                                *
+ *   $Date: 2014-01-07 17:36:34 +0100 (Di, 07. Jan 2014) $                     *
+ *                                                                            *
+ \*===========================================================================*/
+
 #include "ComponentsPlugin.hh"
 
 #include <OpenFlipper/BasePlugin/PluginFunctions.hh>