diff --git a/ObjectListItemModel.cc b/ObjectListItemModel.cc
index 270b89a77125cf60babb1a283a07313c15c13dcb..3b50ce71686b8f19446343ac534a3ab79418e0ac 100644
--- a/ObjectListItemModel.cc
+++ b/ObjectListItemModel.cc
@@ -1,34 +1,41 @@
/*===========================================================================*\
* *
* OpenFlipper *
-* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
-* www.openflipper.org *
-* *
-*--------------------------------------------------------------------------- *
-* This file is part of OpenFlipper. *
-* *
-* OpenFlipper is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenFlipper is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenFlipper. If not, *
-* see . *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department of Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openflipper.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenFlipper. *
+ *---------------------------------------------------------------------------*
+ * *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
+ * *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
+ * *
+ * 2. Redistributions in binary form must reproduce the above copyright *
+ * notice, this list of conditions and the following disclaimer in the *
+ * documentation and/or other materials provided with the distribution. *
+ * *
+ * 3. Neither the name of the copyright holder nor the names of its *
+ * contributors may be used to endorse or promote products derived from *
+ * this software without specific prior written permission. *
+ * *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
+ * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER *
+ * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR *
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING *
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS *
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
* *
\*===========================================================================*/
diff --git a/ObjectListItemModel.hh b/ObjectListItemModel.hh
index b8ef99be2d902d6cdbcb364d99423c580623faea..c2afea8fb357baee407b932bacedf61f08dc4a06 100644
--- a/ObjectListItemModel.hh
+++ b/ObjectListItemModel.hh
@@ -1,34 +1,41 @@
/*===========================================================================*\
* *
* OpenFlipper *
-* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
-* www.openflipper.org *
-* *
-*--------------------------------------------------------------------------- *
-* This file is part of OpenFlipper. *
-* *
-* OpenFlipper is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenFlipper is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenFlipper. If not, *
-* see . *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department of Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openflipper.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenFlipper. *
+ *---------------------------------------------------------------------------*
+ * *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
+ * *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
+ * *
+ * 2. Redistributions in binary form must reproduce the above copyright *
+ * notice, this list of conditions and the following disclaimer in the *
+ * documentation and/or other materials provided with the distribution. *
+ * *
+ * 3. Neither the name of the copyright holder nor the names of its *
+ * contributors may be used to endorse or promote products derived from *
+ * this software without specific prior written permission. *
+ * *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
+ * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER *
+ * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR *
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING *
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS *
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
* *
\*===========================================================================*/
diff --git a/OpenMesh/OMPropertyModel.hh b/OpenMesh/OMPropertyModel.hh
index 5ec33c3a69ca6924e44852c77e4e49b7e81bedc5..58203335eb80177609c51cf7866effc28faa7d3f 100644
--- a/OpenMesh/OMPropertyModel.hh
+++ b/OpenMesh/OMPropertyModel.hh
@@ -1,34 +1,41 @@
/*===========================================================================*\
* *
* OpenFlipper *
-* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
-* www.openflipper.org *
-* *
-*--------------------------------------------------------------------------- *
-* This file is part of OpenFlipper. *
-* *
-* OpenFlipper is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenFlipper is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenFlipper. If not, *
-* see . *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department of Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openflipper.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenFlipper. *
+ *---------------------------------------------------------------------------*
+ * *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
+ * *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
+ * *
+ * 2. Redistributions in binary form must reproduce the above copyright *
+ * notice, this list of conditions and the following disclaimer in the *
+ * documentation and/or other materials provided with the distribution. *
+ * *
+ * 3. Neither the name of the copyright holder nor the names of its *
+ * contributors may be used to endorse or promote products derived from *
+ * this software without specific prior written permission. *
+ * *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
+ * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER *
+ * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR *
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING *
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS *
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
* *
\*===========================================================================*/
diff --git a/OpenMesh/OMPropertyModelT.cc b/OpenMesh/OMPropertyModelT.cc
index b8f9bdad6dba603a12bd4bf0468df8962e89560e..21921fb94c525f8cf555bdc15404ee568f3a367f 100644
--- a/OpenMesh/OMPropertyModelT.cc
+++ b/OpenMesh/OMPropertyModelT.cc
@@ -1,34 +1,41 @@
/*===========================================================================*\
* *
* OpenFlipper *
-* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
-* www.openflipper.org *
-* *
-*--------------------------------------------------------------------------- *
-* This file is part of OpenFlipper. *
-* *
-* OpenFlipper is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenFlipper is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenFlipper. If not, *
-* see . *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department of Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openflipper.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenFlipper. *
+ *---------------------------------------------------------------------------*
+ * *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
+ * *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
+ * *
+ * 2. Redistributions in binary form must reproduce the above copyright *
+ * notice, this list of conditions and the following disclaimer in the *
+ * documentation and/or other materials provided with the distribution. *
+ * *
+ * 3. Neither the name of the copyright holder nor the names of its *
+ * contributors may be used to endorse or promote products derived from *
+ * this software without specific prior written permission. *
+ * *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
+ * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER *
+ * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR *
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING *
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS *
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
* *
\*===========================================================================*/
diff --git a/OpenMesh/OMPropertyVisualizer.hh b/OpenMesh/OMPropertyVisualizer.hh
index 73af1a094ab888fe57639732234912565f6c6ea4..421c893bc8c6cd6fc536f0dbf2a9c6c1cbae31aa 100644
--- a/OpenMesh/OMPropertyVisualizer.hh
+++ b/OpenMesh/OMPropertyVisualizer.hh
@@ -1,34 +1,41 @@
/*===========================================================================*\
* *
* OpenFlipper *
-* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
-* www.openflipper.org *
-* *
-*--------------------------------------------------------------------------- *
-* This file is part of OpenFlipper. *
-* *
-* OpenFlipper is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenFlipper is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenFlipper. If not, *
-* see . *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department of Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openflipper.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenFlipper. *
+ *---------------------------------------------------------------------------*
+ * *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
+ * *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
+ * *
+ * 2. Redistributions in binary form must reproduce the above copyright *
+ * notice, this list of conditions and the following disclaimer in the *
+ * documentation and/or other materials provided with the distribution. *
+ * *
+ * 3. Neither the name of the copyright holder nor the names of its *
+ * contributors may be used to endorse or promote products derived from *
+ * this software without specific prior written permission. *
+ * *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
+ * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER *
+ * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR *
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING *
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS *
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
* *
\*===========================================================================*/
diff --git a/OpenMesh/OMPropertyVisualizerBoolean.hh b/OpenMesh/OMPropertyVisualizerBoolean.hh
index 19e86afd071df143011057a09ae2e9f03b9dda66..8cc48c402ca90330fffb73f19fd0b7f00da7917e 100644
--- a/OpenMesh/OMPropertyVisualizerBoolean.hh
+++ b/OpenMesh/OMPropertyVisualizerBoolean.hh
@@ -1,34 +1,41 @@
/*===========================================================================*\
* *
* OpenFlipper *
-* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
-* www.openflipper.org *
-* *
-*--------------------------------------------------------------------------- *
-* This file is part of OpenFlipper. *
-* *
-* OpenFlipper is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenFlipper is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenFlipper. If not, *
-* see . *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department of Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openflipper.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenFlipper. *
+ *---------------------------------------------------------------------------*
+ * *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
+ * *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
+ * *
+ * 2. Redistributions in binary form must reproduce the above copyright *
+ * notice, this list of conditions and the following disclaimer in the *
+ * documentation and/or other materials provided with the distribution. *
+ * *
+ * 3. Neither the name of the copyright holder nor the names of its *
+ * contributors may be used to endorse or promote products derived from *
+ * this software without specific prior written permission. *
+ * *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
+ * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER *
+ * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR *
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING *
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS *
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
* *
\*===========================================================================*/
diff --git a/OpenMesh/OMPropertyVisualizerBooleanT.cc b/OpenMesh/OMPropertyVisualizerBooleanT.cc
index c8922ee09742b6dbfaee196f4ceb83a96578e3d0..571fea741f319ca9ecd5f3b74e8d03d0e5a94fb8 100644
--- a/OpenMesh/OMPropertyVisualizerBooleanT.cc
+++ b/OpenMesh/OMPropertyVisualizerBooleanT.cc
@@ -1,34 +1,41 @@
/*===========================================================================*\
* *
* OpenFlipper *
-* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
-* www.openflipper.org *
-* *
-*--------------------------------------------------------------------------- *
-* This file is part of OpenFlipper. *
-* *
-* OpenFlipper is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenFlipper is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenFlipper. If not, *
-* see . *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department of Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openflipper.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenFlipper. *
+ *---------------------------------------------------------------------------*
+ * *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
+ * *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
+ * *
+ * 2. Redistributions in binary form must reproduce the above copyright *
+ * notice, this list of conditions and the following disclaimer in the *
+ * documentation and/or other materials provided with the distribution. *
+ * *
+ * 3. Neither the name of the copyright holder nor the names of its *
+ * contributors may be used to endorse or promote products derived from *
+ * this software without specific prior written permission. *
+ * *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
+ * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER *
+ * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR *
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING *
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS *
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
* *
\*===========================================================================*/
diff --git a/OpenMesh/OMPropertyVisualizerDouble.hh b/OpenMesh/OMPropertyVisualizerDouble.hh
index ff3195642605f748d5ebf71f000b4f6a3d559e56..07778d7be862ea596a209335fc79e0f395c0d1d4 100644
--- a/OpenMesh/OMPropertyVisualizerDouble.hh
+++ b/OpenMesh/OMPropertyVisualizerDouble.hh
@@ -1,34 +1,41 @@
/*===========================================================================*\
* *
* OpenFlipper *
-* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
-* www.openflipper.org *
-* *
-*--------------------------------------------------------------------------- *
-* This file is part of OpenFlipper. *
-* *
-* OpenFlipper is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenFlipper is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenFlipper. If not, *
-* see . *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department of Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openflipper.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenFlipper. *
+ *---------------------------------------------------------------------------*
+ * *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
+ * *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
+ * *
+ * 2. Redistributions in binary form must reproduce the above copyright *
+ * notice, this list of conditions and the following disclaimer in the *
+ * documentation and/or other materials provided with the distribution. *
+ * *
+ * 3. Neither the name of the copyright holder nor the names of its *
+ * contributors may be used to endorse or promote products derived from *
+ * this software without specific prior written permission. *
+ * *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
+ * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER *
+ * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR *
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING *
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS *
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
* *
\*===========================================================================*/
diff --git a/OpenMesh/OMPropertyVisualizerDoubleT.cc b/OpenMesh/OMPropertyVisualizerDoubleT.cc
index 66315dfe6159168d3301f5b437e2ede4221867c7..a008dac08de3fafedbb9101683f9ee5d204993b5 100644
--- a/OpenMesh/OMPropertyVisualizerDoubleT.cc
+++ b/OpenMesh/OMPropertyVisualizerDoubleT.cc
@@ -1,34 +1,41 @@
/*===========================================================================*\
* *
* OpenFlipper *
-* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
-* www.openflipper.org *
-* *
-*--------------------------------------------------------------------------- *
-* This file is part of OpenFlipper. *
-* *
-* OpenFlipper is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenFlipper is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenFlipper. If not, *
-* see . *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department of Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openflipper.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenFlipper. *
+ *---------------------------------------------------------------------------*
+ * *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
+ * *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
+ * *
+ * 2. Redistributions in binary form must reproduce the above copyright *
+ * notice, this list of conditions and the following disclaimer in the *
+ * documentation and/or other materials provided with the distribution. *
+ * *
+ * 3. Neither the name of the copyright holder nor the names of its *
+ * contributors may be used to endorse or promote products derived from *
+ * this software without specific prior written permission. *
+ * *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
+ * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER *
+ * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR *
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING *
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS *
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
* *
\*===========================================================================*/
diff --git a/OpenMesh/OMPropertyVisualizerInteger.hh b/OpenMesh/OMPropertyVisualizerInteger.hh
index 8ad3c6bc738e2a673c6ef10dfa2f971c61a09877..abd49301109885948dcda27d5e3966f091b21bbf 100644
--- a/OpenMesh/OMPropertyVisualizerInteger.hh
+++ b/OpenMesh/OMPropertyVisualizerInteger.hh
@@ -1,34 +1,41 @@
/*===========================================================================*\
* *
* OpenFlipper *
-* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
-* www.openflipper.org *
-* *
-*--------------------------------------------------------------------------- *
-* This file is part of OpenFlipper. *
-* *
-* OpenFlipper is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenFlipper is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenFlipper. If not, *
-* see . *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department of Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openflipper.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenFlipper. *
+ *---------------------------------------------------------------------------*
+ * *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
+ * *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
+ * *
+ * 2. Redistributions in binary form must reproduce the above copyright *
+ * notice, this list of conditions and the following disclaimer in the *
+ * documentation and/or other materials provided with the distribution. *
+ * *
+ * 3. Neither the name of the copyright holder nor the names of its *
+ * contributors may be used to endorse or promote products derived from *
+ * this software without specific prior written permission. *
+ * *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
+ * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER *
+ * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR *
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING *
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS *
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
* *
\*===========================================================================*/
diff --git a/OpenMesh/OMPropertyVisualizerIntegerT.cc b/OpenMesh/OMPropertyVisualizerIntegerT.cc
index 2c1a06bea09fffa7a034eedc82d490f8f3edd33f..66ccc019e722ca5e0bb6320fb21f743ad3e7c818 100644
--- a/OpenMesh/OMPropertyVisualizerIntegerT.cc
+++ b/OpenMesh/OMPropertyVisualizerIntegerT.cc
@@ -1,34 +1,41 @@
/*===========================================================================*\
* *
* OpenFlipper *
-* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
-* www.openflipper.org *
-* *
-*--------------------------------------------------------------------------- *
-* This file is part of OpenFlipper. *
-* *
-* OpenFlipper is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenFlipper is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenFlipper. If not, *
-* see . *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department of Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openflipper.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenFlipper. *
+ *---------------------------------------------------------------------------*
+ * *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
+ * *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
+ * *
+ * 2. Redistributions in binary form must reproduce the above copyright *
+ * notice, this list of conditions and the following disclaimer in the *
+ * documentation and/or other materials provided with the distribution. *
+ * *
+ * 3. Neither the name of the copyright holder nor the names of its *
+ * contributors may be used to endorse or promote products derived from *
+ * this software without specific prior written permission. *
+ * *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
+ * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER *
+ * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR *
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING *
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS *
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
* *
\*===========================================================================*/
diff --git a/OpenMesh/OMPropertyVisualizerSkinWeights.hh b/OpenMesh/OMPropertyVisualizerSkinWeights.hh
index c114bf760639d3a0333c39e260a1368457fe412b..fc94fb480656d49679cf75259d2a1406440c5829 100644
--- a/OpenMesh/OMPropertyVisualizerSkinWeights.hh
+++ b/OpenMesh/OMPropertyVisualizerSkinWeights.hh
@@ -1,34 +1,41 @@
/*===========================================================================*\
* *
* OpenFlipper *
-* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
-* www.openflipper.org *
-* *
-*--------------------------------------------------------------------------- *
-* This file is part of OpenFlipper. *
-* *
-* OpenFlipper is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenFlipper is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenFlipper. If not, *
-* see . *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department of Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openflipper.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenFlipper. *
+ *---------------------------------------------------------------------------*
+ * *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
+ * *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
+ * *
+ * 2. Redistributions in binary form must reproduce the above copyright *
+ * notice, this list of conditions and the following disclaimer in the *
+ * documentation and/or other materials provided with the distribution. *
+ * *
+ * 3. Neither the name of the copyright holder nor the names of its *
+ * contributors may be used to endorse or promote products derived from *
+ * this software without specific prior written permission. *
+ * *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
+ * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER *
+ * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR *
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING *
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS *
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
* *
\*===========================================================================*/
diff --git a/OpenMesh/OMPropertyVisualizerSkinWeightsT.cc b/OpenMesh/OMPropertyVisualizerSkinWeightsT.cc
index 4c64cac5ea3e738ca5301d579cac5e8e8992c292..4cfa0b96e20ef41ee7c8ea8446051e67a70dd6c6 100644
--- a/OpenMesh/OMPropertyVisualizerSkinWeightsT.cc
+++ b/OpenMesh/OMPropertyVisualizerSkinWeightsT.cc
@@ -1,34 +1,41 @@
/*===========================================================================*\
* *
* OpenFlipper *
-* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
-* www.openflipper.org *
-* *
-*--------------------------------------------------------------------------- *
-* This file is part of OpenFlipper. *
-* *
-* OpenFlipper is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenFlipper is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenFlipper. If not, *
-* see . *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department of Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openflipper.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenFlipper. *
+ *---------------------------------------------------------------------------*
+ * *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
+ * *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
+ * *
+ * 2. Redistributions in binary form must reproduce the above copyright *
+ * notice, this list of conditions and the following disclaimer in the *
+ * documentation and/or other materials provided with the distribution. *
+ * *
+ * 3. Neither the name of the copyright holder nor the names of its *
+ * contributors may be used to endorse or promote products derived from *
+ * this software without specific prior written permission. *
+ * *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
+ * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER *
+ * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR *
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING *
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS *
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
* *
\*===========================================================================*/
diff --git a/OpenMesh/OMPropertyVisualizerT.cc b/OpenMesh/OMPropertyVisualizerT.cc
index b988c3c005b96bb03b570c4d9dbc04c4e2ad5f05..3f5ec976c6ed5da6e262eecb315aac364383715e 100644
--- a/OpenMesh/OMPropertyVisualizerT.cc
+++ b/OpenMesh/OMPropertyVisualizerT.cc
@@ -1,34 +1,41 @@
/*===========================================================================*\
* *
* OpenFlipper *
-* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
-* www.openflipper.org *
-* *
-*--------------------------------------------------------------------------- *
-* This file is part of OpenFlipper. *
-* *
-* OpenFlipper is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenFlipper is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenFlipper. If not, *
-* see . *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department of Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openflipper.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenFlipper. *
+ *---------------------------------------------------------------------------*
+ * *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
+ * *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
+ * *
+ * 2. Redistributions in binary form must reproduce the above copyright *
+ * notice, this list of conditions and the following disclaimer in the *
+ * documentation and/or other materials provided with the distribution. *
+ * *
+ * 3. Neither the name of the copyright holder nor the names of its *
+ * contributors may be used to endorse or promote products derived from *
+ * this software without specific prior written permission. *
+ * *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
+ * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER *
+ * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR *
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING *
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS *
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
* *
\*===========================================================================*/
diff --git a/OpenMesh/OMPropertyVisualizerVector.hh b/OpenMesh/OMPropertyVisualizerVector.hh
index 942b2533b1be5657ba50e8fb3d3019820aff2963..633cd87223f99d35a9c426443de6f95e96e1cc50 100644
--- a/OpenMesh/OMPropertyVisualizerVector.hh
+++ b/OpenMesh/OMPropertyVisualizerVector.hh
@@ -1,34 +1,41 @@
/*===========================================================================*\
* *
* OpenFlipper *
-* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
-* www.openflipper.org *
-* *
-*--------------------------------------------------------------------------- *
-* This file is part of OpenFlipper. *
-* *
-* OpenFlipper is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenFlipper is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenFlipper. If not, *
-* see . *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department of Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openflipper.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenFlipper. *
+ *---------------------------------------------------------------------------*
+ * *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
+ * *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
+ * *
+ * 2. Redistributions in binary form must reproduce the above copyright *
+ * notice, this list of conditions and the following disclaimer in the *
+ * documentation and/or other materials provided with the distribution. *
+ * *
+ * 3. Neither the name of the copyright holder nor the names of its *
+ * contributors may be used to endorse or promote products derived from *
+ * this software without specific prior written permission. *
+ * *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
+ * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER *
+ * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR *
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING *
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS *
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
* *
\*===========================================================================*/
diff --git a/OpenMesh/OMPropertyVisualizerVector2.hh b/OpenMesh/OMPropertyVisualizerVector2.hh
index ce1d22561c1c3401d6e87cec88bd0a6689a6b797..619b07c0c26ff4526c696bb5f2f8f5e47694b4f0 100644
--- a/OpenMesh/OMPropertyVisualizerVector2.hh
+++ b/OpenMesh/OMPropertyVisualizerVector2.hh
@@ -1,34 +1,41 @@
/*===========================================================================*\
* *
* OpenFlipper *
-* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
-* www.openflipper.org *
-* *
-*--------------------------------------------------------------------------- *
-* This file is part of OpenFlipper. *
-* *
-* OpenFlipper is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenFlipper is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenFlipper. If not, *
-* see . *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department of Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openflipper.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenFlipper. *
+ *---------------------------------------------------------------------------*
+ * *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
+ * *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
+ * *
+ * 2. Redistributions in binary form must reproduce the above copyright *
+ * notice, this list of conditions and the following disclaimer in the *
+ * documentation and/or other materials provided with the distribution. *
+ * *
+ * 3. Neither the name of the copyright holder nor the names of its *
+ * contributors may be used to endorse or promote products derived from *
+ * this software without specific prior written permission. *
+ * *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
+ * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER *
+ * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR *
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING *
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS *
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
* *
\*===========================================================================*/
diff --git a/OpenMesh/OMPropertyVisualizerVector2T.cc b/OpenMesh/OMPropertyVisualizerVector2T.cc
index 009998297b461903c3ceca357769b977faf371ec..03e81bd477ac836b59bb1b9bb1d84906862e62ac 100644
--- a/OpenMesh/OMPropertyVisualizerVector2T.cc
+++ b/OpenMesh/OMPropertyVisualizerVector2T.cc
@@ -1,34 +1,41 @@
/*===========================================================================*\
* *
* OpenFlipper *
-* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
-* www.openflipper.org *
-* *
-*--------------------------------------------------------------------------- *
-* This file is part of OpenFlipper. *
-* *
-* OpenFlipper is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenFlipper is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenFlipper. If not, *
-* see . *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department of Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openflipper.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenFlipper. *
+ *---------------------------------------------------------------------------*
+ * *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
+ * *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
+ * *
+ * 2. Redistributions in binary form must reproduce the above copyright *
+ * notice, this list of conditions and the following disclaimer in the *
+ * documentation and/or other materials provided with the distribution. *
+ * *
+ * 3. Neither the name of the copyright holder nor the names of its *
+ * contributors may be used to endorse or promote products derived from *
+ * this software without specific prior written permission. *
+ * *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
+ * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER *
+ * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR *
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING *
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS *
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
* *
\*===========================================================================*/
diff --git a/OpenMesh/OMPropertyVisualizerVectorFieldDifference.hh b/OpenMesh/OMPropertyVisualizerVectorFieldDifference.hh
index dcb08db49d87a16c31e884e30c2c7ff30247e302..7283fe7a2d92fd1ee26d6f8082ab2ef3261bf12c 100644
--- a/OpenMesh/OMPropertyVisualizerVectorFieldDifference.hh
+++ b/OpenMesh/OMPropertyVisualizerVectorFieldDifference.hh
@@ -1,34 +1,41 @@
/*===========================================================================*\
* *
* OpenFlipper *
-* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
-* www.openflipper.org *
-* *
-*--------------------------------------------------------------------------- *
-* This file is part of OpenFlipper. *
-* *
-* OpenFlipper is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenFlipper is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenFlipper. If not, *
-* see . *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department of Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openflipper.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenFlipper. *
+ *---------------------------------------------------------------------------*
+ * *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
+ * *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
+ * *
+ * 2. Redistributions in binary form must reproduce the above copyright *
+ * notice, this list of conditions and the following disclaimer in the *
+ * documentation and/or other materials provided with the distribution. *
+ * *
+ * 3. Neither the name of the copyright holder nor the names of its *
+ * contributors may be used to endorse or promote products derived from *
+ * this software without specific prior written permission. *
+ * *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
+ * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER *
+ * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR *
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING *
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS *
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
* *
\*===========================================================================*/
diff --git a/OpenMesh/OMPropertyVisualizerVectorFieldDifferenceT.cc b/OpenMesh/OMPropertyVisualizerVectorFieldDifferenceT.cc
index c132853c1cd4c2d953308e424972fb35e3cbbf7d..3514f6b8b886ff2fc1d551559585229c15a7d6f9 100644
--- a/OpenMesh/OMPropertyVisualizerVectorFieldDifferenceT.cc
+++ b/OpenMesh/OMPropertyVisualizerVectorFieldDifferenceT.cc
@@ -1,34 +1,41 @@
/*===========================================================================*\
* *
* OpenFlipper *
-* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
-* www.openflipper.org *
-* *
-*--------------------------------------------------------------------------- *
-* This file is part of OpenFlipper. *
-* *
-* OpenFlipper is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenFlipper is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenFlipper. If not, *
-* see . *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department of Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openflipper.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenFlipper. *
+ *---------------------------------------------------------------------------*
+ * *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
+ * *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
+ * *
+ * 2. Redistributions in binary form must reproduce the above copyright *
+ * notice, this list of conditions and the following disclaimer in the *
+ * documentation and/or other materials provided with the distribution. *
+ * *
+ * 3. Neither the name of the copyright holder nor the names of its *
+ * contributors may be used to endorse or promote products derived from *
+ * this software without specific prior written permission. *
+ * *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
+ * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER *
+ * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR *
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING *
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS *
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
* *
\*===========================================================================*/
diff --git a/OpenMesh/OMPropertyVisualizerVectorT.cc b/OpenMesh/OMPropertyVisualizerVectorT.cc
index d5b9252007a11a87a6b9e871eecdc988d9a58f5d..c729af4ec3df78cee2f6128a60132a4ff06917b4 100644
--- a/OpenMesh/OMPropertyVisualizerVectorT.cc
+++ b/OpenMesh/OMPropertyVisualizerVectorT.cc
@@ -1,34 +1,41 @@
/*===========================================================================*\
* *
* OpenFlipper *
-* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
-* www.openflipper.org *
-* *
-*--------------------------------------------------------------------------- *
-* This file is part of OpenFlipper. *
-* *
-* OpenFlipper is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenFlipper is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenFlipper. If not, *
-* see . *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department of Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openflipper.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenFlipper. *
+ *---------------------------------------------------------------------------*
+ * *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
+ * *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
+ * *
+ * 2. Redistributions in binary form must reproduce the above copyright *
+ * notice, this list of conditions and the following disclaimer in the *
+ * documentation and/or other materials provided with the distribution. *
+ * *
+ * 3. Neither the name of the copyright holder nor the names of its *
+ * contributors may be used to endorse or promote products derived from *
+ * this software without specific prior written permission. *
+ * *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
+ * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER *
+ * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR *
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING *
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS *
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
* *
\*===========================================================================*/
diff --git a/OpenVolumeMesh/OVMPropertyModel.hh b/OpenVolumeMesh/OVMPropertyModel.hh
index a329afc9d62f34794b05a5d104de92719e0bc3c8..c86e192f0bbfefc0c883672e670ab919cb884832 100644
--- a/OpenVolumeMesh/OVMPropertyModel.hh
+++ b/OpenVolumeMesh/OVMPropertyModel.hh
@@ -1,34 +1,41 @@
/*===========================================================================*\
* *
* OpenFlipper *
-* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
-* www.openflipper.org *
-* *
-*--------------------------------------------------------------------------- *
-* This file is part of OpenFlipper. *
-* *
-* OpenFlipper is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenFlipper is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenFlipper. If not, *
-* see . *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department of Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openflipper.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenFlipper. *
+ *---------------------------------------------------------------------------*
+ * *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
+ * *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
+ * *
+ * 2. Redistributions in binary form must reproduce the above copyright *
+ * notice, this list of conditions and the following disclaimer in the *
+ * documentation and/or other materials provided with the distribution. *
+ * *
+ * 3. Neither the name of the copyright holder nor the names of its *
+ * contributors may be used to endorse or promote products derived from *
+ * this software without specific prior written permission. *
+ * *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
+ * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER *
+ * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR *
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING *
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS *
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
* *
\*===========================================================================*/
diff --git a/OpenVolumeMesh/OVMPropertyModelT.cc b/OpenVolumeMesh/OVMPropertyModelT.cc
index ae807538219efc5faa25bd08d71ad2c90736e064..b9a65b2725ca34d82c0c26a5ad059386b2a9afbc 100644
--- a/OpenVolumeMesh/OVMPropertyModelT.cc
+++ b/OpenVolumeMesh/OVMPropertyModelT.cc
@@ -1,34 +1,41 @@
/*===========================================================================*\
* *
* OpenFlipper *
-* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
-* www.openflipper.org *
-* *
-*--------------------------------------------------------------------------- *
-* This file is part of OpenFlipper. *
-* *
-* OpenFlipper is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenFlipper is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenFlipper. If not, *
-* see . *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department of Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openflipper.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenFlipper. *
+ *---------------------------------------------------------------------------*
+ * *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
+ * *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
+ * *
+ * 2. Redistributions in binary form must reproduce the above copyright *
+ * notice, this list of conditions and the following disclaimer in the *
+ * documentation and/or other materials provided with the distribution. *
+ * *
+ * 3. Neither the name of the copyright holder nor the names of its *
+ * contributors may be used to endorse or promote products derived from *
+ * this software without specific prior written permission. *
+ * *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
+ * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER *
+ * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR *
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING *
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS *
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
* *
\*===========================================================================*/
diff --git a/OpenVolumeMesh/OVMPropertyVisualizer.hh b/OpenVolumeMesh/OVMPropertyVisualizer.hh
index 535b713d204c01f0b7bc0f09884f453a08c5253a..afb5ad08250965dcaa6b4a13ee608b2acea7ca37 100644
--- a/OpenVolumeMesh/OVMPropertyVisualizer.hh
+++ b/OpenVolumeMesh/OVMPropertyVisualizer.hh
@@ -1,34 +1,41 @@
/*===========================================================================*\
* *
* OpenFlipper *
-* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
-* www.openflipper.org *
-* *
-*--------------------------------------------------------------------------- *
-* This file is part of OpenFlipper. *
-* *
-* OpenFlipper is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenFlipper is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenFlipper. If not, *
-* see . *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department of Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openflipper.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenFlipper. *
+ *---------------------------------------------------------------------------*
+ * *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
+ * *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
+ * *
+ * 2. Redistributions in binary form must reproduce the above copyright *
+ * notice, this list of conditions and the following disclaimer in the *
+ * documentation and/or other materials provided with the distribution. *
+ * *
+ * 3. Neither the name of the copyright holder nor the names of its *
+ * contributors may be used to endorse or promote products derived from *
+ * this software without specific prior written permission. *
+ * *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
+ * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER *
+ * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR *
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING *
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS *
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
* *
\*===========================================================================*/
diff --git a/OpenVolumeMesh/OVMPropertyVisualizerBoolean.hh b/OpenVolumeMesh/OVMPropertyVisualizerBoolean.hh
index be062454220f19e0ccc7890df387978c04761f5e..3eb6a8f9493ce8f5426bea368a97668960d06be2 100644
--- a/OpenVolumeMesh/OVMPropertyVisualizerBoolean.hh
+++ b/OpenVolumeMesh/OVMPropertyVisualizerBoolean.hh
@@ -1,34 +1,41 @@
/*===========================================================================*\
* *
* OpenFlipper *
-* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
-* www.openflipper.org *
-* *
-*--------------------------------------------------------------------------- *
-* This file is part of OpenFlipper. *
-* *
-* OpenFlipper is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenFlipper is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenFlipper. If not, *
-* see . *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department of Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openflipper.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenFlipper. *
+ *---------------------------------------------------------------------------*
+ * *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
+ * *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
+ * *
+ * 2. Redistributions in binary form must reproduce the above copyright *
+ * notice, this list of conditions and the following disclaimer in the *
+ * documentation and/or other materials provided with the distribution. *
+ * *
+ * 3. Neither the name of the copyright holder nor the names of its *
+ * contributors may be used to endorse or promote products derived from *
+ * this software without specific prior written permission. *
+ * *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
+ * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER *
+ * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR *
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING *
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS *
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
* *
\*===========================================================================*/
diff --git a/OpenVolumeMesh/OVMPropertyVisualizerBooleanT.cc b/OpenVolumeMesh/OVMPropertyVisualizerBooleanT.cc
index aa0547e697ea84dc50334c59049651af08fe2795..e982e1a70de7a089c3f397b79b7dcb2d34554d2e 100644
--- a/OpenVolumeMesh/OVMPropertyVisualizerBooleanT.cc
+++ b/OpenVolumeMesh/OVMPropertyVisualizerBooleanT.cc
@@ -1,34 +1,41 @@
/*===========================================================================*\
* *
* OpenFlipper *
-* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
-* www.openflipper.org *
-* *
-*--------------------------------------------------------------------------- *
-* This file is part of OpenFlipper. *
-* *
-* OpenFlipper is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenFlipper is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenFlipper. If not, *
-* see . *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department of Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openflipper.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenFlipper. *
+ *---------------------------------------------------------------------------*
+ * *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
+ * *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
+ * *
+ * 2. Redistributions in binary form must reproduce the above copyright *
+ * notice, this list of conditions and the following disclaimer in the *
+ * documentation and/or other materials provided with the distribution. *
+ * *
+ * 3. Neither the name of the copyright holder nor the names of its *
+ * contributors may be used to endorse or promote products derived from *
+ * this software without specific prior written permission. *
+ * *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
+ * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER *
+ * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR *
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING *
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS *
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
* *
\*===========================================================================*/
diff --git a/OpenVolumeMesh/OVMPropertyVisualizerDouble.hh b/OpenVolumeMesh/OVMPropertyVisualizerDouble.hh
index e338568f2960f36ab8eff195b0b3a73cc1a6ca40..06de13d845d5c2b4af28cf89180eb715a6d89622 100644
--- a/OpenVolumeMesh/OVMPropertyVisualizerDouble.hh
+++ b/OpenVolumeMesh/OVMPropertyVisualizerDouble.hh
@@ -1,34 +1,41 @@
/*===========================================================================*\
* *
* OpenFlipper *
-* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
-* www.openflipper.org *
-* *
-*--------------------------------------------------------------------------- *
-* This file is part of OpenFlipper. *
-* *
-* OpenFlipper is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenFlipper is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenFlipper. If not, *
-* see . *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department of Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openflipper.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenFlipper. *
+ *---------------------------------------------------------------------------*
+ * *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
+ * *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
+ * *
+ * 2. Redistributions in binary form must reproduce the above copyright *
+ * notice, this list of conditions and the following disclaimer in the *
+ * documentation and/or other materials provided with the distribution. *
+ * *
+ * 3. Neither the name of the copyright holder nor the names of its *
+ * contributors may be used to endorse or promote products derived from *
+ * this software without specific prior written permission. *
+ * *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
+ * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER *
+ * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR *
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING *
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS *
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
* *
\*===========================================================================*/
diff --git a/OpenVolumeMesh/OVMPropertyVisualizerDoubleT.cc b/OpenVolumeMesh/OVMPropertyVisualizerDoubleT.cc
index 2b16d7a91e80578dd79b3d7659efe1bb2675a5ed..78fa491529ba32b7d8d1b6e4aa5e991b618f6b55 100644
--- a/OpenVolumeMesh/OVMPropertyVisualizerDoubleT.cc
+++ b/OpenVolumeMesh/OVMPropertyVisualizerDoubleT.cc
@@ -1,34 +1,41 @@
/*===========================================================================*\
* *
* OpenFlipper *
-* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
-* www.openflipper.org *
-* *
-*--------------------------------------------------------------------------- *
-* This file is part of OpenFlipper. *
-* *
-* OpenFlipper is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenFlipper is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenFlipper. If not, *
-* see . *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department of Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openflipper.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenFlipper. *
+ *---------------------------------------------------------------------------*
+ * *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
+ * *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
+ * *
+ * 2. Redistributions in binary form must reproduce the above copyright *
+ * notice, this list of conditions and the following disclaimer in the *
+ * documentation and/or other materials provided with the distribution. *
+ * *
+ * 3. Neither the name of the copyright holder nor the names of its *
+ * contributors may be used to endorse or promote products derived from *
+ * this software without specific prior written permission. *
+ * *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
+ * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER *
+ * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR *
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING *
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS *
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
* *
\*===========================================================================*/
diff --git a/OpenVolumeMesh/OVMPropertyVisualizerInteger.hh b/OpenVolumeMesh/OVMPropertyVisualizerInteger.hh
index 39cf078f9111bbd789aa528c978b1546a1479eca..3daca00aeff334a8355f4a0e2eaaacf10208797a 100644
--- a/OpenVolumeMesh/OVMPropertyVisualizerInteger.hh
+++ b/OpenVolumeMesh/OVMPropertyVisualizerInteger.hh
@@ -1,34 +1,41 @@
/*===========================================================================*\
* *
* OpenFlipper *
-* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
-* www.openflipper.org *
-* *
-*--------------------------------------------------------------------------- *
-* This file is part of OpenFlipper. *
-* *
-* OpenFlipper is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenFlipper is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenFlipper. If not, *
-* see . *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department of Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openflipper.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenFlipper. *
+ *---------------------------------------------------------------------------*
+ * *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
+ * *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
+ * *
+ * 2. Redistributions in binary form must reproduce the above copyright *
+ * notice, this list of conditions and the following disclaimer in the *
+ * documentation and/or other materials provided with the distribution. *
+ * *
+ * 3. Neither the name of the copyright holder nor the names of its *
+ * contributors may be used to endorse or promote products derived from *
+ * this software without specific prior written permission. *
+ * *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
+ * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER *
+ * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR *
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING *
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS *
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
* *
\*===========================================================================*/
diff --git a/OpenVolumeMesh/OVMPropertyVisualizerIntegerT.cc b/OpenVolumeMesh/OVMPropertyVisualizerIntegerT.cc
index 6d8e126fdf377873b928013758a4c503b485b969..c06760c6294231fdbe853ff21fb4bdc1c54ff836 100644
--- a/OpenVolumeMesh/OVMPropertyVisualizerIntegerT.cc
+++ b/OpenVolumeMesh/OVMPropertyVisualizerIntegerT.cc
@@ -1,34 +1,41 @@
/*===========================================================================*\
* *
* OpenFlipper *
-* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
-* www.openflipper.org *
-* *
-*--------------------------------------------------------------------------- *
-* This file is part of OpenFlipper. *
-* *
-* OpenFlipper is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenFlipper is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenFlipper. If not, *
-* see . *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department of Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openflipper.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenFlipper. *
+ *---------------------------------------------------------------------------*
+ * *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
+ * *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
+ * *
+ * 2. Redistributions in binary form must reproduce the above copyright *
+ * notice, this list of conditions and the following disclaimer in the *
+ * documentation and/or other materials provided with the distribution. *
+ * *
+ * 3. Neither the name of the copyright holder nor the names of its *
+ * contributors may be used to endorse or promote products derived from *
+ * this software without specific prior written permission. *
+ * *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
+ * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER *
+ * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR *
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING *
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS *
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
* *
\*===========================================================================*/
diff --git a/OpenVolumeMesh/OVMPropertyVisualizerT.cc b/OpenVolumeMesh/OVMPropertyVisualizerT.cc
index b27cd9f17e704b3abbf760f049e157606e588708..2c3f0aa858086d507563b8fa8f4e6891dd86aa10 100644
--- a/OpenVolumeMesh/OVMPropertyVisualizerT.cc
+++ b/OpenVolumeMesh/OVMPropertyVisualizerT.cc
@@ -1,34 +1,41 @@
/*===========================================================================*\
* *
* OpenFlipper *
-* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
-* www.openflipper.org *
-* *
-*--------------------------------------------------------------------------- *
-* This file is part of OpenFlipper. *
-* *
-* OpenFlipper is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenFlipper is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenFlipper. If not, *
-* see . *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department of Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openflipper.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenFlipper. *
+ *---------------------------------------------------------------------------*
+ * *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
+ * *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
+ * *
+ * 2. Redistributions in binary form must reproduce the above copyright *
+ * notice, this list of conditions and the following disclaimer in the *
+ * documentation and/or other materials provided with the distribution. *
+ * *
+ * 3. Neither the name of the copyright holder nor the names of its *
+ * contributors may be used to endorse or promote products derived from *
+ * this software without specific prior written permission. *
+ * *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
+ * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER *
+ * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR *
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING *
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS *
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
* *
\*===========================================================================*/
diff --git a/OpenVolumeMesh/OVMPropertyVisualizerVector.hh b/OpenVolumeMesh/OVMPropertyVisualizerVector.hh
index c8b3a563512a085e7a8acd30a6d535093a56c6b3..da537a7b1aab58eaf50e04ff665e628630888f0c 100644
--- a/OpenVolumeMesh/OVMPropertyVisualizerVector.hh
+++ b/OpenVolumeMesh/OVMPropertyVisualizerVector.hh
@@ -1,34 +1,41 @@
/*===========================================================================*\
* *
* OpenFlipper *
-* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
-* www.openflipper.org *
-* *
-*--------------------------------------------------------------------------- *
-* This file is part of OpenFlipper. *
-* *
-* OpenFlipper is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenFlipper is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenFlipper. If not, *
-* see . *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department of Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openflipper.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenFlipper. *
+ *---------------------------------------------------------------------------*
+ * *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
+ * *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
+ * *
+ * 2. Redistributions in binary form must reproduce the above copyright *
+ * notice, this list of conditions and the following disclaimer in the *
+ * documentation and/or other materials provided with the distribution. *
+ * *
+ * 3. Neither the name of the copyright holder nor the names of its *
+ * contributors may be used to endorse or promote products derived from *
+ * this software without specific prior written permission. *
+ * *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
+ * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER *
+ * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR *
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING *
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS *
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
* *
\*===========================================================================*/
diff --git a/OpenVolumeMesh/OVMPropertyVisualizerVectorFieldDifference.hh b/OpenVolumeMesh/OVMPropertyVisualizerVectorFieldDifference.hh
index 7b9ddcc5817eb609b2e77a669557f6b316097186..1e098c7c0f2e402b78ae3c8640522618aea40d97 100644
--- a/OpenVolumeMesh/OVMPropertyVisualizerVectorFieldDifference.hh
+++ b/OpenVolumeMesh/OVMPropertyVisualizerVectorFieldDifference.hh
@@ -1,34 +1,41 @@
/*===========================================================================*\
* *
* OpenFlipper *
-* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
-* www.openflipper.org *
-* *
-*--------------------------------------------------------------------------- *
-* This file is part of OpenFlipper. *
-* *
-* OpenFlipper is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenFlipper is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenFlipper. If not, *
-* see . *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department of Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openflipper.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenFlipper. *
+ *---------------------------------------------------------------------------*
+ * *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
+ * *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
+ * *
+ * 2. Redistributions in binary form must reproduce the above copyright *
+ * notice, this list of conditions and the following disclaimer in the *
+ * documentation and/or other materials provided with the distribution. *
+ * *
+ * 3. Neither the name of the copyright holder nor the names of its *
+ * contributors may be used to endorse or promote products derived from *
+ * this software without specific prior written permission. *
+ * *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
+ * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER *
+ * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR *
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING *
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS *
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
* *
\*===========================================================================*/
diff --git a/OpenVolumeMesh/OVMPropertyVisualizerVectorFieldDifferenceT.cc b/OpenVolumeMesh/OVMPropertyVisualizerVectorFieldDifferenceT.cc
index 2dfd98b39cda8d62b54c856fd6cf5edc23aafd40..5a36a14b061f0538af3e14aa66188817f12d5878 100644
--- a/OpenVolumeMesh/OVMPropertyVisualizerVectorFieldDifferenceT.cc
+++ b/OpenVolumeMesh/OVMPropertyVisualizerVectorFieldDifferenceT.cc
@@ -1,34 +1,41 @@
/*===========================================================================*\
* *
* OpenFlipper *
-* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
-* www.openflipper.org *
-* *
-*--------------------------------------------------------------------------- *
-* This file is part of OpenFlipper. *
-* *
-* OpenFlipper is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenFlipper is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenFlipper. If not, *
-* see . *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department of Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openflipper.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenFlipper. *
+ *---------------------------------------------------------------------------*
+ * *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
+ * *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
+ * *
+ * 2. Redistributions in binary form must reproduce the above copyright *
+ * notice, this list of conditions and the following disclaimer in the *
+ * documentation and/or other materials provided with the distribution. *
+ * *
+ * 3. Neither the name of the copyright holder nor the names of its *
+ * contributors may be used to endorse or promote products derived from *
+ * this software without specific prior written permission. *
+ * *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
+ * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER *
+ * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR *
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING *
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS *
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
* *
\*===========================================================================*/
diff --git a/OpenVolumeMesh/OVMPropertyVisualizerVectorT.cc b/OpenVolumeMesh/OVMPropertyVisualizerVectorT.cc
index 4097e5f832e336ba285864ca2af2f2134b91f023..6aae9c5b0407b3480195d8ffea74e8452f3305b3 100644
--- a/OpenVolumeMesh/OVMPropertyVisualizerVectorT.cc
+++ b/OpenVolumeMesh/OVMPropertyVisualizerVectorT.cc
@@ -1,34 +1,41 @@
/*===========================================================================*\
* *
* OpenFlipper *
-* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
-* www.openflipper.org *
-* *
-*--------------------------------------------------------------------------- *
-* This file is part of OpenFlipper. *
-* *
-* OpenFlipper is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenFlipper is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenFlipper. If not, *
-* see . *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department of Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openflipper.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenFlipper. *
+ *---------------------------------------------------------------------------*
+ * *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
+ * *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
+ * *
+ * 2. Redistributions in binary form must reproduce the above copyright *
+ * notice, this list of conditions and the following disclaimer in the *
+ * documentation and/or other materials provided with the distribution. *
+ * *
+ * 3. Neither the name of the copyright holder nor the names of its *
+ * contributors may be used to endorse or promote products derived from *
+ * this software without specific prior written permission. *
+ * *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
+ * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER *
+ * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR *
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING *
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS *
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
* *
\*===========================================================================*/
diff --git a/PropertyModel.cc b/PropertyModel.cc
index 39b3555993dd06307d9246615bb6529bd7fda8b8..7a3f46c6835c43dc4076046a7ccf3778ee767a7c 100644
--- a/PropertyModel.cc
+++ b/PropertyModel.cc
@@ -1,34 +1,41 @@
/*===========================================================================*\
* *
* OpenFlipper *
-* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
-* www.openflipper.org *
-* *
-*--------------------------------------------------------------------------- *
-* This file is part of OpenFlipper. *
-* *
-* OpenFlipper is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenFlipper is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenFlipper. If not, *
-* see . *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department of Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openflipper.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenFlipper. *
+ *---------------------------------------------------------------------------*
+ * *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
+ * *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
+ * *
+ * 2. Redistributions in binary form must reproduce the above copyright *
+ * notice, this list of conditions and the following disclaimer in the *
+ * documentation and/or other materials provided with the distribution. *
+ * *
+ * 3. Neither the name of the copyright holder nor the names of its *
+ * contributors may be used to endorse or promote products derived from *
+ * this software without specific prior written permission. *
+ * *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
+ * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER *
+ * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR *
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING *
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS *
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
* *
\*===========================================================================*/
diff --git a/PropertyModel.hh b/PropertyModel.hh
index 5876128eeb5479246d674176a9dd9ee461ad616a..856a14a284354bf95b9eb18cde686123d4196aa0 100644
--- a/PropertyModel.hh
+++ b/PropertyModel.hh
@@ -1,34 +1,41 @@
/*===========================================================================*\
* *
* OpenFlipper *
-* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
-* www.openflipper.org *
-* *
-*--------------------------------------------------------------------------- *
-* This file is part of OpenFlipper. *
-* *
-* OpenFlipper is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenFlipper is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenFlipper. If not, *
-* see . *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department of Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openflipper.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenFlipper. *
+ *---------------------------------------------------------------------------*
+ * *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
+ * *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
+ * *
+ * 2. Redistributions in binary form must reproduce the above copyright *
+ * notice, this list of conditions and the following disclaimer in the *
+ * documentation and/or other materials provided with the distribution. *
+ * *
+ * 3. Neither the name of the copyright holder nor the names of its *
+ * contributors may be used to endorse or promote products derived from *
+ * this software without specific prior written permission. *
+ * *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
+ * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER *
+ * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR *
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING *
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS *
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
* *
\*===========================================================================*/
diff --git a/PropertyModelFactory.cc b/PropertyModelFactory.cc
index e8c8b55846b7631ac19f40a8f1994ca21b379a50..26614f171c2a240201781a6de338bad53815f248 100644
--- a/PropertyModelFactory.cc
+++ b/PropertyModelFactory.cc
@@ -1,34 +1,41 @@
/*===========================================================================*\
* *
* OpenFlipper *
-* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
-* www.openflipper.org *
-* *
-*--------------------------------------------------------------------------- *
-* This file is part of OpenFlipper. *
-* *
-* OpenFlipper is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenFlipper is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenFlipper. If not, *
-* see . *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department of Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openflipper.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenFlipper. *
+ *---------------------------------------------------------------------------*
+ * *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
+ * *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
+ * *
+ * 2. Redistributions in binary form must reproduce the above copyright *
+ * notice, this list of conditions and the following disclaimer in the *
+ * documentation and/or other materials provided with the distribution. *
+ * *
+ * 3. Neither the name of the copyright holder nor the names of its *
+ * contributors may be used to endorse or promote products derived from *
+ * this software without specific prior written permission. *
+ * *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
+ * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER *
+ * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR *
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING *
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS *
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
* *
\*===========================================================================*/
diff --git a/PropertyModelFactory.hh b/PropertyModelFactory.hh
index e07b73d0eb1aaffd8dd252d70313abf67ffe28d2..0bd5d6a89fa9487dbabb28e491cc647a56d1eac4 100644
--- a/PropertyModelFactory.hh
+++ b/PropertyModelFactory.hh
@@ -1,34 +1,41 @@
/*===========================================================================*\
* *
* OpenFlipper *
-* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
-* www.openflipper.org *
-* *
-*--------------------------------------------------------------------------- *
-* This file is part of OpenFlipper. *
-* *
-* OpenFlipper is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenFlipper is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenFlipper. If not, *
-* see . *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department of Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openflipper.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenFlipper. *
+ *---------------------------------------------------------------------------*
+ * *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
+ * *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
+ * *
+ * 2. Redistributions in binary form must reproduce the above copyright *
+ * notice, this list of conditions and the following disclaimer in the *
+ * documentation and/or other materials provided with the distribution. *
+ * *
+ * 3. Neither the name of the copyright holder nor the names of its *
+ * contributors may be used to endorse or promote products derived from *
+ * this software without specific prior written permission. *
+ * *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
+ * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER *
+ * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR *
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING *
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS *
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
* *
\*===========================================================================*/
diff --git a/PropertyNameListModel.cc b/PropertyNameListModel.cc
index 921da0351f2015def1b1f4e54583e90a86e70162..b7e0509d5e1ca6acc25f9f1a9ae6b6c4f26d91bd 100644
--- a/PropertyNameListModel.cc
+++ b/PropertyNameListModel.cc
@@ -1,34 +1,41 @@
/*===========================================================================*\
* *
* OpenFlipper *
-* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
-* www.openflipper.org *
-* *
-*--------------------------------------------------------------------------- *
-* This file is part of OpenFlipper. *
-* *
-* OpenFlipper is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenFlipper is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenFlipper. If not, *
-* see . *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department of Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openflipper.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenFlipper. *
+ *---------------------------------------------------------------------------*
+ * *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
+ * *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
+ * *
+ * 2. Redistributions in binary form must reproduce the above copyright *
+ * notice, this list of conditions and the following disclaimer in the *
+ * documentation and/or other materials provided with the distribution. *
+ * *
+ * 3. Neither the name of the copyright holder nor the names of its *
+ * contributors may be used to endorse or promote products derived from *
+ * this software without specific prior written permission. *
+ * *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
+ * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER *
+ * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR *
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING *
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS *
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
* *
\*===========================================================================*/
diff --git a/PropertyNameListModel.hh b/PropertyNameListModel.hh
index 87c4055639671a14ff89a64cccf30f6683c4cefc..b29c84c3cd48761713bffce0789d9319f72b4c03 100644
--- a/PropertyNameListModel.hh
+++ b/PropertyNameListModel.hh
@@ -1,34 +1,41 @@
/*===========================================================================*\
* *
* OpenFlipper *
-* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
-* www.openflipper.org *
-* *
-*--------------------------------------------------------------------------- *
-* This file is part of OpenFlipper. *
-* *
-* OpenFlipper is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenFlipper is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenFlipper. If not, *
-* see . *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department of Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openflipper.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenFlipper. *
+ *---------------------------------------------------------------------------*
+ * *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
+ * *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
+ * *
+ * 2. Redistributions in binary form must reproduce the above copyright *
+ * notice, this list of conditions and the following disclaimer in the *
+ * documentation and/or other materials provided with the distribution. *
+ * *
+ * 3. Neither the name of the copyright holder nor the names of its *
+ * contributors may be used to endorse or promote products derived from *
+ * this software without specific prior written permission. *
+ * *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
+ * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER *
+ * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR *
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING *
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS *
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
* *
\*===========================================================================*/
diff --git a/PropertyVisPlugin.cc b/PropertyVisPlugin.cc
index c05d44be49e7dced2d26a641ae867396d76f0118..b2a9db12c0f928b96c2ae79531a671a0a6c65e20 100644
--- a/PropertyVisPlugin.cc
+++ b/PropertyVisPlugin.cc
@@ -1,34 +1,41 @@
/*===========================================================================*\
* *
* OpenFlipper *
-* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
-* www.openflipper.org *
-* *
-*--------------------------------------------------------------------------- *
-* This file is part of OpenFlipper. *
-* *
-* OpenFlipper is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenFlipper is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenFlipper. If not, *
-* see . *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department of Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openflipper.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenFlipper. *
+ *---------------------------------------------------------------------------*
+ * *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
+ * *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
+ * *
+ * 2. Redistributions in binary form must reproduce the above copyright *
+ * notice, this list of conditions and the following disclaimer in the *
+ * documentation and/or other materials provided with the distribution. *
+ * *
+ * 3. Neither the name of the copyright holder nor the names of its *
+ * contributors may be used to endorse or promote products derived from *
+ * this software without specific prior written permission. *
+ * *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
+ * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER *
+ * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR *
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING *
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS *
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
* *
\*===========================================================================*/
diff --git a/PropertyVisPlugin.hh b/PropertyVisPlugin.hh
index 182fa8db020fa58fbd054f2759eb8849d919fd91..6b503cbf416b38f90086051c60e5d413241b9dbd 100644
--- a/PropertyVisPlugin.hh
+++ b/PropertyVisPlugin.hh
@@ -1,34 +1,41 @@
/*===========================================================================*\
* *
* OpenFlipper *
-* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
-* www.openflipper.org *
-* *
-*--------------------------------------------------------------------------- *
-* This file is part of OpenFlipper. *
-* *
-* OpenFlipper is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenFlipper is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenFlipper. If not, *
-* see . *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department of Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openflipper.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenFlipper. *
+ *---------------------------------------------------------------------------*
+ * *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
+ * *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
+ * *
+ * 2. Redistributions in binary form must reproduce the above copyright *
+ * notice, this list of conditions and the following disclaimer in the *
+ * documentation and/or other materials provided with the distribution. *
+ * *
+ * 3. Neither the name of the copyright holder nor the names of its *
+ * contributors may be used to endorse or promote products derived from *
+ * this software without specific prior written permission. *
+ * *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
+ * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER *
+ * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR *
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING *
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS *
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
* *
\*===========================================================================*/
diff --git a/PropertyVisPluginT.cc b/PropertyVisPluginT.cc
index 45cbed2af5cdd5b149ee043761614333ed0396fc..e4ceb7b0312ec1f0479fff83aa59eb853e90ecd0 100644
--- a/PropertyVisPluginT.cc
+++ b/PropertyVisPluginT.cc
@@ -1,34 +1,41 @@
/*===========================================================================*\
* *
* OpenFlipper *
-* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
-* www.openflipper.org *
-* *
-*--------------------------------------------------------------------------- *
-* This file is part of OpenFlipper. *
-* *
-* OpenFlipper is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenFlipper is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenFlipper. If not, *
-* see . *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department of Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openflipper.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenFlipper. *
+ *---------------------------------------------------------------------------*
+ * *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
+ * *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
+ * *
+ * 2. Redistributions in binary form must reproduce the above copyright *
+ * notice, this list of conditions and the following disclaimer in the *
+ * documentation and/or other materials provided with the distribution. *
+ * *
+ * 3. Neither the name of the copyright holder nor the names of its *
+ * contributors may be used to endorse or promote products derived from *
+ * this software without specific prior written permission. *
+ * *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
+ * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER *
+ * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR *
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING *
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS *
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
* *
\*===========================================================================*/
diff --git a/PropertyVisToolbar.hh b/PropertyVisToolbar.hh
index cdda75c8cef9ad5d3e9875c68f30d70eed1c6bd8..d758c99e23428979998cd6773676a02f43b9774c 100644
--- a/PropertyVisToolbar.hh
+++ b/PropertyVisToolbar.hh
@@ -1,34 +1,41 @@
/*===========================================================================*\
* *
* OpenFlipper *
-* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
-* www.openflipper.org *
-* *
-*--------------------------------------------------------------------------- *
-* This file is part of OpenFlipper. *
-* *
-* OpenFlipper is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenFlipper is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenFlipper. If not, *
-* see . *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department of Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openflipper.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenFlipper. *
+ *---------------------------------------------------------------------------*
+ * *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
+ * *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
+ * *
+ * 2. Redistributions in binary form must reproduce the above copyright *
+ * notice, this list of conditions and the following disclaimer in the *
+ * documentation and/or other materials provided with the distribution. *
+ * *
+ * 3. Neither the name of the copyright holder nor the names of its *
+ * contributors may be used to endorse or promote products derived from *
+ * this software without specific prior written permission. *
+ * *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
+ * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER *
+ * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR *
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING *
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS *
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
* *
\*===========================================================================*/
diff --git a/PropertyVisualizer.cc b/PropertyVisualizer.cc
index 112a83927e084ccefd8d8c3eaabb3dbdbb6ca4a7..a12d60f6b0cb613571547a34f3cc0d7db4daccb2 100644
--- a/PropertyVisualizer.cc
+++ b/PropertyVisualizer.cc
@@ -1,34 +1,41 @@
/*===========================================================================*\
* *
* OpenFlipper *
-* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
-* www.openflipper.org *
-* *
-*--------------------------------------------------------------------------- *
-* This file is part of OpenFlipper. *
-* *
-* OpenFlipper is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenFlipper is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenFlipper. If not, *
-* see . *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department of Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openflipper.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenFlipper. *
+ *---------------------------------------------------------------------------*
+ * *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
+ * *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
+ * *
+ * 2. Redistributions in binary form must reproduce the above copyright *
+ * notice, this list of conditions and the following disclaimer in the *
+ * documentation and/or other materials provided with the distribution. *
+ * *
+ * 3. Neither the name of the copyright holder nor the names of its *
+ * contributors may be used to endorse or promote products derived from *
+ * this software without specific prior written permission. *
+ * *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
+ * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER *
+ * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR *
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING *
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS *
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
* *
\*===========================================================================*/
diff --git a/PropertyVisualizer.hh b/PropertyVisualizer.hh
index 1b04b6351f07cb90fe156fae88c78ca5dd1bd97a..ed65d86876b616207cbad934c0f1379c51786d77 100644
--- a/PropertyVisualizer.hh
+++ b/PropertyVisualizer.hh
@@ -1,34 +1,41 @@
/*===========================================================================*\
* *
* OpenFlipper *
-* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
-* www.openflipper.org *
-* *
-*--------------------------------------------------------------------------- *
-* This file is part of OpenFlipper. *
-* *
-* OpenFlipper is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenFlipper is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenFlipper. If not, *
-* see . *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department of Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openflipper.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenFlipper. *
+ *---------------------------------------------------------------------------*
+ * *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
+ * *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
+ * *
+ * 2. Redistributions in binary form must reproduce the above copyright *
+ * notice, this list of conditions and the following disclaimer in the *
+ * documentation and/or other materials provided with the distribution. *
+ * *
+ * 3. Neither the name of the copyright holder nor the names of its *
+ * contributors may be used to endorse or promote products derived from *
+ * this software without specific prior written permission. *
+ * *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
+ * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER *
+ * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR *
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING *
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS *
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
* *
\*===========================================================================*/
diff --git a/Utils.cc b/Utils.cc
index 83cecdb313413b37db0b375ee4b686627556c021..68237dc4fe566aba0988ecdcc4ad4744be7eb014 100644
--- a/Utils.cc
+++ b/Utils.cc
@@ -1,34 +1,41 @@
/*===========================================================================*\
* *
* OpenFlipper *
-* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
-* www.openflipper.org *
-* *
-*--------------------------------------------------------------------------- *
-* This file is part of OpenFlipper. *
-* *
-* OpenFlipper is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenFlipper is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenFlipper. If not, *
-* see . *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department of Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openflipper.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenFlipper. *
+ *---------------------------------------------------------------------------*
+ * *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
+ * *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
+ * *
+ * 2. Redistributions in binary form must reproduce the above copyright *
+ * notice, this list of conditions and the following disclaimer in the *
+ * documentation and/or other materials provided with the distribution. *
+ * *
+ * 3. Neither the name of the copyright holder nor the names of its *
+ * contributors may be used to endorse or promote products derived from *
+ * this software without specific prior written permission. *
+ * *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
+ * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER *
+ * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR *
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING *
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS *
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
* *
\*===========================================================================*/
diff --git a/Utils.hh b/Utils.hh
index c516fccf3a2706dc2827fb84f463bc4a42036666..db41ab5dd00c14faf2c85af62d3abdf86c21d8c9 100644
--- a/Utils.hh
+++ b/Utils.hh
@@ -1,34 +1,41 @@
/*===========================================================================*\
* *
* OpenFlipper *
-* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
-* www.openflipper.org *
-* *
-*--------------------------------------------------------------------------- *
-* This file is part of OpenFlipper. *
-* *
-* OpenFlipper is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenFlipper is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenFlipper. If not, *
-* see . *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department of Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openflipper.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenFlipper. *
+ *---------------------------------------------------------------------------*
+ * *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
+ * *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
+ * *
+ * 2. Redistributions in binary form must reproduce the above copyright *
+ * notice, this list of conditions and the following disclaimer in the *
+ * documentation and/or other materials provided with the distribution. *
+ * *
+ * 3. Neither the name of the copyright holder nor the names of its *
+ * contributors may be used to endorse or promote products derived from *
+ * this software without specific prior written permission. *
+ * *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
+ * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER *
+ * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR *
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING *
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS *
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
* *
\*===========================================================================*/
diff --git a/Widgets/BooleanWidget.hh b/Widgets/BooleanWidget.hh
index 2ad5ec7238224c3643ab1870287dd1238287560b..4cb055babf844cb450a8236006221c9e4b61d88a 100644
--- a/Widgets/BooleanWidget.hh
+++ b/Widgets/BooleanWidget.hh
@@ -1,34 +1,41 @@
/*===========================================================================*\
* *
* OpenFlipper *
-* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
-* www.openflipper.org *
-* *
-*--------------------------------------------------------------------------- *
-* This file is part of OpenFlipper. *
-* *
-* OpenFlipper is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenFlipper is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenFlipper. If not, *
-* see . *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department of Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openflipper.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenFlipper. *
+ *---------------------------------------------------------------------------*
+ * *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
+ * *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
+ * *
+ * 2. Redistributions in binary form must reproduce the above copyright *
+ * notice, this list of conditions and the following disclaimer in the *
+ * documentation and/or other materials provided with the distribution. *
+ * *
+ * 3. Neither the name of the copyright holder nor the names of its *
+ * contributors may be used to endorse or promote products derived from *
+ * this software without specific prior written permission. *
+ * *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
+ * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER *
+ * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR *
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING *
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS *
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
* *
\*===========================================================================*/
diff --git a/Widgets/DoubleWidget.hh b/Widgets/DoubleWidget.hh
index b17e9a67fff770c83edfe005c6da8efd2316dacf..9d9ed8c034bb98635c242d25301673cf111acc45 100644
--- a/Widgets/DoubleWidget.hh
+++ b/Widgets/DoubleWidget.hh
@@ -1,34 +1,41 @@
/*===========================================================================*\
* *
* OpenFlipper *
-* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
-* www.openflipper.org *
-* *
-*--------------------------------------------------------------------------- *
-* This file is part of OpenFlipper. *
-* *
-* OpenFlipper is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenFlipper is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenFlipper. If not, *
-* see . *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department of Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openflipper.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenFlipper. *
+ *---------------------------------------------------------------------------*
+ * *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
+ * *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
+ * *
+ * 2. Redistributions in binary form must reproduce the above copyright *
+ * notice, this list of conditions and the following disclaimer in the *
+ * documentation and/or other materials provided with the distribution. *
+ * *
+ * 3. Neither the name of the copyright holder nor the names of its *
+ * contributors may be used to endorse or promote products derived from *
+ * this software without specific prior written permission. *
+ * *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
+ * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER *
+ * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR *
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING *
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS *
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
* *
\*===========================================================================*/
diff --git a/Widgets/IntegerWidget.hh b/Widgets/IntegerWidget.hh
index 519b23ffdfa1d19b2b183a803136a46ce730d730..2841aaa0909de049df6cf4e5609b4b30290a4353 100644
--- a/Widgets/IntegerWidget.hh
+++ b/Widgets/IntegerWidget.hh
@@ -1,34 +1,41 @@
/*===========================================================================*\
* *
* OpenFlipper *
-* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
-* www.openflipper.org *
-* *
-*--------------------------------------------------------------------------- *
-* This file is part of OpenFlipper. *
-* *
-* OpenFlipper is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenFlipper is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenFlipper. If not, *
-* see . *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department of Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openflipper.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenFlipper. *
+ *---------------------------------------------------------------------------*
+ * *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
+ * *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
+ * *
+ * 2. Redistributions in binary form must reproduce the above copyright *
+ * notice, this list of conditions and the following disclaimer in the *
+ * documentation and/or other materials provided with the distribution. *
+ * *
+ * 3. Neither the name of the copyright holder nor the names of its *
+ * contributors may be used to endorse or promote products derived from *
+ * this software without specific prior written permission. *
+ * *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
+ * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER *
+ * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR *
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING *
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS *
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
* *
\*===========================================================================*/
diff --git a/Widgets/LoadSaveWidget.hh b/Widgets/LoadSaveWidget.hh
index fa2a1e7b3b287cfe4502f11353f6f859ca372020..8cc231486906dffa93e442938500d69be2916af5 100644
--- a/Widgets/LoadSaveWidget.hh
+++ b/Widgets/LoadSaveWidget.hh
@@ -1,34 +1,41 @@
/*===========================================================================*\
* *
* OpenFlipper *
-* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
-* www.openflipper.org *
-* *
-*--------------------------------------------------------------------------- *
-* This file is part of OpenFlipper. *
-* *
-* OpenFlipper is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenFlipper is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenFlipper. If not, *
-* see . *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department of Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openflipper.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenFlipper. *
+ *---------------------------------------------------------------------------*
+ * *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
+ * *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
+ * *
+ * 2. Redistributions in binary form must reproduce the above copyright *
+ * notice, this list of conditions and the following disclaimer in the *
+ * documentation and/or other materials provided with the distribution. *
+ * *
+ * 3. Neither the name of the copyright holder nor the names of its *
+ * contributors may be used to endorse or promote products derived from *
+ * this software without specific prior written permission. *
+ * *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
+ * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER *
+ * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR *
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING *
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS *
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
* *
\*===========================================================================*/
diff --git a/Widgets/PickWidget.hh b/Widgets/PickWidget.hh
index 9db1a4a3bd3690247e142f87e3e4b84da3583920..7bf5c68e5c61155ab633119a1512ec82e941f549 100644
--- a/Widgets/PickWidget.hh
+++ b/Widgets/PickWidget.hh
@@ -1,34 +1,41 @@
/*===========================================================================*\
* *
* OpenFlipper *
-* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
-* www.openflipper.org *
-* *
-*--------------------------------------------------------------------------- *
-* This file is part of OpenFlipper. *
-* *
-* OpenFlipper is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenFlipper is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenFlipper. If not, *
-* see . *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department of Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openflipper.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenFlipper. *
+ *---------------------------------------------------------------------------*
+ * *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
+ * *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
+ * *
+ * 2. Redistributions in binary form must reproduce the above copyright *
+ * notice, this list of conditions and the following disclaimer in the *
+ * documentation and/or other materials provided with the distribution. *
+ * *
+ * 3. Neither the name of the copyright holder nor the names of its *
+ * contributors may be used to endorse or promote products derived from *
+ * this software without specific prior written permission. *
+ * *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
+ * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER *
+ * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR *
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING *
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS *
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
* *
\*===========================================================================*/
diff --git a/Widgets/SkinWeightsWidget.hh b/Widgets/SkinWeightsWidget.hh
index b5bfbbeb9b4e1bbfedb7db00efbfb21e12a2b727..2afcd03022162b864f5c122f6c1251686862d6d6 100644
--- a/Widgets/SkinWeightsWidget.hh
+++ b/Widgets/SkinWeightsWidget.hh
@@ -1,34 +1,41 @@
/*===========================================================================*\
* *
* OpenFlipper *
-* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
-* www.openflipper.org *
-* *
-*--------------------------------------------------------------------------- *
-* This file is part of OpenFlipper. *
-* *
-* OpenFlipper is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenFlipper is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenFlipper. If not, *
-* see . *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department of Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openflipper.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenFlipper. *
+ *---------------------------------------------------------------------------*
+ * *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
+ * *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
+ * *
+ * 2. Redistributions in binary form must reproduce the above copyright *
+ * notice, this list of conditions and the following disclaimer in the *
+ * documentation and/or other materials provided with the distribution. *
+ * *
+ * 3. Neither the name of the copyright holder nor the names of its *
+ * contributors may be used to endorse or promote products derived from *
+ * this software without specific prior written permission. *
+ * *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
+ * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER *
+ * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR *
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING *
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS *
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
* *
\*===========================================================================*/
diff --git a/Widgets/VectorFieldDifferenceWidget.hh b/Widgets/VectorFieldDifferenceWidget.hh
index 4d5cd2b7b1f024f9c245ebd35f923dad0bcd08ff..6dff5b2a8185058c4d797e69535396b17f0fea55 100644
--- a/Widgets/VectorFieldDifferenceWidget.hh
+++ b/Widgets/VectorFieldDifferenceWidget.hh
@@ -1,34 +1,41 @@
/*===========================================================================*\
* *
* OpenFlipper *
-* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
-* www.openflipper.org *
-* *
-*--------------------------------------------------------------------------- *
-* This file is part of OpenFlipper. *
-* *
-* OpenFlipper is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenFlipper is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenFlipper. If not, *
-* see . *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department of Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openflipper.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenFlipper. *
+ *---------------------------------------------------------------------------*
+ * *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
+ * *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
+ * *
+ * 2. Redistributions in binary form must reproduce the above copyright *
+ * notice, this list of conditions and the following disclaimer in the *
+ * documentation and/or other materials provided with the distribution. *
+ * *
+ * 3. Neither the name of the copyright holder nor the names of its *
+ * contributors may be used to endorse or promote products derived from *
+ * this software without specific prior written permission. *
+ * *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
+ * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER *
+ * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR *
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING *
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS *
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
* *
\*===========================================================================*/
diff --git a/Widgets/VectorWidget.hh b/Widgets/VectorWidget.hh
index 841246a809803b8768c6a1432f270f361d4b576c..5e888b9b75449b594441bceaf75c4531e5c0003a 100644
--- a/Widgets/VectorWidget.hh
+++ b/Widgets/VectorWidget.hh
@@ -1,34 +1,41 @@
/*===========================================================================*\
* *
* OpenFlipper *
-* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
-* www.openflipper.org *
-* *
-*--------------------------------------------------------------------------- *
-* This file is part of OpenFlipper. *
-* *
-* OpenFlipper is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenFlipper is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenFlipper. If not, *
-* see . *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department of Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openflipper.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenFlipper. *
+ *---------------------------------------------------------------------------*
+ * *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
+ * *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
+ * *
+ * 2. Redistributions in binary form must reproduce the above copyright *
+ * notice, this list of conditions and the following disclaimer in the *
+ * documentation and/or other materials provided with the distribution. *
+ * *
+ * 3. Neither the name of the copyright holder nor the names of its *
+ * contributors may be used to endorse or promote products derived from *
+ * this software without specific prior written permission. *
+ * *
+ * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS *
+ * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED *
+ * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A *
+ * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER *
+ * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, *
+ * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, *
+ * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR *
+ * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF *
+ * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING *
+ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS *
+ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. *
* *
\*===========================================================================*/