diff --git a/FileHeightFieldImage.cc b/FileHeightFieldImage.cc
index 542558e4cf2190058a574bffcbbe68ce03f23a30..e257f83532480ccb450802104c7e50b885ae36b1 100644
--- a/FileHeightFieldImage.cc
+++ b/FileHeightFieldImage.cc
@@ -1,35 +1,42 @@
/*===========================================================================*\
-* *
-* 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 . *
-* *
+ * *
+ * OpenFlipper *
+ * 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/FileHeightFieldImage.hh b/FileHeightFieldImage.hh
index e6691e811c13c246d2f7dda9da5ca649c21ee443..0076777a729aceb0df5477fd589b454a1881295a 100644
--- a/FileHeightFieldImage.hh
+++ b/FileHeightFieldImage.hh
@@ -1,35 +1,42 @@
/*===========================================================================*\
-* *
-* 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 . *
-* *
+ * *
+ * OpenFlipper *
+ * 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/ImageDialog.cc b/ImageDialog.cc
index 11b634b08c1ccd78ff245fbf032fd56201e5622a..676955637a33d4219e0acd7f79c6ab6bfd789d1a 100644
--- a/ImageDialog.cc
+++ b/ImageDialog.cc
@@ -1,35 +1,42 @@
/*===========================================================================*\
-* *
-* 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 . *
-* *
+ * *
+ * OpenFlipper *
+ * 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/ImageDialog.hh b/ImageDialog.hh
index 6b8d292aa615cc4d085b0e3eacf0c50850bfcf73..9cc03ff15953d6cb59de1223e0f789b12f66aca0 100644
--- a/ImageDialog.hh
+++ b/ImageDialog.hh
@@ -1,35 +1,42 @@
/*===========================================================================*\
-* *
-* 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 . *
-* *
+ * *
+ * OpenFlipper *
+ * 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/QClickableLabel.cc b/QClickableLabel.cc
index bd2583ebab8a95d22abdeb953eea5af5bef2ab0d..5da9c63419c7679158c1e444a8ee2f30c7eb07a5 100644
--- a/QClickableLabel.cc
+++ b/QClickableLabel.cc
@@ -1,35 +1,42 @@
/*===========================================================================*\
-* *
-* 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 . *
-* *
+ * *
+ * OpenFlipper *
+ * 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/QClickableLabel.hh b/QClickableLabel.hh
index 0522f63597df6b6cecd6f5195bcd48a02dbec8b6..0ba4c7673a456145a223f8bf7b785e3d42a6f497 100644
--- a/QClickableLabel.hh
+++ b/QClickableLabel.hh
@@ -1,35 +1,42 @@
/*===========================================================================*\
-* *
-* 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 . *
-* *
+ * *
+ * OpenFlipper *
+ * 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. *
+ * *
\*===========================================================================*/
/*===========================================================================*\