diff --git a/Doc/Concepts/MeshItems.hh b/Doc/Concepts/MeshItems.hh
index 7c1afa6f..20d2957f 100644
--- a/Doc/Concepts/MeshItems.hh
+++ b/Doc/Concepts/MeshItems.hh
@@ -1,36 +1,44 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/Doc/Concepts/MeshKernel.hh b/Doc/Concepts/MeshKernel.hh
index 55e08e21..11b63e6a 100644
--- a/Doc/Concepts/MeshKernel.hh
+++ b/Doc/Concepts/MeshKernel.hh
@@ -1,36 +1,44 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/Doc/Tutorial/01-build_cube/build_cube.cc b/Doc/Tutorial/01-build_cube/build_cube.cc
index 3fbe5e60..bf0b32da 100644
--- a/Doc/Tutorial/01-build_cube/build_cube.cc
+++ b/Doc/Tutorial/01-build_cube/build_cube.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/Doc/Tutorial/07b-delete_geometry/delete_geometry.cc b/Doc/Tutorial/07b-delete_geometry/delete_geometry.cc
index 771e6530..e77def4b 100644
--- a/Doc/Tutorial/07b-delete_geometry/delete_geometry.cc
+++ b/Doc/Tutorial/07b-delete_geometry/delete_geometry.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/LICENSE/COPYING.EXCEPTIONS b/LICENSE/COPYING.EXCEPTIONS
deleted file mode 100644
index c139cf75..00000000
--- a/LICENSE/COPYING.EXCEPTIONS
+++ /dev/null
@@ -1,11 +0,0 @@
-OpenMesh makes use of the LGPL v3 with the following exception:
-
-As a special exception to the GNU Lesser General Public License,
-you may use any file of this software library without restriction.
-Specifically, 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.
diff --git a/LICENSE/COPYING.LESSER b/LICENSE/COPYING.LESSER
deleted file mode 100644
index fc8a5de7..00000000
--- a/LICENSE/COPYING.LESSER
+++ /dev/null
@@ -1,165 +0,0 @@
- GNU LESSER GENERAL PUBLIC LICENSE
- Version 3, 29 June 2007
-
- Copyright (C) 2007 Free Software Foundation, Inc.
- Everyone is permitted to copy and distribute verbatim copies
- of this license document, but changing it is not allowed.
-
-
- This version of the GNU Lesser General Public License incorporates
-the terms and conditions of version 3 of the GNU General Public
-License, supplemented by the additional permissions listed below.
-
- 0. Additional Definitions.
-
- As used herein, "this License" refers to version 3 of the GNU Lesser
-General Public License, and the "GNU GPL" refers to version 3 of the GNU
-General Public License.
-
- "The Library" refers to a covered work governed by this License,
-other than an Application or a Combined Work as defined below.
-
- An "Application" is any work that makes use of an interface provided
-by the Library, but which is not otherwise based on the Library.
-Defining a subclass of a class defined by the Library is deemed a mode
-of using an interface provided by the Library.
-
- A "Combined Work" is a work produced by combining or linking an
-Application with the Library. The particular version of the Library
-with which the Combined Work was made is also called the "Linked
-Version".
-
- The "Minimal Corresponding Source" for a Combined Work means the
-Corresponding Source for the Combined Work, excluding any source code
-for portions of the Combined Work that, considered in isolation, are
-based on the Application, and not on the Linked Version.
-
- The "Corresponding Application Code" for a Combined Work means the
-object code and/or source code for the Application, including any data
-and utility programs needed for reproducing the Combined Work from the
-Application, but excluding the System Libraries of the Combined Work.
-
- 1. Exception to Section 3 of the GNU GPL.
-
- You may convey a covered work under sections 3 and 4 of this License
-without being bound by section 3 of the GNU GPL.
-
- 2. Conveying Modified Versions.
-
- If you modify a copy of the Library, and, in your modifications, a
-facility refers to a function or data to be supplied by an Application
-that uses the facility (other than as an argument passed when the
-facility is invoked), then you may convey a copy of the modified
-version:
-
- a) under this License, provided that you make a good faith effort to
- ensure that, in the event an Application does not supply the
- function or data, the facility still operates, and performs
- whatever part of its purpose remains meaningful, or
-
- b) under the GNU GPL, with none of the additional permissions of
- this License applicable to that copy.
-
- 3. Object Code Incorporating Material from Library Header Files.
-
- The object code form of an Application may incorporate material from
-a header file that is part of the Library. You may convey such object
-code under terms of your choice, provided that, if the incorporated
-material is not limited to numerical parameters, data structure
-layouts and accessors, or small macros, inline functions and templates
-(ten or fewer lines in length), you do both of the following:
-
- a) Give prominent notice with each copy of the object code that the
- Library is used in it and that the Library and its use are
- covered by this License.
-
- b) Accompany the object code with a copy of the GNU GPL and this license
- document.
-
- 4. Combined Works.
-
- You may convey a Combined Work under terms of your choice that,
-taken together, effectively do not restrict modification of the
-portions of the Library contained in the Combined Work and reverse
-engineering for debugging such modifications, if you also do each of
-the following:
-
- a) Give prominent notice with each copy of the Combined Work that
- the Library is used in it and that the Library and its use are
- covered by this License.
-
- b) Accompany the Combined Work with a copy of the GNU GPL and this license
- document.
-
- c) For a Combined Work that displays copyright notices during
- execution, include the copyright notice for the Library among
- these notices, as well as a reference directing the user to the
- copies of the GNU GPL and this license document.
-
- d) Do one of the following:
-
- 0) Convey the Minimal Corresponding Source under the terms of this
- License, and the Corresponding Application Code in a form
- suitable for, and under terms that permit, the user to
- recombine or relink the Application with a modified version of
- the Linked Version to produce a modified Combined Work, in the
- manner specified by section 6 of the GNU GPL for conveying
- Corresponding Source.
-
- 1) Use a suitable shared library mechanism for linking with the
- Library. A suitable mechanism is one that (a) uses at run time
- a copy of the Library already present on the user's computer
- system, and (b) will operate properly with a modified version
- of the Library that is interface-compatible with the Linked
- Version.
-
- e) Provide Installation Information, but only if you would otherwise
- be required to provide such information under section 6 of the
- GNU GPL, and only to the extent that such information is
- necessary to install and execute a modified version of the
- Combined Work produced by recombining or relinking the
- Application with a modified version of the Linked Version. (If
- you use option 4d0, the Installation Information must accompany
- the Minimal Corresponding Source and Corresponding Application
- Code. If you use option 4d1, you must provide the Installation
- Information in the manner specified by section 6 of the GNU GPL
- for conveying Corresponding Source.)
-
- 5. Combined Libraries.
-
- You may place library facilities that are a work based on the
-Library side by side in a single library together with other library
-facilities that are not Applications and are not covered by this
-License, and convey such a combined library under terms of your
-choice, if you do both of the following:
-
- a) Accompany the combined library with a copy of the same work based
- on the Library, uncombined with any other library facilities,
- conveyed under the terms of this License.
-
- b) Give prominent notice with the combined library that part of it
- is a work based on the Library, and explaining where to find the
- accompanying uncombined form of the same work.
-
- 6. Revised Versions of the GNU Lesser General Public License.
-
- The Free Software Foundation may publish revised and/or new versions
-of the GNU Lesser General Public License from time to time. Such new
-versions will be similar in spirit to the present version, but may
-differ in detail to address new problems or concerns.
-
- Each version is given a distinguishing version number. If the
-Library as you received it specifies that a certain numbered version
-of the GNU Lesser General Public License "or any later version"
-applies to it, you have the option of following the terms and
-conditions either of that published version or of any later version
-published by the Free Software Foundation. If the Library as you
-received it does not specify a version number of the GNU Lesser
-General Public License, you may choose any version of the GNU Lesser
-General Public License ever published by the Free Software Foundation.
-
- If the Library as you received it specifies that a proxy can decide
-whether future versions of the GNU Lesser General Public License shall
-apply, that proxy's public statement of acceptance of any version is
-permanent authorization for you to choose that version for the
-Library.
diff --git a/LICENSE/LICENSEHEADER b/LICENSE/LICENSEHEADER
index 7956bf4a..17e9d984 100644
--- a/LICENSE/LICENSEHEADER
+++ b/LICENSE/LICENSEHEADER
@@ -1,40 +1,40 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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. *
+ * *
/*===========================================================================*\
- * *
- * $Revision: 83 $ *
- * $Date: 2009-02-27 17:31:45 +0100 (Fr, 27. Feb 2009) $ *
- * *
-\*===========================================================================*/
diff --git a/cmake/FindOpenMesh.cmake b/cmake/FindOpenMesh.cmake
index 34ba6e1c..a1f2233f 100644
--- a/cmake/FindOpenMesh.cmake
+++ b/cmake/FindOpenMesh.cmake
@@ -7,43 +7,50 @@
# OPENMESH_LIBRARIES - Link these to use OPENMESH
# OPENMESH_LIBRARY_DIR - directory where the libraries are included
#
-# Copyright 2014 Computer Graphics Group, RWTH Aachen University
+# Copyright 2015 Computer Graphics Group, RWTH Aachen University
# Authors: Jan Möbius
# Hans-Christian Ebke
#
-# This file is part of OpenMesh.
+#
#===========================================================================
#
# OpenMesh
-# Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen
-# www.openmesh.org
+# Copyright (c) 2001-2015, RWTH-Aachen University
+# Department for Computer Graphics and Multimedia
+# All rights reserved.
+# www.openmesh.org
#
#---------------------------------------------------------------------------
-# This file is part of OpenMesh.
+# This file is part of OpenMesh.
+#---------------------------------------------------------------------------
#
-# OpenMesh is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License as
-# published by the Free Software Foundation, either version 3 of
-# the License, or (at your option) any later version with the
-# following exceptions:
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
#
-# 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.
+# 1. Redistributions of source code must retain the above copyright notice,
+# this list of conditions and the following disclaimer.
#
-# OpenMesh is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU Lesser General Public License for more details.
+# 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.
#
-# You should have received a copy of the GNU LesserGeneral Public
-# License along with OpenMesh. If not,
-# see .
+# 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.
+#
#===========================================================================
cmake_minimum_required(VERSION 2.8.9)
diff --git a/debian/copyright b/debian/copyright
index 99a00ac9..752af39e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -12,42 +12,43 @@ Upstream Author:
Copyright:
- Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen
+ Copyright (C) 2001-2015 by Computer Graphics Group, RWTH-Aachen University
License:
- This package is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
+ 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.
- This package 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 General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with this package; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-On Debian systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
+On Debian systems, the complete text of the BSD License can be
+found in `/usr/share/common-licenses/BSD '.
The Debian packaging is:
Copyright C) 2009, Jean Pierre Charalambos
and is licensed under the GPL, see above.
-
-
-LICENSE_EXCEPTION added by the upstream authors
-
-As a special exception to the GNU Lesser General Public License,
-you may use any file of this software library without restriction.
-Specifically, 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.
diff --git a/src/OpenMesh/Apps/Decimating/CmdOption.hh b/src/OpenMesh/Apps/Decimating/CmdOption.hh
index 890c0b48..959291eb 100644
--- a/src/OpenMesh/Apps/Decimating/CmdOption.hh
+++ b/src/OpenMesh/Apps/Decimating/CmdOption.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Apps/Decimating/DecimaterViewerWidget.cc b/src/OpenMesh/Apps/Decimating/DecimaterViewerWidget.cc
index 1feb6d0f..4de0443a 100644
--- a/src/OpenMesh/Apps/Decimating/DecimaterViewerWidget.cc
+++ b/src/OpenMesh/Apps/Decimating/DecimaterViewerWidget.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Apps/Decimating/DecimaterViewerWidget.hh b/src/OpenMesh/Apps/Decimating/DecimaterViewerWidget.hh
index 9346dceb..becc80a9 100644
--- a/src/OpenMesh/Apps/Decimating/DecimaterViewerWidget.hh
+++ b/src/OpenMesh/Apps/Decimating/DecimaterViewerWidget.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Apps/Decimating/decimater.cc b/src/OpenMesh/Apps/Decimating/decimater.cc
index 9acdc97a..25bbf091 100644
--- a/src/OpenMesh/Apps/Decimating/decimater.cc
+++ b/src/OpenMesh/Apps/Decimating/decimater.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Apps/Decimating/decimaterviewer.cc b/src/OpenMesh/Apps/Decimating/decimaterviewer.cc
index 25eba931..3ae8d4bf 100644
--- a/src/OpenMesh/Apps/Decimating/decimaterviewer.cc
+++ b/src/OpenMesh/Apps/Decimating/decimaterviewer.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Apps/Dualizer/dualizer.cc b/src/OpenMesh/Apps/Dualizer/dualizer.cc
index 596df19e..c1a1ddfb 100644
--- a/src/OpenMesh/Apps/Dualizer/dualizer.cc
+++ b/src/OpenMesh/Apps/Dualizer/dualizer.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Apps/ProgViewer/ProgViewerWidget.cc b/src/OpenMesh/Apps/ProgViewer/ProgViewerWidget.cc
index 4d0ebc45..135e138d 100644
--- a/src/OpenMesh/Apps/ProgViewer/ProgViewerWidget.cc
+++ b/src/OpenMesh/Apps/ProgViewer/ProgViewerWidget.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Apps/ProgViewer/ProgViewerWidget.hh b/src/OpenMesh/Apps/ProgViewer/ProgViewerWidget.hh
index 7636c7d6..546d316c 100644
--- a/src/OpenMesh/Apps/ProgViewer/ProgViewerWidget.hh
+++ b/src/OpenMesh/Apps/ProgViewer/ProgViewerWidget.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Apps/ProgViewer/progviewer.cc b/src/OpenMesh/Apps/ProgViewer/progviewer.cc
index b21a5dc1..590b3f04 100644
--- a/src/OpenMesh/Apps/ProgViewer/progviewer.cc
+++ b/src/OpenMesh/Apps/ProgViewer/progviewer.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Apps/QtViewer/MeshViewerWidget.hh b/src/OpenMesh/Apps/QtViewer/MeshViewerWidget.hh
index 566ea1cf..09896b76 100644
--- a/src/OpenMesh/Apps/QtViewer/MeshViewerWidget.hh
+++ b/src/OpenMesh/Apps/QtViewer/MeshViewerWidget.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Apps/QtViewer/MeshViewerWidgetT.cc b/src/OpenMesh/Apps/QtViewer/MeshViewerWidgetT.cc
index 20228b99..0da404c3 100644
--- a/src/OpenMesh/Apps/QtViewer/MeshViewerWidgetT.cc
+++ b/src/OpenMesh/Apps/QtViewer/MeshViewerWidgetT.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Apps/QtViewer/MeshViewerWidgetT.hh b/src/OpenMesh/Apps/QtViewer/MeshViewerWidgetT.hh
index 3da80583..51170bc2 100644
--- a/src/OpenMesh/Apps/QtViewer/MeshViewerWidgetT.hh
+++ b/src/OpenMesh/Apps/QtViewer/MeshViewerWidgetT.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Apps/QtViewer/QGLViewerWidget.cc b/src/OpenMesh/Apps/QtViewer/QGLViewerWidget.cc
index f8210961..437f0830 100644
--- a/src/OpenMesh/Apps/QtViewer/QGLViewerWidget.cc
+++ b/src/OpenMesh/Apps/QtViewer/QGLViewerWidget.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Apps/QtViewer/QGLViewerWidget.hh b/src/OpenMesh/Apps/QtViewer/QGLViewerWidget.hh
index 7da8f058..e277e019 100644
--- a/src/OpenMesh/Apps/QtViewer/QGLViewerWidget.hh
+++ b/src/OpenMesh/Apps/QtViewer/QGLViewerWidget.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Apps/QtViewer/meshviewer.cc b/src/OpenMesh/Apps/QtViewer/meshviewer.cc
index 94b57eba..31f444d6 100644
--- a/src/OpenMesh/Apps/QtViewer/meshviewer.cc
+++ b/src/OpenMesh/Apps/QtViewer/meshviewer.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Apps/Smoothing/smooth.cc b/src/OpenMesh/Apps/Smoothing/smooth.cc
index 9cbf3f91..ce2d4484 100644
--- a/src/OpenMesh/Apps/Smoothing/smooth.cc
+++ b/src/OpenMesh/Apps/Smoothing/smooth.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Apps/Subdivider/MeshViewerWidget.hh b/src/OpenMesh/Apps/Subdivider/MeshViewerWidget.hh
index 4835b692..2f5fd559 100644
--- a/src/OpenMesh/Apps/Subdivider/MeshViewerWidget.hh
+++ b/src/OpenMesh/Apps/Subdivider/MeshViewerWidget.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Apps/Subdivider/SubdivideWidget.cc b/src/OpenMesh/Apps/Subdivider/SubdivideWidget.cc
index 041c20fb..60f35364 100644
--- a/src/OpenMesh/Apps/Subdivider/SubdivideWidget.cc
+++ b/src/OpenMesh/Apps/Subdivider/SubdivideWidget.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Apps/Subdivider/SubdivideWidget.hh b/src/OpenMesh/Apps/Subdivider/SubdivideWidget.hh
index 6094c692..200f78da 100644
--- a/src/OpenMesh/Apps/Subdivider/SubdivideWidget.hh
+++ b/src/OpenMesh/Apps/Subdivider/SubdivideWidget.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Apps/Subdivider/adaptive_subdivider.cc b/src/OpenMesh/Apps/Subdivider/adaptive_subdivider.cc
index 71ead74b..216e31ab 100644
--- a/src/OpenMesh/Apps/Subdivider/adaptive_subdivider.cc
+++ b/src/OpenMesh/Apps/Subdivider/adaptive_subdivider.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Apps/Subdivider/qtsubdivider.cc b/src/OpenMesh/Apps/Subdivider/qtsubdivider.cc
index 4153abeb..3deb90bf 100644
--- a/src/OpenMesh/Apps/Subdivider/qtsubdivider.cc
+++ b/src/OpenMesh/Apps/Subdivider/qtsubdivider.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Apps/Subdivider/subdivider.cc b/src/OpenMesh/Apps/Subdivider/subdivider.cc
index fb14fb0b..91b9a891 100644
--- a/src/OpenMesh/Apps/Subdivider/subdivider.cc
+++ b/src/OpenMesh/Apps/Subdivider/subdivider.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Apps/Unsupported/IvViewer/SoOpenMeshNodeT.cc b/src/OpenMesh/Apps/Unsupported/IvViewer/SoOpenMeshNodeT.cc
index dd677e66..ad098a7a 100644
--- a/src/OpenMesh/Apps/Unsupported/IvViewer/SoOpenMeshNodeT.cc
+++ b/src/OpenMesh/Apps/Unsupported/IvViewer/SoOpenMeshNodeT.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Apps/Unsupported/IvViewer/SoOpenMeshNodeT.hh b/src/OpenMesh/Apps/Unsupported/IvViewer/SoOpenMeshNodeT.hh
index de5598ab..3978a059 100644
--- a/src/OpenMesh/Apps/Unsupported/IvViewer/SoOpenMeshNodeT.hh
+++ b/src/OpenMesh/Apps/Unsupported/IvViewer/SoOpenMeshNodeT.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Apps/Unsupported/IvViewer/SoOpenMeshSupport.hh b/src/OpenMesh/Apps/Unsupported/IvViewer/SoOpenMeshSupport.hh
index 16ff82b3..6a435689 100644
--- a/src/OpenMesh/Apps/Unsupported/IvViewer/SoOpenMeshSupport.hh
+++ b/src/OpenMesh/Apps/Unsupported/IvViewer/SoOpenMeshSupport.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Apps/Unsupported/IvViewer/ivviewer.cc b/src/OpenMesh/Apps/Unsupported/IvViewer/ivviewer.cc
index 10f6b2fc..42950701 100644
--- a/src/OpenMesh/Apps/Unsupported/IvViewer/ivviewer.cc
+++ b/src/OpenMesh/Apps/Unsupported/IvViewer/ivviewer.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Apps/Unsupported/OsgViewer/meshviewer.cc b/src/OpenMesh/Apps/Unsupported/OsgViewer/meshviewer.cc
index 31a87964..49b18122 100644
--- a/src/OpenMesh/Apps/Unsupported/OsgViewer/meshviewer.cc
+++ b/src/OpenMesh/Apps/Unsupported/OsgViewer/meshviewer.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Apps/Unsupported/OsgViewer/osgviewer.cc b/src/OpenMesh/Apps/Unsupported/OsgViewer/osgviewer.cc
index 7c1fed9b..a39dbe7b 100644
--- a/src/OpenMesh/Apps/Unsupported/OsgViewer/osgviewer.cc
+++ b/src/OpenMesh/Apps/Unsupported/OsgViewer/osgviewer.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/MeshViewerWidgetT.cc b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/MeshViewerWidgetT.cc
index 666ff8b9..ebc8c3e8 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/MeshViewerWidgetT.cc
+++ b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/MeshViewerWidgetT.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/MeshViewerWidgetT.hh b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/MeshViewerWidgetT.hh
index 3e844584..98429c9d 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/MeshViewerWidgetT.hh
+++ b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/MeshViewerWidgetT.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/MyMesh.hh b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/MyMesh.hh
index f2de7882..fd157a21 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/MyMesh.hh
+++ b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/MyMesh.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/QGLViewerWidget.cc b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/QGLViewerWidget.cc
index 456f9487..2c4f2d13 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/QGLViewerWidget.cc
+++ b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/QGLViewerWidget.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/QGLViewerWidget.hh b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/QGLViewerWidget.hh
index 767c0a3a..3bbbccc7 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/QGLViewerWidget.hh
+++ b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/QGLViewerWidget.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/VDPMClientViewerWidget.cc b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/VDPMClientViewerWidget.cc
index aaf3472b..077e7f2d 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/VDPMClientViewerWidget.cc
+++ b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/VDPMClientViewerWidget.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/VDPMClientViewerWidget.hh b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/VDPMClientViewerWidget.hh
index 65b32b76..671ca60d 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/VDPMClientViewerWidget.hh
+++ b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/VDPMClientViewerWidget.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/VDPMStreamingClient.cc b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/VDPMStreamingClient.cc
index 47b590d0..7a7bdcc2 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/VDPMStreamingClient.cc
+++ b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Client/VDPMStreamingClient.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/ServerSideVDPM.cc b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/ServerSideVDPM.cc
index 06bb221e..2c352a41 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/ServerSideVDPM.cc
+++ b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/ServerSideVDPM.cc
@@ -1,36 +1,43 @@
+/*===========================================================================*\
+ * *
+ * OpenMesh *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * *
+ * 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. *
+ * *
/*===========================================================================*\
- * *
- * OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
- * *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
- * *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
- * *
- * If other files instantiate templates or use macros *
- * or inline functions from this file, or you compile this file and *
- * link it with other files to produce an executable, this file does *
- * not by itself cause the resulting executable to be covered by the *
- * GNU Lesser General Public License. This exception does not however *
- * invalidate any other reasons why the executable file might be *
- * covered by the GNU Lesser General Public License. *
- * *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
- * *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
- * *
-\*===========================================================================*/
/*===========================================================================*\
* *
diff --git a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/ServerSideVDPM.hh b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/ServerSideVDPM.hh
index 444f5bd9..85271ccd 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/ServerSideVDPM.hh
+++ b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/ServerSideVDPM.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/VDPMServerSession.cc b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/VDPMServerSession.cc
index 6bf3cf6a..891c8c18 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/VDPMServerSession.cc
+++ b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/VDPMServerSession.cc
@@ -1,36 +1,43 @@
+/*===========================================================================*\
+ * *
+ * OpenMesh *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * *
+ * 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. *
+ * *
/*===========================================================================*\
- * *
- * OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
- * *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
- * *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
- * *
- * If other files instantiate templates or use macros *
- * or inline functions from this file, or you compile this file and *
- * link it with other files to produce an executable, this file does *
- * not by itself cause the resulting executable to be covered by the *
- * GNU Lesser General Public License. This exception does not however *
- * invalidate any other reasons why the executable file might be *
- * covered by the GNU Lesser General Public License. *
- * *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
- * *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
- * *
-\*===========================================================================*/
/*===========================================================================*\
* *
diff --git a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/VDPMServerSession.hh b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/VDPMServerSession.hh
index 0ee3a3a5..2bea5d87 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/VDPMServerSession.hh
+++ b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/VDPMServerSession.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/VDPMServerSocket.hh b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/VDPMServerSocket.hh
index 343595fb..e827995e 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/VDPMServerSocket.hh
+++ b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/VDPMServerSocket.hh
@@ -1,36 +1,43 @@
+/*===========================================================================*\
+ * *
+ * OpenMesh *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * *
+ * 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. *
+ * *
/*===========================================================================*\
- * *
- * OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
- * *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
- * *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
- * *
- * If other files instantiate templates or use macros *
- * or inline functions from this file, or you compile this file and *
- * link it with other files to produce an executable, this file does *
- * not by itself cause the resulting executable to be covered by the *
- * GNU Lesser General Public License. This exception does not however *
- * invalidate any other reasons why the executable file might be *
- * covered by the GNU Lesser General Public License. *
- * *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
- * *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
- * *
-\*===========================================================================*/
/*===========================================================================*\
* *
diff --git a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/VDPMServerViewerWidget.cc b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/VDPMServerViewerWidget.cc
index 484d56b9..9d8f426e 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/VDPMServerViewerWidget.cc
+++ b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/VDPMServerViewerWidget.cc
@@ -1,36 +1,43 @@
+/*===========================================================================*\
+ * *
+ * OpenMesh *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * *
+ * 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. *
+ * *
/*===========================================================================*\
- * *
- * OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
- * *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
- * *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
- * *
- * If other files instantiate templates or use macros *
- * or inline functions from this file, or you compile this file and *
- * link it with other files to produce an executable, this file does *
- * not by itself cause the resulting executable to be covered by the *
- * GNU Lesser General Public License. This exception does not however *
- * invalidate any other reasons why the executable file might be *
- * covered by the GNU Lesser General Public License. *
- * *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
- * *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
- * *
-\*===========================================================================*/
/*===========================================================================*\
* *
diff --git a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/VDPMServerViewerWidget.hh b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/VDPMServerViewerWidget.hh
index 93a76e05..6423b68c 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/VDPMServerViewerWidget.hh
+++ b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/VDPMServerViewerWidget.hh
@@ -1,36 +1,43 @@
+/*===========================================================================*\
+ * *
+ * OpenMesh *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * *
+ * 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. *
+ * *
/*===========================================================================*\
- * *
- * OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
- * *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
- * *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
- * *
- * If other files instantiate templates or use macros *
- * or inline functions from this file, or you compile this file and *
- * link it with other files to produce an executable, this file does *
- * not by itself cause the resulting executable to be covered by the *
- * GNU Lesser General Public License. This exception does not however *
- * invalidate any other reasons why the executable file might be *
- * covered by the GNU Lesser General Public License. *
- * *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
- * *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
- * *
-\*===========================================================================*/
/*===========================================================================*\
* *
diff --git a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/VDPMStreamingServer.cc b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/VDPMStreamingServer.cc
index 02e9cd78..8e13464a 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/VDPMStreamingServer.cc
+++ b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/VDPMStreamingServer.cc
@@ -1,36 +1,43 @@
+/*===========================================================================*\
+ * *
+ * OpenMesh *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * *
+ * 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. *
+ * *
/*===========================================================================*\
- * *
- * OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
- * *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
- * *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
- * *
- * If other files instantiate templates or use macros *
- * or inline functions from this file, or you compile this file and *
- * link it with other files to produce an executable, this file does *
- * not by itself cause the resulting executable to be covered by the *
- * GNU Lesser General Public License. This exception does not however *
- * invalidate any other reasons why the executable file might be *
- * covered by the GNU Lesser General Public License. *
- * *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
- * *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
- * *
-\*===========================================================================*/
/*===========================================================================*\
* *
diff --git a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/VDPMStreamingServer.hh b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/VDPMStreamingServer.hh
index e90e2803..eb6ffb6b 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/VDPMStreamingServer.hh
+++ b/src/OpenMesh/Apps/Unsupported/Streaming-qt4/Server/VDPMStreamingServer.hh
@@ -1,36 +1,43 @@
+/*===========================================================================*\
+ * *
+ * OpenMesh *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * *
+ * 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. *
+ * *
/*===========================================================================*\
- * *
- * OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
- * *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
- * *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
- * *
- * If other files instantiate templates or use macros *
- * or inline functions from this file, or you compile this file and *
- * link it with other files to produce an executable, this file does *
- * not by itself cause the resulting executable to be covered by the *
- * GNU Lesser General Public License. This exception does not however *
- * invalidate any other reasons why the executable file might be *
- * covered by the GNU Lesser General Public License. *
- * *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
- * *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
- * *
-\*===========================================================================*/
/*===========================================================================*\
* *
diff --git a/src/OpenMesh/Apps/Unsupported/Streaming/Client/MeshViewerWidgetT.cc b/src/OpenMesh/Apps/Unsupported/Streaming/Client/MeshViewerWidgetT.cc
index 2935c07b..98e4039f 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming/Client/MeshViewerWidgetT.cc
+++ b/src/OpenMesh/Apps/Unsupported/Streaming/Client/MeshViewerWidgetT.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Apps/Unsupported/Streaming/Client/MeshViewerWidgetT.hh b/src/OpenMesh/Apps/Unsupported/Streaming/Client/MeshViewerWidgetT.hh
index 3e844584..98429c9d 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming/Client/MeshViewerWidgetT.hh
+++ b/src/OpenMesh/Apps/Unsupported/Streaming/Client/MeshViewerWidgetT.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Apps/Unsupported/Streaming/Client/MyMesh.hh b/src/OpenMesh/Apps/Unsupported/Streaming/Client/MyMesh.hh
index f2de7882..fd157a21 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming/Client/MyMesh.hh
+++ b/src/OpenMesh/Apps/Unsupported/Streaming/Client/MyMesh.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Apps/Unsupported/Streaming/Client/QGLViewerWidget.cc b/src/OpenMesh/Apps/Unsupported/Streaming/Client/QGLViewerWidget.cc
index 3f310443..8cdc4cc2 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming/Client/QGLViewerWidget.cc
+++ b/src/OpenMesh/Apps/Unsupported/Streaming/Client/QGLViewerWidget.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Apps/Unsupported/Streaming/Client/QGLViewerWidget.hh b/src/OpenMesh/Apps/Unsupported/Streaming/Client/QGLViewerWidget.hh
index fa1754e7..dceaf570 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming/Client/QGLViewerWidget.hh
+++ b/src/OpenMesh/Apps/Unsupported/Streaming/Client/QGLViewerWidget.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Apps/Unsupported/Streaming/Client/VDPMClientViewerWidget.cc b/src/OpenMesh/Apps/Unsupported/Streaming/Client/VDPMClientViewerWidget.cc
index 9d9a3a42..4283dd60 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming/Client/VDPMClientViewerWidget.cc
+++ b/src/OpenMesh/Apps/Unsupported/Streaming/Client/VDPMClientViewerWidget.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Apps/Unsupported/Streaming/Client/VDPMClientViewerWidget.hh b/src/OpenMesh/Apps/Unsupported/Streaming/Client/VDPMClientViewerWidget.hh
index fd6b051e..de5b2241 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming/Client/VDPMClientViewerWidget.hh
+++ b/src/OpenMesh/Apps/Unsupported/Streaming/Client/VDPMClientViewerWidget.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Apps/Unsupported/Streaming/Client/VDPMStreamingClient.cc b/src/OpenMesh/Apps/Unsupported/Streaming/Client/VDPMStreamingClient.cc
index ccd89ad0..0db1cac3 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming/Client/VDPMStreamingClient.cc
+++ b/src/OpenMesh/Apps/Unsupported/Streaming/Client/VDPMStreamingClient.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Apps/Unsupported/Streaming/Server/ServerSideVDPM.cc b/src/OpenMesh/Apps/Unsupported/Streaming/Server/ServerSideVDPM.cc
index 06bb221e..2c352a41 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming/Server/ServerSideVDPM.cc
+++ b/src/OpenMesh/Apps/Unsupported/Streaming/Server/ServerSideVDPM.cc
@@ -1,36 +1,43 @@
+/*===========================================================================*\
+ * *
+ * OpenMesh *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * *
+ * 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. *
+ * *
/*===========================================================================*\
- * *
- * OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
- * *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
- * *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
- * *
- * If other files instantiate templates or use macros *
- * or inline functions from this file, or you compile this file and *
- * link it with other files to produce an executable, this file does *
- * not by itself cause the resulting executable to be covered by the *
- * GNU Lesser General Public License. This exception does not however *
- * invalidate any other reasons why the executable file might be *
- * covered by the GNU Lesser General Public License. *
- * *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
- * *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
- * *
-\*===========================================================================*/
/*===========================================================================*\
* *
diff --git a/src/OpenMesh/Apps/Unsupported/Streaming/Server/ServerSideVDPM.hh b/src/OpenMesh/Apps/Unsupported/Streaming/Server/ServerSideVDPM.hh
index d9c1ea2d..b1b2eea3 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming/Server/ServerSideVDPM.hh
+++ b/src/OpenMesh/Apps/Unsupported/Streaming/Server/ServerSideVDPM.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Apps/Unsupported/Streaming/Server/VDPMServerSession.cc b/src/OpenMesh/Apps/Unsupported/Streaming/Server/VDPMServerSession.cc
index f6871938..b093457c 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming/Server/VDPMServerSession.cc
+++ b/src/OpenMesh/Apps/Unsupported/Streaming/Server/VDPMServerSession.cc
@@ -1,36 +1,43 @@
+/*===========================================================================*\
+ * *
+ * OpenMesh *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * *
+ * 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. *
+ * *
/*===========================================================================*\
- * *
- * OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
- * *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
- * *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
- * *
- * If other files instantiate templates or use macros *
- * or inline functions from this file, or you compile this file and *
- * link it with other files to produce an executable, this file does *
- * not by itself cause the resulting executable to be covered by the *
- * GNU Lesser General Public License. This exception does not however *
- * invalidate any other reasons why the executable file might be *
- * covered by the GNU Lesser General Public License. *
- * *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
- * *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
- * *
-\*===========================================================================*/
/*===========================================================================*\
* *
diff --git a/src/OpenMesh/Apps/Unsupported/Streaming/Server/VDPMServerSession.hh b/src/OpenMesh/Apps/Unsupported/Streaming/Server/VDPMServerSession.hh
index 9a43b21d..82a9ca9d 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming/Server/VDPMServerSession.hh
+++ b/src/OpenMesh/Apps/Unsupported/Streaming/Server/VDPMServerSession.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Apps/Unsupported/Streaming/Server/VDPMServerSocket.hh b/src/OpenMesh/Apps/Unsupported/Streaming/Server/VDPMServerSocket.hh
index 7be89b03..4aa16932 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming/Server/VDPMServerSocket.hh
+++ b/src/OpenMesh/Apps/Unsupported/Streaming/Server/VDPMServerSocket.hh
@@ -1,36 +1,43 @@
+/*===========================================================================*\
+ * *
+ * OpenMesh *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * *
+ * 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. *
+ * *
/*===========================================================================*\
- * *
- * OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
- * *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
- * *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
- * *
- * If other files instantiate templates or use macros *
- * or inline functions from this file, or you compile this file and *
- * link it with other files to produce an executable, this file does *
- * not by itself cause the resulting executable to be covered by the *
- * GNU Lesser General Public License. This exception does not however *
- * invalidate any other reasons why the executable file might be *
- * covered by the GNU Lesser General Public License. *
- * *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
- * *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
- * *
-\*===========================================================================*/
/*===========================================================================*\
* *
diff --git a/src/OpenMesh/Apps/Unsupported/Streaming/Server/VDPMServerViewerWidget.cc b/src/OpenMesh/Apps/Unsupported/Streaming/Server/VDPMServerViewerWidget.cc
index ec297ada..fdc33763 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming/Server/VDPMServerViewerWidget.cc
+++ b/src/OpenMesh/Apps/Unsupported/Streaming/Server/VDPMServerViewerWidget.cc
@@ -1,36 +1,43 @@
+/*===========================================================================*\
+ * *
+ * OpenMesh *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * *
+ * 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. *
+ * *
/*===========================================================================*\
- * *
- * OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
- * *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
- * *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
- * *
- * If other files instantiate templates or use macros *
- * or inline functions from this file, or you compile this file and *
- * link it with other files to produce an executable, this file does *
- * not by itself cause the resulting executable to be covered by the *
- * GNU Lesser General Public License. This exception does not however *
- * invalidate any other reasons why the executable file might be *
- * covered by the GNU Lesser General Public License. *
- * *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
- * *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
- * *
-\*===========================================================================*/
/*===========================================================================*\
* *
diff --git a/src/OpenMesh/Apps/Unsupported/Streaming/Server/VDPMServerViewerWidget.hh b/src/OpenMesh/Apps/Unsupported/Streaming/Server/VDPMServerViewerWidget.hh
index 067770e5..a234ee18 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming/Server/VDPMServerViewerWidget.hh
+++ b/src/OpenMesh/Apps/Unsupported/Streaming/Server/VDPMServerViewerWidget.hh
@@ -1,36 +1,43 @@
+/*===========================================================================*\
+ * *
+ * OpenMesh *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * *
+ * 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. *
+ * *
/*===========================================================================*\
- * *
- * OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
- * *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
- * *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
- * *
- * If other files instantiate templates or use macros *
- * or inline functions from this file, or you compile this file and *
- * link it with other files to produce an executable, this file does *
- * not by itself cause the resulting executable to be covered by the *
- * GNU Lesser General Public License. This exception does not however *
- * invalidate any other reasons why the executable file might be *
- * covered by the GNU Lesser General Public License. *
- * *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
- * *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
- * *
-\*===========================================================================*/
/*===========================================================================*\
* *
diff --git a/src/OpenMesh/Apps/Unsupported/Streaming/Server/VDPMStreamingServer.cc b/src/OpenMesh/Apps/Unsupported/Streaming/Server/VDPMStreamingServer.cc
index 193e2232..88da2e28 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming/Server/VDPMStreamingServer.cc
+++ b/src/OpenMesh/Apps/Unsupported/Streaming/Server/VDPMStreamingServer.cc
@@ -1,36 +1,43 @@
+/*===========================================================================*\
+ * *
+ * OpenMesh *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * *
+ * 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. *
+ * *
/*===========================================================================*\
- * *
- * OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
- * *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
- * *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
- * *
- * If other files instantiate templates or use macros *
- * or inline functions from this file, or you compile this file and *
- * link it with other files to produce an executable, this file does *
- * not by itself cause the resulting executable to be covered by the *
- * GNU Lesser General Public License. This exception does not however *
- * invalidate any other reasons why the executable file might be *
- * covered by the GNU Lesser General Public License. *
- * *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
- * *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
- * *
-\*===========================================================================*/
/*===========================================================================*\
* *
diff --git a/src/OpenMesh/Apps/Unsupported/Streaming/Server/VDPMStreamingServer.hh b/src/OpenMesh/Apps/Unsupported/Streaming/Server/VDPMStreamingServer.hh
index e90e2803..eb6ffb6b 100644
--- a/src/OpenMesh/Apps/Unsupported/Streaming/Server/VDPMStreamingServer.hh
+++ b/src/OpenMesh/Apps/Unsupported/Streaming/Server/VDPMStreamingServer.hh
@@ -1,36 +1,43 @@
+/*===========================================================================*\
+ * *
+ * OpenMesh *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * *
+ * 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. *
+ * *
/*===========================================================================*\
- * *
- * OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
- * *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
- * *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
- * *
- * If other files instantiate templates or use macros *
- * or inline functions from this file, or you compile this file and *
- * link it with other files to produce an executable, this file does *
- * not by itself cause the resulting executable to be covered by the *
- * GNU Lesser General Public License. This exception does not however *
- * invalidate any other reasons why the executable file might be *
- * covered by the GNU Lesser General Public License. *
- * *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
- * *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
- * *
-\*===========================================================================*/
/*===========================================================================*\
* *
diff --git a/src/OpenMesh/Apps/VDProgMesh/Analyzer/vdpmanalyzer.cc b/src/OpenMesh/Apps/VDProgMesh/Analyzer/vdpmanalyzer.cc
index d5ab1dc8..6d418358 100644
--- a/src/OpenMesh/Apps/VDProgMesh/Analyzer/vdpmanalyzer.cc
+++ b/src/OpenMesh/Apps/VDProgMesh/Analyzer/vdpmanalyzer.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Apps/VDProgMesh/Synthesizer/VDPMSynthesizerViewerWidget.cc b/src/OpenMesh/Apps/VDProgMesh/Synthesizer/VDPMSynthesizerViewerWidget.cc
index 6c2fd3be..7665b767 100644
--- a/src/OpenMesh/Apps/VDProgMesh/Synthesizer/VDPMSynthesizerViewerWidget.cc
+++ b/src/OpenMesh/Apps/VDProgMesh/Synthesizer/VDPMSynthesizerViewerWidget.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Apps/VDProgMesh/Synthesizer/VDPMSynthesizerViewerWidget.hh b/src/OpenMesh/Apps/VDProgMesh/Synthesizer/VDPMSynthesizerViewerWidget.hh
index b88c6ad4..341a2b8a 100644
--- a/src/OpenMesh/Apps/VDProgMesh/Synthesizer/VDPMSynthesizerViewerWidget.hh
+++ b/src/OpenMesh/Apps/VDProgMesh/Synthesizer/VDPMSynthesizerViewerWidget.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Apps/VDProgMesh/Synthesizer/vdpmsynthesizer.cc b/src/OpenMesh/Apps/VDProgMesh/Synthesizer/vdpmsynthesizer.cc
index 4f3b615e..3ce35e6f 100644
--- a/src/OpenMesh/Apps/VDProgMesh/Synthesizer/vdpmsynthesizer.cc
+++ b/src/OpenMesh/Apps/VDProgMesh/Synthesizer/vdpmsynthesizer.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Apps/VDProgMesh/mkbalancedpm/mkbalancedpm.cc b/src/OpenMesh/Apps/VDProgMesh/mkbalancedpm/mkbalancedpm.cc
index 15b883ee..b21b32cc 100644
--- a/src/OpenMesh/Apps/VDProgMesh/mkbalancedpm/mkbalancedpm.cc
+++ b/src/OpenMesh/Apps/VDProgMesh/mkbalancedpm/mkbalancedpm.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Apps/mconvert/mconvert.cc b/src/OpenMesh/Apps/mconvert/mconvert.cc
index e55b504a..3065a198 100644
--- a/src/OpenMesh/Apps/mconvert/mconvert.cc
+++ b/src/OpenMesh/Apps/mconvert/mconvert.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/Geometry/Config.hh b/src/OpenMesh/Core/Geometry/Config.hh
index 2e4ab208..7055b0c1 100644
--- a/src/OpenMesh/Core/Geometry/Config.hh
+++ b/src/OpenMesh/Core/Geometry/Config.hh
@@ -1,36 +1,44 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/Geometry/LoopSchemeMaskT.hh b/src/OpenMesh/Core/Geometry/LoopSchemeMaskT.hh
index 3d18f83b..495d4e38 100644
--- a/src/OpenMesh/Core/Geometry/LoopSchemeMaskT.hh
+++ b/src/OpenMesh/Core/Geometry/LoopSchemeMaskT.hh
@@ -1,36 +1,44 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/Geometry/MathDefs.hh b/src/OpenMesh/Core/Geometry/MathDefs.hh
index 99269034..2f5660cb 100644
--- a/src/OpenMesh/Core/Geometry/MathDefs.hh
+++ b/src/OpenMesh/Core/Geometry/MathDefs.hh
@@ -1,36 +1,44 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/Geometry/NormalConeT.cc b/src/OpenMesh/Core/Geometry/NormalConeT.cc
index f25b28d9..eb2e4d23 100644
--- a/src/OpenMesh/Core/Geometry/NormalConeT.cc
+++ b/src/OpenMesh/Core/Geometry/NormalConeT.cc
@@ -1,36 +1,44 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/Geometry/NormalConeT.hh b/src/OpenMesh/Core/Geometry/NormalConeT.hh
index 25bef5a1..2a4ee952 100644
--- a/src/OpenMesh/Core/Geometry/NormalConeT.hh
+++ b/src/OpenMesh/Core/Geometry/NormalConeT.hh
@@ -1,36 +1,44 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/Geometry/Plane3d.hh b/src/OpenMesh/Core/Geometry/Plane3d.hh
index 12a02e28..9ecbb034 100644
--- a/src/OpenMesh/Core/Geometry/Plane3d.hh
+++ b/src/OpenMesh/Core/Geometry/Plane3d.hh
@@ -1,36 +1,45 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/Geometry/QuadricT.hh b/src/OpenMesh/Core/Geometry/QuadricT.hh
index 4b2e5b0f..b41c4a17 100644
--- a/src/OpenMesh/Core/Geometry/QuadricT.hh
+++ b/src/OpenMesh/Core/Geometry/QuadricT.hh
@@ -1,36 +1,45 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/Geometry/VectorT.hh b/src/OpenMesh/Core/Geometry/VectorT.hh
index 6edcad78..92c2c6f2 100644
--- a/src/OpenMesh/Core/Geometry/VectorT.hh
+++ b/src/OpenMesh/Core/Geometry/VectorT.hh
@@ -1,36 +1,44 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/Geometry/VectorT_inc.hh b/src/OpenMesh/Core/Geometry/VectorT_inc.hh
index da20090e..0c74acb3 100644
--- a/src/OpenMesh/Core/Geometry/VectorT_inc.hh
+++ b/src/OpenMesh/Core/Geometry/VectorT_inc.hh
@@ -1,36 +1,45 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/IO/BinaryHelper.cc b/src/OpenMesh/Core/IO/BinaryHelper.cc
index bced6310..8e5f2e44 100644
--- a/src/OpenMesh/Core/IO/BinaryHelper.cc
+++ b/src/OpenMesh/Core/IO/BinaryHelper.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/IO/BinaryHelper.hh b/src/OpenMesh/Core/IO/BinaryHelper.hh
index 65c82add..a935b4d5 100644
--- a/src/OpenMesh/Core/IO/BinaryHelper.hh
+++ b/src/OpenMesh/Core/IO/BinaryHelper.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/IO/IOInstances.hh b/src/OpenMesh/Core/IO/IOInstances.hh
index af45e4c5..d643d5ed 100644
--- a/src/OpenMesh/Core/IO/IOInstances.hh
+++ b/src/OpenMesh/Core/IO/IOInstances.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/IO/IOManager.cc b/src/OpenMesh/Core/IO/IOManager.cc
index bf2f187a..eccf86ce 100644
--- a/src/OpenMesh/Core/IO/IOManager.cc
+++ b/src/OpenMesh/Core/IO/IOManager.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/IO/IOManager.hh b/src/OpenMesh/Core/IO/IOManager.hh
index 81b3bcb6..b74bb046 100644
--- a/src/OpenMesh/Core/IO/IOManager.hh
+++ b/src/OpenMesh/Core/IO/IOManager.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/IO/MeshIO.hh b/src/OpenMesh/Core/IO/MeshIO.hh
index 13ff40eb..de7c8bc7 100644
--- a/src/OpenMesh/Core/IO/MeshIO.hh
+++ b/src/OpenMesh/Core/IO/MeshIO.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/IO/OFFFormat.hh b/src/OpenMesh/Core/IO/OFFFormat.hh
index 9f39e349..0e6b52b0 100644
--- a/src/OpenMesh/Core/IO/OFFFormat.hh
+++ b/src/OpenMesh/Core/IO/OFFFormat.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/IO/OMFormat.cc b/src/OpenMesh/Core/IO/OMFormat.cc
index eddd62af..0be7b8c8 100644
--- a/src/OpenMesh/Core/IO/OMFormat.cc
+++ b/src/OpenMesh/Core/IO/OMFormat.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/IO/OMFormat.hh b/src/OpenMesh/Core/IO/OMFormat.hh
index 80d0f5c4..62093ab3 100644
--- a/src/OpenMesh/Core/IO/OMFormat.hh
+++ b/src/OpenMesh/Core/IO/OMFormat.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/IO/OMFormatT.cc b/src/OpenMesh/Core/IO/OMFormatT.cc
index dc54a05d..8c3d9f53 100644
--- a/src/OpenMesh/Core/IO/OMFormatT.cc
+++ b/src/OpenMesh/Core/IO/OMFormatT.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/IO/Options.hh b/src/OpenMesh/Core/IO/Options.hh
index a90166de..48a4fdc6 100644
--- a/src/OpenMesh/Core/IO/Options.hh
+++ b/src/OpenMesh/Core/IO/Options.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/IO/SR_binary.hh b/src/OpenMesh/Core/IO/SR_binary.hh
index 50646528..3a85a27c 100644
--- a/src/OpenMesh/Core/IO/SR_binary.hh
+++ b/src/OpenMesh/Core/IO/SR_binary.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/IO/SR_binary_spec.hh b/src/OpenMesh/Core/IO/SR_binary_spec.hh
index 7c168725..8c954532 100644
--- a/src/OpenMesh/Core/IO/SR_binary_spec.hh
+++ b/src/OpenMesh/Core/IO/SR_binary_spec.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/IO/SR_rbo.hh b/src/OpenMesh/Core/IO/SR_rbo.hh
index 20dda8ab..58ebfaaa 100644
--- a/src/OpenMesh/Core/IO/SR_rbo.hh
+++ b/src/OpenMesh/Core/IO/SR_rbo.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/IO/SR_store.hh b/src/OpenMesh/Core/IO/SR_store.hh
index d54bc1b0..bec93774 100644
--- a/src/OpenMesh/Core/IO/SR_store.hh
+++ b/src/OpenMesh/Core/IO/SR_store.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/IO/SR_types.hh b/src/OpenMesh/Core/IO/SR_types.hh
index 8f05eedd..d1e2975a 100644
--- a/src/OpenMesh/Core/IO/SR_types.hh
+++ b/src/OpenMesh/Core/IO/SR_types.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/IO/StoreRestore.hh b/src/OpenMesh/Core/IO/StoreRestore.hh
index e48d6854..26bab1d2 100644
--- a/src/OpenMesh/Core/IO/StoreRestore.hh
+++ b/src/OpenMesh/Core/IO/StoreRestore.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/IO/exporter/BaseExporter.hh b/src/OpenMesh/Core/IO/exporter/BaseExporter.hh
index cec79ecb..6bf781cd 100644
--- a/src/OpenMesh/Core/IO/exporter/BaseExporter.hh
+++ b/src/OpenMesh/Core/IO/exporter/BaseExporter.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/IO/exporter/ExporterT.hh b/src/OpenMesh/Core/IO/exporter/ExporterT.hh
index cb62c9ab..5f531b5a 100644
--- a/src/OpenMesh/Core/IO/exporter/ExporterT.hh
+++ b/src/OpenMesh/Core/IO/exporter/ExporterT.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/IO/importer/BaseImporter.hh b/src/OpenMesh/Core/IO/importer/BaseImporter.hh
index 6ee9b08d..6ff3e87c 100644
--- a/src/OpenMesh/Core/IO/importer/BaseImporter.hh
+++ b/src/OpenMesh/Core/IO/importer/BaseImporter.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/IO/importer/ImporterT.hh b/src/OpenMesh/Core/IO/importer/ImporterT.hh
index 606f859d..4c8eb1f7 100644
--- a/src/OpenMesh/Core/IO/importer/ImporterT.hh
+++ b/src/OpenMesh/Core/IO/importer/ImporterT.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/IO/reader/BaseReader.cc b/src/OpenMesh/Core/IO/reader/BaseReader.cc
index ea396e61..3cbb930f 100644
--- a/src/OpenMesh/Core/IO/reader/BaseReader.cc
+++ b/src/OpenMesh/Core/IO/reader/BaseReader.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/IO/reader/BaseReader.hh b/src/OpenMesh/Core/IO/reader/BaseReader.hh
index f12c7858..eaab9f8b 100644
--- a/src/OpenMesh/Core/IO/reader/BaseReader.hh
+++ b/src/OpenMesh/Core/IO/reader/BaseReader.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/IO/reader/OBJReader.cc b/src/OpenMesh/Core/IO/reader/OBJReader.cc
index 7f8f0f9d..bb0d5d7b 100644
--- a/src/OpenMesh/Core/IO/reader/OBJReader.cc
+++ b/src/OpenMesh/Core/IO/reader/OBJReader.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/IO/reader/OBJReader.hh b/src/OpenMesh/Core/IO/reader/OBJReader.hh
index 86158f1c..7d420d1a 100644
--- a/src/OpenMesh/Core/IO/reader/OBJReader.hh
+++ b/src/OpenMesh/Core/IO/reader/OBJReader.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/IO/reader/OFFReader.cc b/src/OpenMesh/Core/IO/reader/OFFReader.cc
index 43a9eae1..28f8df77 100644
--- a/src/OpenMesh/Core/IO/reader/OFFReader.cc
+++ b/src/OpenMesh/Core/IO/reader/OFFReader.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/IO/reader/OFFReader.hh b/src/OpenMesh/Core/IO/reader/OFFReader.hh
index 9295f4bc..6f3deb2d 100644
--- a/src/OpenMesh/Core/IO/reader/OFFReader.hh
+++ b/src/OpenMesh/Core/IO/reader/OFFReader.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/IO/reader/OMReader.cc b/src/OpenMesh/Core/IO/reader/OMReader.cc
index 1daad587..fa3f834c 100644
--- a/src/OpenMesh/Core/IO/reader/OMReader.cc
+++ b/src/OpenMesh/Core/IO/reader/OMReader.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/IO/reader/OMReader.hh b/src/OpenMesh/Core/IO/reader/OMReader.hh
index df52be4d..542ee03b 100644
--- a/src/OpenMesh/Core/IO/reader/OMReader.hh
+++ b/src/OpenMesh/Core/IO/reader/OMReader.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/IO/reader/PLYReader.cc b/src/OpenMesh/Core/IO/reader/PLYReader.cc
index 51e10196..bbc81075 100644
--- a/src/OpenMesh/Core/IO/reader/PLYReader.cc
+++ b/src/OpenMesh/Core/IO/reader/PLYReader.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/IO/reader/PLYReader.hh b/src/OpenMesh/Core/IO/reader/PLYReader.hh
index 27da96d3..5ed0e261 100644
--- a/src/OpenMesh/Core/IO/reader/PLYReader.hh
+++ b/src/OpenMesh/Core/IO/reader/PLYReader.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/IO/reader/STLReader.cc b/src/OpenMesh/Core/IO/reader/STLReader.cc
index feb33bff..22b3c539 100644
--- a/src/OpenMesh/Core/IO/reader/STLReader.cc
+++ b/src/OpenMesh/Core/IO/reader/STLReader.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/IO/reader/STLReader.hh b/src/OpenMesh/Core/IO/reader/STLReader.hh
index e69c1b94..43671f96 100644
--- a/src/OpenMesh/Core/IO/reader/STLReader.hh
+++ b/src/OpenMesh/Core/IO/reader/STLReader.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/IO/writer/BaseWriter.cc b/src/OpenMesh/Core/IO/writer/BaseWriter.cc
index 9ffd38c0..03efbf7c 100644
--- a/src/OpenMesh/Core/IO/writer/BaseWriter.cc
+++ b/src/OpenMesh/Core/IO/writer/BaseWriter.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/IO/writer/BaseWriter.hh b/src/OpenMesh/Core/IO/writer/BaseWriter.hh
index 5c817ea0..617c5db4 100644
--- a/src/OpenMesh/Core/IO/writer/BaseWriter.hh
+++ b/src/OpenMesh/Core/IO/writer/BaseWriter.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/IO/writer/OBJWriter.cc b/src/OpenMesh/Core/IO/writer/OBJWriter.cc
index 15269ed8..1ec721a2 100644
--- a/src/OpenMesh/Core/IO/writer/OBJWriter.cc
+++ b/src/OpenMesh/Core/IO/writer/OBJWriter.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/IO/writer/OBJWriter.hh b/src/OpenMesh/Core/IO/writer/OBJWriter.hh
index f84b920e..ce764944 100644
--- a/src/OpenMesh/Core/IO/writer/OBJWriter.hh
+++ b/src/OpenMesh/Core/IO/writer/OBJWriter.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/IO/writer/OFFWriter.cc b/src/OpenMesh/Core/IO/writer/OFFWriter.cc
index 3271e47f..1b064d8e 100644
--- a/src/OpenMesh/Core/IO/writer/OFFWriter.cc
+++ b/src/OpenMesh/Core/IO/writer/OFFWriter.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/IO/writer/OFFWriter.hh b/src/OpenMesh/Core/IO/writer/OFFWriter.hh
index 9448f13b..8d41cef4 100644
--- a/src/OpenMesh/Core/IO/writer/OFFWriter.hh
+++ b/src/OpenMesh/Core/IO/writer/OFFWriter.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/IO/writer/OMWriter.cc b/src/OpenMesh/Core/IO/writer/OMWriter.cc
index 6479f024..784259df 100644
--- a/src/OpenMesh/Core/IO/writer/OMWriter.cc
+++ b/src/OpenMesh/Core/IO/writer/OMWriter.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/IO/writer/OMWriter.hh b/src/OpenMesh/Core/IO/writer/OMWriter.hh
index 3fd8f469..61e52aa9 100644
--- a/src/OpenMesh/Core/IO/writer/OMWriter.hh
+++ b/src/OpenMesh/Core/IO/writer/OMWriter.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/IO/writer/PLYWriter.cc b/src/OpenMesh/Core/IO/writer/PLYWriter.cc
index d0c257e0..022429f6 100644
--- a/src/OpenMesh/Core/IO/writer/PLYWriter.cc
+++ b/src/OpenMesh/Core/IO/writer/PLYWriter.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/IO/writer/PLYWriter.hh b/src/OpenMesh/Core/IO/writer/PLYWriter.hh
index b33200c3..f4250b79 100644
--- a/src/OpenMesh/Core/IO/writer/PLYWriter.hh
+++ b/src/OpenMesh/Core/IO/writer/PLYWriter.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/IO/writer/STLWriter.cc b/src/OpenMesh/Core/IO/writer/STLWriter.cc
index a5d2da55..62d184f0 100644
--- a/src/OpenMesh/Core/IO/writer/STLWriter.cc
+++ b/src/OpenMesh/Core/IO/writer/STLWriter.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/IO/writer/STLWriter.hh b/src/OpenMesh/Core/IO/writer/STLWriter.hh
index d21fc0b1..8cee4569 100644
--- a/src/OpenMesh/Core/IO/writer/STLWriter.hh
+++ b/src/OpenMesh/Core/IO/writer/STLWriter.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/Mesh/ArrayItems.hh b/src/OpenMesh/Core/Mesh/ArrayItems.hh
index b84e655d..5bc051bb 100644
--- a/src/OpenMesh/Core/Mesh/ArrayItems.hh
+++ b/src/OpenMesh/Core/Mesh/ArrayItems.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/Mesh/ArrayKernel.cc b/src/OpenMesh/Core/Mesh/ArrayKernel.cc
index 13569b7c..0b6b7e10 100644
--- a/src/OpenMesh/Core/Mesh/ArrayKernel.cc
+++ b/src/OpenMesh/Core/Mesh/ArrayKernel.cc
@@ -1,36 +1,43 @@
+/*===========================================================================*\
+ * *
+ * OpenMesh *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * *
+ * 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. *
+ * *
/*===========================================================================*\
- * *
- * OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
- * *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
- * *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
- * *
- * If other files instantiate templates or use macros *
- * or inline functions from this file, or you compile this file and *
- * link it with other files to produce an executable, this file does *
- * not by itself cause the resulting executable to be covered by the *
- * GNU Lesser General Public License. This exception does not however *
- * invalidate any other reasons why the executable file might be *
- * covered by the GNU Lesser General Public License. *
- * *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
- * *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
- * *
-\*===========================================================================*/
/*===========================================================================*\
* *
diff --git a/src/OpenMesh/Core/Mesh/ArrayKernel.hh b/src/OpenMesh/Core/Mesh/ArrayKernel.hh
index 2bddd3cc..6943a33d 100644
--- a/src/OpenMesh/Core/Mesh/ArrayKernel.hh
+++ b/src/OpenMesh/Core/Mesh/ArrayKernel.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/Mesh/ArrayKernelT.cc b/src/OpenMesh/Core/Mesh/ArrayKernelT.cc
index 7f7fe5f0..2744b40a 100644
--- a/src/OpenMesh/Core/Mesh/ArrayKernelT.cc
+++ b/src/OpenMesh/Core/Mesh/ArrayKernelT.cc
@@ -1,36 +1,43 @@
+/*===========================================================================*\
+ * *
+ * OpenMesh *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * *
+ * 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. *
+ * *
/*===========================================================================*\
- * *
- * OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
- * *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
- * *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
- * *
- * If other files instantiate templates or use macros *
- * or inline functions from this file, or you compile this file and *
- * link it with other files to produce an executable, this file does *
- * not by itself cause the resulting executable to be covered by the *
- * GNU Lesser General Public License. This exception does not however *
- * invalidate any other reasons why the executable file might be *
- * covered by the GNU Lesser General Public License. *
- * *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
- * *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
- * *
-\*===========================================================================*/
/*===========================================================================*\
* *
diff --git a/src/OpenMesh/Core/Mesh/AttribKernelT.hh b/src/OpenMesh/Core/Mesh/AttribKernelT.hh
index d852e965..bfbbb718 100644
--- a/src/OpenMesh/Core/Mesh/AttribKernelT.hh
+++ b/src/OpenMesh/Core/Mesh/AttribKernelT.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/Mesh/Attributes.hh b/src/OpenMesh/Core/Mesh/Attributes.hh
index d45a537e..6aa339dc 100644
--- a/src/OpenMesh/Core/Mesh/Attributes.hh
+++ b/src/OpenMesh/Core/Mesh/Attributes.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/Mesh/BaseKernel.cc b/src/OpenMesh/Core/Mesh/BaseKernel.cc
index 3f0090b9..d6500ef8 100644
--- a/src/OpenMesh/Core/Mesh/BaseKernel.cc
+++ b/src/OpenMesh/Core/Mesh/BaseKernel.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/Mesh/BaseKernel.hh b/src/OpenMesh/Core/Mesh/BaseKernel.hh
index 6f861e84..89e85ad2 100644
--- a/src/OpenMesh/Core/Mesh/BaseKernel.hh
+++ b/src/OpenMesh/Core/Mesh/BaseKernel.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/Mesh/BaseMesh.hh b/src/OpenMesh/Core/Mesh/BaseMesh.hh
index 8c47a7c7..b52aeef1 100644
--- a/src/OpenMesh/Core/Mesh/BaseMesh.hh
+++ b/src/OpenMesh/Core/Mesh/BaseMesh.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/Mesh/Casts.hh b/src/OpenMesh/Core/Mesh/Casts.hh
index 4177f53c..b55b0082 100644
--- a/src/OpenMesh/Core/Mesh/Casts.hh
+++ b/src/OpenMesh/Core/Mesh/Casts.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/Mesh/CirculatorsT.hh b/src/OpenMesh/Core/Mesh/CirculatorsT.hh
index ddc89f8a..b43af10f 100644
--- a/src/OpenMesh/Core/Mesh/CirculatorsT.hh
+++ b/src/OpenMesh/Core/Mesh/CirculatorsT.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/Mesh/FinalMeshItemsT.hh b/src/OpenMesh/Core/Mesh/FinalMeshItemsT.hh
index 897e9d77..e186dd69 100644
--- a/src/OpenMesh/Core/Mesh/FinalMeshItemsT.hh
+++ b/src/OpenMesh/Core/Mesh/FinalMeshItemsT.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/Mesh/Handles.hh b/src/OpenMesh/Core/Mesh/Handles.hh
index e19fd019..d9aeb927 100644
--- a/src/OpenMesh/Core/Mesh/Handles.hh
+++ b/src/OpenMesh/Core/Mesh/Handles.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/Mesh/IteratorsT.hh b/src/OpenMesh/Core/Mesh/IteratorsT.hh
index e41eef35..0bee8dbd 100644
--- a/src/OpenMesh/Core/Mesh/IteratorsT.hh
+++ b/src/OpenMesh/Core/Mesh/IteratorsT.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/Mesh/PolyConnectivity.cc b/src/OpenMesh/Core/Mesh/PolyConnectivity.cc
index a29b2e26..aeaadcb4 100644
--- a/src/OpenMesh/Core/Mesh/PolyConnectivity.cc
+++ b/src/OpenMesh/Core/Mesh/PolyConnectivity.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/Mesh/PolyConnectivity.hh b/src/OpenMesh/Core/Mesh/PolyConnectivity.hh
index 5a62708c..c23cd8b3 100644
--- a/src/OpenMesh/Core/Mesh/PolyConnectivity.hh
+++ b/src/OpenMesh/Core/Mesh/PolyConnectivity.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/Mesh/PolyMeshT.cc b/src/OpenMesh/Core/Mesh/PolyMeshT.cc
index 794cb561..fdc8595a 100644
--- a/src/OpenMesh/Core/Mesh/PolyMeshT.cc
+++ b/src/OpenMesh/Core/Mesh/PolyMeshT.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/Mesh/PolyMeshT.hh b/src/OpenMesh/Core/Mesh/PolyMeshT.hh
index 7f38df1f..fcce0114 100644
--- a/src/OpenMesh/Core/Mesh/PolyMeshT.hh
+++ b/src/OpenMesh/Core/Mesh/PolyMeshT.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/Mesh/PolyMesh_ArrayKernelT.hh b/src/OpenMesh/Core/Mesh/PolyMesh_ArrayKernelT.hh
index e93d307e..367665b4 100644
--- a/src/OpenMesh/Core/Mesh/PolyMesh_ArrayKernelT.hh
+++ b/src/OpenMesh/Core/Mesh/PolyMesh_ArrayKernelT.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/Mesh/Status.hh b/src/OpenMesh/Core/Mesh/Status.hh
index 20fbe3ac..e2253d01 100644
--- a/src/OpenMesh/Core/Mesh/Status.hh
+++ b/src/OpenMesh/Core/Mesh/Status.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/Mesh/Traits.hh b/src/OpenMesh/Core/Mesh/Traits.hh
index 23cad084..b863b54d 100644
--- a/src/OpenMesh/Core/Mesh/Traits.hh
+++ b/src/OpenMesh/Core/Mesh/Traits.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/Mesh/TriConnectivity.cc b/src/OpenMesh/Core/Mesh/TriConnectivity.cc
index 0e4bf010..7c7fbdb4 100644
--- a/src/OpenMesh/Core/Mesh/TriConnectivity.cc
+++ b/src/OpenMesh/Core/Mesh/TriConnectivity.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/Mesh/TriConnectivity.hh b/src/OpenMesh/Core/Mesh/TriConnectivity.hh
index bf199f3c..cad57301 100644
--- a/src/OpenMesh/Core/Mesh/TriConnectivity.hh
+++ b/src/OpenMesh/Core/Mesh/TriConnectivity.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/Mesh/TriMeshT.cc b/src/OpenMesh/Core/Mesh/TriMeshT.cc
index 22029dfb..6de0a083 100644
--- a/src/OpenMesh/Core/Mesh/TriMeshT.cc
+++ b/src/OpenMesh/Core/Mesh/TriMeshT.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/Mesh/TriMeshT.hh b/src/OpenMesh/Core/Mesh/TriMeshT.hh
index 7de6329f..ff677af7 100644
--- a/src/OpenMesh/Core/Mesh/TriMeshT.hh
+++ b/src/OpenMesh/Core/Mesh/TriMeshT.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/Mesh/TriMesh_ArrayKernelT.hh b/src/OpenMesh/Core/Mesh/TriMesh_ArrayKernelT.hh
index 1ee18017..21611d8c 100644
--- a/src/OpenMesh/Core/Mesh/TriMesh_ArrayKernelT.hh
+++ b/src/OpenMesh/Core/Mesh/TriMesh_ArrayKernelT.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/Mesh/gen/circulators_header.hh b/src/OpenMesh/Core/Mesh/gen/circulators_header.hh
index 73010dea..b2c8f81d 100644
--- a/src/OpenMesh/Core/Mesh/gen/circulators_header.hh
+++ b/src/OpenMesh/Core/Mesh/gen/circulators_header.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/Mesh/gen/iterators_header.hh b/src/OpenMesh/Core/Mesh/gen/iterators_header.hh
index a8ed9b8a..95d3101a 100644
--- a/src/OpenMesh/Core/Mesh/gen/iterators_header.hh
+++ b/src/OpenMesh/Core/Mesh/gen/iterators_header.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/System/OpenMeshDLLMacros.hh b/src/OpenMesh/Core/System/OpenMeshDLLMacros.hh
index 4edcd834..25f77072 100644
--- a/src/OpenMesh/Core/System/OpenMeshDLLMacros.hh
+++ b/src/OpenMesh/Core/System/OpenMeshDLLMacros.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/System/compiler.hh b/src/OpenMesh/Core/System/compiler.hh
index e9d02a2a..2a4c9e1f 100644
--- a/src/OpenMesh/Core/System/compiler.hh
+++ b/src/OpenMesh/Core/System/compiler.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/System/config.h b/src/OpenMesh/Core/System/config.h
index 586568c7..10dca825 100644
--- a/src/OpenMesh/Core/System/config.h
+++ b/src/OpenMesh/Core/System/config.h
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/System/config.hh b/src/OpenMesh/Core/System/config.hh
index 94314e61..b8b2fb92 100644
--- a/src/OpenMesh/Core/System/config.hh
+++ b/src/OpenMesh/Core/System/config.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/System/mostream.hh b/src/OpenMesh/Core/System/mostream.hh
index cb932fca..97f50343 100644
--- a/src/OpenMesh/Core/System/mostream.hh
+++ b/src/OpenMesh/Core/System/mostream.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/System/omstream.cc b/src/OpenMesh/Core/System/omstream.cc
index 580bbaa3..4f0ff84a 100644
--- a/src/OpenMesh/Core/System/omstream.cc
+++ b/src/OpenMesh/Core/System/omstream.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/System/omstream.hh b/src/OpenMesh/Core/System/omstream.hh
index b2bbc312..0b125ce4 100644
--- a/src/OpenMesh/Core/System/omstream.hh
+++ b/src/OpenMesh/Core/System/omstream.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/Templates/newClass.cc b/src/OpenMesh/Core/Templates/newClass.cc
index e9a80c98..57e6138a 100644
--- a/src/OpenMesh/Core/Templates/newClass.cc
+++ b/src/OpenMesh/Core/Templates/newClass.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/Templates/newClass.hh b/src/OpenMesh/Core/Templates/newClass.hh
index dee4ddd2..0f7a2795 100644
--- a/src/OpenMesh/Core/Templates/newClass.hh
+++ b/src/OpenMesh/Core/Templates/newClass.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/Templates/newClassT.cc b/src/OpenMesh/Core/Templates/newClassT.cc
index 42d10305..78d4aecf 100644
--- a/src/OpenMesh/Core/Templates/newClassT.cc
+++ b/src/OpenMesh/Core/Templates/newClassT.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/Templates/newClassT.hh b/src/OpenMesh/Core/Templates/newClassT.hh
index 3a4c75e6..00fa8596 100644
--- a/src/OpenMesh/Core/Templates/newClassT.hh
+++ b/src/OpenMesh/Core/Templates/newClassT.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/Utils/AutoPropertyHandleT.hh b/src/OpenMesh/Core/Utils/AutoPropertyHandleT.hh
index 1e47006a..f362bd54 100644
--- a/src/OpenMesh/Core/Utils/AutoPropertyHandleT.hh
+++ b/src/OpenMesh/Core/Utils/AutoPropertyHandleT.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/Utils/BaseProperty.cc b/src/OpenMesh/Core/Utils/BaseProperty.cc
index fb9c41f0..fb02ec0d 100644
--- a/src/OpenMesh/Core/Utils/BaseProperty.cc
+++ b/src/OpenMesh/Core/Utils/BaseProperty.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/Utils/BaseProperty.hh b/src/OpenMesh/Core/Utils/BaseProperty.hh
index 50669ada..835e0bf5 100644
--- a/src/OpenMesh/Core/Utils/BaseProperty.hh
+++ b/src/OpenMesh/Core/Utils/BaseProperty.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/Utils/Endian.cc b/src/OpenMesh/Core/Utils/Endian.cc
index fd73549f..13afd523 100644
--- a/src/OpenMesh/Core/Utils/Endian.cc
+++ b/src/OpenMesh/Core/Utils/Endian.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/Utils/Endian.hh b/src/OpenMesh/Core/Utils/Endian.hh
index 8b0798c6..4e5bacc5 100644
--- a/src/OpenMesh/Core/Utils/Endian.hh
+++ b/src/OpenMesh/Core/Utils/Endian.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/Utils/GenProg.hh b/src/OpenMesh/Core/Utils/GenProg.hh
index 9d360e61..81c45c5d 100644
--- a/src/OpenMesh/Core/Utils/GenProg.hh
+++ b/src/OpenMesh/Core/Utils/GenProg.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/Utils/Noncopyable.hh b/src/OpenMesh/Core/Utils/Noncopyable.hh
index d77dba15..bbc0b8ae 100644
--- a/src/OpenMesh/Core/Utils/Noncopyable.hh
+++ b/src/OpenMesh/Core/Utils/Noncopyable.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/Utils/Property.hh b/src/OpenMesh/Core/Utils/Property.hh
index 96eea4b1..d5c5c9ae 100644
--- a/src/OpenMesh/Core/Utils/Property.hh
+++ b/src/OpenMesh/Core/Utils/Property.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/Utils/PropertyContainer.hh b/src/OpenMesh/Core/Utils/PropertyContainer.hh
index bdf1fdaa..77f8e967 100644
--- a/src/OpenMesh/Core/Utils/PropertyContainer.hh
+++ b/src/OpenMesh/Core/Utils/PropertyContainer.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/Utils/PropertyManager.hh b/src/OpenMesh/Core/Utils/PropertyManager.hh
index d1cdb8c7..37f0e1c0 100644
--- a/src/OpenMesh/Core/Utils/PropertyManager.hh
+++ b/src/OpenMesh/Core/Utils/PropertyManager.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/Utils/RandomNumberGenerator.cc b/src/OpenMesh/Core/Utils/RandomNumberGenerator.cc
index a612b701..fd2583e5 100644
--- a/src/OpenMesh/Core/Utils/RandomNumberGenerator.cc
+++ b/src/OpenMesh/Core/Utils/RandomNumberGenerator.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/Utils/RandomNumberGenerator.hh b/src/OpenMesh/Core/Utils/RandomNumberGenerator.hh
index 418d1c76..d1785ce1 100644
--- a/src/OpenMesh/Core/Utils/RandomNumberGenerator.hh
+++ b/src/OpenMesh/Core/Utils/RandomNumberGenerator.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/Utils/SingletonT.cc b/src/OpenMesh/Core/Utils/SingletonT.cc
index 664c3446..3c20c793 100644
--- a/src/OpenMesh/Core/Utils/SingletonT.cc
+++ b/src/OpenMesh/Core/Utils/SingletonT.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/Utils/SingletonT.hh b/src/OpenMesh/Core/Utils/SingletonT.hh
index acaf6097..82ff0fa9 100644
--- a/src/OpenMesh/Core/Utils/SingletonT.hh
+++ b/src/OpenMesh/Core/Utils/SingletonT.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/Utils/color_cast.hh b/src/OpenMesh/Core/Utils/color_cast.hh
index ddee57f3..1155403b 100644
--- a/src/OpenMesh/Core/Utils/color_cast.hh
+++ b/src/OpenMesh/Core/Utils/color_cast.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/Utils/vector_cast.hh b/src/OpenMesh/Core/Utils/vector_cast.hh
index 0b723b5c..46d72bc6 100644
--- a/src/OpenMesh/Core/Utils/vector_cast.hh
+++ b/src/OpenMesh/Core/Utils/vector_cast.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Core/Utils/vector_traits.hh b/src/OpenMesh/Core/Utils/vector_traits.hh
index 311d1a7c..254680bf 100644
--- a/src/OpenMesh/Core/Utils/vector_traits.hh
+++ b/src/OpenMesh/Core/Utils/vector_traits.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Examples/Tutorial01/cube.cc b/src/OpenMesh/Examples/Tutorial01/cube.cc
index 143371a6..17c06457 100644
--- a/src/OpenMesh/Examples/Tutorial01/cube.cc
+++ b/src/OpenMesh/Examples/Tutorial01/cube.cc
@@ -6,19 +6,175 @@
//
//-----------------------------------------------------------------------------
//
-// License
+// /*===========================================================================*\
+ * *
+ * OpenMesh *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * *
+ * 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. *
+ * *
+/*===========================================================================*\
//
// This library is free software; you can redistribute it and/or modify it
-// under the terms of the GNU Library General Public License as published
+// under the terms of the GNU Library General Public /*===========================================================================*\
+ * *
+ * OpenMesh *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * *
+ * 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. *
+ * *
+/*===========================================================================*\ as published
// by the Free Software Foundation, version 2.
//
// This library is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Library General Public License for more details.
+// Library General Public /*===========================================================================*\
+ * *
+ * OpenMesh *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * *
+ * 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. *
+ * *
+/*===========================================================================*\ for more details.
//
// You should have received a copy of the GNU Library General Public
-// License along with this library; if not, write to the Free Software
+// /*===========================================================================*\
+ * *
+ * OpenMesh *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * *
+ * 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. *
+ * *
+/*===========================================================================*\ along with this library; if not, write to the Free Software
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
//
//-----------------------------------------------------------------------------
diff --git a/src/OpenMesh/Examples/Tutorial08/delete_geometry.cc b/src/OpenMesh/Examples/Tutorial08/delete_geometry.cc
index c19fa7da..96f517a5 100644
--- a/src/OpenMesh/Examples/Tutorial08/delete_geometry.cc
+++ b/src/OpenMesh/Examples/Tutorial08/delete_geometry.cc
@@ -6,19 +6,175 @@
//
//-----------------------------------------------------------------------------
//
-// License
+// /*===========================================================================*\
+ * *
+ * OpenMesh *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * *
+ * 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. *
+ * *
+/*===========================================================================*\
//
// This library is free software; you can redistribute it and/or modify it
-// under the terms of the GNU Library General Public License as published
+// under the terms of the GNU Library General Public /*===========================================================================*\
+ * *
+ * OpenMesh *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * *
+ * 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. *
+ * *
+/*===========================================================================*\ as published
// by the Free Software Foundation, version 2.
//
// This library is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-// Library General Public License for more details.
+// Library General Public /*===========================================================================*\
+ * *
+ * OpenMesh *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * *
+ * 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. *
+ * *
+/*===========================================================================*\ for more details.
//
// You should have received a copy of the GNU Library General Public
-// License along with this library; if not, write to the Free Software
+// /*===========================================================================*\
+ * *
+ * OpenMesh *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * *
+ * 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. *
+ * *
+/*===========================================================================*\ along with this library; if not, write to the Free Software
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
//
//-----------------------------------------------------------------------------
diff --git a/src/OpenMesh/Tools/Decimater/BaseDecimaterT.cc b/src/OpenMesh/Tools/Decimater/BaseDecimaterT.cc
index 31a22054..1076036e 100644
--- a/src/OpenMesh/Tools/Decimater/BaseDecimaterT.cc
+++ b/src/OpenMesh/Tools/Decimater/BaseDecimaterT.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Decimater/BaseDecimaterT.hh b/src/OpenMesh/Tools/Decimater/BaseDecimaterT.hh
index 0151ae5f..0d539cf5 100644
--- a/src/OpenMesh/Tools/Decimater/BaseDecimaterT.hh
+++ b/src/OpenMesh/Tools/Decimater/BaseDecimaterT.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Decimater/CollapseInfoT.hh b/src/OpenMesh/Tools/Decimater/CollapseInfoT.hh
index 5be0ce91..2032b78a 100644
--- a/src/OpenMesh/Tools/Decimater/CollapseInfoT.hh
+++ b/src/OpenMesh/Tools/Decimater/CollapseInfoT.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Decimater/DecimaterT.cc b/src/OpenMesh/Tools/Decimater/DecimaterT.cc
index 7b155cfe..eb9f7e20 100644
--- a/src/OpenMesh/Tools/Decimater/DecimaterT.cc
+++ b/src/OpenMesh/Tools/Decimater/DecimaterT.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Decimater/DecimaterT.hh b/src/OpenMesh/Tools/Decimater/DecimaterT.hh
index 58c938ac..122653d0 100644
--- a/src/OpenMesh/Tools/Decimater/DecimaterT.hh
+++ b/src/OpenMesh/Tools/Decimater/DecimaterT.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Decimater/McDecimaterT.cc b/src/OpenMesh/Tools/Decimater/McDecimaterT.cc
index 395d8178..b564decf 100644
--- a/src/OpenMesh/Tools/Decimater/McDecimaterT.cc
+++ b/src/OpenMesh/Tools/Decimater/McDecimaterT.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Decimater/McDecimaterT.hh b/src/OpenMesh/Tools/Decimater/McDecimaterT.hh
index b231f9ba..9ca5c895 100644
--- a/src/OpenMesh/Tools/Decimater/McDecimaterT.hh
+++ b/src/OpenMesh/Tools/Decimater/McDecimaterT.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Decimater/MixedDecimaterT.cc b/src/OpenMesh/Tools/Decimater/MixedDecimaterT.cc
index 48e0b09d..dbe1f15b 100644
--- a/src/OpenMesh/Tools/Decimater/MixedDecimaterT.cc
+++ b/src/OpenMesh/Tools/Decimater/MixedDecimaterT.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
-* *
-* OpenMesh *
-* Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
-* www.openmesh.org *
-* *
-*---------------------------------------------------------------------------*
-* This file is part of OpenMesh. *
-* *
-* OpenMesh is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenMesh is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenMesh. If not, *
-* see . *
-* *
-\*===========================================================================*/
+ * *
+ * OpenMesh *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * *
+ * 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/src/OpenMesh/Tools/Decimater/MixedDecimaterT.hh b/src/OpenMesh/Tools/Decimater/MixedDecimaterT.hh
index 1f8c4201..958339fe 100644
--- a/src/OpenMesh/Tools/Decimater/MixedDecimaterT.hh
+++ b/src/OpenMesh/Tools/Decimater/MixedDecimaterT.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Decimater/ModAspectRatioT.cc b/src/OpenMesh/Tools/Decimater/ModAspectRatioT.cc
index ccb657e4..5f6707d6 100644
--- a/src/OpenMesh/Tools/Decimater/ModAspectRatioT.cc
+++ b/src/OpenMesh/Tools/Decimater/ModAspectRatioT.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Decimater/ModAspectRatioT.hh b/src/OpenMesh/Tools/Decimater/ModAspectRatioT.hh
index e32a71b0..86a5225b 100644
--- a/src/OpenMesh/Tools/Decimater/ModAspectRatioT.hh
+++ b/src/OpenMesh/Tools/Decimater/ModAspectRatioT.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Decimater/ModBaseT.hh b/src/OpenMesh/Tools/Decimater/ModBaseT.hh
index 59f011e2..67cf1e6c 100644
--- a/src/OpenMesh/Tools/Decimater/ModBaseT.hh
+++ b/src/OpenMesh/Tools/Decimater/ModBaseT.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Decimater/ModEdgeLengthT.cc b/src/OpenMesh/Tools/Decimater/ModEdgeLengthT.cc
index 1caf3b6e..914ab7ca 100644
--- a/src/OpenMesh/Tools/Decimater/ModEdgeLengthT.cc
+++ b/src/OpenMesh/Tools/Decimater/ModEdgeLengthT.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Decimater/ModEdgeLengthT.hh b/src/OpenMesh/Tools/Decimater/ModEdgeLengthT.hh
index d090ce17..ccf55cd5 100644
--- a/src/OpenMesh/Tools/Decimater/ModEdgeLengthT.hh
+++ b/src/OpenMesh/Tools/Decimater/ModEdgeLengthT.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Decimater/ModHausdorffT.cc b/src/OpenMesh/Tools/Decimater/ModHausdorffT.cc
index 24e35cbc..56e554af 100644
--- a/src/OpenMesh/Tools/Decimater/ModHausdorffT.cc
+++ b/src/OpenMesh/Tools/Decimater/ModHausdorffT.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Decimater/ModHausdorffT.hh b/src/OpenMesh/Tools/Decimater/ModHausdorffT.hh
index 76c915a6..e0f0e3c9 100644
--- a/src/OpenMesh/Tools/Decimater/ModHausdorffT.hh
+++ b/src/OpenMesh/Tools/Decimater/ModHausdorffT.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Decimater/ModIndependentSetsT.hh b/src/OpenMesh/Tools/Decimater/ModIndependentSetsT.hh
index 2ec725d6..7b499f7d 100644
--- a/src/OpenMesh/Tools/Decimater/ModIndependentSetsT.hh
+++ b/src/OpenMesh/Tools/Decimater/ModIndependentSetsT.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Decimater/ModNormalDeviationT.hh b/src/OpenMesh/Tools/Decimater/ModNormalDeviationT.hh
index 759ed87b..2d6faa29 100644
--- a/src/OpenMesh/Tools/Decimater/ModNormalDeviationT.hh
+++ b/src/OpenMesh/Tools/Decimater/ModNormalDeviationT.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Decimater/ModNormalFlippingT.hh b/src/OpenMesh/Tools/Decimater/ModNormalFlippingT.hh
index d4ab2596..ac17a2cf 100644
--- a/src/OpenMesh/Tools/Decimater/ModNormalFlippingT.hh
+++ b/src/OpenMesh/Tools/Decimater/ModNormalFlippingT.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Decimater/ModProgMeshT.cc b/src/OpenMesh/Tools/Decimater/ModProgMeshT.cc
index 2111779e..6e9f2b82 100644
--- a/src/OpenMesh/Tools/Decimater/ModProgMeshT.cc
+++ b/src/OpenMesh/Tools/Decimater/ModProgMeshT.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Decimater/ModProgMeshT.hh b/src/OpenMesh/Tools/Decimater/ModProgMeshT.hh
index 6bdc6b86..c63a0071 100644
--- a/src/OpenMesh/Tools/Decimater/ModProgMeshT.hh
+++ b/src/OpenMesh/Tools/Decimater/ModProgMeshT.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Decimater/ModQuadricT.cc b/src/OpenMesh/Tools/Decimater/ModQuadricT.cc
index 0ac7856b..b07bc947 100644
--- a/src/OpenMesh/Tools/Decimater/ModQuadricT.cc
+++ b/src/OpenMesh/Tools/Decimater/ModQuadricT.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Decimater/ModQuadricT.hh b/src/OpenMesh/Tools/Decimater/ModQuadricT.hh
index d7a55733..a3612d39 100644
--- a/src/OpenMesh/Tools/Decimater/ModQuadricT.hh
+++ b/src/OpenMesh/Tools/Decimater/ModQuadricT.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Decimater/ModRoundnessT.hh b/src/OpenMesh/Tools/Decimater/ModRoundnessT.hh
index 59003c87..159ab15f 100644
--- a/src/OpenMesh/Tools/Decimater/ModRoundnessT.hh
+++ b/src/OpenMesh/Tools/Decimater/ModRoundnessT.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Decimater/Observer.cc b/src/OpenMesh/Tools/Decimater/Observer.cc
index bd5cf524..fb7a1e0a 100644
--- a/src/OpenMesh/Tools/Decimater/Observer.cc
+++ b/src/OpenMesh/Tools/Decimater/Observer.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Decimater/Observer.hh b/src/OpenMesh/Tools/Decimater/Observer.hh
index d89c2703..63b237f8 100644
--- a/src/OpenMesh/Tools/Decimater/Observer.hh
+++ b/src/OpenMesh/Tools/Decimater/Observer.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Dualizer/meshDualT.hh b/src/OpenMesh/Tools/Dualizer/meshDualT.hh
index f717894b..36225b06 100644
--- a/src/OpenMesh/Tools/Dualizer/meshDualT.hh
+++ b/src/OpenMesh/Tools/Dualizer/meshDualT.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Kernel_OSG/ArrayKernelT.hh b/src/OpenMesh/Tools/Kernel_OSG/ArrayKernelT.hh
index 8bd4dc4d..f7b515e9 100644
--- a/src/OpenMesh/Tools/Kernel_OSG/ArrayKernelT.hh
+++ b/src/OpenMesh/Tools/Kernel_OSG/ArrayKernelT.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Kernel_OSG/AttribKernelT.hh b/src/OpenMesh/Tools/Kernel_OSG/AttribKernelT.hh
index b31990dc..fccb5304 100644
--- a/src/OpenMesh/Tools/Kernel_OSG/AttribKernelT.hh
+++ b/src/OpenMesh/Tools/Kernel_OSG/AttribKernelT.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Kernel_OSG/PropertyKernel.hh b/src/OpenMesh/Tools/Kernel_OSG/PropertyKernel.hh
index 3fe1b171..cf66f7fd 100644
--- a/src/OpenMesh/Tools/Kernel_OSG/PropertyKernel.hh
+++ b/src/OpenMesh/Tools/Kernel_OSG/PropertyKernel.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Kernel_OSG/PropertyT.hh b/src/OpenMesh/Tools/Kernel_OSG/PropertyT.hh
index a13dfc66..0d3fc566 100644
--- a/src/OpenMesh/Tools/Kernel_OSG/PropertyT.hh
+++ b/src/OpenMesh/Tools/Kernel_OSG/PropertyT.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Kernel_OSG/Traits.hh b/src/OpenMesh/Tools/Kernel_OSG/Traits.hh
index 2ac8ad28..3b9a02d4 100644
--- a/src/OpenMesh/Tools/Kernel_OSG/Traits.hh
+++ b/src/OpenMesh/Tools/Kernel_OSG/Traits.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Kernel_OSG/TriMesh_OSGArrayKernelT.hh b/src/OpenMesh/Tools/Kernel_OSG/TriMesh_OSGArrayKernelT.hh
index c3c40feb..5fa1e7e1 100644
--- a/src/OpenMesh/Tools/Kernel_OSG/TriMesh_OSGArrayKernelT.hh
+++ b/src/OpenMesh/Tools/Kernel_OSG/TriMesh_OSGArrayKernelT.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Kernel_OSG/VectorAdapter.hh b/src/OpenMesh/Tools/Kernel_OSG/VectorAdapter.hh
index 48938153..3489fcbe 100644
--- a/src/OpenMesh/Tools/Kernel_OSG/VectorAdapter.hh
+++ b/src/OpenMesh/Tools/Kernel_OSG/VectorAdapter.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Kernel_OSG/bindT.hh b/src/OpenMesh/Tools/Kernel_OSG/bindT.hh
index ec7d3d1e..23128a93 100644
--- a/src/OpenMesh/Tools/Kernel_OSG/bindT.hh
+++ b/src/OpenMesh/Tools/Kernel_OSG/bindT.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Kernel_OSG/color_cast.hh b/src/OpenMesh/Tools/Kernel_OSG/color_cast.hh
index 4ea69e25..b4345c40 100644
--- a/src/OpenMesh/Tools/Kernel_OSG/color_cast.hh
+++ b/src/OpenMesh/Tools/Kernel_OSG/color_cast.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Smoother/JacobiLaplaceSmootherT.cc b/src/OpenMesh/Tools/Smoother/JacobiLaplaceSmootherT.cc
index cedf1b8a..f652c9c3 100644
--- a/src/OpenMesh/Tools/Smoother/JacobiLaplaceSmootherT.cc
+++ b/src/OpenMesh/Tools/Smoother/JacobiLaplaceSmootherT.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Smoother/JacobiLaplaceSmootherT.hh b/src/OpenMesh/Tools/Smoother/JacobiLaplaceSmootherT.hh
index d42013ea..7dad69e9 100644
--- a/src/OpenMesh/Tools/Smoother/JacobiLaplaceSmootherT.hh
+++ b/src/OpenMesh/Tools/Smoother/JacobiLaplaceSmootherT.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Smoother/LaplaceSmootherT.cc b/src/OpenMesh/Tools/Smoother/LaplaceSmootherT.cc
index 7c7db692..6c5c524d 100644
--- a/src/OpenMesh/Tools/Smoother/LaplaceSmootherT.cc
+++ b/src/OpenMesh/Tools/Smoother/LaplaceSmootherT.cc
@@ -1,36 +1,43 @@
+/*===========================================================================*\
+ * *
+ * OpenMesh *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * *
+ * 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. *
+ * *
/*===========================================================================*\
- * *
- * OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
- * *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
- * *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
- * *
- * If other files instantiate templates or use macros *
- * or inline functions from this file, or you compile this file and *
- * link it with other files to produce an executable, this file does *
- * not by itself cause the resulting executable to be covered by the *
- * GNU Lesser General Public License. This exception does not however *
- * invalidate any other reasons why the executable file might be *
- * covered by the GNU Lesser General Public License. *
- * *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
- * *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
- * *
-\*===========================================================================*/
/*===========================================================================*\
* *
diff --git a/src/OpenMesh/Tools/Smoother/LaplaceSmootherT.hh b/src/OpenMesh/Tools/Smoother/LaplaceSmootherT.hh
index 529d8aa6..fcf94075 100644
--- a/src/OpenMesh/Tools/Smoother/LaplaceSmootherT.hh
+++ b/src/OpenMesh/Tools/Smoother/LaplaceSmootherT.hh
@@ -1,36 +1,43 @@
+/*===========================================================================*\
+ * *
+ * OpenMesh *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * *
+ * 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. *
+ * *
/*===========================================================================*\
- * *
- * OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
- * *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
- * *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
- * *
- * If other files instantiate templates or use macros *
- * or inline functions from this file, or you compile this file and *
- * link it with other files to produce an executable, this file does *
- * not by itself cause the resulting executable to be covered by the *
- * GNU Lesser General Public License. This exception does not however *
- * invalidate any other reasons why the executable file might be *
- * covered by the GNU Lesser General Public License. *
- * *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
- * *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
- * *
-\*===========================================================================*/
/*===========================================================================*\
* *
diff --git a/src/OpenMesh/Tools/Smoother/SmootherT.cc b/src/OpenMesh/Tools/Smoother/SmootherT.cc
index 16fe958d..dfffde3a 100644
--- a/src/OpenMesh/Tools/Smoother/SmootherT.cc
+++ b/src/OpenMesh/Tools/Smoother/SmootherT.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Smoother/SmootherT.hh b/src/OpenMesh/Tools/Smoother/SmootherT.hh
index a263e009..fce48c30 100644
--- a/src/OpenMesh/Tools/Smoother/SmootherT.hh
+++ b/src/OpenMesh/Tools/Smoother/SmootherT.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Smoother/smooth_mesh.hh b/src/OpenMesh/Tools/Smoother/smooth_mesh.hh
index acb22ab9..32dc1871 100644
--- a/src/OpenMesh/Tools/Smoother/smooth_mesh.hh
+++ b/src/OpenMesh/Tools/Smoother/smooth_mesh.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/CompositeT.cc b/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/CompositeT.cc
index b63ec80d..c8c1a218 100644
--- a/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/CompositeT.cc
+++ b/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/CompositeT.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/CompositeT.hh b/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/CompositeT.hh
index 2cfe09cb..2a498ae1 100644
--- a/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/CompositeT.hh
+++ b/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/CompositeT.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/CompositeTraits.hh b/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/CompositeTraits.hh
index 13aa3ca6..b3d82ce5 100644
--- a/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/CompositeTraits.hh
+++ b/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/CompositeTraits.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/RuleInterfaceT.hh b/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/RuleInterfaceT.hh
index 3113b91a..e69e6c2f 100644
--- a/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/RuleInterfaceT.hh
+++ b/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/RuleInterfaceT.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/RulesT.cc b/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/RulesT.cc
index 18a30ec6..9b056e52 100644
--- a/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/RulesT.cc
+++ b/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/RulesT.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/RulesT.hh b/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/RulesT.hh
index 0df5a749..d4b14938 100644
--- a/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/RulesT.hh
+++ b/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/RulesT.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/Traits.hh b/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/Traits.hh
index c5a24220..ab9ce33c 100644
--- a/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/Traits.hh
+++ b/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/Traits.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Subdivider/Uniform/CatmullClarkT.cc b/src/OpenMesh/Tools/Subdivider/Uniform/CatmullClarkT.cc
index 1bec0bb8..511de0ed 100644
--- a/src/OpenMesh/Tools/Subdivider/Uniform/CatmullClarkT.cc
+++ b/src/OpenMesh/Tools/Subdivider/Uniform/CatmullClarkT.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Subdivider/Uniform/CatmullClarkT.hh b/src/OpenMesh/Tools/Subdivider/Uniform/CatmullClarkT.hh
index ce569f99..58105757 100644
--- a/src/OpenMesh/Tools/Subdivider/Uniform/CatmullClarkT.hh
+++ b/src/OpenMesh/Tools/Subdivider/Uniform/CatmullClarkT.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
*---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Subdivider/Uniform/Composite/CompositeT.cc b/src/OpenMesh/Tools/Subdivider/Uniform/Composite/CompositeT.cc
index e14c6b43..038432b8 100644
--- a/src/OpenMesh/Tools/Subdivider/Uniform/Composite/CompositeT.cc
+++ b/src/OpenMesh/Tools/Subdivider/Uniform/Composite/CompositeT.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Subdivider/Uniform/Composite/CompositeT.hh b/src/OpenMesh/Tools/Subdivider/Uniform/Composite/CompositeT.hh
index 49719ec0..47ba5ba1 100644
--- a/src/OpenMesh/Tools/Subdivider/Uniform/Composite/CompositeT.hh
+++ b/src/OpenMesh/Tools/Subdivider/Uniform/Composite/CompositeT.hh
@@ -1,36 +1,43 @@
+/*===========================================================================*\
+ * *
+ * OpenMesh *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * *
+ * 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. *
+ * *
/*===========================================================================*\
- * *
- * OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
- * *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
- * *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
- * *
- * If other files instantiate templates or use macros *
- * or inline functions from this file, or you compile this file and *
- * link it with other files to produce an executable, this file does *
- * not by itself cause the resulting executable to be covered by the *
- * GNU Lesser General Public License. This exception does not however *
- * invalidate any other reasons why the executable file might be *
- * covered by the GNU Lesser General Public License. *
- * *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
- * *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
- * *
-\*===========================================================================*/
/*===========================================================================*\
* *
diff --git a/src/OpenMesh/Tools/Subdivider/Uniform/Composite/CompositeTraits.hh b/src/OpenMesh/Tools/Subdivider/Uniform/Composite/CompositeTraits.hh
index c3da102b..5904d437 100644
--- a/src/OpenMesh/Tools/Subdivider/Uniform/Composite/CompositeTraits.hh
+++ b/src/OpenMesh/Tools/Subdivider/Uniform/Composite/CompositeTraits.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Subdivider/Uniform/CompositeLoopT.hh b/src/OpenMesh/Tools/Subdivider/Uniform/CompositeLoopT.hh
index 59c92772..4a0e29a3 100644
--- a/src/OpenMesh/Tools/Subdivider/Uniform/CompositeLoopT.hh
+++ b/src/OpenMesh/Tools/Subdivider/Uniform/CompositeLoopT.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Subdivider/Uniform/CompositeSqrt3T.hh b/src/OpenMesh/Tools/Subdivider/Uniform/CompositeSqrt3T.hh
index a7bfd208..813ded7c 100644
--- a/src/OpenMesh/Tools/Subdivider/Uniform/CompositeSqrt3T.hh
+++ b/src/OpenMesh/Tools/Subdivider/Uniform/CompositeSqrt3T.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Subdivider/Uniform/LongestEdgeT.hh b/src/OpenMesh/Tools/Subdivider/Uniform/LongestEdgeT.hh
index f4736baf..136c696d 100644
--- a/src/OpenMesh/Tools/Subdivider/Uniform/LongestEdgeT.hh
+++ b/src/OpenMesh/Tools/Subdivider/Uniform/LongestEdgeT.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
-* *
-* OpenMesh *
-* Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
-* www.openmesh.org *
-* *
-*---------------------------------------------------------------------------*
-* This file is part of OpenMesh. *
-* *
-* OpenMesh is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenMesh is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenMesh. If not, *
-* see . *
-* *
-\*==========================================================================*/
+ * *
+ * OpenMesh *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * *
+ * 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/src/OpenMesh/Tools/Subdivider/Uniform/LoopT.hh b/src/OpenMesh/Tools/Subdivider/Uniform/LoopT.hh
index b6f33220..1a851fa8 100644
--- a/src/OpenMesh/Tools/Subdivider/Uniform/LoopT.hh
+++ b/src/OpenMesh/Tools/Subdivider/Uniform/LoopT.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Subdivider/Uniform/ModifiedButterFlyT.hh b/src/OpenMesh/Tools/Subdivider/Uniform/ModifiedButterFlyT.hh
index 8e6e0f4d..447ec550 100644
--- a/src/OpenMesh/Tools/Subdivider/Uniform/ModifiedButterFlyT.hh
+++ b/src/OpenMesh/Tools/Subdivider/Uniform/ModifiedButterFlyT.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
-* *
-* OpenMesh *
-* Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
-* www.openmesh.org *
-* *
-*---------------------------------------------------------------------------*
-* This file is part of OpenMesh. *
-* *
-* OpenMesh is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenMesh is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenMesh. If not, *
-* see . *
-* *
-\*==========================================================================*/
+ * *
+ * OpenMesh *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * *
+ * 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/src/OpenMesh/Tools/Subdivider/Uniform/Sqrt3InterpolatingSubdividerLabsikGreinerT.hh b/src/OpenMesh/Tools/Subdivider/Uniform/Sqrt3InterpolatingSubdividerLabsikGreinerT.hh
index 44d6840f..821e9eff 100644
--- a/src/OpenMesh/Tools/Subdivider/Uniform/Sqrt3InterpolatingSubdividerLabsikGreinerT.hh
+++ b/src/OpenMesh/Tools/Subdivider/Uniform/Sqrt3InterpolatingSubdividerLabsikGreinerT.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
-* *
-* OpenMesh *
-* Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
-* www.openmesh.org *
-* *
-*---------------------------------------------------------------------------*
-* This file is part of OpenMesh. *
-* *
-* OpenMesh is free software: you can redistribute it and/or modify *
-* it under the terms of the GNU Lesser General Public License as *
-* published by the Free Software Foundation, either version 3 of *
-* the License, or (at your option) any later version with the *
-* following exceptions: *
-* *
-* If other files instantiate templates or use macros *
-* or inline functions from this file, or you compile this file and *
-* link it with other files to produce an executable, this file does *
-* not by itself cause the resulting executable to be covered by the *
-* GNU Lesser General Public License. This exception does not however *
-* invalidate any other reasons why the executable file might be *
-* covered by the GNU Lesser General Public License. *
-* *
-* OpenMesh is distributed in the hope that it will be useful, *
-* but WITHOUT ANY WARRANTY; without even the implied warranty of *
-* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
-* GNU Lesser General Public License for more details. *
-* *
-* You should have received a copy of the GNU LesserGeneral Public *
-* License along with OpenMesh. If not, *
-* see . *
-* *
-\*==========================================================================*/
+ * *
+ * OpenMesh *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * *
+ * 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/src/OpenMesh/Tools/Subdivider/Uniform/Sqrt3T.hh b/src/OpenMesh/Tools/Subdivider/Uniform/Sqrt3T.hh
index 676b5e89..241b828f 100644
--- a/src/OpenMesh/Tools/Subdivider/Uniform/Sqrt3T.hh
+++ b/src/OpenMesh/Tools/Subdivider/Uniform/Sqrt3T.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Subdivider/Uniform/SubdividerT.hh b/src/OpenMesh/Tools/Subdivider/Uniform/SubdividerT.hh
index 522c4539..161a8302 100644
--- a/src/OpenMesh/Tools/Subdivider/Uniform/SubdividerT.hh
+++ b/src/OpenMesh/Tools/Subdivider/Uniform/SubdividerT.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Utils/Config.hh b/src/OpenMesh/Tools/Utils/Config.hh
index 0254094a..6bc3c830 100644
--- a/src/OpenMesh/Tools/Utils/Config.hh
+++ b/src/OpenMesh/Tools/Utils/Config.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Utils/GLConstAsString.hh b/src/OpenMesh/Tools/Utils/GLConstAsString.hh
index 5ac806ed..7950ce3a 100644
--- a/src/OpenMesh/Tools/Utils/GLConstAsString.hh
+++ b/src/OpenMesh/Tools/Utils/GLConstAsString.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Utils/HeapT.hh b/src/OpenMesh/Tools/Utils/HeapT.hh
index 6c631821..8f0d3336 100644
--- a/src/OpenMesh/Tools/Utils/HeapT.hh
+++ b/src/OpenMesh/Tools/Utils/HeapT.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Utils/MeshCheckerT.cc b/src/OpenMesh/Tools/Utils/MeshCheckerT.cc
index 1af474af..44ed1053 100644
--- a/src/OpenMesh/Tools/Utils/MeshCheckerT.cc
+++ b/src/OpenMesh/Tools/Utils/MeshCheckerT.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Utils/MeshCheckerT.hh b/src/OpenMesh/Tools/Utils/MeshCheckerT.hh
index f71af32a..0c90e777 100644
--- a/src/OpenMesh/Tools/Utils/MeshCheckerT.hh
+++ b/src/OpenMesh/Tools/Utils/MeshCheckerT.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Utils/NumLimitsT.hh b/src/OpenMesh/Tools/Utils/NumLimitsT.hh
index d184760c..35b0a799 100644
--- a/src/OpenMesh/Tools/Utils/NumLimitsT.hh
+++ b/src/OpenMesh/Tools/Utils/NumLimitsT.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Utils/StripifierT.cc b/src/OpenMesh/Tools/Utils/StripifierT.cc
index 3041c518..122ef729 100644
--- a/src/OpenMesh/Tools/Utils/StripifierT.cc
+++ b/src/OpenMesh/Tools/Utils/StripifierT.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Utils/StripifierT.hh b/src/OpenMesh/Tools/Utils/StripifierT.hh
index 18b22b3c..553595d4 100644
--- a/src/OpenMesh/Tools/Utils/StripifierT.hh
+++ b/src/OpenMesh/Tools/Utils/StripifierT.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Utils/TestingFramework.hh b/src/OpenMesh/Tools/Utils/TestingFramework.hh
index 42cf91ad..a41ca9d8 100644
--- a/src/OpenMesh/Tools/Utils/TestingFramework.hh
+++ b/src/OpenMesh/Tools/Utils/TestingFramework.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Utils/Timer.cc b/src/OpenMesh/Tools/Utils/Timer.cc
index f9544fd4..f58771c9 100644
--- a/src/OpenMesh/Tools/Utils/Timer.cc
+++ b/src/OpenMesh/Tools/Utils/Timer.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Utils/Timer.hh b/src/OpenMesh/Tools/Utils/Timer.hh
index 608325e6..ae97395c 100644
--- a/src/OpenMesh/Tools/Utils/Timer.hh
+++ b/src/OpenMesh/Tools/Utils/Timer.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Utils/conio.cc b/src/OpenMesh/Tools/Utils/conio.cc
index 2514fed8..6032b4ba 100644
--- a/src/OpenMesh/Tools/Utils/conio.cc
+++ b/src/OpenMesh/Tools/Utils/conio.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/Utils/conio.hh b/src/OpenMesh/Tools/Utils/conio.hh
index 0b87f913..1435900b 100644
--- a/src/OpenMesh/Tools/Utils/conio.hh
+++ b/src/OpenMesh/Tools/Utils/conio.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/VDPM/MeshTraits.hh b/src/OpenMesh/Tools/VDPM/MeshTraits.hh
index c7868131..fda745bf 100644
--- a/src/OpenMesh/Tools/VDPM/MeshTraits.hh
+++ b/src/OpenMesh/Tools/VDPM/MeshTraits.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/VDPM/StreamingDef.hh b/src/OpenMesh/Tools/VDPM/StreamingDef.hh
index 7dc2c4d9..524bb663 100644
--- a/src/OpenMesh/Tools/VDPM/StreamingDef.hh
+++ b/src/OpenMesh/Tools/VDPM/StreamingDef.hh
@@ -1,36 +1,43 @@
+/*===========================================================================*\
+ * *
+ * OpenMesh *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * *
+ * 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. *
+ * *
/*===========================================================================*\
- * *
- * OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
- * *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
- * *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
- * *
- * If other files instantiate templates or use macros *
- * or inline functions from this file, or you compile this file and *
- * link it with other files to produce an executable, this file does *
- * not by itself cause the resulting executable to be covered by the *
- * GNU Lesser General Public License. This exception does not however *
- * invalidate any other reasons why the executable file might be *
- * covered by the GNU Lesser General Public License. *
- * *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
- * *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
- * *
-\*===========================================================================*/
/*===========================================================================*\
* *
diff --git a/src/OpenMesh/Tools/VDPM/VFront.cc b/src/OpenMesh/Tools/VDPM/VFront.cc
index ffccc7c6..73b7a82f 100644
--- a/src/OpenMesh/Tools/VDPM/VFront.cc
+++ b/src/OpenMesh/Tools/VDPM/VFront.cc
@@ -1,36 +1,43 @@
+/*===========================================================================*\
+ * *
+ * OpenMesh *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * *
+ * 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. *
+ * *
/*===========================================================================*\
- * *
- * OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
- * *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
- * *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
- * *
- * If other files instantiate templates or use macros *
- * or inline functions from this file, or you compile this file and *
- * link it with other files to produce an executable, this file does *
- * not by itself cause the resulting executable to be covered by the *
- * GNU Lesser General Public License. This exception does not however *
- * invalidate any other reasons why the executable file might be *
- * covered by the GNU Lesser General Public License. *
- * *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
- * *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
- * *
-\*===========================================================================*/
/*===========================================================================*\
* *
diff --git a/src/OpenMesh/Tools/VDPM/VFront.hh b/src/OpenMesh/Tools/VDPM/VFront.hh
index d16bba3e..d196f513 100644
--- a/src/OpenMesh/Tools/VDPM/VFront.hh
+++ b/src/OpenMesh/Tools/VDPM/VFront.hh
@@ -1,36 +1,43 @@
+/*===========================================================================*\
+ * *
+ * OpenMesh *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * *
+ * 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. *
+ * *
/*===========================================================================*\
- * *
- * OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
- * *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
- * *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
- * *
- * If other files instantiate templates or use macros *
- * or inline functions from this file, or you compile this file and *
- * link it with other files to produce an executable, this file does *
- * not by itself cause the resulting executable to be covered by the *
- * GNU Lesser General Public License. This exception does not however *
- * invalidate any other reasons why the executable file might be *
- * covered by the GNU Lesser General Public License. *
- * *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
- * *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
- * *
-\*===========================================================================*/
/*===========================================================================*\
* *
diff --git a/src/OpenMesh/Tools/VDPM/VHierarchy.cc b/src/OpenMesh/Tools/VDPM/VHierarchy.cc
index 274bda60..d85ef938 100644
--- a/src/OpenMesh/Tools/VDPM/VHierarchy.cc
+++ b/src/OpenMesh/Tools/VDPM/VHierarchy.cc
@@ -1,36 +1,43 @@
+/*===========================================================================*\
+ * *
+ * OpenMesh *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * *
+ * 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. *
+ * *
/*===========================================================================*\
- * *
- * OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
- * *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
- * *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
- * *
- * If other files instantiate templates or use macros *
- * or inline functions from this file, or you compile this file and *
- * link it with other files to produce an executable, this file does *
- * not by itself cause the resulting executable to be covered by the *
- * GNU Lesser General Public License. This exception does not however *
- * invalidate any other reasons why the executable file might be *
- * covered by the GNU Lesser General Public License. *
- * *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
- * *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
- * *
-\*===========================================================================*/
/*===========================================================================*\
* *
diff --git a/src/OpenMesh/Tools/VDPM/VHierarchy.hh b/src/OpenMesh/Tools/VDPM/VHierarchy.hh
index 94c9f9c8..5346a93d 100644
--- a/src/OpenMesh/Tools/VDPM/VHierarchy.hh
+++ b/src/OpenMesh/Tools/VDPM/VHierarchy.hh
@@ -1,36 +1,43 @@
+/*===========================================================================*\
+ * *
+ * OpenMesh *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * *
+ * 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. *
+ * *
/*===========================================================================*\
- * *
- * OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
- * *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
- * *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
- * *
- * If other files instantiate templates or use macros *
- * or inline functions from this file, or you compile this file and *
- * link it with other files to produce an executable, this file does *
- * not by itself cause the resulting executable to be covered by the *
- * GNU Lesser General Public License. This exception does not however *
- * invalidate any other reasons why the executable file might be *
- * covered by the GNU Lesser General Public License. *
- * *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
- * *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
- * *
-\*===========================================================================*/
/*===========================================================================*\
* *
diff --git a/src/OpenMesh/Tools/VDPM/VHierarchyNode.hh b/src/OpenMesh/Tools/VDPM/VHierarchyNode.hh
index 73a87512..17e9e904 100644
--- a/src/OpenMesh/Tools/VDPM/VHierarchyNode.hh
+++ b/src/OpenMesh/Tools/VDPM/VHierarchyNode.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/VDPM/VHierarchyNodeIndex.cc b/src/OpenMesh/Tools/VDPM/VHierarchyNodeIndex.cc
index a412c601..48453d30 100644
--- a/src/OpenMesh/Tools/VDPM/VHierarchyNodeIndex.cc
+++ b/src/OpenMesh/Tools/VDPM/VHierarchyNodeIndex.cc
@@ -1,36 +1,43 @@
+/*===========================================================================*\
+ * *
+ * OpenMesh *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * *
+ * 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. *
+ * *
/*===========================================================================*\
- * *
- * OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
- * *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
- * *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
- * *
- * If other files instantiate templates or use macros *
- * or inline functions from this file, or you compile this file and *
- * link it with other files to produce an executable, this file does *
- * not by itself cause the resulting executable to be covered by the *
- * GNU Lesser General Public License. This exception does not however *
- * invalidate any other reasons why the executable file might be *
- * covered by the GNU Lesser General Public License. *
- * *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
- * *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
- * *
-\*===========================================================================*/
/*===========================================================================*\
* *
diff --git a/src/OpenMesh/Tools/VDPM/VHierarchyNodeIndex.hh b/src/OpenMesh/Tools/VDPM/VHierarchyNodeIndex.hh
index 18248068..d6720d2a 100644
--- a/src/OpenMesh/Tools/VDPM/VHierarchyNodeIndex.hh
+++ b/src/OpenMesh/Tools/VDPM/VHierarchyNodeIndex.hh
@@ -1,36 +1,43 @@
+/*===========================================================================*\
+ * *
+ * OpenMesh *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * *
+ * 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. *
+ * *
/*===========================================================================*\
- * *
- * OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
- * *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
- * *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
- * *
- * If other files instantiate templates or use macros *
- * or inline functions from this file, or you compile this file and *
- * link it with other files to produce an executable, this file does *
- * not by itself cause the resulting executable to be covered by the *
- * GNU Lesser General Public License. This exception does not however *
- * invalidate any other reasons why the executable file might be *
- * covered by the GNU Lesser General Public License. *
- * *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
- * *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
- * *
-\*===========================================================================*/
/*===========================================================================*\
* *
diff --git a/src/OpenMesh/Tools/VDPM/VHierarchyWindow.cc b/src/OpenMesh/Tools/VDPM/VHierarchyWindow.cc
index dbd54653..e3349deb 100644
--- a/src/OpenMesh/Tools/VDPM/VHierarchyWindow.cc
+++ b/src/OpenMesh/Tools/VDPM/VHierarchyWindow.cc
@@ -1,36 +1,43 @@
+/*===========================================================================*\
+ * *
+ * OpenMesh *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * *
+ * 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. *
+ * *
/*===========================================================================*\
- * *
- * OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
- * *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
- * *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
- * *
- * If other files instantiate templates or use macros *
- * or inline functions from this file, or you compile this file and *
- * link it with other files to produce an executable, this file does *
- * not by itself cause the resulting executable to be covered by the *
- * GNU Lesser General Public License. This exception does not however *
- * invalidate any other reasons why the executable file might be *
- * covered by the GNU Lesser General Public License. *
- * *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
- * *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
- * *
-\*===========================================================================*/
/*===========================================================================*\
* *
diff --git a/src/OpenMesh/Tools/VDPM/VHierarchyWindow.hh b/src/OpenMesh/Tools/VDPM/VHierarchyWindow.hh
index f244ab80..59ddb953 100644
--- a/src/OpenMesh/Tools/VDPM/VHierarchyWindow.hh
+++ b/src/OpenMesh/Tools/VDPM/VHierarchyWindow.hh
@@ -1,36 +1,43 @@
+/*===========================================================================*\
+ * *
+ * OpenMesh *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
+ * *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * *
+ * 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. *
+ * *
/*===========================================================================*\
- * *
- * OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
- * *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
- * *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
- * *
- * If other files instantiate templates or use macros *
- * or inline functions from this file, or you compile this file and *
- * link it with other files to produce an executable, this file does *
- * not by itself cause the resulting executable to be covered by the *
- * GNU Lesser General Public License. This exception does not however *
- * invalidate any other reasons why the executable file might be *
- * covered by the GNU Lesser General Public License. *
- * *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
- * *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
- * *
-\*===========================================================================*/
/*===========================================================================*\
* *
diff --git a/src/OpenMesh/Tools/VDPM/ViewingParameters.cc b/src/OpenMesh/Tools/VDPM/ViewingParameters.cc
index 0abcf27f..f6cc9913 100644
--- a/src/OpenMesh/Tools/VDPM/ViewingParameters.cc
+++ b/src/OpenMesh/Tools/VDPM/ViewingParameters.cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/src/OpenMesh/Tools/VDPM/ViewingParameters.hh b/src/OpenMesh/Tools/VDPM/ViewingParameters.hh
index af07d8e6..a05e0c85 100644
--- a/src/OpenMesh/Tools/VDPM/ViewingParameters.hh
+++ b/src/OpenMesh/Tools/VDPM/ViewingParameters.hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2015 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/templates/cc b/templates/cc
index 8f7d0467..aa8c8072 100644
--- a/templates/cc
+++ b/templates/cc
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/templates/cpp b/templates/cpp
index 8f7d0467..aa8c8072 100644
--- a/templates/cpp
+++ b/templates/cpp
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/templates/h b/templates/h
index 8f7d0467..aa8c8072 100644
--- a/templates/h
+++ b/templates/h
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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/templates/hh b/templates/hh
index 8f7d0467..aa8c8072 100644
--- a/templates/hh
+++ b/templates/hh
@@ -1,36 +1,43 @@
/*===========================================================================*\
* *
* OpenMesh *
- * Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen *
- * www.openmesh.org *
+ * Copyright (c) 2001-2015, RWTH-Aachen University *
+ * Department for Computer Graphics and Multimedia *
+ * All rights reserved. *
+ * www.openmesh.org *
* *
- *---------------------------------------------------------------------------*
- * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
+ * This file is part of OpenMesh. *
+ *---------------------------------------------------------------------------*
* *
- * OpenMesh is free software: you can redistribute it and/or modify *
- * it under the terms of the GNU Lesser General Public License as *
- * published by the Free Software Foundation, either version 3 of *
- * the License, or (at your option) any later version with the *
- * following exceptions: *
+ * Redistribution and use in source and binary forms, with or without *
+ * modification, are permitted provided that the following conditions *
+ * are met: *
* *
- * 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. *
+ * 1. Redistributions of source code must retain the above copyright notice, *
+ * this list of conditions and the following disclaimer. *
* *
- * OpenMesh is distributed in the hope that it will be useful, *
- * but WITHOUT ANY WARRANTY; without even the implied warranty of *
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
- * GNU Lesser General Public License for more details. *
+ * 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. *
* *
- * You should have received a copy of the GNU LesserGeneral Public *
- * License along with OpenMesh. If not, *
- * see . *
+ * 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. *
+ * *
+/*===========================================================================*\
/*===========================================================================*\
* *