diff --git a/Doc/Concepts/MeshItems.hh b/Doc/Concepts/MeshItems.hh
index a868cb5a..3cf78104 100644
--- a/Doc/Concepts/MeshItems.hh
+++ b/Doc/Concepts/MeshItems.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/Doc/Concepts/MeshKernel.hh b/Doc/Concepts/MeshKernel.hh
index 8da37b70..176d08a1 100644
--- a/Doc/Concepts/MeshKernel.hh
+++ b/Doc/Concepts/MeshKernel.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/Doc/Tutorial/01-build_cube/build_cube.cc b/Doc/Tutorial/01-build_cube/build_cube.cc
index 0ff074d4..58310779 100644
--- a/Doc/Tutorial/01-build_cube/build_cube.cc
+++ b/Doc/Tutorial/01-build_cube/build_cube.cc
@@ -1,32 +1,43 @@
-//=============================================================================
-//
-// OpenMesh
-// Copyright (C) 2001-2005 by Computer Graphics Group, RWTH Aachen
-// www.openmesh.org
-//
-//-----------------------------------------------------------------------------
-//
-// License
-//
-// This library is free software; you can redistribute it and/or modify it
-// under the terms of the GNU Library General Public License as published
-// by the Free Software Foundation, version 2.
-//
-// This library 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 library; if not, write to the Free Software
-// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-//
-//-----------------------------------------------------------------------------
-//
-// $Revision$
-// $Date$
-//
-//=============================================================================
+/*===========================================================================*\
+ * *
+ * OpenMesh *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
+ * www.openmesh.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ * *
+ * OpenMesh 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. *
+ * *
+ * OpenMesh 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 OpenMesh. If not, *
+ * see . *
+ * *
+\*===========================================================================*/
+
+/*===========================================================================*\
+ * *
+ * $Revision$ *
+ * $Date$ *
+ * *
+\*===========================================================================*/
#include
diff --git a/Doc/Tutorial/07b-delete_geometry/delete_geometry.cc b/Doc/Tutorial/07b-delete_geometry/delete_geometry.cc
index c19fa7da..92c94e8c 100644
--- a/Doc/Tutorial/07b-delete_geometry/delete_geometry.cc
+++ b/Doc/Tutorial/07b-delete_geometry/delete_geometry.cc
@@ -1,32 +1,43 @@
-//=============================================================================
-//
-// OpenMesh
-// Copyright (C) 2001-2005 by Computer Graphics Group, RWTH Aachen
-// www.openmesh.org
-//
-//-----------------------------------------------------------------------------
-//
-// License
-//
-// This library is free software; you can redistribute it and/or modify it
-// under the terms of the GNU Library General Public License as published
-// by the Free Software Foundation, version 2.
-//
-// This library 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 library; if not, write to the Free Software
-// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-//
-//-----------------------------------------------------------------------------
-//
-// $Revision: 83 $
-// $Date: 2009-02-27 17:31:45 +0100 (Fri, 27 Feb 2009) $
-//
-//=============================================================================
+/*===========================================================================*\
+ * *
+ * OpenMesh *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
+ * www.openmesh.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ * *
+ * OpenMesh 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. *
+ * *
+ * OpenMesh 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 OpenMesh. If not, *
+ * see . *
+ * *
+\*===========================================================================*/
+
+/*===========================================================================*\
+ * *
+ * $Revision: 736 $ *
+ * $Date: 2012-10-08 09:30:49 +0200 (Mo, 08. Okt 2012) $ *
+ * *
+\*===========================================================================*/
#include
diff --git a/LICENSE/LICENSEHEADER b/LICENSE/LICENSEHEADER
index 97e0d16f..64197e81 100644
--- a/LICENSE/LICENSEHEADER
+++ b/LICENSE/LICENSEHEADER
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/debian/copyright b/debian/copyright
index c6667f99..4d4c1bb9 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -12,7 +12,7 @@ Upstream Author:
Copyright:
- Copyright (C) 2001-2009 by Computer Graphics Group, RWTH Aachen
+ Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen
License:
diff --git a/src/OpenMesh/Apps/Decimating/CmdOption.hh b/src/OpenMesh/Apps/Decimating/CmdOption.hh
index d9328d4d..9b3cdc91 100644
--- a/src/OpenMesh/Apps/Decimating/CmdOption.hh
+++ b/src/OpenMesh/Apps/Decimating/CmdOption.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/Decimating/DecimaterViewerWidget.cc b/src/OpenMesh/Apps/Decimating/DecimaterViewerWidget.cc
index f2f88dfd..50cdc062 100644
--- a/src/OpenMesh/Apps/Decimating/DecimaterViewerWidget.cc
+++ b/src/OpenMesh/Apps/Decimating/DecimaterViewerWidget.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/Decimating/DecimaterViewerWidget.hh b/src/OpenMesh/Apps/Decimating/DecimaterViewerWidget.hh
index 45b5201a..5e724f92 100644
--- a/src/OpenMesh/Apps/Decimating/DecimaterViewerWidget.hh
+++ b/src/OpenMesh/Apps/Decimating/DecimaterViewerWidget.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/Decimating/decimater.cc b/src/OpenMesh/Apps/Decimating/decimater.cc
index 6c9f02cb..b3127a62 100644
--- a/src/OpenMesh/Apps/Decimating/decimater.cc
+++ b/src/OpenMesh/Apps/Decimating/decimater.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/Decimating/decimaterviewer.cc b/src/OpenMesh/Apps/Decimating/decimaterviewer.cc
index f93c8a23..c6738619 100644
--- a/src/OpenMesh/Apps/Decimating/decimaterviewer.cc
+++ b/src/OpenMesh/Apps/Decimating/decimaterviewer.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/Dualizer/dualizer.cc b/src/OpenMesh/Apps/Dualizer/dualizer.cc
index f2b0b400..b6b16256 100644
--- a/src/OpenMesh/Apps/Dualizer/dualizer.cc
+++ b/src/OpenMesh/Apps/Dualizer/dualizer.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/ProgViewer/ProgViewerWidget.cc b/src/OpenMesh/Apps/ProgViewer/ProgViewerWidget.cc
index 8f6e3497..7f7c064d 100644
--- a/src/OpenMesh/Apps/ProgViewer/ProgViewerWidget.cc
+++ b/src/OpenMesh/Apps/ProgViewer/ProgViewerWidget.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/ProgViewer/ProgViewerWidget.hh b/src/OpenMesh/Apps/ProgViewer/ProgViewerWidget.hh
index a6e6fef2..7249e9f0 100644
--- a/src/OpenMesh/Apps/ProgViewer/ProgViewerWidget.hh
+++ b/src/OpenMesh/Apps/ProgViewer/ProgViewerWidget.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/ProgViewer/progviewer.cc b/src/OpenMesh/Apps/ProgViewer/progviewer.cc
index c79a2b4b..83a7b403 100644
--- a/src/OpenMesh/Apps/ProgViewer/progviewer.cc
+++ b/src/OpenMesh/Apps/ProgViewer/progviewer.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/QtViewer/MeshViewerWidget.hh b/src/OpenMesh/Apps/QtViewer/MeshViewerWidget.hh
index b428de9c..2f773bc1 100644
--- a/src/OpenMesh/Apps/QtViewer/MeshViewerWidget.hh
+++ b/src/OpenMesh/Apps/QtViewer/MeshViewerWidget.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/QtViewer/MeshViewerWidgetT.cc b/src/OpenMesh/Apps/QtViewer/MeshViewerWidgetT.cc
index 2fa470b3..144c54bf 100644
--- a/src/OpenMesh/Apps/QtViewer/MeshViewerWidgetT.cc
+++ b/src/OpenMesh/Apps/QtViewer/MeshViewerWidgetT.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/QtViewer/MeshViewerWidgetT.hh b/src/OpenMesh/Apps/QtViewer/MeshViewerWidgetT.hh
index aa111a25..d8560207 100644
--- a/src/OpenMesh/Apps/QtViewer/MeshViewerWidgetT.hh
+++ b/src/OpenMesh/Apps/QtViewer/MeshViewerWidgetT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/QtViewer/QGLViewerWidget.cc b/src/OpenMesh/Apps/QtViewer/QGLViewerWidget.cc
index 5ee26fab..64676911 100644
--- a/src/OpenMesh/Apps/QtViewer/QGLViewerWidget.cc
+++ b/src/OpenMesh/Apps/QtViewer/QGLViewerWidget.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/QtViewer/QGLViewerWidget.hh b/src/OpenMesh/Apps/QtViewer/QGLViewerWidget.hh
index 3e8e1833..3868135e 100644
--- a/src/OpenMesh/Apps/QtViewer/QGLViewerWidget.hh
+++ b/src/OpenMesh/Apps/QtViewer/QGLViewerWidget.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/QtViewer/meshviewer.cc b/src/OpenMesh/Apps/QtViewer/meshviewer.cc
index b25a7bbc..0689a11c 100644
--- a/src/OpenMesh/Apps/QtViewer/meshviewer.cc
+++ b/src/OpenMesh/Apps/QtViewer/meshviewer.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/Smoothing/smooth.cc b/src/OpenMesh/Apps/Smoothing/smooth.cc
index 3096bebb..3f1e401a 100644
--- a/src/OpenMesh/Apps/Smoothing/smooth.cc
+++ b/src/OpenMesh/Apps/Smoothing/smooth.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/Subdivider/MeshViewerWidget.hh b/src/OpenMesh/Apps/Subdivider/MeshViewerWidget.hh
index 66fba40c..19f7860a 100644
--- a/src/OpenMesh/Apps/Subdivider/MeshViewerWidget.hh
+++ b/src/OpenMesh/Apps/Subdivider/MeshViewerWidget.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/Subdivider/SubdivideWidget.cc b/src/OpenMesh/Apps/Subdivider/SubdivideWidget.cc
index c3b433f6..83846995 100644
--- a/src/OpenMesh/Apps/Subdivider/SubdivideWidget.cc
+++ b/src/OpenMesh/Apps/Subdivider/SubdivideWidget.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/Subdivider/SubdivideWidget.hh b/src/OpenMesh/Apps/Subdivider/SubdivideWidget.hh
index 76ccffd0..e5053279 100644
--- a/src/OpenMesh/Apps/Subdivider/SubdivideWidget.hh
+++ b/src/OpenMesh/Apps/Subdivider/SubdivideWidget.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/Subdivider/adaptive_subdivider.cc b/src/OpenMesh/Apps/Subdivider/adaptive_subdivider.cc
index f12d9afb..21d1cce5 100644
--- a/src/OpenMesh/Apps/Subdivider/adaptive_subdivider.cc
+++ b/src/OpenMesh/Apps/Subdivider/adaptive_subdivider.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/Subdivider/qtsubdivider.cc b/src/OpenMesh/Apps/Subdivider/qtsubdivider.cc
index 624927f9..26623976 100644
--- a/src/OpenMesh/Apps/Subdivider/qtsubdivider.cc
+++ b/src/OpenMesh/Apps/Subdivider/qtsubdivider.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/Subdivider/subdivider.cc b/src/OpenMesh/Apps/Subdivider/subdivider.cc
index f3b1e668..b086a6f4 100644
--- a/src/OpenMesh/Apps/Subdivider/subdivider.cc
+++ b/src/OpenMesh/Apps/Subdivider/subdivider.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/Unsupported/IvViewer/SoOpenMeshNodeT.cc b/src/OpenMesh/Apps/Unsupported/IvViewer/SoOpenMeshNodeT.cc
index c40f5287..9fc56810 100644
--- a/src/OpenMesh/Apps/Unsupported/IvViewer/SoOpenMeshNodeT.cc
+++ b/src/OpenMesh/Apps/Unsupported/IvViewer/SoOpenMeshNodeT.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/Unsupported/IvViewer/SoOpenMeshNodeT.hh b/src/OpenMesh/Apps/Unsupported/IvViewer/SoOpenMeshNodeT.hh
index 743f9b80..13f3166e 100644
--- a/src/OpenMesh/Apps/Unsupported/IvViewer/SoOpenMeshNodeT.hh
+++ b/src/OpenMesh/Apps/Unsupported/IvViewer/SoOpenMeshNodeT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/Unsupported/IvViewer/SoOpenMeshSupport.hh b/src/OpenMesh/Apps/Unsupported/IvViewer/SoOpenMeshSupport.hh
index 13355a47..902fd0d5 100644
--- a/src/OpenMesh/Apps/Unsupported/IvViewer/SoOpenMeshSupport.hh
+++ b/src/OpenMesh/Apps/Unsupported/IvViewer/SoOpenMeshSupport.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/Unsupported/IvViewer/ivviewer.cc b/src/OpenMesh/Apps/Unsupported/IvViewer/ivviewer.cc
index 1e700678..2c743dd5 100644
--- a/src/OpenMesh/Apps/Unsupported/IvViewer/ivviewer.cc
+++ b/src/OpenMesh/Apps/Unsupported/IvViewer/ivviewer.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/Unsupported/OsgViewer/meshviewer.cc b/src/OpenMesh/Apps/Unsupported/OsgViewer/meshviewer.cc
index fd747fbe..5d01b1e4 100644
--- a/src/OpenMesh/Apps/Unsupported/OsgViewer/meshviewer.cc
+++ b/src/OpenMesh/Apps/Unsupported/OsgViewer/meshviewer.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/Unsupported/OsgViewer/osgviewer.cc b/src/OpenMesh/Apps/Unsupported/OsgViewer/osgviewer.cc
index 02130505..0b70f37a 100644
--- a/src/OpenMesh/Apps/Unsupported/OsgViewer/osgviewer.cc
+++ b/src/OpenMesh/Apps/Unsupported/OsgViewer/osgviewer.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/MeshViewerWidgetT.cc b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/MeshViewerWidgetT.cc
index cd55f2f1..46c1f9ab 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/MeshViewerWidgetT.cc
+++ b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/MeshViewerWidgetT.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/MeshViewerWidgetT.hh b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/MeshViewerWidgetT.hh
index 047715a8..9921827a 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/MeshViewerWidgetT.hh
+++ b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/MeshViewerWidgetT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/MyMesh.hh b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/MyMesh.hh
index f51a36bb..99e8b4bc 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/MyMesh.hh
+++ b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/MyMesh.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/QGLViewerWidget.cc b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/QGLViewerWidget.cc
index 07a7eadc..6362bc02 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/QGLViewerWidget.cc
+++ b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/QGLViewerWidget.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/QGLViewerWidget.hh b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/QGLViewerWidget.hh
index 3d59fe42..fe8a0980 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/QGLViewerWidget.hh
+++ b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/QGLViewerWidget.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/VDPMClientViewerWidget.cc b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/VDPMClientViewerWidget.cc
index 2e03dfb6..632fbaa0 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/VDPMClientViewerWidget.cc
+++ b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/VDPMClientViewerWidget.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/VDPMClientViewerWidget.hh b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/VDPMClientViewerWidget.hh
index 215172f4..e792d756 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/VDPMClientViewerWidget.hh
+++ b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/VDPMClientViewerWidget.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/VDPMStreamingClient.cc b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/VDPMStreamingClient.cc
index 03bb6e1d..8a5506bf 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/VDPMStreamingClient.cc
+++ b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/VDPMStreamingClient.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/ServerSideVDPM.cc b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/ServerSideVDPM.cc
index 04785988..860502c1 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/ServerSideVDPM.cc
+++ b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/ServerSideVDPM.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/ServerSideVDPM.hh b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/ServerSideVDPM.hh
index c1d9a3b0..b1240c8b 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/ServerSideVDPM.hh
+++ b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/ServerSideVDPM.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/VDPMServerSession.cc b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/VDPMServerSession.cc
index 239909c4..f2c65ffa 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/VDPMServerSession.cc
+++ b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/VDPMServerSession.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/VDPMServerSession.hh b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/VDPMServerSession.hh
index ba8018e6..d4ca8d5f 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/VDPMServerSession.hh
+++ b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/VDPMServerSession.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/VDPMServerSocket.hh b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/VDPMServerSocket.hh
index b1bd9757..396aa87c 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/VDPMServerSocket.hh
+++ b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/VDPMServerSocket.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/VDPMServerViewerWidget.cc b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/VDPMServerViewerWidget.cc
index f8bb6123..7d2872f4 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/VDPMServerViewerWidget.cc
+++ b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/VDPMServerViewerWidget.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/VDPMServerViewerWidget.hh b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/VDPMServerViewerWidget.hh
index b65fea85..a9bacec9 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/VDPMServerViewerWidget.hh
+++ b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/VDPMServerViewerWidget.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/VDPMStreamingServer.cc b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/VDPMStreamingServer.cc
index e24c99f7..23443bbc 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/VDPMStreamingServer.cc
+++ b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/VDPMStreamingServer.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/VDPMStreamingServer.hh b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/VDPMStreamingServer.hh
index acaac1f1..64d8cbaf 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/VDPMStreamingServer.hh
+++ b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/VDPMStreamingServer.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/Unsupported/Streaming/Client/MeshViewerWidgetT.cc b/src/OpenMesh/Apps/Unsupported/Streaming/Client/MeshViewerWidgetT.cc
index 660483d0..d32f7767 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming/Client/MeshViewerWidgetT.cc
+++ b/src/OpenMesh/Apps/Unsupported/Streaming/Client/MeshViewerWidgetT.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/Unsupported/Streaming/Client/MeshViewerWidgetT.hh b/src/OpenMesh/Apps/Unsupported/Streaming/Client/MeshViewerWidgetT.hh
index 047715a8..9921827a 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming/Client/MeshViewerWidgetT.hh
+++ b/src/OpenMesh/Apps/Unsupported/Streaming/Client/MeshViewerWidgetT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/Unsupported/Streaming/Client/MyMesh.hh b/src/OpenMesh/Apps/Unsupported/Streaming/Client/MyMesh.hh
index f51a36bb..99e8b4bc 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming/Client/MyMesh.hh
+++ b/src/OpenMesh/Apps/Unsupported/Streaming/Client/MyMesh.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/Unsupported/Streaming/Client/QGLViewerWidget.cc b/src/OpenMesh/Apps/Unsupported/Streaming/Client/QGLViewerWidget.cc
index 9149eb95..187cafd0 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming/Client/QGLViewerWidget.cc
+++ b/src/OpenMesh/Apps/Unsupported/Streaming/Client/QGLViewerWidget.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/Unsupported/Streaming/Client/QGLViewerWidget.hh b/src/OpenMesh/Apps/Unsupported/Streaming/Client/QGLViewerWidget.hh
index ca5b7d5c..1543a46e 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming/Client/QGLViewerWidget.hh
+++ b/src/OpenMesh/Apps/Unsupported/Streaming/Client/QGLViewerWidget.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/Unsupported/Streaming/Client/VDPMClientViewerWidget.cc b/src/OpenMesh/Apps/Unsupported/Streaming/Client/VDPMClientViewerWidget.cc
index c60578d0..160924b3 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming/Client/VDPMClientViewerWidget.cc
+++ b/src/OpenMesh/Apps/Unsupported/Streaming/Client/VDPMClientViewerWidget.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/Unsupported/Streaming/Client/VDPMClientViewerWidget.hh b/src/OpenMesh/Apps/Unsupported/Streaming/Client/VDPMClientViewerWidget.hh
index 04de79f5..a56db879 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming/Client/VDPMClientViewerWidget.hh
+++ b/src/OpenMesh/Apps/Unsupported/Streaming/Client/VDPMClientViewerWidget.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/Unsupported/Streaming/Client/VDPMStreamingClient.cc b/src/OpenMesh/Apps/Unsupported/Streaming/Client/VDPMStreamingClient.cc
index a34d4f01..2dcbbf19 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming/Client/VDPMStreamingClient.cc
+++ b/src/OpenMesh/Apps/Unsupported/Streaming/Client/VDPMStreamingClient.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/Unsupported/Streaming/Server/ServerSideVDPM.cc b/src/OpenMesh/Apps/Unsupported/Streaming/Server/ServerSideVDPM.cc
index 04785988..860502c1 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming/Server/ServerSideVDPM.cc
+++ b/src/OpenMesh/Apps/Unsupported/Streaming/Server/ServerSideVDPM.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/Unsupported/Streaming/Server/ServerSideVDPM.hh b/src/OpenMesh/Apps/Unsupported/Streaming/Server/ServerSideVDPM.hh
index d1ff1645..3e4e7a7e 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming/Server/ServerSideVDPM.hh
+++ b/src/OpenMesh/Apps/Unsupported/Streaming/Server/ServerSideVDPM.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/Unsupported/Streaming/Server/VDPMServerSession.cc b/src/OpenMesh/Apps/Unsupported/Streaming/Server/VDPMServerSession.cc
index 3e5da78a..bacc6f23 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming/Server/VDPMServerSession.cc
+++ b/src/OpenMesh/Apps/Unsupported/Streaming/Server/VDPMServerSession.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/Unsupported/Streaming/Server/VDPMServerSession.hh b/src/OpenMesh/Apps/Unsupported/Streaming/Server/VDPMServerSession.hh
index 5bb9c537..5765afe4 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming/Server/VDPMServerSession.hh
+++ b/src/OpenMesh/Apps/Unsupported/Streaming/Server/VDPMServerSession.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/Unsupported/Streaming/Server/VDPMServerSocket.hh b/src/OpenMesh/Apps/Unsupported/Streaming/Server/VDPMServerSocket.hh
index fc08571c..4dd9c747 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming/Server/VDPMServerSocket.hh
+++ b/src/OpenMesh/Apps/Unsupported/Streaming/Server/VDPMServerSocket.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/Unsupported/Streaming/Server/VDPMServerViewerWidget.cc b/src/OpenMesh/Apps/Unsupported/Streaming/Server/VDPMServerViewerWidget.cc
index aa26b3c9..f8bb735a 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming/Server/VDPMServerViewerWidget.cc
+++ b/src/OpenMesh/Apps/Unsupported/Streaming/Server/VDPMServerViewerWidget.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/Unsupported/Streaming/Server/VDPMServerViewerWidget.hh b/src/OpenMesh/Apps/Unsupported/Streaming/Server/VDPMServerViewerWidget.hh
index c1f3c189..8955633e 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming/Server/VDPMServerViewerWidget.hh
+++ b/src/OpenMesh/Apps/Unsupported/Streaming/Server/VDPMServerViewerWidget.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/Unsupported/Streaming/Server/VDPMStreamingServer.cc b/src/OpenMesh/Apps/Unsupported/Streaming/Server/VDPMStreamingServer.cc
index 07992eff..8d3a1666 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming/Server/VDPMStreamingServer.cc
+++ b/src/OpenMesh/Apps/Unsupported/Streaming/Server/VDPMStreamingServer.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/Unsupported/Streaming/Server/VDPMStreamingServer.hh b/src/OpenMesh/Apps/Unsupported/Streaming/Server/VDPMStreamingServer.hh
index acaac1f1..64d8cbaf 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming/Server/VDPMStreamingServer.hh
+++ b/src/OpenMesh/Apps/Unsupported/Streaming/Server/VDPMStreamingServer.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/VDProgMesh/Analyzer/vdpmanalyzer.cc b/src/OpenMesh/Apps/VDProgMesh/Analyzer/vdpmanalyzer.cc
index e7895d48..8509ed58 100644
--- a/src/OpenMesh/Apps/VDProgMesh/Analyzer/vdpmanalyzer.cc
+++ b/src/OpenMesh/Apps/VDProgMesh/Analyzer/vdpmanalyzer.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/VDProgMesh/Synthesizer/VDPMSynthesizerViewerWidget.cc b/src/OpenMesh/Apps/VDProgMesh/Synthesizer/VDPMSynthesizerViewerWidget.cc
index 89b0b760..b42dd2fe 100644
--- a/src/OpenMesh/Apps/VDProgMesh/Synthesizer/VDPMSynthesizerViewerWidget.cc
+++ b/src/OpenMesh/Apps/VDProgMesh/Synthesizer/VDPMSynthesizerViewerWidget.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/VDProgMesh/Synthesizer/VDPMSynthesizerViewerWidget.hh b/src/OpenMesh/Apps/VDProgMesh/Synthesizer/VDPMSynthesizerViewerWidget.hh
index 7a777bf5..60a775a8 100644
--- a/src/OpenMesh/Apps/VDProgMesh/Synthesizer/VDPMSynthesizerViewerWidget.hh
+++ b/src/OpenMesh/Apps/VDProgMesh/Synthesizer/VDPMSynthesizerViewerWidget.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/VDProgMesh/Synthesizer/vdpmsynthesizer.cc b/src/OpenMesh/Apps/VDProgMesh/Synthesizer/vdpmsynthesizer.cc
index 47523677..356e30ae 100644
--- a/src/OpenMesh/Apps/VDProgMesh/Synthesizer/vdpmsynthesizer.cc
+++ b/src/OpenMesh/Apps/VDProgMesh/Synthesizer/vdpmsynthesizer.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/VDProgMesh/mkbalancedpm/mkbalancedpm.cc b/src/OpenMesh/Apps/VDProgMesh/mkbalancedpm/mkbalancedpm.cc
index 124b4cb5..d7c6aaf7 100644
--- a/src/OpenMesh/Apps/VDProgMesh/mkbalancedpm/mkbalancedpm.cc
+++ b/src/OpenMesh/Apps/VDProgMesh/mkbalancedpm/mkbalancedpm.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Apps/mconvert/mconvert.cc b/src/OpenMesh/Apps/mconvert/mconvert.cc
index 9ad53ef1..f4c7d39a 100644
--- a/src/OpenMesh/Apps/mconvert/mconvert.cc
+++ b/src/OpenMesh/Apps/mconvert/mconvert.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/Geometry/Config.hh b/src/OpenMesh/Core/Geometry/Config.hh
index 8eba8b55..5a7869ab 100644
--- a/src/OpenMesh/Core/Geometry/Config.hh
+++ b/src/OpenMesh/Core/Geometry/Config.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/Geometry/LoopSchemeMaskT.hh b/src/OpenMesh/Core/Geometry/LoopSchemeMaskT.hh
index f14f3779..d36c99e8 100644
--- a/src/OpenMesh/Core/Geometry/LoopSchemeMaskT.hh
+++ b/src/OpenMesh/Core/Geometry/LoopSchemeMaskT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/Geometry/MathDefs.hh b/src/OpenMesh/Core/Geometry/MathDefs.hh
index f1d5f147..b5bd0330 100644
--- a/src/OpenMesh/Core/Geometry/MathDefs.hh
+++ b/src/OpenMesh/Core/Geometry/MathDefs.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/Geometry/NormalConeT.cc b/src/OpenMesh/Core/Geometry/NormalConeT.cc
index c1a137a2..6e3ed3a8 100644
--- a/src/OpenMesh/Core/Geometry/NormalConeT.cc
+++ b/src/OpenMesh/Core/Geometry/NormalConeT.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/Geometry/NormalConeT.hh b/src/OpenMesh/Core/Geometry/NormalConeT.hh
index 89cd7584..73258b3b 100644
--- a/src/OpenMesh/Core/Geometry/NormalConeT.hh
+++ b/src/OpenMesh/Core/Geometry/NormalConeT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/Geometry/Plane3d.hh b/src/OpenMesh/Core/Geometry/Plane3d.hh
index dc7c3ae2..8b11771b 100644
--- a/src/OpenMesh/Core/Geometry/Plane3d.hh
+++ b/src/OpenMesh/Core/Geometry/Plane3d.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/Geometry/QuadricT.hh b/src/OpenMesh/Core/Geometry/QuadricT.hh
index 08bcc0bf..893a0d61 100644
--- a/src/OpenMesh/Core/Geometry/QuadricT.hh
+++ b/src/OpenMesh/Core/Geometry/QuadricT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/Geometry/VectorT.hh b/src/OpenMesh/Core/Geometry/VectorT.hh
index cc96111b..f8f5f46d 100644
--- a/src/OpenMesh/Core/Geometry/VectorT.hh
+++ b/src/OpenMesh/Core/Geometry/VectorT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/Geometry/VectorT_inc.hh b/src/OpenMesh/Core/Geometry/VectorT_inc.hh
index 905f6bd3..f29863b0 100644
--- a/src/OpenMesh/Core/Geometry/VectorT_inc.hh
+++ b/src/OpenMesh/Core/Geometry/VectorT_inc.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/IO/BinaryHelper.cc b/src/OpenMesh/Core/IO/BinaryHelper.cc
index 16d3d39d..87799586 100644
--- a/src/OpenMesh/Core/IO/BinaryHelper.cc
+++ b/src/OpenMesh/Core/IO/BinaryHelper.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/IO/BinaryHelper.hh b/src/OpenMesh/Core/IO/BinaryHelper.hh
index b6009c43..c26c7350 100644
--- a/src/OpenMesh/Core/IO/BinaryHelper.hh
+++ b/src/OpenMesh/Core/IO/BinaryHelper.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/IO/IOInstances.hh b/src/OpenMesh/Core/IO/IOInstances.hh
index 4ba18aa2..85e42355 100644
--- a/src/OpenMesh/Core/IO/IOInstances.hh
+++ b/src/OpenMesh/Core/IO/IOInstances.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/IO/IOManager.cc b/src/OpenMesh/Core/IO/IOManager.cc
index 889f2f6e..d3aaafc5 100644
--- a/src/OpenMesh/Core/IO/IOManager.cc
+++ b/src/OpenMesh/Core/IO/IOManager.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/IO/IOManager.hh b/src/OpenMesh/Core/IO/IOManager.hh
index 4654bb27..30322e01 100644
--- a/src/OpenMesh/Core/IO/IOManager.hh
+++ b/src/OpenMesh/Core/IO/IOManager.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/IO/MeshIO.hh b/src/OpenMesh/Core/IO/MeshIO.hh
index 4fb47ed8..a458c84a 100644
--- a/src/OpenMesh/Core/IO/MeshIO.hh
+++ b/src/OpenMesh/Core/IO/MeshIO.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/IO/OFFFormat.hh b/src/OpenMesh/Core/IO/OFFFormat.hh
index 4354dc3e..4137d773 100644
--- a/src/OpenMesh/Core/IO/OFFFormat.hh
+++ b/src/OpenMesh/Core/IO/OFFFormat.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/IO/OMFormat.cc b/src/OpenMesh/Core/IO/OMFormat.cc
index 51235ffe..80955344 100644
--- a/src/OpenMesh/Core/IO/OMFormat.cc
+++ b/src/OpenMesh/Core/IO/OMFormat.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/IO/OMFormat.hh b/src/OpenMesh/Core/IO/OMFormat.hh
index 1a309000..f66d0007 100644
--- a/src/OpenMesh/Core/IO/OMFormat.hh
+++ b/src/OpenMesh/Core/IO/OMFormat.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/IO/OMFormatT.cc b/src/OpenMesh/Core/IO/OMFormatT.cc
index f69a6685..0c37612e 100644
--- a/src/OpenMesh/Core/IO/OMFormatT.cc
+++ b/src/OpenMesh/Core/IO/OMFormatT.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/IO/Options.hh b/src/OpenMesh/Core/IO/Options.hh
index 63069ba8..389d3cc2 100644
--- a/src/OpenMesh/Core/IO/Options.hh
+++ b/src/OpenMesh/Core/IO/Options.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/IO/SR_binary.hh b/src/OpenMesh/Core/IO/SR_binary.hh
index 254263bb..6e7d5566 100644
--- a/src/OpenMesh/Core/IO/SR_binary.hh
+++ b/src/OpenMesh/Core/IO/SR_binary.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/IO/SR_binary_spec.hh b/src/OpenMesh/Core/IO/SR_binary_spec.hh
index 8f4817a4..ca19fe3a 100644
--- a/src/OpenMesh/Core/IO/SR_binary_spec.hh
+++ b/src/OpenMesh/Core/IO/SR_binary_spec.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/IO/SR_rbo.hh b/src/OpenMesh/Core/IO/SR_rbo.hh
index d97ad339..f1f8fc2e 100644
--- a/src/OpenMesh/Core/IO/SR_rbo.hh
+++ b/src/OpenMesh/Core/IO/SR_rbo.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/IO/SR_store.hh b/src/OpenMesh/Core/IO/SR_store.hh
index 01e854b9..fd2897f0 100644
--- a/src/OpenMesh/Core/IO/SR_store.hh
+++ b/src/OpenMesh/Core/IO/SR_store.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/IO/SR_types.hh b/src/OpenMesh/Core/IO/SR_types.hh
index 13b5d7ca..e51831db 100644
--- a/src/OpenMesh/Core/IO/SR_types.hh
+++ b/src/OpenMesh/Core/IO/SR_types.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/IO/StoreRestore.hh b/src/OpenMesh/Core/IO/StoreRestore.hh
index 1ca8995d..e4da7f3a 100644
--- a/src/OpenMesh/Core/IO/StoreRestore.hh
+++ b/src/OpenMesh/Core/IO/StoreRestore.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/IO/exporter/BaseExporter.hh b/src/OpenMesh/Core/IO/exporter/BaseExporter.hh
index 5f4350bd..02363e04 100644
--- a/src/OpenMesh/Core/IO/exporter/BaseExporter.hh
+++ b/src/OpenMesh/Core/IO/exporter/BaseExporter.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/IO/exporter/ExporterT.hh b/src/OpenMesh/Core/IO/exporter/ExporterT.hh
index 192c925f..0f3451b2 100644
--- a/src/OpenMesh/Core/IO/exporter/ExporterT.hh
+++ b/src/OpenMesh/Core/IO/exporter/ExporterT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/IO/importer/BaseImporter.hh b/src/OpenMesh/Core/IO/importer/BaseImporter.hh
index a1195c58..67044f12 100644
--- a/src/OpenMesh/Core/IO/importer/BaseImporter.hh
+++ b/src/OpenMesh/Core/IO/importer/BaseImporter.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/IO/importer/ImporterT.hh b/src/OpenMesh/Core/IO/importer/ImporterT.hh
index 4d503ffa..42fda1a7 100644
--- a/src/OpenMesh/Core/IO/importer/ImporterT.hh
+++ b/src/OpenMesh/Core/IO/importer/ImporterT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/IO/reader/BaseReader.cc b/src/OpenMesh/Core/IO/reader/BaseReader.cc
index 0ce5458f..64ad4855 100644
--- a/src/OpenMesh/Core/IO/reader/BaseReader.cc
+++ b/src/OpenMesh/Core/IO/reader/BaseReader.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/IO/reader/BaseReader.hh b/src/OpenMesh/Core/IO/reader/BaseReader.hh
index 7716c1c7..7592c42c 100644
--- a/src/OpenMesh/Core/IO/reader/BaseReader.hh
+++ b/src/OpenMesh/Core/IO/reader/BaseReader.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/IO/reader/OBJReader.cc b/src/OpenMesh/Core/IO/reader/OBJReader.cc
index a88a9738..fb5e05cc 100644
--- a/src/OpenMesh/Core/IO/reader/OBJReader.cc
+++ b/src/OpenMesh/Core/IO/reader/OBJReader.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/IO/reader/OBJReader.hh b/src/OpenMesh/Core/IO/reader/OBJReader.hh
index 8d0c9c04..243d2f1a 100644
--- a/src/OpenMesh/Core/IO/reader/OBJReader.hh
+++ b/src/OpenMesh/Core/IO/reader/OBJReader.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/IO/reader/OFFReader.cc b/src/OpenMesh/Core/IO/reader/OFFReader.cc
index 808a5b3d..c01b0100 100644
--- a/src/OpenMesh/Core/IO/reader/OFFReader.cc
+++ b/src/OpenMesh/Core/IO/reader/OFFReader.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/IO/reader/OFFReader.hh b/src/OpenMesh/Core/IO/reader/OFFReader.hh
index 89158feb..f2a2444d 100644
--- a/src/OpenMesh/Core/IO/reader/OFFReader.hh
+++ b/src/OpenMesh/Core/IO/reader/OFFReader.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/IO/reader/OMReader.cc b/src/OpenMesh/Core/IO/reader/OMReader.cc
index 59900a51..17a77403 100644
--- a/src/OpenMesh/Core/IO/reader/OMReader.cc
+++ b/src/OpenMesh/Core/IO/reader/OMReader.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/IO/reader/OMReader.hh b/src/OpenMesh/Core/IO/reader/OMReader.hh
index 5df3e32a..04ad4fbf 100644
--- a/src/OpenMesh/Core/IO/reader/OMReader.hh
+++ b/src/OpenMesh/Core/IO/reader/OMReader.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/IO/reader/PLYReader.cc b/src/OpenMesh/Core/IO/reader/PLYReader.cc
index 2084308b..5a592974 100644
--- a/src/OpenMesh/Core/IO/reader/PLYReader.cc
+++ b/src/OpenMesh/Core/IO/reader/PLYReader.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/IO/reader/PLYReader.hh b/src/OpenMesh/Core/IO/reader/PLYReader.hh
index cc322cab..cf12cdbb 100644
--- a/src/OpenMesh/Core/IO/reader/PLYReader.hh
+++ b/src/OpenMesh/Core/IO/reader/PLYReader.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/IO/reader/STLReader.cc b/src/OpenMesh/Core/IO/reader/STLReader.cc
index fc0d00f5..56e43e3a 100644
--- a/src/OpenMesh/Core/IO/reader/STLReader.cc
+++ b/src/OpenMesh/Core/IO/reader/STLReader.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/IO/reader/STLReader.hh b/src/OpenMesh/Core/IO/reader/STLReader.hh
index 9703951a..e932011f 100644
--- a/src/OpenMesh/Core/IO/reader/STLReader.hh
+++ b/src/OpenMesh/Core/IO/reader/STLReader.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/IO/writer/BaseWriter.cc b/src/OpenMesh/Core/IO/writer/BaseWriter.cc
index 394febbc..2d9923db 100644
--- a/src/OpenMesh/Core/IO/writer/BaseWriter.cc
+++ b/src/OpenMesh/Core/IO/writer/BaseWriter.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/IO/writer/BaseWriter.hh b/src/OpenMesh/Core/IO/writer/BaseWriter.hh
index a0d31720..9de3b06e 100644
--- a/src/OpenMesh/Core/IO/writer/BaseWriter.hh
+++ b/src/OpenMesh/Core/IO/writer/BaseWriter.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/IO/writer/OBJWriter.cc b/src/OpenMesh/Core/IO/writer/OBJWriter.cc
index 1c6a1a66..1c7d79ea 100644
--- a/src/OpenMesh/Core/IO/writer/OBJWriter.cc
+++ b/src/OpenMesh/Core/IO/writer/OBJWriter.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/IO/writer/OBJWriter.hh b/src/OpenMesh/Core/IO/writer/OBJWriter.hh
index 12c80351..d394403e 100644
--- a/src/OpenMesh/Core/IO/writer/OBJWriter.hh
+++ b/src/OpenMesh/Core/IO/writer/OBJWriter.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/IO/writer/OFFWriter.cc b/src/OpenMesh/Core/IO/writer/OFFWriter.cc
index 9f89797d..23d6c04f 100644
--- a/src/OpenMesh/Core/IO/writer/OFFWriter.cc
+++ b/src/OpenMesh/Core/IO/writer/OFFWriter.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/IO/writer/OFFWriter.hh b/src/OpenMesh/Core/IO/writer/OFFWriter.hh
index 2387d864..97605b13 100644
--- a/src/OpenMesh/Core/IO/writer/OFFWriter.hh
+++ b/src/OpenMesh/Core/IO/writer/OFFWriter.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/IO/writer/OMWriter.cc b/src/OpenMesh/Core/IO/writer/OMWriter.cc
index c12dc78c..65010466 100644
--- a/src/OpenMesh/Core/IO/writer/OMWriter.cc
+++ b/src/OpenMesh/Core/IO/writer/OMWriter.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/IO/writer/OMWriter.hh b/src/OpenMesh/Core/IO/writer/OMWriter.hh
index f91c4d59..40e41fde 100644
--- a/src/OpenMesh/Core/IO/writer/OMWriter.hh
+++ b/src/OpenMesh/Core/IO/writer/OMWriter.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/IO/writer/PLYWriter.cc b/src/OpenMesh/Core/IO/writer/PLYWriter.cc
index 504ec1bd..0c10b311 100644
--- a/src/OpenMesh/Core/IO/writer/PLYWriter.cc
+++ b/src/OpenMesh/Core/IO/writer/PLYWriter.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/IO/writer/PLYWriter.hh b/src/OpenMesh/Core/IO/writer/PLYWriter.hh
index 47918de7..518784c5 100644
--- a/src/OpenMesh/Core/IO/writer/PLYWriter.hh
+++ b/src/OpenMesh/Core/IO/writer/PLYWriter.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/IO/writer/STLWriter.cc b/src/OpenMesh/Core/IO/writer/STLWriter.cc
index b560d05e..5ab98c2f 100644
--- a/src/OpenMesh/Core/IO/writer/STLWriter.cc
+++ b/src/OpenMesh/Core/IO/writer/STLWriter.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/IO/writer/STLWriter.hh b/src/OpenMesh/Core/IO/writer/STLWriter.hh
index 98c87af4..1df403f1 100644
--- a/src/OpenMesh/Core/IO/writer/STLWriter.hh
+++ b/src/OpenMesh/Core/IO/writer/STLWriter.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/Mesh/ArrayItems.hh b/src/OpenMesh/Core/Mesh/ArrayItems.hh
index fec9641e..2bd6d808 100644
--- a/src/OpenMesh/Core/Mesh/ArrayItems.hh
+++ b/src/OpenMesh/Core/Mesh/ArrayItems.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/Mesh/ArrayKernel.cc b/src/OpenMesh/Core/Mesh/ArrayKernel.cc
index 00746c15..cafa52e0 100644
--- a/src/OpenMesh/Core/Mesh/ArrayKernel.cc
+++ b/src/OpenMesh/Core/Mesh/ArrayKernel.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/Mesh/ArrayKernel.hh b/src/OpenMesh/Core/Mesh/ArrayKernel.hh
index 33cc61dd..c9362218 100644
--- a/src/OpenMesh/Core/Mesh/ArrayKernel.hh
+++ b/src/OpenMesh/Core/Mesh/ArrayKernel.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/Mesh/ArrayKernelT.cc b/src/OpenMesh/Core/Mesh/ArrayKernelT.cc
index be57f351..c27e16a2 100644
--- a/src/OpenMesh/Core/Mesh/ArrayKernelT.cc
+++ b/src/OpenMesh/Core/Mesh/ArrayKernelT.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/Mesh/AttribKernelT.hh b/src/OpenMesh/Core/Mesh/AttribKernelT.hh
index 639d170f..58425ce1 100644
--- a/src/OpenMesh/Core/Mesh/AttribKernelT.hh
+++ b/src/OpenMesh/Core/Mesh/AttribKernelT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/Mesh/Attributes.hh b/src/OpenMesh/Core/Mesh/Attributes.hh
index 5086172d..1fb54f3c 100644
--- a/src/OpenMesh/Core/Mesh/Attributes.hh
+++ b/src/OpenMesh/Core/Mesh/Attributes.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/Mesh/BaseKernel.cc b/src/OpenMesh/Core/Mesh/BaseKernel.cc
index a4474b11..28324d7d 100644
--- a/src/OpenMesh/Core/Mesh/BaseKernel.cc
+++ b/src/OpenMesh/Core/Mesh/BaseKernel.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/Mesh/BaseKernel.hh b/src/OpenMesh/Core/Mesh/BaseKernel.hh
index 1332fb4f..b7adb7de 100644
--- a/src/OpenMesh/Core/Mesh/BaseKernel.hh
+++ b/src/OpenMesh/Core/Mesh/BaseKernel.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/Mesh/BaseMesh.hh b/src/OpenMesh/Core/Mesh/BaseMesh.hh
index d9336f8c..18767345 100644
--- a/src/OpenMesh/Core/Mesh/BaseMesh.hh
+++ b/src/OpenMesh/Core/Mesh/BaseMesh.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/Mesh/Casts.hh b/src/OpenMesh/Core/Mesh/Casts.hh
index 97c660b2..f0cae767 100644
--- a/src/OpenMesh/Core/Mesh/Casts.hh
+++ b/src/OpenMesh/Core/Mesh/Casts.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/Mesh/CirculatorsT.hh b/src/OpenMesh/Core/Mesh/CirculatorsT.hh
index 84ab6768..86b4aee6 100644
--- a/src/OpenMesh/Core/Mesh/CirculatorsT.hh
+++ b/src/OpenMesh/Core/Mesh/CirculatorsT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/Mesh/FinalMeshItemsT.hh b/src/OpenMesh/Core/Mesh/FinalMeshItemsT.hh
index 506bdd41..f93c07bd 100644
--- a/src/OpenMesh/Core/Mesh/FinalMeshItemsT.hh
+++ b/src/OpenMesh/Core/Mesh/FinalMeshItemsT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/Mesh/Handles.hh b/src/OpenMesh/Core/Mesh/Handles.hh
index 026a9725..5888344d 100644
--- a/src/OpenMesh/Core/Mesh/Handles.hh
+++ b/src/OpenMesh/Core/Mesh/Handles.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/Mesh/IteratorsT.hh b/src/OpenMesh/Core/Mesh/IteratorsT.hh
index 6f86dc22..3ae7689e 100644
--- a/src/OpenMesh/Core/Mesh/IteratorsT.hh
+++ b/src/OpenMesh/Core/Mesh/IteratorsT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/Mesh/PolyConnectivity.cc b/src/OpenMesh/Core/Mesh/PolyConnectivity.cc
index 8fbadc1c..76c595ee 100644
--- a/src/OpenMesh/Core/Mesh/PolyConnectivity.cc
+++ b/src/OpenMesh/Core/Mesh/PolyConnectivity.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/Mesh/PolyConnectivity.hh b/src/OpenMesh/Core/Mesh/PolyConnectivity.hh
index 7c367dc2..864f185e 100644
--- a/src/OpenMesh/Core/Mesh/PolyConnectivity.hh
+++ b/src/OpenMesh/Core/Mesh/PolyConnectivity.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/Mesh/PolyMeshT.cc b/src/OpenMesh/Core/Mesh/PolyMeshT.cc
index 46af4c06..d6092139 100644
--- a/src/OpenMesh/Core/Mesh/PolyMeshT.cc
+++ b/src/OpenMesh/Core/Mesh/PolyMeshT.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/Mesh/PolyMeshT.hh b/src/OpenMesh/Core/Mesh/PolyMeshT.hh
index c3f762a3..20fbab6b 100644
--- a/src/OpenMesh/Core/Mesh/PolyMeshT.hh
+++ b/src/OpenMesh/Core/Mesh/PolyMeshT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/Mesh/PolyMesh_ArrayKernelT.hh b/src/OpenMesh/Core/Mesh/PolyMesh_ArrayKernelT.hh
index 8d46928b..9ee8cfc9 100644
--- a/src/OpenMesh/Core/Mesh/PolyMesh_ArrayKernelT.hh
+++ b/src/OpenMesh/Core/Mesh/PolyMesh_ArrayKernelT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/Mesh/Status.hh b/src/OpenMesh/Core/Mesh/Status.hh
index e23266ef..12d995f9 100644
--- a/src/OpenMesh/Core/Mesh/Status.hh
+++ b/src/OpenMesh/Core/Mesh/Status.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/Mesh/Traits.hh b/src/OpenMesh/Core/Mesh/Traits.hh
index 71670b3e..5267b845 100644
--- a/src/OpenMesh/Core/Mesh/Traits.hh
+++ b/src/OpenMesh/Core/Mesh/Traits.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/Mesh/TriConnectivity.cc b/src/OpenMesh/Core/Mesh/TriConnectivity.cc
index 4b51f5c4..3988b9e0 100644
--- a/src/OpenMesh/Core/Mesh/TriConnectivity.cc
+++ b/src/OpenMesh/Core/Mesh/TriConnectivity.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/Mesh/TriConnectivity.hh b/src/OpenMesh/Core/Mesh/TriConnectivity.hh
index 859caeea..2cd5c9d9 100644
--- a/src/OpenMesh/Core/Mesh/TriConnectivity.hh
+++ b/src/OpenMesh/Core/Mesh/TriConnectivity.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/Mesh/TriMeshT.cc b/src/OpenMesh/Core/Mesh/TriMeshT.cc
index d3372dc6..6f045317 100644
--- a/src/OpenMesh/Core/Mesh/TriMeshT.cc
+++ b/src/OpenMesh/Core/Mesh/TriMeshT.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/Mesh/TriMeshT.hh b/src/OpenMesh/Core/Mesh/TriMeshT.hh
index 6533a2cb..1b13848a 100644
--- a/src/OpenMesh/Core/Mesh/TriMeshT.hh
+++ b/src/OpenMesh/Core/Mesh/TriMeshT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/Mesh/TriMesh_ArrayKernelT.hh b/src/OpenMesh/Core/Mesh/TriMesh_ArrayKernelT.hh
index d34dd7c1..09bbf876 100644
--- a/src/OpenMesh/Core/Mesh/TriMesh_ArrayKernelT.hh
+++ b/src/OpenMesh/Core/Mesh/TriMesh_ArrayKernelT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/Mesh/gen/circulators_header.hh b/src/OpenMesh/Core/Mesh/gen/circulators_header.hh
index d1a64143..a0725ac4 100644
--- a/src/OpenMesh/Core/Mesh/gen/circulators_header.hh
+++ b/src/OpenMesh/Core/Mesh/gen/circulators_header.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/Mesh/gen/iterators_header.hh b/src/OpenMesh/Core/Mesh/gen/iterators_header.hh
index 7299320d..99a3e2fc 100644
--- a/src/OpenMesh/Core/Mesh/gen/iterators_header.hh
+++ b/src/OpenMesh/Core/Mesh/gen/iterators_header.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/System/OpenMeshDLLMacros.hh b/src/OpenMesh/Core/System/OpenMeshDLLMacros.hh
index 1df5781f..b2dc16bd 100644
--- a/src/OpenMesh/Core/System/OpenMeshDLLMacros.hh
+++ b/src/OpenMesh/Core/System/OpenMeshDLLMacros.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/System/compiler.hh b/src/OpenMesh/Core/System/compiler.hh
index 507eb6ec..732d36b9 100644
--- a/src/OpenMesh/Core/System/compiler.hh
+++ b/src/OpenMesh/Core/System/compiler.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/System/config.hh b/src/OpenMesh/Core/System/config.hh
index 6781c34c..64cb3e02 100644
--- a/src/OpenMesh/Core/System/config.hh
+++ b/src/OpenMesh/Core/System/config.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/System/mostream.hh b/src/OpenMesh/Core/System/mostream.hh
index a5b1b6ce..7ddb28b9 100644
--- a/src/OpenMesh/Core/System/mostream.hh
+++ b/src/OpenMesh/Core/System/mostream.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/System/omstream.cc b/src/OpenMesh/Core/System/omstream.cc
index dfca3e44..f7de4e46 100644
--- a/src/OpenMesh/Core/System/omstream.cc
+++ b/src/OpenMesh/Core/System/omstream.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/System/omstream.hh b/src/OpenMesh/Core/System/omstream.hh
index b5a91fe7..a6b34352 100644
--- a/src/OpenMesh/Core/System/omstream.hh
+++ b/src/OpenMesh/Core/System/omstream.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/Templates/newClass.cc b/src/OpenMesh/Core/Templates/newClass.cc
index 236d2f1d..599732e0 100644
--- a/src/OpenMesh/Core/Templates/newClass.cc
+++ b/src/OpenMesh/Core/Templates/newClass.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/Templates/newClass.hh b/src/OpenMesh/Core/Templates/newClass.hh
index 9440014f..a4ccc0d9 100644
--- a/src/OpenMesh/Core/Templates/newClass.hh
+++ b/src/OpenMesh/Core/Templates/newClass.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/Templates/newClassT.cc b/src/OpenMesh/Core/Templates/newClassT.cc
index 5982d283..9ce27d20 100644
--- a/src/OpenMesh/Core/Templates/newClassT.cc
+++ b/src/OpenMesh/Core/Templates/newClassT.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/Templates/newClassT.hh b/src/OpenMesh/Core/Templates/newClassT.hh
index 4f0fd240..dace9968 100644
--- a/src/OpenMesh/Core/Templates/newClassT.hh
+++ b/src/OpenMesh/Core/Templates/newClassT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/Utils/AutoPropertyHandleT.hh b/src/OpenMesh/Core/Utils/AutoPropertyHandleT.hh
index e88d575c..a518b3f8 100644
--- a/src/OpenMesh/Core/Utils/AutoPropertyHandleT.hh
+++ b/src/OpenMesh/Core/Utils/AutoPropertyHandleT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/Utils/BaseProperty.cc b/src/OpenMesh/Core/Utils/BaseProperty.cc
index e75d75d4..0fab7664 100644
--- a/src/OpenMesh/Core/Utils/BaseProperty.cc
+++ b/src/OpenMesh/Core/Utils/BaseProperty.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/Utils/BaseProperty.hh b/src/OpenMesh/Core/Utils/BaseProperty.hh
index 4c9bbe38..75f897fb 100644
--- a/src/OpenMesh/Core/Utils/BaseProperty.hh
+++ b/src/OpenMesh/Core/Utils/BaseProperty.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/Utils/Endian.cc b/src/OpenMesh/Core/Utils/Endian.cc
index 3a7b5fd1..002c0cb3 100644
--- a/src/OpenMesh/Core/Utils/Endian.cc
+++ b/src/OpenMesh/Core/Utils/Endian.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/Utils/Endian.hh b/src/OpenMesh/Core/Utils/Endian.hh
index 8d06cc5d..1bcc8010 100644
--- a/src/OpenMesh/Core/Utils/Endian.hh
+++ b/src/OpenMesh/Core/Utils/Endian.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/Utils/GenProg.hh b/src/OpenMesh/Core/Utils/GenProg.hh
index da6cadf5..3d9fd8c8 100644
--- a/src/OpenMesh/Core/Utils/GenProg.hh
+++ b/src/OpenMesh/Core/Utils/GenProg.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/Utils/Noncopyable.hh b/src/OpenMesh/Core/Utils/Noncopyable.hh
index 9103a742..a8c8d672 100644
--- a/src/OpenMesh/Core/Utils/Noncopyable.hh
+++ b/src/OpenMesh/Core/Utils/Noncopyable.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/Utils/Property.hh b/src/OpenMesh/Core/Utils/Property.hh
index 018f1e9c..4e34e01a 100644
--- a/src/OpenMesh/Core/Utils/Property.hh
+++ b/src/OpenMesh/Core/Utils/Property.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/Utils/PropertyContainer.hh b/src/OpenMesh/Core/Utils/PropertyContainer.hh
index 42f512e9..87c8a871 100644
--- a/src/OpenMesh/Core/Utils/PropertyContainer.hh
+++ b/src/OpenMesh/Core/Utils/PropertyContainer.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/Utils/PropertyManager.hh b/src/OpenMesh/Core/Utils/PropertyManager.hh
index d0a0b458..a4876fab 100644
--- a/src/OpenMesh/Core/Utils/PropertyManager.hh
+++ b/src/OpenMesh/Core/Utils/PropertyManager.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/Utils/RandomNumberGenerator.cc b/src/OpenMesh/Core/Utils/RandomNumberGenerator.cc
index 20802e2f..651872ca 100644
--- a/src/OpenMesh/Core/Utils/RandomNumberGenerator.cc
+++ b/src/OpenMesh/Core/Utils/RandomNumberGenerator.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/Utils/RandomNumberGenerator.hh b/src/OpenMesh/Core/Utils/RandomNumberGenerator.hh
index 333f0374..d23e1102 100644
--- a/src/OpenMesh/Core/Utils/RandomNumberGenerator.hh
+++ b/src/OpenMesh/Core/Utils/RandomNumberGenerator.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/Utils/SingletonT.cc b/src/OpenMesh/Core/Utils/SingletonT.cc
index 2ac28c7c..4161ea0c 100644
--- a/src/OpenMesh/Core/Utils/SingletonT.cc
+++ b/src/OpenMesh/Core/Utils/SingletonT.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/Utils/SingletonT.hh b/src/OpenMesh/Core/Utils/SingletonT.hh
index 8be53e3c..57a3ad5b 100644
--- a/src/OpenMesh/Core/Utils/SingletonT.hh
+++ b/src/OpenMesh/Core/Utils/SingletonT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/Utils/color_cast.hh b/src/OpenMesh/Core/Utils/color_cast.hh
index 846e05f6..1c7dbc9a 100644
--- a/src/OpenMesh/Core/Utils/color_cast.hh
+++ b/src/OpenMesh/Core/Utils/color_cast.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/Utils/vector_cast.hh b/src/OpenMesh/Core/Utils/vector_cast.hh
index 7c0c64f4..833400df 100644
--- a/src/OpenMesh/Core/Utils/vector_cast.hh
+++ b/src/OpenMesh/Core/Utils/vector_cast.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Core/Utils/vector_traits.hh b/src/OpenMesh/Core/Utils/vector_traits.hh
index 86d92416..d029bec6 100644
--- a/src/OpenMesh/Core/Utils/vector_traits.hh
+++ b/src/OpenMesh/Core/Utils/vector_traits.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Decimater/BaseDecimaterT.cc b/src/OpenMesh/Tools/Decimater/BaseDecimaterT.cc
index b6d8a374..70f38cbb 100644
--- a/src/OpenMesh/Tools/Decimater/BaseDecimaterT.cc
+++ b/src/OpenMesh/Tools/Decimater/BaseDecimaterT.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Decimater/BaseDecimaterT.hh b/src/OpenMesh/Tools/Decimater/BaseDecimaterT.hh
index c6c460e4..2c639a12 100644
--- a/src/OpenMesh/Tools/Decimater/BaseDecimaterT.hh
+++ b/src/OpenMesh/Tools/Decimater/BaseDecimaterT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Decimater/CollapseInfoT.hh b/src/OpenMesh/Tools/Decimater/CollapseInfoT.hh
index a037a862..5968f63e 100644
--- a/src/OpenMesh/Tools/Decimater/CollapseInfoT.hh
+++ b/src/OpenMesh/Tools/Decimater/CollapseInfoT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Decimater/DecimaterT.cc b/src/OpenMesh/Tools/Decimater/DecimaterT.cc
index 339dd507..ae505087 100644
--- a/src/OpenMesh/Tools/Decimater/DecimaterT.cc
+++ b/src/OpenMesh/Tools/Decimater/DecimaterT.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Decimater/DecimaterT.hh b/src/OpenMesh/Tools/Decimater/DecimaterT.hh
index 8f61af57..83c818c5 100644
--- a/src/OpenMesh/Tools/Decimater/DecimaterT.hh
+++ b/src/OpenMesh/Tools/Decimater/DecimaterT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Decimater/McDecimaterT.cc b/src/OpenMesh/Tools/Decimater/McDecimaterT.cc
index 2257f810..28618477 100644
--- a/src/OpenMesh/Tools/Decimater/McDecimaterT.cc
+++ b/src/OpenMesh/Tools/Decimater/McDecimaterT.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Decimater/McDecimaterT.hh b/src/OpenMesh/Tools/Decimater/McDecimaterT.hh
index e1bcefa7..44d74880 100644
--- a/src/OpenMesh/Tools/Decimater/McDecimaterT.hh
+++ b/src/OpenMesh/Tools/Decimater/McDecimaterT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Decimater/MixedDecimaterT.cc b/src/OpenMesh/Tools/Decimater/MixedDecimaterT.cc
index 5871eac2..8710dc99 100644
--- a/src/OpenMesh/Tools/Decimater/MixedDecimaterT.cc
+++ b/src/OpenMesh/Tools/Decimater/MixedDecimaterT.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
-* Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+* Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Decimater/MixedDecimaterT.hh b/src/OpenMesh/Tools/Decimater/MixedDecimaterT.hh
index 2d1df151..114f9936 100644
--- a/src/OpenMesh/Tools/Decimater/MixedDecimaterT.hh
+++ b/src/OpenMesh/Tools/Decimater/MixedDecimaterT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Decimater/ModAspectRatioT.cc b/src/OpenMesh/Tools/Decimater/ModAspectRatioT.cc
index 7ab2425a..3bf2b354 100644
--- a/src/OpenMesh/Tools/Decimater/ModAspectRatioT.cc
+++ b/src/OpenMesh/Tools/Decimater/ModAspectRatioT.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Decimater/ModAspectRatioT.hh b/src/OpenMesh/Tools/Decimater/ModAspectRatioT.hh
index e4e35116..57229cb3 100644
--- a/src/OpenMesh/Tools/Decimater/ModAspectRatioT.hh
+++ b/src/OpenMesh/Tools/Decimater/ModAspectRatioT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Decimater/ModBaseT.hh b/src/OpenMesh/Tools/Decimater/ModBaseT.hh
index 5d62e45b..4af9b5f4 100644
--- a/src/OpenMesh/Tools/Decimater/ModBaseT.hh
+++ b/src/OpenMesh/Tools/Decimater/ModBaseT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Decimater/ModEdgeLengthT.cc b/src/OpenMesh/Tools/Decimater/ModEdgeLengthT.cc
index e87cd828..7fd524c0 100644
--- a/src/OpenMesh/Tools/Decimater/ModEdgeLengthT.cc
+++ b/src/OpenMesh/Tools/Decimater/ModEdgeLengthT.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Decimater/ModEdgeLengthT.hh b/src/OpenMesh/Tools/Decimater/ModEdgeLengthT.hh
index 1ed599f8..5a8f1680 100644
--- a/src/OpenMesh/Tools/Decimater/ModEdgeLengthT.hh
+++ b/src/OpenMesh/Tools/Decimater/ModEdgeLengthT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Decimater/ModHausdorffT.cc b/src/OpenMesh/Tools/Decimater/ModHausdorffT.cc
index cea8dfbf..d3daccc8 100644
--- a/src/OpenMesh/Tools/Decimater/ModHausdorffT.cc
+++ b/src/OpenMesh/Tools/Decimater/ModHausdorffT.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Decimater/ModHausdorffT.hh b/src/OpenMesh/Tools/Decimater/ModHausdorffT.hh
index 1dd35798..b3357152 100644
--- a/src/OpenMesh/Tools/Decimater/ModHausdorffT.hh
+++ b/src/OpenMesh/Tools/Decimater/ModHausdorffT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Decimater/ModIndependentSetsT.hh b/src/OpenMesh/Tools/Decimater/ModIndependentSetsT.hh
index a464138e..068f2c6c 100644
--- a/src/OpenMesh/Tools/Decimater/ModIndependentSetsT.hh
+++ b/src/OpenMesh/Tools/Decimater/ModIndependentSetsT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Decimater/ModNormalDeviationT.hh b/src/OpenMesh/Tools/Decimater/ModNormalDeviationT.hh
index fb573ece..5ee6dfb0 100644
--- a/src/OpenMesh/Tools/Decimater/ModNormalDeviationT.hh
+++ b/src/OpenMesh/Tools/Decimater/ModNormalDeviationT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Decimater/ModNormalFlippingT.hh b/src/OpenMesh/Tools/Decimater/ModNormalFlippingT.hh
index 89e81eb8..efb0795e 100644
--- a/src/OpenMesh/Tools/Decimater/ModNormalFlippingT.hh
+++ b/src/OpenMesh/Tools/Decimater/ModNormalFlippingT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Decimater/ModProgMeshT.cc b/src/OpenMesh/Tools/Decimater/ModProgMeshT.cc
index c86d0ed4..94ddc6fe 100644
--- a/src/OpenMesh/Tools/Decimater/ModProgMeshT.cc
+++ b/src/OpenMesh/Tools/Decimater/ModProgMeshT.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Decimater/ModProgMeshT.hh b/src/OpenMesh/Tools/Decimater/ModProgMeshT.hh
index 8b139137..f4893908 100644
--- a/src/OpenMesh/Tools/Decimater/ModProgMeshT.hh
+++ b/src/OpenMesh/Tools/Decimater/ModProgMeshT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Decimater/ModQuadricT.cc b/src/OpenMesh/Tools/Decimater/ModQuadricT.cc
index cbc95c9a..19af9fa8 100644
--- a/src/OpenMesh/Tools/Decimater/ModQuadricT.cc
+++ b/src/OpenMesh/Tools/Decimater/ModQuadricT.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Decimater/ModQuadricT.hh b/src/OpenMesh/Tools/Decimater/ModQuadricT.hh
index 701ca8c3..0d58612a 100644
--- a/src/OpenMesh/Tools/Decimater/ModQuadricT.hh
+++ b/src/OpenMesh/Tools/Decimater/ModQuadricT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Decimater/ModRoundnessT.hh b/src/OpenMesh/Tools/Decimater/ModRoundnessT.hh
index 32acad35..05784839 100644
--- a/src/OpenMesh/Tools/Decimater/ModRoundnessT.hh
+++ b/src/OpenMesh/Tools/Decimater/ModRoundnessT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Dualizer/meshDualT.hh b/src/OpenMesh/Tools/Dualizer/meshDualT.hh
index 8df0cdfa..09e2873c 100644
--- a/src/OpenMesh/Tools/Dualizer/meshDualT.hh
+++ b/src/OpenMesh/Tools/Dualizer/meshDualT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Kernel_OSG/ArrayKernelT.hh b/src/OpenMesh/Tools/Kernel_OSG/ArrayKernelT.hh
index 44789aa9..fe319811 100644
--- a/src/OpenMesh/Tools/Kernel_OSG/ArrayKernelT.hh
+++ b/src/OpenMesh/Tools/Kernel_OSG/ArrayKernelT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Kernel_OSG/AttribKernelT.hh b/src/OpenMesh/Tools/Kernel_OSG/AttribKernelT.hh
index 9d7abb54..72419b74 100644
--- a/src/OpenMesh/Tools/Kernel_OSG/AttribKernelT.hh
+++ b/src/OpenMesh/Tools/Kernel_OSG/AttribKernelT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Kernel_OSG/PropertyKernel.hh b/src/OpenMesh/Tools/Kernel_OSG/PropertyKernel.hh
index b1dbd042..4fc53598 100644
--- a/src/OpenMesh/Tools/Kernel_OSG/PropertyKernel.hh
+++ b/src/OpenMesh/Tools/Kernel_OSG/PropertyKernel.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Kernel_OSG/PropertyT.hh b/src/OpenMesh/Tools/Kernel_OSG/PropertyT.hh
index 255e3e67..25459795 100644
--- a/src/OpenMesh/Tools/Kernel_OSG/PropertyT.hh
+++ b/src/OpenMesh/Tools/Kernel_OSG/PropertyT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Kernel_OSG/Traits.hh b/src/OpenMesh/Tools/Kernel_OSG/Traits.hh
index b2b8b6eb..d97ba193 100644
--- a/src/OpenMesh/Tools/Kernel_OSG/Traits.hh
+++ b/src/OpenMesh/Tools/Kernel_OSG/Traits.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Kernel_OSG/TriMesh_OSGArrayKernelT.hh b/src/OpenMesh/Tools/Kernel_OSG/TriMesh_OSGArrayKernelT.hh
index 93b2448c..a43502c0 100644
--- a/src/OpenMesh/Tools/Kernel_OSG/TriMesh_OSGArrayKernelT.hh
+++ b/src/OpenMesh/Tools/Kernel_OSG/TriMesh_OSGArrayKernelT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Kernel_OSG/VectorAdapter.hh b/src/OpenMesh/Tools/Kernel_OSG/VectorAdapter.hh
index 84c7fdba..add983a8 100644
--- a/src/OpenMesh/Tools/Kernel_OSG/VectorAdapter.hh
+++ b/src/OpenMesh/Tools/Kernel_OSG/VectorAdapter.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Kernel_OSG/bindT.hh b/src/OpenMesh/Tools/Kernel_OSG/bindT.hh
index 12036121..36bf4433 100644
--- a/src/OpenMesh/Tools/Kernel_OSG/bindT.hh
+++ b/src/OpenMesh/Tools/Kernel_OSG/bindT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Kernel_OSG/color_cast.hh b/src/OpenMesh/Tools/Kernel_OSG/color_cast.hh
index f68ade47..4fd31427 100644
--- a/src/OpenMesh/Tools/Kernel_OSG/color_cast.hh
+++ b/src/OpenMesh/Tools/Kernel_OSG/color_cast.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Smoother/JacobiLaplaceSmootherT.cc b/src/OpenMesh/Tools/Smoother/JacobiLaplaceSmootherT.cc
index f2503831..3ec0b0b1 100644
--- a/src/OpenMesh/Tools/Smoother/JacobiLaplaceSmootherT.cc
+++ b/src/OpenMesh/Tools/Smoother/JacobiLaplaceSmootherT.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Smoother/JacobiLaplaceSmootherT.hh b/src/OpenMesh/Tools/Smoother/JacobiLaplaceSmootherT.hh
index d73e30ad..39131377 100644
--- a/src/OpenMesh/Tools/Smoother/JacobiLaplaceSmootherT.hh
+++ b/src/OpenMesh/Tools/Smoother/JacobiLaplaceSmootherT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Smoother/LaplaceSmootherT.cc b/src/OpenMesh/Tools/Smoother/LaplaceSmootherT.cc
index 840d8b44..bfa439eb 100644
--- a/src/OpenMesh/Tools/Smoother/LaplaceSmootherT.cc
+++ b/src/OpenMesh/Tools/Smoother/LaplaceSmootherT.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Smoother/LaplaceSmootherT.hh b/src/OpenMesh/Tools/Smoother/LaplaceSmootherT.hh
index b82a250c..cdca809f 100644
--- a/src/OpenMesh/Tools/Smoother/LaplaceSmootherT.hh
+++ b/src/OpenMesh/Tools/Smoother/LaplaceSmootherT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Smoother/SmootherT.cc b/src/OpenMesh/Tools/Smoother/SmootherT.cc
index 2eae406d..1a5c6684 100644
--- a/src/OpenMesh/Tools/Smoother/SmootherT.cc
+++ b/src/OpenMesh/Tools/Smoother/SmootherT.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Smoother/SmootherT.hh b/src/OpenMesh/Tools/Smoother/SmootherT.hh
index 43258a2f..fedfbcc0 100644
--- a/src/OpenMesh/Tools/Smoother/SmootherT.hh
+++ b/src/OpenMesh/Tools/Smoother/SmootherT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Smoother/smooth_mesh.hh b/src/OpenMesh/Tools/Smoother/smooth_mesh.hh
index eaf0ec9f..44bd8930 100644
--- a/src/OpenMesh/Tools/Smoother/smooth_mesh.hh
+++ b/src/OpenMesh/Tools/Smoother/smooth_mesh.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/CompositeT.cc b/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/CompositeT.cc
index cf361fb6..2e7fd348 100644
--- a/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/CompositeT.cc
+++ b/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/CompositeT.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/CompositeT.hh b/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/CompositeT.hh
index 3c7a5732..565bf87e 100644
--- a/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/CompositeT.hh
+++ b/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/CompositeT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/CompositeTraits.hh b/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/CompositeTraits.hh
index 95f2c22a..ee3b8e1c 100644
--- a/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/CompositeTraits.hh
+++ b/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/CompositeTraits.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/RuleInterfaceT.hh b/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/RuleInterfaceT.hh
index b6427b27..c3f568ef 100644
--- a/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/RuleInterfaceT.hh
+++ b/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/RuleInterfaceT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/RulesT.cc b/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/RulesT.cc
index 6f6ef6e5..c5afc22c 100644
--- a/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/RulesT.cc
+++ b/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/RulesT.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/RulesT.hh b/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/RulesT.hh
index f3ff7eee..1cf6ae66 100644
--- a/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/RulesT.hh
+++ b/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/RulesT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/Traits.hh b/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/Traits.hh
index da04521d..30d62637 100644
--- a/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/Traits.hh
+++ b/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/Traits.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Subdivider/Uniform/CatmullClarkT.cc b/src/OpenMesh/Tools/Subdivider/Uniform/CatmullClarkT.cc
index 81fb590d..8f778366 100644
--- a/src/OpenMesh/Tools/Subdivider/Uniform/CatmullClarkT.cc
+++ b/src/OpenMesh/Tools/Subdivider/Uniform/CatmullClarkT.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Subdivider/Uniform/CatmullClarkT.hh b/src/OpenMesh/Tools/Subdivider/Uniform/CatmullClarkT.hh
index 54d0a1b9..b7f5b5fd 100644
--- a/src/OpenMesh/Tools/Subdivider/Uniform/CatmullClarkT.hh
+++ b/src/OpenMesh/Tools/Subdivider/Uniform/CatmullClarkT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Subdivider/Uniform/Composite/CompositeT.cc b/src/OpenMesh/Tools/Subdivider/Uniform/Composite/CompositeT.cc
index 4b276594..274675a2 100644
--- a/src/OpenMesh/Tools/Subdivider/Uniform/Composite/CompositeT.cc
+++ b/src/OpenMesh/Tools/Subdivider/Uniform/Composite/CompositeT.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Subdivider/Uniform/Composite/CompositeT.hh b/src/OpenMesh/Tools/Subdivider/Uniform/Composite/CompositeT.hh
index 971be1d7..a4287fcb 100644
--- a/src/OpenMesh/Tools/Subdivider/Uniform/Composite/CompositeT.hh
+++ b/src/OpenMesh/Tools/Subdivider/Uniform/Composite/CompositeT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Subdivider/Uniform/Composite/CompositeTraits.hh b/src/OpenMesh/Tools/Subdivider/Uniform/Composite/CompositeTraits.hh
index 333e55c5..9640a1ee 100644
--- a/src/OpenMesh/Tools/Subdivider/Uniform/Composite/CompositeTraits.hh
+++ b/src/OpenMesh/Tools/Subdivider/Uniform/Composite/CompositeTraits.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Subdivider/Uniform/CompositeLoopT.hh b/src/OpenMesh/Tools/Subdivider/Uniform/CompositeLoopT.hh
index 66d345da..79950f51 100644
--- a/src/OpenMesh/Tools/Subdivider/Uniform/CompositeLoopT.hh
+++ b/src/OpenMesh/Tools/Subdivider/Uniform/CompositeLoopT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Subdivider/Uniform/CompositeSqrt3T.hh b/src/OpenMesh/Tools/Subdivider/Uniform/CompositeSqrt3T.hh
index f684b756..f05b8e86 100644
--- a/src/OpenMesh/Tools/Subdivider/Uniform/CompositeSqrt3T.hh
+++ b/src/OpenMesh/Tools/Subdivider/Uniform/CompositeSqrt3T.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Subdivider/Uniform/LongestEdgeT.hh b/src/OpenMesh/Tools/Subdivider/Uniform/LongestEdgeT.hh
index e31e12f0..a6555964 100644
--- a/src/OpenMesh/Tools/Subdivider/Uniform/LongestEdgeT.hh
+++ b/src/OpenMesh/Tools/Subdivider/Uniform/LongestEdgeT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
-* Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+* Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Subdivider/Uniform/LoopT.hh b/src/OpenMesh/Tools/Subdivider/Uniform/LoopT.hh
index 30b21eb3..cedad510 100644
--- a/src/OpenMesh/Tools/Subdivider/Uniform/LoopT.hh
+++ b/src/OpenMesh/Tools/Subdivider/Uniform/LoopT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Subdivider/Uniform/ModifiedButterFlyT.hh b/src/OpenMesh/Tools/Subdivider/Uniform/ModifiedButterFlyT.hh
index 13e81c5b..e0a74488 100644
--- a/src/OpenMesh/Tools/Subdivider/Uniform/ModifiedButterFlyT.hh
+++ b/src/OpenMesh/Tools/Subdivider/Uniform/ModifiedButterFlyT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
-* Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+* Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Subdivider/Uniform/Sqrt3InterpolatingSubdividerLabsikGreinerT.hh b/src/OpenMesh/Tools/Subdivider/Uniform/Sqrt3InterpolatingSubdividerLabsikGreinerT.hh
index 54abc1ba..4a35af75 100644
--- a/src/OpenMesh/Tools/Subdivider/Uniform/Sqrt3InterpolatingSubdividerLabsikGreinerT.hh
+++ b/src/OpenMesh/Tools/Subdivider/Uniform/Sqrt3InterpolatingSubdividerLabsikGreinerT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
-* Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+* Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Subdivider/Uniform/Sqrt3T.hh b/src/OpenMesh/Tools/Subdivider/Uniform/Sqrt3T.hh
index 4481dffb..97da3506 100644
--- a/src/OpenMesh/Tools/Subdivider/Uniform/Sqrt3T.hh
+++ b/src/OpenMesh/Tools/Subdivider/Uniform/Sqrt3T.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Subdivider/Uniform/SubdividerT.hh b/src/OpenMesh/Tools/Subdivider/Uniform/SubdividerT.hh
index 1dd7d2bd..eb613558 100644
--- a/src/OpenMesh/Tools/Subdivider/Uniform/SubdividerT.hh
+++ b/src/OpenMesh/Tools/Subdivider/Uniform/SubdividerT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Utils/Config.hh b/src/OpenMesh/Tools/Utils/Config.hh
index 74fdeb01..f7cbe10e 100644
--- a/src/OpenMesh/Tools/Utils/Config.hh
+++ b/src/OpenMesh/Tools/Utils/Config.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Utils/GLConstAsString.hh b/src/OpenMesh/Tools/Utils/GLConstAsString.hh
index 69d0531b..4a8976f2 100644
--- a/src/OpenMesh/Tools/Utils/GLConstAsString.hh
+++ b/src/OpenMesh/Tools/Utils/GLConstAsString.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Utils/HeapT.hh b/src/OpenMesh/Tools/Utils/HeapT.hh
index 961f1070..039dc38b 100644
--- a/src/OpenMesh/Tools/Utils/HeapT.hh
+++ b/src/OpenMesh/Tools/Utils/HeapT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Utils/MeshCheckerT.cc b/src/OpenMesh/Tools/Utils/MeshCheckerT.cc
index d710f689..617a1b03 100644
--- a/src/OpenMesh/Tools/Utils/MeshCheckerT.cc
+++ b/src/OpenMesh/Tools/Utils/MeshCheckerT.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Utils/MeshCheckerT.hh b/src/OpenMesh/Tools/Utils/MeshCheckerT.hh
index 281e7e4b..d1257745 100644
--- a/src/OpenMesh/Tools/Utils/MeshCheckerT.hh
+++ b/src/OpenMesh/Tools/Utils/MeshCheckerT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Utils/NumLimitsT.hh b/src/OpenMesh/Tools/Utils/NumLimitsT.hh
index ed5009e7..2229bdf1 100644
--- a/src/OpenMesh/Tools/Utils/NumLimitsT.hh
+++ b/src/OpenMesh/Tools/Utils/NumLimitsT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Utils/StripifierT.cc b/src/OpenMesh/Tools/Utils/StripifierT.cc
index 06ec3032..a83d136d 100644
--- a/src/OpenMesh/Tools/Utils/StripifierT.cc
+++ b/src/OpenMesh/Tools/Utils/StripifierT.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Utils/StripifierT.hh b/src/OpenMesh/Tools/Utils/StripifierT.hh
index 821c277d..225dbfbb 100644
--- a/src/OpenMesh/Tools/Utils/StripifierT.hh
+++ b/src/OpenMesh/Tools/Utils/StripifierT.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Utils/TestingFramework.hh b/src/OpenMesh/Tools/Utils/TestingFramework.hh
index ebc0c8fb..e6ef0cb5 100644
--- a/src/OpenMesh/Tools/Utils/TestingFramework.hh
+++ b/src/OpenMesh/Tools/Utils/TestingFramework.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Utils/Timer.cc b/src/OpenMesh/Tools/Utils/Timer.cc
index c6f17df4..74283878 100644
--- a/src/OpenMesh/Tools/Utils/Timer.cc
+++ b/src/OpenMesh/Tools/Utils/Timer.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Utils/Timer.hh b/src/OpenMesh/Tools/Utils/Timer.hh
index cd64e0e5..869858ca 100644
--- a/src/OpenMesh/Tools/Utils/Timer.hh
+++ b/src/OpenMesh/Tools/Utils/Timer.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Utils/conio.cc b/src/OpenMesh/Tools/Utils/conio.cc
index 3bdc7082..08c30c0e 100644
--- a/src/OpenMesh/Tools/Utils/conio.cc
+++ b/src/OpenMesh/Tools/Utils/conio.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/Utils/conio.hh b/src/OpenMesh/Tools/Utils/conio.hh
index 77f108f1..8cd37431 100644
--- a/src/OpenMesh/Tools/Utils/conio.hh
+++ b/src/OpenMesh/Tools/Utils/conio.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/VDPM/MeshTraits.hh b/src/OpenMesh/Tools/VDPM/MeshTraits.hh
index 8a3b5d0b..d84985a1 100644
--- a/src/OpenMesh/Tools/VDPM/MeshTraits.hh
+++ b/src/OpenMesh/Tools/VDPM/MeshTraits.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/VDPM/StreamingDef.hh b/src/OpenMesh/Tools/VDPM/StreamingDef.hh
index f063ec4c..8166d3be 100644
--- a/src/OpenMesh/Tools/VDPM/StreamingDef.hh
+++ b/src/OpenMesh/Tools/VDPM/StreamingDef.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/VDPM/VFront.cc b/src/OpenMesh/Tools/VDPM/VFront.cc
index b72441a9..fec3a68d 100644
--- a/src/OpenMesh/Tools/VDPM/VFront.cc
+++ b/src/OpenMesh/Tools/VDPM/VFront.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/VDPM/VFront.hh b/src/OpenMesh/Tools/VDPM/VFront.hh
index fd22cdc9..756b5b74 100644
--- a/src/OpenMesh/Tools/VDPM/VFront.hh
+++ b/src/OpenMesh/Tools/VDPM/VFront.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/VDPM/VHierarchy.cc b/src/OpenMesh/Tools/VDPM/VHierarchy.cc
index d7687fc3..f14b7597 100644
--- a/src/OpenMesh/Tools/VDPM/VHierarchy.cc
+++ b/src/OpenMesh/Tools/VDPM/VHierarchy.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/VDPM/VHierarchy.hh b/src/OpenMesh/Tools/VDPM/VHierarchy.hh
index e5cabd5f..f07427a1 100644
--- a/src/OpenMesh/Tools/VDPM/VHierarchy.hh
+++ b/src/OpenMesh/Tools/VDPM/VHierarchy.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/VDPM/VHierarchyNode.hh b/src/OpenMesh/Tools/VDPM/VHierarchyNode.hh
index 178b2e97..3abe8aa1 100644
--- a/src/OpenMesh/Tools/VDPM/VHierarchyNode.hh
+++ b/src/OpenMesh/Tools/VDPM/VHierarchyNode.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/VDPM/VHierarchyNodeIndex.cc b/src/OpenMesh/Tools/VDPM/VHierarchyNodeIndex.cc
index 129cb198..799e1dab 100644
--- a/src/OpenMesh/Tools/VDPM/VHierarchyNodeIndex.cc
+++ b/src/OpenMesh/Tools/VDPM/VHierarchyNodeIndex.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/VDPM/VHierarchyNodeIndex.hh b/src/OpenMesh/Tools/VDPM/VHierarchyNodeIndex.hh
index 7643343e..9cc77af2 100644
--- a/src/OpenMesh/Tools/VDPM/VHierarchyNodeIndex.hh
+++ b/src/OpenMesh/Tools/VDPM/VHierarchyNodeIndex.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/VDPM/VHierarchyWindow.cc b/src/OpenMesh/Tools/VDPM/VHierarchyWindow.cc
index 6262a4a1..dc29e624 100644
--- a/src/OpenMesh/Tools/VDPM/VHierarchyWindow.cc
+++ b/src/OpenMesh/Tools/VDPM/VHierarchyWindow.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/VDPM/VHierarchyWindow.hh b/src/OpenMesh/Tools/VDPM/VHierarchyWindow.hh
index 7fc3e279..c3ab64fc 100644
--- a/src/OpenMesh/Tools/VDPM/VHierarchyWindow.hh
+++ b/src/OpenMesh/Tools/VDPM/VHierarchyWindow.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/VDPM/ViewingParameters.cc b/src/OpenMesh/Tools/VDPM/ViewingParameters.cc
index 358cc151..0aed91f5 100644
--- a/src/OpenMesh/Tools/VDPM/ViewingParameters.cc
+++ b/src/OpenMesh/Tools/VDPM/ViewingParameters.cc
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/src/OpenMesh/Tools/VDPM/ViewingParameters.hh b/src/OpenMesh/Tools/VDPM/ViewingParameters.hh
index cd18afcf..ef69e713 100644
--- a/src/OpenMesh/Tools/VDPM/ViewingParameters.hh
+++ b/src/OpenMesh/Tools/VDPM/ViewingParameters.hh
@@ -1,7 +1,7 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2012 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
*---------------------------------------------------------------------------*
diff --git a/templates/cc b/templates/cc
index c84d04cc..91a1850b 100644
--- a/templates/cc
+++ b/templates/cc
@@ -1,13 +1,13 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2009 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
+ *---------------------------------------------------------------------------*
* This file is part of OpenMesh. *
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
+ * OpenMesh 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 *
@@ -30,10 +30,10 @@
* License along with OpenMesh. If not, *
* see . *
* *
-\*===========================================================================*/
+\*===========================================================================*/
/*===========================================================================*\
- * *
+ * *
* $Revision$ *
* $Date$ *
* *
diff --git a/templates/cpp b/templates/cpp
index c84d04cc..91a1850b 100644
--- a/templates/cpp
+++ b/templates/cpp
@@ -1,13 +1,13 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2009 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
+ *---------------------------------------------------------------------------*
* This file is part of OpenMesh. *
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
+ * OpenMesh 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 *
@@ -30,10 +30,10 @@
* License along with OpenMesh. If not, *
* see . *
* *
-\*===========================================================================*/
+\*===========================================================================*/
/*===========================================================================*\
- * *
+ * *
* $Revision$ *
* $Date$ *
* *
diff --git a/templates/h b/templates/h
index c84d04cc..91a1850b 100644
--- a/templates/h
+++ b/templates/h
@@ -1,13 +1,13 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2009 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
+ *---------------------------------------------------------------------------*
* This file is part of OpenMesh. *
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
+ * OpenMesh 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 *
@@ -30,10 +30,10 @@
* License along with OpenMesh. If not, *
* see . *
* *
-\*===========================================================================*/
+\*===========================================================================*/
/*===========================================================================*\
- * *
+ * *
* $Revision$ *
* $Date$ *
* *
diff --git a/templates/hh b/templates/hh
index c84d04cc..91a1850b 100644
--- a/templates/hh
+++ b/templates/hh
@@ -1,13 +1,13 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2009 by Computer Graphics Group, RWTH Aachen *
+ * Copyright (C) 2001-2013 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
+ *---------------------------------------------------------------------------*
* This file is part of OpenMesh. *
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
+ * OpenMesh 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 *
@@ -30,10 +30,10 @@
* License along with OpenMesh. If not, *
* see . *
* *
-\*===========================================================================*/
+\*===========================================================================*/
/*===========================================================================*\
- * *
+ * *
* $Revision$ *
* $Date$ *
* *