diff --git a/Math_Tools/ICP/ICP.cc b/Math_Tools/ICP/ICP.cc index 39bf5876dbe9db3cbcc0f18e41b9c7d217541124..73b89c003f16bb148e49901a57a99da1c6ba3181 100644 --- a/Math_Tools/ICP/ICP.cc +++ b/Math_Tools/ICP/ICP.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/Math_Tools/ICP/ICP.hh b/Math_Tools/ICP/ICP.hh index 0c13d8282fdaf22181a4af4820588a00631643c0..6fca398679c364959aa045055c88104df0d4a555 100644 --- a/Math_Tools/ICP/ICP.hh +++ b/Math_Tools/ICP/ICP.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/Math_Tools/Math_Tools.cc b/Math_Tools/Math_Tools.cc index 9cfceed2cf8240be0e639e7b3d56b848b181d7a8..0f9f588c265231e5c7a30f79ce82a50fe721f94c 100644 --- a/Math_Tools/Math_Tools.cc +++ b/Math_Tools/Math_Tools.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/Math_Tools/Math_Tools.hh b/Math_Tools/Math_Tools.hh index 3020699a210fc29b8572dbbb2f6b3e17d43409d6..2eb89963b08c568b46c5935094c75910b66ec833 100644 --- a/Math_Tools/Math_Tools.hh +++ b/Math_Tools/Math_Tools.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/Math_Tools/PCA/PCA.cc b/Math_Tools/PCA/PCA.cc index fe963638a049e989413fef5b9de3c20da1e525cd..300f5fbecac4d65f8c971b3b595a50e3bc3c2858 100644 --- a/Math_Tools/PCA/PCA.cc +++ b/Math_Tools/PCA/PCA.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/Math_Tools/PCA/PCA.hh b/Math_Tools/PCA/PCA.hh index 68fca2fbec886fc96793cdb3348043f0fd060512..54fe90a547cb8cd3d9c9be6e6999fed8c9a5835a 100644 --- a/Math_Tools/PCA/PCA.hh +++ b/Math_Tools/PCA/PCA.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/MeshTools/Curvature.cc b/MeshTools/Curvature.cc index debb8236f10d6cd5eac31ed72e56f3d63c45c6c1..5ed109fa1b715fb9ca2040e6a86a1f1449b12a55 100644 --- a/MeshTools/Curvature.cc +++ b/MeshTools/Curvature.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/MeshTools/Curvature.hh b/MeshTools/Curvature.hh index 4da26994cfea12483fc35f91be8572927e5a2b9e..a8e78000daf312bdc89c8a5ab1c1c071fe5612d6 100644 --- a/MeshTools/Curvature.hh +++ b/MeshTools/Curvature.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/MeshTools/MeshFunctions.cc b/MeshTools/MeshFunctions.cc index 27fb01ecf00bfd1d72293919af944a56eaa6e31e..d695bd3d24bac15c9b69fca06fbe7a2135e34dd2 100644 --- a/MeshTools/MeshFunctions.cc +++ b/MeshTools/MeshFunctions.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/MeshTools/MeshFunctions.hh b/MeshTools/MeshFunctions.hh index bca2a773d58cd7616a9a2a7207f0c383c5c2d43d..30539afb1f02c8c475876b2147fd7286e3c95aad 100644 --- a/MeshTools/MeshFunctions.hh +++ b/MeshTools/MeshFunctions.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/MeshTools/MeshInfoT.cc b/MeshTools/MeshInfoT.cc index 399508f68934c96db0cb1a6613a38802cf052ca4..2c41772ae8789feb50548b122a1b48d499c70f9a 100644 --- a/MeshTools/MeshInfoT.cc +++ b/MeshTools/MeshInfoT.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/MeshTools/MeshInfoT.hh b/MeshTools/MeshInfoT.hh index 78bb26a946aa8c9edfe9cb6c5503bc8c92d6a54b..0286282e0fd5c44c8571345882c12d46d1b146a1 100644 --- a/MeshTools/MeshInfoT.hh +++ b/MeshTools/MeshInfoT.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/MeshTools/MeshNavigationT.cc b/MeshTools/MeshNavigationT.cc index 151a920967c0b52cfb8334a62fde35d73e924016..bbf2f826f4d90d5eb17132cfc719e61cc03ed693 100644 --- a/MeshTools/MeshNavigationT.cc +++ b/MeshTools/MeshNavigationT.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/MeshTools/MeshNavigationT.hh b/MeshTools/MeshNavigationT.hh index 58bf6fc748160527d2764bc2f041fcaaa52f9e0e..3d17bc955bb702df3e6d786fb286cb06c8d77f94 100644 --- a/MeshTools/MeshNavigationT.hh +++ b/MeshTools/MeshNavigationT.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/MeshTools/MeshSelectionT.cc b/MeshTools/MeshSelectionT.cc index 4c19eceeebbf787363366c4653545ff67f41d344..70660e89ee1ba1a8786f89aeb24f5e694fc5edb2 100644 --- a/MeshTools/MeshSelectionT.cc +++ b/MeshTools/MeshSelectionT.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/MeshTools/MeshSelectionT.hh b/MeshTools/MeshSelectionT.hh index d5b181709a1d52b3d26c8d516fb920fc91bf5d0f..63f1e37e20628b43fec0d54c9a897c8d8f9c2d27 100644 --- a/MeshTools/MeshSelectionT.hh +++ b/MeshTools/MeshSelectionT.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/BSplineCurve/BSplineCurve.hh b/ObjectTypes/BSplineCurve/BSplineCurve.hh index 1391312c218d754ba73b8af58ca184ada1af4a49..afeb9974954426449085ed80a15221d16579c82a 100644 --- a/ObjectTypes/BSplineCurve/BSplineCurve.hh +++ b/ObjectTypes/BSplineCurve/BSplineCurve.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/BSplineCurve/BSplineCurveNodeT.cc b/ObjectTypes/BSplineCurve/BSplineCurveNodeT.cc index 65897aa513b8efb3193dc76849b0e78b90a2bff8..818d8333668dfcec3d4b1fb8257053dfe2f5efe3 100644 --- a/ObjectTypes/BSplineCurve/BSplineCurveNodeT.cc +++ b/ObjectTypes/BSplineCurve/BSplineCurveNodeT.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/BSplineCurve/BSplineCurveNodeT.hh b/ObjectTypes/BSplineCurve/BSplineCurveNodeT.hh index 0f1f97d27e468189626e54e807073a97862bb962..291e74dae01272a3c65628953f98a109ccf6b7b4 100644 --- a/ObjectTypes/BSplineCurve/BSplineCurveNodeT.hh +++ b/ObjectTypes/BSplineCurve/BSplineCurveNodeT.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/BSplineCurve/BSplineCurveObject.cc b/ObjectTypes/BSplineCurve/BSplineCurveObject.cc index 33b3b6523025e898ea7ececbda8d3dc0b794e486..f120c59867ab41c7497d4c3e5b88203528112dbb 100644 --- a/ObjectTypes/BSplineCurve/BSplineCurveObject.cc +++ b/ObjectTypes/BSplineCurve/BSplineCurveObject.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/BSplineCurve/BSplineCurveObject.hh b/ObjectTypes/BSplineCurve/BSplineCurveObject.hh index 6064d6c0413b9b4de47a6ac44f282ba0e0319cc9..9bc27439c744b49da2e1a395c99ed903840e0826 100644 --- a/ObjectTypes/BSplineCurve/BSplineCurveObject.hh +++ b/ObjectTypes/BSplineCurve/BSplineCurveObject.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/BSplineCurve/BSplineCurveT.cc b/ObjectTypes/BSplineCurve/BSplineCurveT.cc index 0011297dd327edeb69ac8a95ab388493e9315800..dbdb2dfc1f5aef3489e7196dba79726909e57b92 100644 --- a/ObjectTypes/BSplineCurve/BSplineCurveT.cc +++ b/ObjectTypes/BSplineCurve/BSplineCurveT.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/BSplineCurve/BSplineCurveT.hh b/ObjectTypes/BSplineCurve/BSplineCurveT.hh index d164c912dd388118de7995c1a6f84b05cb533dd2..8ed010ecf2b31aca4517cfd7d3865f49748d93f5 100644 --- a/ObjectTypes/BSplineCurve/BSplineCurveT.hh +++ b/ObjectTypes/BSplineCurve/BSplineCurveT.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/BSplineCurve/BSplineCurveTypes.hh b/ObjectTypes/BSplineCurve/BSplineCurveTypes.hh index b1d22370b84b1df22e1a91e2b110ae84d2b2ae82..b3c1ca153a01bfeec1f1b7da03dc7a773d15c727 100644 --- a/ObjectTypes/BSplineCurve/BSplineCurveTypes.hh +++ b/ObjectTypes/BSplineCurve/BSplineCurveTypes.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/BSplineCurve/PluginFunctionsBSplineCurve.cc b/ObjectTypes/BSplineCurve/PluginFunctionsBSplineCurve.cc index 0807767d93175f3b77eae43f43d442b2334cb0a0..9a5991ba0b9a8b06534dff0cbf6b2d913ef2dee2 100644 --- a/ObjectTypes/BSplineCurve/PluginFunctionsBSplineCurve.cc +++ b/ObjectTypes/BSplineCurve/PluginFunctionsBSplineCurve.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/BSplineCurve/PluginFunctionsBSplineCurve.hh b/ObjectTypes/BSplineCurve/PluginFunctionsBSplineCurve.hh index b65b7cb1dee6e863026db927b6518c027b73bbf6..75b92ea64473dcb05a59a40e7c8ff98c0b7c52c3 100644 --- a/ObjectTypes/BSplineCurve/PluginFunctionsBSplineCurve.hh +++ b/ObjectTypes/BSplineCurve/PluginFunctionsBSplineCurve.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/BSplineSurface/BSplineSurface.hh b/ObjectTypes/BSplineSurface/BSplineSurface.hh index 8e8e145dd159902901a6df761726c8896e0b8925..8440d4a48fe51285cda796f23aca3c8151516647 100644 --- a/ObjectTypes/BSplineSurface/BSplineSurface.hh +++ b/ObjectTypes/BSplineSurface/BSplineSurface.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/BSplineSurface/BSplineSurfaceNodeT.cc b/ObjectTypes/BSplineSurface/BSplineSurfaceNodeT.cc index 7607c19f5bbb3f85b573c694e4edeeb259eb1a3f..7e17f53e47231f6656d75de5ec8de9380c5d7047 100644 --- a/ObjectTypes/BSplineSurface/BSplineSurfaceNodeT.cc +++ b/ObjectTypes/BSplineSurface/BSplineSurfaceNodeT.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/BSplineSurface/BSplineSurfaceNodeT.hh b/ObjectTypes/BSplineSurface/BSplineSurfaceNodeT.hh index 709796afef5e138be9a395555b082569fbefe370..9ac41ff3571222510bb1b17bd94b7fce0fe340a3 100644 --- a/ObjectTypes/BSplineSurface/BSplineSurfaceNodeT.hh +++ b/ObjectTypes/BSplineSurface/BSplineSurfaceNodeT.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/BSplineSurface/BSplineSurfaceObject.cc b/ObjectTypes/BSplineSurface/BSplineSurfaceObject.cc index ae9b979f269a000720a2b69f410cfd8840ed2f2d..945d34d0f978dfb66ca7630fead16055efed1b0b 100644 --- a/ObjectTypes/BSplineSurface/BSplineSurfaceObject.cc +++ b/ObjectTypes/BSplineSurface/BSplineSurfaceObject.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/BSplineSurface/BSplineSurfaceObject.hh b/ObjectTypes/BSplineSurface/BSplineSurfaceObject.hh index a554b2ca3e1af627ee3cb02810a64cf901410bf6..ea3e755cd2ce1d28ad5767ee0f458d71444f9f41 100644 --- a/ObjectTypes/BSplineSurface/BSplineSurfaceObject.hh +++ b/ObjectTypes/BSplineSurface/BSplineSurfaceObject.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/BSplineSurface/BSplineSurfaceT.cc b/ObjectTypes/BSplineSurface/BSplineSurfaceT.cc index a2e32a7e38e20b08271371b57da33372d115153e..e009838e98bb2690d5c9fc3eaa9e23ce75ff091f 100644 --- a/ObjectTypes/BSplineSurface/BSplineSurfaceT.cc +++ b/ObjectTypes/BSplineSurface/BSplineSurfaceT.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/BSplineSurface/BSplineSurfaceT.hh b/ObjectTypes/BSplineSurface/BSplineSurfaceT.hh index 1066a7b96f8bb97760010aebba7a87c54a827af6..2e1eb6375541af867bc565568545b01e0a3b87c9 100644 --- a/ObjectTypes/BSplineSurface/BSplineSurfaceT.hh +++ b/ObjectTypes/BSplineSurface/BSplineSurfaceT.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/BSplineSurface/BSplineSurfaceTypes.hh b/ObjectTypes/BSplineSurface/BSplineSurfaceTypes.hh index c27b9208b4b4c43b6a2fc1e0cd1e14976e9ed99a..6c175b1aa9c11d067146babd697a588e5519875e 100644 --- a/ObjectTypes/BSplineSurface/BSplineSurfaceTypes.hh +++ b/ObjectTypes/BSplineSurface/BSplineSurfaceTypes.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/BSplineSurface/PluginFunctionsBSplineSurface.cc b/ObjectTypes/BSplineSurface/PluginFunctionsBSplineSurface.cc index 1fca0afbe4d44ff946c6562f3f7c28f218385d2a..bf72f49c563966076ce1a3e1cd1fc3caf9d3b724 100644 --- a/ObjectTypes/BSplineSurface/PluginFunctionsBSplineSurface.cc +++ b/ObjectTypes/BSplineSurface/PluginFunctionsBSplineSurface.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/BSplineSurface/PluginFunctionsBSplineSurface.hh b/ObjectTypes/BSplineSurface/PluginFunctionsBSplineSurface.hh index a57d11a8a18926ebb9d21b6f352c06e32ade0fb4..79caecad36ec0ff41370ea13857bcefefa6a6d52 100644 --- a/ObjectTypes/BSplineSurface/PluginFunctionsBSplineSurface.hh +++ b/ObjectTypes/BSplineSurface/PluginFunctionsBSplineSurface.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Coordsys/CoordinateSystemNode.cc b/ObjectTypes/Coordsys/CoordinateSystemNode.cc index f4726a7b2e180abce24f72304154f0ad11d1d767..62bdda4b963be69efa0b14973e221b5610feb75a 100644 --- a/ObjectTypes/Coordsys/CoordinateSystemNode.cc +++ b/ObjectTypes/Coordsys/CoordinateSystemNode.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * - * Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * - * www.openflipper.org * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * * * *---------------------------------------------------------------------------* - * This file is part of OpenFlipper. * + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * * * - * OpenFlipper is free software: you can redistribute it and/or modify * - * it under the terms of the GNU Lesser General Public License as * - * published by the Free Software Foundation, either version 3 of * - * the License, or (at your option) any later version with the * - * following exceptions: * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * * * - * If other files instantiate templates or use macros * - * or inline functions from this file, or you compile this file and * - * link it with other files to produce an executable, this file does * - * not by itself cause the resulting executable to be covered by the * - * GNU Lesser General Public License. This exception does not however * - * invalidate any other reasons why the executable file might be * - * covered by the GNU Lesser General Public License. * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * * * - * OpenFlipper is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Lesser General Public License for more details. * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * * * - * You should have received a copy of the GNU LesserGeneral Public * - * License along with OpenFlipper. If not, * - * see . * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Coordsys/CoordinateSystemNode.hh b/ObjectTypes/Coordsys/CoordinateSystemNode.hh index 559d0567538b9efee3620559495e7c46cb12c97c..ffde9ebc62d33e4e831f6b3bc33d723eff8a8ab5 100644 --- a/ObjectTypes/Coordsys/CoordinateSystemNode.hh +++ b/ObjectTypes/Coordsys/CoordinateSystemNode.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * - * Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * - * www.openflipper.org * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * * * *---------------------------------------------------------------------------* - * This file is part of OpenFlipper. * + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * * * - * OpenFlipper is free software: you can redistribute it and/or modify * - * it under the terms of the GNU Lesser General Public License as * - * published by the Free Software Foundation, either version 3 of * - * the License, or (at your option) any later version with the * - * following exceptions: * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * * * - * If other files instantiate templates or use macros * - * or inline functions from this file, or you compile this file and * - * link it with other files to produce an executable, this file does * - * not by itself cause the resulting executable to be covered by the * - * GNU Lesser General Public License. This exception does not however * - * invalidate any other reasons why the executable file might be * - * covered by the GNU Lesser General Public License. * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * * * - * OpenFlipper is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Lesser General Public License for more details. * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * * * - * You should have received a copy of the GNU LesserGeneral Public * - * License along with OpenFlipper. If not, * - * see . * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Coordsys/Coordsys.hh b/ObjectTypes/Coordsys/Coordsys.hh index ad1c4301d7df3506ddae2f5d18a4353916233239..0b929031b760f517c8f406a95ae8beb9b8021872 100644 --- a/ObjectTypes/Coordsys/Coordsys.hh +++ b/ObjectTypes/Coordsys/Coordsys.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Coordsys/CoordsysObject.cc b/ObjectTypes/Coordsys/CoordsysObject.cc index f1cea80bc43b74196ba4081eb5fbc45405435ccc..9cadc886a328e34586d126f17e5dbe8056ec13cd 100644 --- a/ObjectTypes/Coordsys/CoordsysObject.cc +++ b/ObjectTypes/Coordsys/CoordsysObject.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Coordsys/CoordsysObject.hh b/ObjectTypes/Coordsys/CoordsysObject.hh index ae7b0ed05befb2a3359dcc98bd664bd07ab1bf40..a155e7820f9d35311da5e3daf60bd7fca95c282c 100644 --- a/ObjectTypes/Coordsys/CoordsysObject.hh +++ b/ObjectTypes/Coordsys/CoordsysObject.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Coordsys/CoordsysTypes.hh b/ObjectTypes/Coordsys/CoordsysTypes.hh index 0248d9d09fc6e3bf85ac147af87902e2db56f994..bdcb691541f5d1f2678d7218720786f6595a5489 100644 --- a/ObjectTypes/Coordsys/CoordsysTypes.hh +++ b/ObjectTypes/Coordsys/CoordsysTypes.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Coordsys/PluginFunctionsCoordsys.cc b/ObjectTypes/Coordsys/PluginFunctionsCoordsys.cc index 1dd01035802d6cda09e134572354ad048aeb7c96..6092d394af7600db625b621f59abb94b97685a4c 100644 --- a/ObjectTypes/Coordsys/PluginFunctionsCoordsys.cc +++ b/ObjectTypes/Coordsys/PluginFunctionsCoordsys.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Coordsys/PluginFunctionsCoordsys.hh b/ObjectTypes/Coordsys/PluginFunctionsCoordsys.hh index 60aff43afa3ac3182f823ec5c78ba843a02add4d..eb3926a4794b1de678919663bf20a8874a6a1021 100644 --- a/ObjectTypes/Coordsys/PluginFunctionsCoordsys.hh +++ b/ObjectTypes/Coordsys/PluginFunctionsCoordsys.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/HexahedralMesh/HexahedralMesh.hh b/ObjectTypes/HexahedralMesh/HexahedralMesh.hh index 0ebe4f3659f682a3ed6bb6934c2096103d124de3..ab29c91bc7d71ce03c2a6b9cafa933b7bbba5597 100644 --- a/ObjectTypes/HexahedralMesh/HexahedralMesh.hh +++ b/ObjectTypes/HexahedralMesh/HexahedralMesh.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/HexahedralMesh/PluginFunctionsHexahedralMesh.cc b/ObjectTypes/HexahedralMesh/PluginFunctionsHexahedralMesh.cc index b198918f4b22182aa20ff5423e294eb549d68a70..19fb6887d1bcac207dd2ab9ff9f3f19238406daa 100644 --- a/ObjectTypes/HexahedralMesh/PluginFunctionsHexahedralMesh.cc +++ b/ObjectTypes/HexahedralMesh/PluginFunctionsHexahedralMesh.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * - * Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * - * www.openflipper.org * - * * - *--------------------------------------------------------------------------- * - * This file is part of OpenFlipper. * - * * - * OpenFlipper is free software: you can redistribute it and/or modify * - * it under the terms of the GNU Lesser General Public License as * - * published by the Free Software Foundation, either version 3 of * - * the License, or (at your option) any later version with the * - * following exceptions: * - * * - * If other files instantiate templates or use macros * - * or inline functions from this file, or you compile this file and * - * link it with other files to produce an executable, this file does * - * not by itself cause the resulting executable to be covered by the * - * GNU Lesser General Public License. This exception does not however * - * invalidate any other reasons why the executable file might be * - * covered by the GNU Lesser General Public License. * - * * - * OpenFlipper is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Lesser General Public License for more details. * - * * - * You should have received a copy of the GNU LesserGeneral Public * - * License along with OpenFlipper. If not, * - * see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/HexahedralMesh/PluginFunctionsHexahedralMesh.hh b/ObjectTypes/HexahedralMesh/PluginFunctionsHexahedralMesh.hh index 634c27c850799ad6fe91993bbd260947507db2dc..da950fd2756f74cb5f5ac8024229f915f059e77c 100644 --- a/ObjectTypes/HexahedralMesh/PluginFunctionsHexahedralMesh.hh +++ b/ObjectTypes/HexahedralMesh/PluginFunctionsHexahedralMesh.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * - * Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * - * www.openflipper.org * - * * - *--------------------------------------------------------------------------- * - * This file is part of OpenFlipper. * - * * - * OpenFlipper is free software: you can redistribute it and/or modify * - * it under the terms of the GNU Lesser General Public License as * - * published by the Free Software Foundation, either version 3 of * - * the License, or (at your option) any later version with the * - * following exceptions: * - * * - * If other files instantiate templates or use macros * - * or inline functions from this file, or you compile this file and * - * link it with other files to produce an executable, this file does * - * not by itself cause the resulting executable to be covered by the * - * GNU Lesser General Public License. This exception does not however * - * invalidate any other reasons why the executable file might be * - * covered by the GNU Lesser General Public License. * - * * - * OpenFlipper is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Lesser General Public License for more details. * - * * - * You should have received a copy of the GNU LesserGeneral Public * - * License along with OpenFlipper. If not, * - * see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Knotvector/KnotvectorT.cc b/ObjectTypes/Knotvector/KnotvectorT.cc index b8253b473d2db8d5078649a0f3c3e4820729a9ba..44daa5ebe5df2b6ed7301082064ff5ce40187741 100644 --- a/ObjectTypes/Knotvector/KnotvectorT.cc +++ b/ObjectTypes/Knotvector/KnotvectorT.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Knotvector/KnotvectorT.hh b/ObjectTypes/Knotvector/KnotvectorT.hh index da4634eab3e97cbb97906fed5932fd1f7f45e93e..227137317092d8378a686c4c1ba65af913557e01 100644 --- a/ObjectTypes/Knotvector/KnotvectorT.hh +++ b/ObjectTypes/Knotvector/KnotvectorT.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Light/Light.hh b/ObjectTypes/Light/Light.hh index b2564e44f87136d257a67baac2790c8110acd498..79244d2c928deafe7d4752089793888000f11975 100644 --- a/ObjectTypes/Light/Light.hh +++ b/ObjectTypes/Light/Light.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Light/LightNode.cc b/ObjectTypes/Light/LightNode.cc index 3b91a13c0f6351fd056ca249c88ccef8c652cfdb..8c4a2c7a14f547d111e82bbacdd5be4d65d63627 100644 --- a/ObjectTypes/Light/LightNode.cc +++ b/ObjectTypes/Light/LightNode.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Light/LightNode.hh b/ObjectTypes/Light/LightNode.hh index c9529d7ecb493180ee949037dcffcc2684988eb2..a74d6a3c689189ce45fa5431d6213a66fbe05cea 100644 --- a/ObjectTypes/Light/LightNode.hh +++ b/ObjectTypes/Light/LightNode.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Light/LightObject.cc b/ObjectTypes/Light/LightObject.cc index 82ac325e99349b23671b3f53f27a45e6f4a751bf..47de5fd43be431d0bb009acd6fbb881f04fc8b78 100644 --- a/ObjectTypes/Light/LightObject.cc +++ b/ObjectTypes/Light/LightObject.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Light/LightObject.hh b/ObjectTypes/Light/LightObject.hh index fc3710a5d545a0e3e122139c9202b3fd1a542bf4..6507def5a2dbb7e7844a72f2a0910de42ff458c8 100644 --- a/ObjectTypes/Light/LightObject.hh +++ b/ObjectTypes/Light/LightObject.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Light/LightTypes.hh b/ObjectTypes/Light/LightTypes.hh index 5afe89eb88e7b32aa079d90dd9cd59fdf135f3ab..220e6ba1ec8fb2556d67df9165d805c91fdc125c 100644 --- a/ObjectTypes/Light/LightTypes.hh +++ b/ObjectTypes/Light/LightTypes.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Light/LightWidget.cc b/ObjectTypes/Light/LightWidget.cc index 76fce4797d247cc28827096ffa5423ee770b84d7..38a7031dad5361d8d6d58e3e7ae64af5e688710f 100644 --- a/ObjectTypes/Light/LightWidget.cc +++ b/ObjectTypes/Light/LightWidget.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Light/LightWidget.hh b/ObjectTypes/Light/LightWidget.hh index 036dea4f330c1683e1e0e1a146cb44f084be57b5..30c8ff190e76bb74bf61baec9148f2a94627d019 100644 --- a/ObjectTypes/Light/LightWidget.hh +++ b/ObjectTypes/Light/LightWidget.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Light/PluginFunctionsLight.cc b/ObjectTypes/Light/PluginFunctionsLight.cc index 87bbb62c438b3298d9667f31c50bd0d839c8d9c1..cd0f3a2c84c6f135ca512cac3085022368ca493b 100644 --- a/ObjectTypes/Light/PluginFunctionsLight.cc +++ b/ObjectTypes/Light/PluginFunctionsLight.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Light/PluginFunctionsLight.hh b/ObjectTypes/Light/PluginFunctionsLight.hh index c23baf4391afd0b80e732405f31c150c1b93275d..347e4e5ed0f386ea8f72183cdb2d6a49b8ec28de 100644 --- a/ObjectTypes/Light/PluginFunctionsLight.hh +++ b/ObjectTypes/Light/PluginFunctionsLight.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/MeshObject/MeshObjectT.cc b/ObjectTypes/MeshObject/MeshObjectT.cc index 4ad73202c300fe085dc4c89f97a88d5bae8ca57a..1a0907f8dac5faf6125171f293a4ec78b18e488e 100644 --- a/ObjectTypes/MeshObject/MeshObjectT.cc +++ b/ObjectTypes/MeshObject/MeshObjectT.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/MeshObject/MeshObjectT.hh b/ObjectTypes/MeshObject/MeshObjectT.hh index 263ce10e3eaa704f5aa9327d3f51a93c0c383c83..045cc3517a8ee1d99991fccb20b9be76d1e2cbf8 100644 --- a/ObjectTypes/MeshObject/MeshObjectT.hh +++ b/ObjectTypes/MeshObject/MeshObjectT.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/MeshObject/StatusNodeMods.hh b/ObjectTypes/MeshObject/StatusNodeMods.hh index f915b83e165fd0c0234172939e0a0e8226bcb370..b95757a7af80406f59ff04bc759408571e3de667 100644 --- a/ObjectTypes/MeshObject/StatusNodeMods.hh +++ b/ObjectTypes/MeshObject/StatusNodeMods.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/MeshObject/StatusViewNodeT.cc b/ObjectTypes/MeshObject/StatusViewNodeT.cc index 9b65ccfe58ac388826a43e016dacf3f130bae774..8506333426bd7bd7ec04af92e212656843d2b089 100644 --- a/ObjectTypes/MeshObject/StatusViewNodeT.cc +++ b/ObjectTypes/MeshObject/StatusViewNodeT.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/MeshObject/StatusViewNodeT.hh b/ObjectTypes/MeshObject/StatusViewNodeT.hh index 68dd733e97d8c777926728255c81ee41619b2a28..56a4cb3c41e0eb2f3f8ee9d3e7c3ebf01597ba4c 100644 --- a/ObjectTypes/MeshObject/StatusViewNodeT.hh +++ b/ObjectTypes/MeshObject/StatusViewNodeT.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Plane/Plane.hh b/ObjectTypes/Plane/Plane.hh index cb193d8f081b42de587e9d878e55c241ed8dfe09..09ff9a6a0263e6c64941b2ff3f7a13ac14e19e21 100644 --- a/ObjectTypes/Plane/Plane.hh +++ b/ObjectTypes/Plane/Plane.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Plane/PlaneNode.cc b/ObjectTypes/Plane/PlaneNode.cc index 4dae5d0c1a15b69baf472a10cccebe2270a2845e..3c2bd89cb0d0cd94edce4b28e2801450f13b909a 100644 --- a/ObjectTypes/Plane/PlaneNode.cc +++ b/ObjectTypes/Plane/PlaneNode.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * - * Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * - * www.openflipper.org * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * * * *---------------------------------------------------------------------------* - * This file is part of OpenFlipper. * + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * * * - * OpenFlipper is free software: you can redistribute it and/or modify * - * it under the terms of the GNU Lesser General Public License as * - * published by the Free Software Foundation, either version 3 of * - * the License, or (at your option) any later version with the * - * following exceptions: * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * * * - * If other files instantiate templates or use macros * - * or inline functions from this file, or you compile this file and * - * link it with other files to produce an executable, this file does * - * not by itself cause the resulting executable to be covered by the * - * GNU Lesser General Public License. This exception does not however * - * invalidate any other reasons why the executable file might be * - * covered by the GNU Lesser General Public License. * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * * * - * OpenFlipper is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Lesser General Public License for more details. * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * * * - * You should have received a copy of the GNU LesserGeneral Public * - * License along with OpenFlipper. If not, * - * see . * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Plane/PlaneNode.hh b/ObjectTypes/Plane/PlaneNode.hh index a46dd63ff5fe18e65857cad21e77867a659d08ed..40377681de51c39bab19aaa46cbd41785a1044af 100644 --- a/ObjectTypes/Plane/PlaneNode.hh +++ b/ObjectTypes/Plane/PlaneNode.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * - * Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * - * www.openflipper.org * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * * * *---------------------------------------------------------------------------* - * This file is part of OpenFlipper. * + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * * * - * OpenFlipper is free software: you can redistribute it and/or modify * - * it under the terms of the GNU Lesser General Public License as * - * published by the Free Software Foundation, either version 3 of * - * the License, or (at your option) any later version with the * - * following exceptions: * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * * * - * If other files instantiate templates or use macros * - * or inline functions from this file, or you compile this file and * - * link it with other files to produce an executable, this file does * - * not by itself cause the resulting executable to be covered by the * - * GNU Lesser General Public License. This exception does not however * - * invalidate any other reasons why the executable file might be * - * covered by the GNU Lesser General Public License. * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * * * - * OpenFlipper is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Lesser General Public License for more details. * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * * * - * You should have received a copy of the GNU LesserGeneral Public * - * License along with OpenFlipper. If not, * - * see . * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Plane/PlaneObject.cc b/ObjectTypes/Plane/PlaneObject.cc index e1aaf652a807f7e95c69eb13a4c3f943143b503c..c168915c3684ba64ba9e58ce7488097a4bcd7740 100644 --- a/ObjectTypes/Plane/PlaneObject.cc +++ b/ObjectTypes/Plane/PlaneObject.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Plane/PlaneObject.hh b/ObjectTypes/Plane/PlaneObject.hh index 77ca31021a9f0b8368a3e474b9cb2ba933f8721e..d8cd90e4c9728aa1cbc6cb79331b8efe2e05c32c 100644 --- a/ObjectTypes/Plane/PlaneObject.hh +++ b/ObjectTypes/Plane/PlaneObject.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Plane/PlaneType.cc b/ObjectTypes/Plane/PlaneType.cc index 7745be82a9932b0b0489dfed9bdfa0de22414827..e89c1adb190711fb90d0cd1d23c8fddf0afe5c41 100644 --- a/ObjectTypes/Plane/PlaneType.cc +++ b/ObjectTypes/Plane/PlaneType.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * - * Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * - * www.openflipper.org * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * * * *---------------------------------------------------------------------------* - * This file is part of OpenFlipper. * + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * * * - * OpenFlipper is free software: you can redistribute it and/or modify * - * it under the terms of the GNU Lesser General Public License as * - * published by the Free Software Foundation, either version 3 of * - * the License, or (at your option) any later version with the * - * following exceptions: * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * * * - * If other files instantiate templates or use macros * - * or inline functions from this file, or you compile this file and * - * link it with other files to produce an executable, this file does * - * not by itself cause the resulting executable to be covered by the * - * GNU Lesser General Public License. This exception does not however * - * invalidate any other reasons why the executable file might be * - * covered by the GNU Lesser General Public License. * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * * * - * OpenFlipper is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Lesser General Public License for more details. * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * * * - * You should have received a copy of the GNU LesserGeneral Public * - * License along with OpenFlipper. If not, * - * see . * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Plane/PlaneType.hh b/ObjectTypes/Plane/PlaneType.hh index 2d1c296e3b5a66c6d1b6585580bee1e90828c420..f8c1d194250bce08d77c89949eb4aa21a728da13 100644 --- a/ObjectTypes/Plane/PlaneType.hh +++ b/ObjectTypes/Plane/PlaneType.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * - * Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * - * www.openflipper.org * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * * * *---------------------------------------------------------------------------* - * This file is part of OpenFlipper. * + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * * * - * OpenFlipper is free software: you can redistribute it and/or modify * - * it under the terms of the GNU Lesser General Public License as * - * published by the Free Software Foundation, either version 3 of * - * the License, or (at your option) any later version with the * - * following exceptions: * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * * * - * If other files instantiate templates or use macros * - * or inline functions from this file, or you compile this file and * - * link it with other files to produce an executable, this file does * - * not by itself cause the resulting executable to be covered by the * - * GNU Lesser General Public License. This exception does not however * - * invalidate any other reasons why the executable file might be * - * covered by the GNU Lesser General Public License. * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * * * - * OpenFlipper is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Lesser General Public License for more details. * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * * * - * You should have received a copy of the GNU LesserGeneral Public * - * License along with OpenFlipper. If not, * - * see . * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Plane/PlaneTypes.hh b/ObjectTypes/Plane/PlaneTypes.hh index a71b8ad7f7f4bce92f5631fefdc9cea3f1adf09c..dddd6fe75849018f017963853d5893796f6a1f89 100644 --- a/ObjectTypes/Plane/PlaneTypes.hh +++ b/ObjectTypes/Plane/PlaneTypes.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Plane/PluginFunctionsPlane.cc b/ObjectTypes/Plane/PluginFunctionsPlane.cc index 5d2bfd1056a98a3d8feb34e127ded9c87e1f1237..22f81ec016f52497e10a5ca8b38299f7aba177e4 100644 --- a/ObjectTypes/Plane/PluginFunctionsPlane.cc +++ b/ObjectTypes/Plane/PluginFunctionsPlane.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Plane/PluginFunctionsPlane.hh b/ObjectTypes/Plane/PluginFunctionsPlane.hh index 62997bccf663baecce72899fc15d926c23d9fdb3..5190ab00ef99b537cdff3550b3c846a805802fd5 100644 --- a/ObjectTypes/Plane/PluginFunctionsPlane.hh +++ b/ObjectTypes/Plane/PluginFunctionsPlane.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Plane/QtPlaneSelect.cc b/ObjectTypes/Plane/QtPlaneSelect.cc index 23b2d3000fc2f5671d9d0661ba9b40348f7bbe92..141a7089dab608e5fa963d0cf63afbb400f0b4d5 100644 --- a/ObjectTypes/Plane/QtPlaneSelect.cc +++ b/ObjectTypes/Plane/QtPlaneSelect.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Plane/QtPlaneSelect.hh b/ObjectTypes/Plane/QtPlaneSelect.hh index d9cf75f4f2d16e22dcd82ad8442c3493cd38aae6..579736fdf24be1017d3968ecca710d503fa3bb61 100644 --- a/ObjectTypes/Plane/QtPlaneSelect.hh +++ b/ObjectTypes/Plane/QtPlaneSelect.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/PolyLine/PolyLineBezierSplineData.cc b/ObjectTypes/PolyLine/PolyLineBezierSplineData.cc index cec5483d6290a5245f192302aec4102d8d693971..b3d209d43ef5d4e7c137a14f10c8b180c2b4907c 100644 --- a/ObjectTypes/PolyLine/PolyLineBezierSplineData.cc +++ b/ObjectTypes/PolyLine/PolyLineBezierSplineData.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * - * Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * - * www.openflipper.org * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * * * *---------------------------------------------------------------------------* - * This file is part of OpenFlipper. * + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * * * - * OpenFlipper is free software: you can redistribute it and/or modify * - * it under the terms of the GNU Lesser General Public License as * - * published by the Free Software Foundation, either version 3 of * - * the License, or (at your option) any later version with the * - * following exceptions: * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * * * - * If other files instantiate templates or use macros * - * or inline functions from this file, or you compile this file and * - * link it with other files to produce an executable, this file does * - * not by itself cause the resulting executable to be covered by the * - * GNU Lesser General Public License. This exception does not however * - * invalidate any other reasons why the executable file might be * - * covered by the GNU Lesser General Public License. * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * * * - * OpenFlipper is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Lesser General Public License for more details. * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * * * - * You should have received a copy of the GNU LesserGeneral Public * - * License along with OpenFlipper. If not, * - * see . * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/PolyLine/PolyLineBezierSplineData.hh b/ObjectTypes/PolyLine/PolyLineBezierSplineData.hh index 642d568c875dc0369a061073ae84f1cfae20208b..4908c0e1267a593dae2c2b5bc0b88c88db4c59eb 100644 --- a/ObjectTypes/PolyLine/PolyLineBezierSplineData.hh +++ b/ObjectTypes/PolyLine/PolyLineBezierSplineData.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * - * Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * - * www.openflipper.org * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * * * *---------------------------------------------------------------------------* - * This file is part of OpenFlipper. * + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * * * - * OpenFlipper is free software: you can redistribute it and/or modify * - * it under the terms of the GNU Lesser General Public License as * - * published by the Free Software Foundation, either version 3 of * - * the License, or (at your option) any later version with the * - * following exceptions: * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * * * - * If other files instantiate templates or use macros * - * or inline functions from this file, or you compile this file and * - * link it with other files to produce an executable, this file does * - * not by itself cause the resulting executable to be covered by the * - * GNU Lesser General Public License. This exception does not however * - * invalidate any other reasons why the executable file might be * - * covered by the GNU Lesser General Public License. * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * * * - * OpenFlipper is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Lesser General Public License for more details. * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * * * - * You should have received a copy of the GNU LesserGeneral Public * - * License along with OpenFlipper. If not, * - * see . * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/PolyLine/PolyLineCircleData.cc b/ObjectTypes/PolyLine/PolyLineCircleData.cc index b92928f3a848f97d7b7f9f35fa3153dddcd600b2..ffe711efe53b8f32593e7a9ab6710c22e348a80e 100644 --- a/ObjectTypes/PolyLine/PolyLineCircleData.cc +++ b/ObjectTypes/PolyLine/PolyLineCircleData.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * - * Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * - * www.openflipper.org * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * * * *---------------------------------------------------------------------------* - * This file is part of OpenFlipper. * + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * * * - * OpenFlipper is free software: you can redistribute it and/or modify * - * it under the terms of the GNU Lesser General Public License as * - * published by the Free Software Foundation, either version 3 of * - * the License, or (at your option) any later version with the * - * following exceptions: * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * * * - * If other files instantiate templates or use macros * - * or inline functions from this file, or you compile this file and * - * link it with other files to produce an executable, this file does * - * not by itself cause the resulting executable to be covered by the * - * GNU Lesser General Public License. This exception does not however * - * invalidate any other reasons why the executable file might be * - * covered by the GNU Lesser General Public License. * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * * * - * OpenFlipper is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Lesser General Public License for more details. * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * * * - * You should have received a copy of the GNU LesserGeneral Public * - * License along with OpenFlipper. If not, * - * see . * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/PolyLine/PolyLineCircleData.hh b/ObjectTypes/PolyLine/PolyLineCircleData.hh index 96e0182f355c11666a1f4fda50eaf1f0619b6f38..de1957f50c0fed6bbf25b62207f5ddf94a01cdc4 100644 --- a/ObjectTypes/PolyLine/PolyLineCircleData.hh +++ b/ObjectTypes/PolyLine/PolyLineCircleData.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * - * Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * - * www.openflipper.org * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * * * *---------------------------------------------------------------------------* - * This file is part of OpenFlipper. * + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * * * - * OpenFlipper is free software: you can redistribute it and/or modify * - * it under the terms of the GNU Lesser General Public License as * - * published by the Free Software Foundation, either version 3 of * - * the License, or (at your option) any later version with the * - * following exceptions: * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * * * - * If other files instantiate templates or use macros * - * or inline functions from this file, or you compile this file and * - * link it with other files to produce an executable, this file does * - * not by itself cause the resulting executable to be covered by the * - * GNU Lesser General Public License. This exception does not however * - * invalidate any other reasons why the executable file might be * - * covered by the GNU Lesser General Public License. * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * * * - * OpenFlipper is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Lesser General Public License for more details. * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * * * - * You should have received a copy of the GNU LesserGeneral Public * - * License along with OpenFlipper. If not, * - * see . * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/PolyLine/PolyLineNodeT.cc b/ObjectTypes/PolyLine/PolyLineNodeT.cc index 1e5abbfed51c33336eafcf9a88018275d552b388..0b0ff22bc4ae52f1c8e849ef166e9058c50f579b 100644 --- a/ObjectTypes/PolyLine/PolyLineNodeT.cc +++ b/ObjectTypes/PolyLine/PolyLineNodeT.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * - * Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * - * www.openflipper.org * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * * * *---------------------------------------------------------------------------* - * This file is part of OpenFlipper. * + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * * * - * OpenFlipper is free software: you can redistribute it and/or modify * - * it under the terms of the GNU Lesser General Public License as * - * published by the Free Software Foundation, either version 3 of * - * the License, or (at your option) any later version with the * - * following exceptions: * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * * * - * If other files instantiate templates or use macros * - * or inline functions from this file, or you compile this file and * - * link it with other files to produce an executable, this file does * - * not by itself cause the resulting executable to be covered by the * - * GNU Lesser General Public License. This exception does not however * - * invalidate any other reasons why the executable file might be * - * covered by the GNU Lesser General Public License. * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * * * - * OpenFlipper is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Lesser General Public License for more details. * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * * * - * You should have received a copy of the GNU LesserGeneral Public * - * License along with OpenFlipper. If not, * - * see . * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/PolyLine/PolyLineNodeT.hh b/ObjectTypes/PolyLine/PolyLineNodeT.hh index 60c227b5964a36826fcb95e3d2009493209ce30e..b47e535f05b696357833e0acd96957d0435afd43 100644 --- a/ObjectTypes/PolyLine/PolyLineNodeT.hh +++ b/ObjectTypes/PolyLine/PolyLineNodeT.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * - * Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * - * www.openflipper.org * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * * * *---------------------------------------------------------------------------* - * This file is part of OpenFlipper. * + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * * * - * OpenFlipper is free software: you can redistribute it and/or modify * - * it under the terms of the GNU Lesser General Public License as * - * published by the Free Software Foundation, either version 3 of * - * the License, or (at your option) any later version with the * - * following exceptions: * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * * * - * If other files instantiate templates or use macros * - * or inline functions from this file, or you compile this file and * - * link it with other files to produce an executable, this file does * - * not by itself cause the resulting executable to be covered by the * - * GNU Lesser General Public License. This exception does not however * - * invalidate any other reasons why the executable file might be * - * covered by the GNU Lesser General Public License. * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * * * - * OpenFlipper is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Lesser General Public License for more details. * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * * * - * You should have received a copy of the GNU LesserGeneral Public * - * License along with OpenFlipper. If not, * - * see . * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/PolyLine/PolyLineT.cc b/ObjectTypes/PolyLine/PolyLineT.cc index e8fe732026cbaf31de5691a721cd28578d3aff22..a48d40e3358e6f96b5d7a48a80e505a414c6de46 100644 --- a/ObjectTypes/PolyLine/PolyLineT.cc +++ b/ObjectTypes/PolyLine/PolyLineT.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * - * Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * - * www.openflipper.org * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * * * *---------------------------------------------------------------------------* - * This file is part of OpenFlipper. * + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * * * - * OpenFlipper is free software: you can redistribute it and/or modify * - * it under the terms of the GNU Lesser General Public License as * - * published by the Free Software Foundation, either version 3 of * - * the License, or (at your option) any later version with the * - * following exceptions: * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * * * - * If other files instantiate templates or use macros * - * or inline functions from this file, or you compile this file and * - * link it with other files to produce an executable, this file does * - * not by itself cause the resulting executable to be covered by the * - * GNU Lesser General Public License. This exception does not however * - * invalidate any other reasons why the executable file might be * - * covered by the GNU Lesser General Public License. * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * * * - * OpenFlipper is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Lesser General Public License for more details. * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * * * - * You should have received a copy of the GNU LesserGeneral Public * - * License along with OpenFlipper. If not, * - * see . * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/PolyLine/PolyLineT.hh b/ObjectTypes/PolyLine/PolyLineT.hh index 696e238c8c84157357b0f1278bac95085a4864b8..2a29d5c16cbc48ab353d4063f88aed6fa7748635 100644 --- a/ObjectTypes/PolyLine/PolyLineT.hh +++ b/ObjectTypes/PolyLine/PolyLineT.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * - * Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * - * www.openflipper.org * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * * * *---------------------------------------------------------------------------* - * This file is part of OpenFlipper. * + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * * * - * OpenFlipper is free software: you can redistribute it and/or modify * - * it under the terms of the GNU Lesser General Public License as * - * published by the Free Software Foundation, either version 3 of * - * the License, or (at your option) any later version with the * - * following exceptions: * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * * * - * If other files instantiate templates or use macros * - * or inline functions from this file, or you compile this file and * - * link it with other files to produce an executable, this file does * - * not by itself cause the resulting executable to be covered by the * - * GNU Lesser General Public License. This exception does not however * - * invalidate any other reasons why the executable file might be * - * covered by the GNU Lesser General Public License. * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * * * - * OpenFlipper is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Lesser General Public License for more details. * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * * * - * You should have received a copy of the GNU LesserGeneral Public * - * License along with OpenFlipper. If not, * - * see . * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/PolyMesh/PluginFunctionsPolyMesh.cc b/ObjectTypes/PolyMesh/PluginFunctionsPolyMesh.cc index b482ac0c15bf8aff28becc3aff8b4db30642a03e..d9aee32abeab16d251f4d729a4c337c1d8977924 100644 --- a/ObjectTypes/PolyMesh/PluginFunctionsPolyMesh.cc +++ b/ObjectTypes/PolyMesh/PluginFunctionsPolyMesh.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/PolyMesh/PluginFunctionsPolyMesh.hh b/ObjectTypes/PolyMesh/PluginFunctionsPolyMesh.hh index 4f67e1e8d6e1cabff2443f78154533d1faa3e90e..0795896d62bde0aa1919254d1ed63b704ee5d3be 100644 --- a/ObjectTypes/PolyMesh/PluginFunctionsPolyMesh.hh +++ b/ObjectTypes/PolyMesh/PluginFunctionsPolyMesh.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/PolyMesh/PolyMesh.hh b/ObjectTypes/PolyMesh/PolyMesh.hh index a7eb5cbf0172ce427d520990532ce4270d8e4c82..40509790025c47facdbcd3a49d9f79e0f31cc1bd 100644 --- a/ObjectTypes/PolyMesh/PolyMesh.hh +++ b/ObjectTypes/PolyMesh/PolyMesh.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/PolyMesh/PolyMeshTypes.hh b/ObjectTypes/PolyMesh/PolyMeshTypes.hh index 17b719246c7f57998bbecac44a32cd7214354958..edb4363b714cf60a118d530c51b4dfcee3867e59 100644 --- a/ObjectTypes/PolyMesh/PolyMeshTypes.hh +++ b/ObjectTypes/PolyMesh/PolyMeshTypes.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/PolyhedralMesh/PluginFunctionsPolyhedralMesh.cc b/ObjectTypes/PolyhedralMesh/PluginFunctionsPolyhedralMesh.cc index e4b0d79546eee034e33a3b8a93a7c84d53d038f7..c0d1e89bb4190b8232f8eb8c1373f9f7638d4744 100644 --- a/ObjectTypes/PolyhedralMesh/PluginFunctionsPolyhedralMesh.cc +++ b/ObjectTypes/PolyhedralMesh/PluginFunctionsPolyhedralMesh.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * - * Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * - * www.openflipper.org * - * * - *--------------------------------------------------------------------------- * - * This file is part of OpenFlipper. * - * * - * OpenFlipper is free software: you can redistribute it and/or modify * - * it under the terms of the GNU Lesser General Public License as * - * published by the Free Software Foundation, either version 3 of * - * the License, or (at your option) any later version with the * - * following exceptions: * - * * - * If other files instantiate templates or use macros * - * or inline functions from this file, or you compile this file and * - * link it with other files to produce an executable, this file does * - * not by itself cause the resulting executable to be covered by the * - * GNU Lesser General Public License. This exception does not however * - * invalidate any other reasons why the executable file might be * - * covered by the GNU Lesser General Public License. * - * * - * OpenFlipper is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Lesser General Public License for more details. * - * * - * You should have received a copy of the GNU LesserGeneral Public * - * License along with OpenFlipper. If not, * - * see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/PolyhedralMesh/PluginFunctionsPolyhedralMesh.hh b/ObjectTypes/PolyhedralMesh/PluginFunctionsPolyhedralMesh.hh index c0f06dbc79a293b0f03bdef7e6b5462a0729993d..4ec72aebedad55c11a752ac4957b8026d12de0f1 100644 --- a/ObjectTypes/PolyhedralMesh/PluginFunctionsPolyhedralMesh.hh +++ b/ObjectTypes/PolyhedralMesh/PluginFunctionsPolyhedralMesh.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * - * Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * - * www.openflipper.org * - * * - *--------------------------------------------------------------------------- * - * This file is part of OpenFlipper. * - * * - * OpenFlipper is free software: you can redistribute it and/or modify * - * it under the terms of the GNU Lesser General Public License as * - * published by the Free Software Foundation, either version 3 of * - * the License, or (at your option) any later version with the * - * following exceptions: * - * * - * If other files instantiate templates or use macros * - * or inline functions from this file, or you compile this file and * - * link it with other files to produce an executable, this file does * - * not by itself cause the resulting executable to be covered by the * - * GNU Lesser General Public License. This exception does not however * - * invalidate any other reasons why the executable file might be * - * covered by the GNU Lesser General Public License. * - * * - * OpenFlipper is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Lesser General Public License for more details. * - * * - * You should have received a copy of the GNU LesserGeneral Public * - * License along with OpenFlipper. If not, * - * see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/PolyhedralMesh/PolyhedralMesh.hh b/ObjectTypes/PolyhedralMesh/PolyhedralMesh.hh index a6838315463978eb798c9be5835fbf25e585a8da..1307d2388680c621ccdfdcaf084d41406a274560 100644 --- a/ObjectTypes/PolyhedralMesh/PolyhedralMesh.hh +++ b/ObjectTypes/PolyhedralMesh/PolyhedralMesh.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/QtWidget/PluginFunctionsQtWidget.cc b/ObjectTypes/QtWidget/PluginFunctionsQtWidget.cc index 8bb8045ef63c85ab6f84a9640b4ed84d1c710dd5..05ea910ca543d0eb809755a5dbc883d510d30e8b 100644 --- a/ObjectTypes/QtWidget/PluginFunctionsQtWidget.cc +++ b/ObjectTypes/QtWidget/PluginFunctionsQtWidget.cc @@ -2,34 +2,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/QtWidget/PluginFunctionsQtWidget.hh b/ObjectTypes/QtWidget/PluginFunctionsQtWidget.hh index ca57cc14a7b68f15dd233157c245d84fe8cc38d9..77de0ccb1799b2ff7fefdcf9d37a9df7c4c684b0 100644 --- a/ObjectTypes/QtWidget/PluginFunctionsQtWidget.hh +++ b/ObjectTypes/QtWidget/PluginFunctionsQtWidget.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/QtWidget/QtWidget.hh b/ObjectTypes/QtWidget/QtWidget.hh index 8f2e35430cedc68c31c504a9413a728e15e35abe..ff31ed37ed8325da44c80809a759eefcf5135f8a 100644 --- a/ObjectTypes/QtWidget/QtWidget.hh +++ b/ObjectTypes/QtWidget/QtWidget.hh @@ -2,34 +2,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/QtWidget/QtWidgetNode.cc b/ObjectTypes/QtWidget/QtWidgetNode.cc index d4fccc1409ea43fe71ab67b64c7fc2ba150c9011..eb0704c6f5390a4309aaf4379aa36ca3daa02c27 100644 --- a/ObjectTypes/QtWidget/QtWidgetNode.cc +++ b/ObjectTypes/QtWidget/QtWidgetNode.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * - * Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * - * www.openflipper.org * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * * * *---------------------------------------------------------------------------* - * This file is part of OpenFlipper. * + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * * * - * OpenFlipper is free software: you can redistribute it and/or modify * - * it under the terms of the GNU Lesser General Public License as * - * published by the Free Software Foundation, either version 3 of * - * the License, or (at your option) any later version with the * - * following exceptions: * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * * * - * If other files instantiate templates or use macros * - * or inline functions from this file, or you compile this file and * - * link it with other files to produce an executable, this file does * - * not by itself cause the resulting executable to be covered by the * - * GNU Lesser General Public License. This exception does not however * - * invalidate any other reasons why the executable file might be * - * covered by the GNU Lesser General Public License. * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * * * - * OpenFlipper is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Lesser General Public License for more details. * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * * * - * You should have received a copy of the GNU LesserGeneral Public * - * License along with OpenFlipper. If not, * - * see . * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/QtWidget/QtWidgetNode.hh b/ObjectTypes/QtWidget/QtWidgetNode.hh index 483a943b7721ad04d2fc8973727dcb0c6fb7eebd..d2ff73e3907223c1e4816b1e83fdc699ab3c52ad 100644 --- a/ObjectTypes/QtWidget/QtWidgetNode.hh +++ b/ObjectTypes/QtWidget/QtWidgetNode.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * - * Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * - * www.openflipper.org * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * * * *---------------------------------------------------------------------------* - * This file is part of OpenFlipper. * + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * * * - * OpenFlipper is free software: you can redistribute it and/or modify * - * it under the terms of the GNU Lesser General Public License as * - * published by the Free Software Foundation, either version 3 of * - * the License, or (at your option) any later version with the * - * following exceptions: * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * * * - * If other files instantiate templates or use macros * - * or inline functions from this file, or you compile this file and * - * link it with other files to produce an executable, this file does * - * not by itself cause the resulting executable to be covered by the * - * GNU Lesser General Public License. This exception does not however * - * invalidate any other reasons why the executable file might be * - * covered by the GNU Lesser General Public License. * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * * * - * OpenFlipper is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Lesser General Public License for more details. * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * * * - * You should have received a copy of the GNU LesserGeneral Public * - * License along with OpenFlipper. If not, * - * see . * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/QtWidget/QtWidgetObject.cc b/ObjectTypes/QtWidget/QtWidgetObject.cc index f34cf34694469c3296eaf8977a29a8a7161132d7..874f580edbaf95dff3a34e59b010b854c7a0fb8a 100644 --- a/ObjectTypes/QtWidget/QtWidgetObject.cc +++ b/ObjectTypes/QtWidget/QtWidgetObject.cc @@ -2,34 +2,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/QtWidget/QtWidgetObject.hh b/ObjectTypes/QtWidget/QtWidgetObject.hh index 16d3b7304a2326bc960c920770daec58aa59f109..f69d71a6152791df6aeb88ddb96aa8bcf0ba6eeb 100644 --- a/ObjectTypes/QtWidget/QtWidgetObject.hh +++ b/ObjectTypes/QtWidget/QtWidgetObject.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/QtWidget/QtWidgetTypes.hh b/ObjectTypes/QtWidget/QtWidgetTypes.hh index f1b6b7b05f7c320f5f7929611f81606e5db49c6c..cddf70516ae85851c8ebeb3d54a61baa3e1083b1 100644 --- a/ObjectTypes/QtWidget/QtWidgetTypes.hh +++ b/ObjectTypes/QtWidget/QtWidgetTypes.hh @@ -2,34 +2,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Skeleton/Animation/AnimationHandle.hh b/ObjectTypes/Skeleton/Animation/AnimationHandle.hh index d973e74817c3ea8bf5aa47b6296773940206cb65..25d16c7f0d230d0a6663af9b6afe8d616b7cff03 100644 --- a/ObjectTypes/Skeleton/Animation/AnimationHandle.hh +++ b/ObjectTypes/Skeleton/Animation/AnimationHandle.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Skeleton/Animation/AnimationHelper.cc b/ObjectTypes/Skeleton/Animation/AnimationHelper.cc index 54abc36b9d686ed0d2b80e93be3ba6d97146dbe2..0d62d039d054fff157ac55f13807d85cdf2e933b 100644 --- a/ObjectTypes/Skeleton/Animation/AnimationHelper.cc +++ b/ObjectTypes/Skeleton/Animation/AnimationHelper.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Skeleton/Animation/AnimationHelper.hh b/ObjectTypes/Skeleton/Animation/AnimationHelper.hh index f30024647e5a9cd0070dac049b0ece0c6c7a1470..2de102b2034d65ccc4930976bfa35500707e85f1 100644 --- a/ObjectTypes/Skeleton/Animation/AnimationHelper.hh +++ b/ObjectTypes/Skeleton/Animation/AnimationHelper.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Skeleton/Animation/AnimationT.hh b/ObjectTypes/Skeleton/Animation/AnimationT.hh index 87f93237db101e90ef36479d9b0b3d1156630802..9459c1847055020ce2f2ed8fad31bc9ff3ff1527 100755 --- a/ObjectTypes/Skeleton/Animation/AnimationT.hh +++ b/ObjectTypes/Skeleton/Animation/AnimationT.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Skeleton/Animation/BezierInterpolationT.cc b/ObjectTypes/Skeleton/Animation/BezierInterpolationT.cc index f6ebcdf5d19ed8c04232caf7fb2fef12e283a683..79c173ce7d211bc1f5fb5c8264ae13a12cd2c1fa 100644 --- a/ObjectTypes/Skeleton/Animation/BezierInterpolationT.cc +++ b/ObjectTypes/Skeleton/Animation/BezierInterpolationT.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Skeleton/Animation/FrameAnimationT.cc b/ObjectTypes/Skeleton/Animation/FrameAnimationT.cc index 9149e42d993d0d75e33faa5d7d5697b2890d979c..cd98e31194587cf99a2977af2dc6b577c6c4f284 100644 --- a/ObjectTypes/Skeleton/Animation/FrameAnimationT.cc +++ b/ObjectTypes/Skeleton/Animation/FrameAnimationT.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Skeleton/Animation/FrameAnimationT.hh b/ObjectTypes/Skeleton/Animation/FrameAnimationT.hh index 864822ddf8cf0e5ae750360fdd67525026ebd067..94cc1559944283cdfc4652e545067fee25b7ccd7 100644 --- a/ObjectTypes/Skeleton/Animation/FrameAnimationT.hh +++ b/ObjectTypes/Skeleton/Animation/FrameAnimationT.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Skeleton/Animation/InterpolationAnimationT.cc b/ObjectTypes/Skeleton/Animation/InterpolationAnimationT.cc index 67ddad63dbfdf04064d8cd8f5934d0d318ed8f0b..28365ae4a117afa23e8a02a9b64f08efa7a831bb 100644 --- a/ObjectTypes/Skeleton/Animation/InterpolationAnimationT.cc +++ b/ObjectTypes/Skeleton/Animation/InterpolationAnimationT.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Skeleton/Animation/InterpolationAnimationT.hh b/ObjectTypes/Skeleton/Animation/InterpolationAnimationT.hh index 7234ceef8a1410adc93e52ab3607b78c6a818b90..eee396eeac903a12cb9c150164e42b567f2b4e55 100644 --- a/ObjectTypes/Skeleton/Animation/InterpolationAnimationT.hh +++ b/ObjectTypes/Skeleton/Animation/InterpolationAnimationT.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Skeleton/Animation/InterpolationMatrixManipulatorT.hh b/ObjectTypes/Skeleton/Animation/InterpolationMatrixManipulatorT.hh index 35413f6f26f0a12265db35c2e5b41eb54b479e43..000c0b137b727f1bbc3c1f02b2329b6bcc3f3a62 100644 --- a/ObjectTypes/Skeleton/Animation/InterpolationMatrixManipulatorT.hh +++ b/ObjectTypes/Skeleton/Animation/InterpolationMatrixManipulatorT.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Skeleton/Animation/InterpolationT.hh b/ObjectTypes/Skeleton/Animation/InterpolationT.hh index 9172acfb7516a342ce266cccde2dd6b66e2ed456..525b7a492e911c2bd13d6c67e94e51dcad4f009a 100644 --- a/ObjectTypes/Skeleton/Animation/InterpolationT.hh +++ b/ObjectTypes/Skeleton/Animation/InterpolationT.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Skeleton/Animation/MultiInterpolationAnimationT.cc b/ObjectTypes/Skeleton/Animation/MultiInterpolationAnimationT.cc index 005e13a7fdcfea1a586cdd19775565ea379e0a25..3fde06be70f0e8af9e8101b09b82ce8ddc609c9b 100644 --- a/ObjectTypes/Skeleton/Animation/MultiInterpolationAnimationT.cc +++ b/ObjectTypes/Skeleton/Animation/MultiInterpolationAnimationT.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Skeleton/Animation/MultiInterpolationAnimationT.hh b/ObjectTypes/Skeleton/Animation/MultiInterpolationAnimationT.hh index d37f6a0f3fb6a55987129a6a3fc145315c44ae0a..67458bd2d7746ea03e27400c0907270d437d6956 100644 --- a/ObjectTypes/Skeleton/Animation/MultiInterpolationAnimationT.hh +++ b/ObjectTypes/Skeleton/Animation/MultiInterpolationAnimationT.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Skeleton/BaseSkin.hh b/ObjectTypes/Skeleton/BaseSkin.hh index b0a010f9f2168932776b30c7b018c58eaa45ed3b..e0da0c886eeda0d882041d91b01f40ff62d78330 100644 --- a/ObjectTypes/Skeleton/BaseSkin.hh +++ b/ObjectTypes/Skeleton/BaseSkin.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Skeleton/Helper/SkeletonTransform.cc b/ObjectTypes/Skeleton/Helper/SkeletonTransform.cc index 2dc21b66323c872b721485646208e29238a9b356..741740f051115630982edc991ca3cf3bbe24723e 100644 --- a/ObjectTypes/Skeleton/Helper/SkeletonTransform.cc +++ b/ObjectTypes/Skeleton/Helper/SkeletonTransform.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Skeleton/Helper/SkeletonTransform.hh b/ObjectTypes/Skeleton/Helper/SkeletonTransform.hh index 5dcdfaa1c01bf7e8e0171eb13e04df7e8b340f1f..e85f148e6e9c4efde4d8baee826bb1fccd10f79b 100644 --- a/ObjectTypes/Skeleton/Helper/SkeletonTransform.hh +++ b/ObjectTypes/Skeleton/Helper/SkeletonTransform.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Skeleton/JointT.cc b/ObjectTypes/Skeleton/JointT.cc index 22bdc4d1d1c5f3e22fe3e5c7d5921f56d3f40c21..964bf20d9238325fe3085f243b0d19a83cffd723 100644 --- a/ObjectTypes/Skeleton/JointT.cc +++ b/ObjectTypes/Skeleton/JointT.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Skeleton/JointT.hh b/ObjectTypes/Skeleton/JointT.hh index c8c5eab7e9e630efffb2625159c46f0583759c56..17aa2eb2a9c4a003414868f47ca475aa9c1676d5 100644 --- a/ObjectTypes/Skeleton/JointT.hh +++ b/ObjectTypes/Skeleton/JointT.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Skeleton/PluginFunctionsSkeleton.cc b/ObjectTypes/Skeleton/PluginFunctionsSkeleton.cc index 9abad620e5cadd8cb89c7fbb704c1ad56ea22a14..03afafd8654150bbf3931c1599fa5cb2ec89e0b4 100644 --- a/ObjectTypes/Skeleton/PluginFunctionsSkeleton.cc +++ b/ObjectTypes/Skeleton/PluginFunctionsSkeleton.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Skeleton/PluginFunctionsSkeleton.hh b/ObjectTypes/Skeleton/PluginFunctionsSkeleton.hh index 4849ae939438868aaef448bf6a9e6ea3db2ccfbb..59daf544d0a66edb3383932709742ece884abe54 100644 --- a/ObjectTypes/Skeleton/PluginFunctionsSkeleton.hh +++ b/ObjectTypes/Skeleton/PluginFunctionsSkeleton.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Skeleton/PoseT.cc b/ObjectTypes/Skeleton/PoseT.cc index 9b706bf3238acd4d68e8008592f4c2facc316ce0..8299acabbc9adf038c7a3306e7ea74f8b74f9727 100755 --- a/ObjectTypes/Skeleton/PoseT.cc +++ b/ObjectTypes/Skeleton/PoseT.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Skeleton/PoseT.hh b/ObjectTypes/Skeleton/PoseT.hh index 5f5dd08748f0ab39d446f88f963d1f65d93297ea..a86656688e000ca2ffc9ac87441412f2b937512a 100755 --- a/ObjectTypes/Skeleton/PoseT.hh +++ b/ObjectTypes/Skeleton/PoseT.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Skeleton/Properties.cc b/ObjectTypes/Skeleton/Properties.cc index e0032be4ae4433683d85a5fe513705d34544df56..529ef5aba9d2c7095e66da5fbf8c029ceb03b921 100644 --- a/ObjectTypes/Skeleton/Properties.cc +++ b/ObjectTypes/Skeleton/Properties.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Skeleton/Properties.hh b/ObjectTypes/Skeleton/Properties.hh index 1e5bf5839142ccc1c650b7e8e763ed833524cd9a..8707bd404465572c01b4c6bfb42bde2852a12272 100644 --- a/ObjectTypes/Skeleton/Properties.hh +++ b/ObjectTypes/Skeleton/Properties.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Skeleton/PropertiesT.cc b/ObjectTypes/Skeleton/PropertiesT.cc index 50a4fe42f441ad7e1f92ec917c7c22e604df4489..dad3071a319cca98b8d23f73e8bf4d15f2c2b470 100644 --- a/ObjectTypes/Skeleton/PropertiesT.cc +++ b/ObjectTypes/Skeleton/PropertiesT.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Skeleton/Skeleton.hh b/ObjectTypes/Skeleton/Skeleton.hh index fcaf02c7b256b142304a9467cacb5310d29d34d2..604e2f7510bfeffc1f55fc4fb5f351fac6099ed7 100644 --- a/ObjectTypes/Skeleton/Skeleton.hh +++ b/ObjectTypes/Skeleton/Skeleton.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Skeleton/SkeletonNodeT.cc b/ObjectTypes/Skeleton/SkeletonNodeT.cc index 740264971d08be326e65064b885248d79553fcfe..8c01f7aa12277d43541ccf4a19ae4403b186b874 100644 --- a/ObjectTypes/Skeleton/SkeletonNodeT.cc +++ b/ObjectTypes/Skeleton/SkeletonNodeT.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Skeleton/SkeletonNodeT.hh b/ObjectTypes/Skeleton/SkeletonNodeT.hh index 2b1ff4d98b9ecc785ef0b45f913618f07d108057..8c73da55933f981811c73285416675b65f6df3db 100644 --- a/ObjectTypes/Skeleton/SkeletonNodeT.hh +++ b/ObjectTypes/Skeleton/SkeletonNodeT.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Skeleton/SkeletonObject.cc b/ObjectTypes/Skeleton/SkeletonObject.cc index d90b98af198f38d358d63cf5a8b2cbd3d59f64c2..298879bb3819d45fb7e7c9a2ada676ee518eff51 100644 --- a/ObjectTypes/Skeleton/SkeletonObject.cc +++ b/ObjectTypes/Skeleton/SkeletonObject.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Skeleton/SkeletonObject.hh b/ObjectTypes/Skeleton/SkeletonObject.hh index cb054566f2e9da3eba1ce13ae0f65b9c1b08d466..cb1a61f81aa581605c07b570d914109befe0d9ca 100644 --- a/ObjectTypes/Skeleton/SkeletonObject.hh +++ b/ObjectTypes/Skeleton/SkeletonObject.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Skeleton/SkeletonObjectData.hh b/ObjectTypes/Skeleton/SkeletonObjectData.hh index 3ba052f18e0fb236dd57bc709f2c05de078d2f87..6140ffd60f813b4b8dceede3ba0afc9b5de14207 100644 --- a/ObjectTypes/Skeleton/SkeletonObjectData.hh +++ b/ObjectTypes/Skeleton/SkeletonObjectData.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Skeleton/SkeletonT.cc b/ObjectTypes/Skeleton/SkeletonT.cc index 43e14d7a18c57f9e6aa32ae7032ebd7d8973e84a..1833b2e5be003f4b75eb3c21ea2e95db1078bc4e 100644 --- a/ObjectTypes/Skeleton/SkeletonT.cc +++ b/ObjectTypes/Skeleton/SkeletonT.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Skeleton/SkeletonT.hh b/ObjectTypes/Skeleton/SkeletonT.hh index 460014e1ecfaae18162e45c9650b9c18c7a209c8..42abedfe45aaa8d950655f835995cf99ae08573d 100644 --- a/ObjectTypes/Skeleton/SkeletonT.hh +++ b/ObjectTypes/Skeleton/SkeletonT.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Skeleton/SkeletonTypes.hh b/ObjectTypes/Skeleton/SkeletonTypes.hh index bebaebfdcb466cb49599053c08b722341a16ed11..3d9bd6524ff33818705ebabd1590bc8d1456255b 100644 --- a/ObjectTypes/Skeleton/SkeletonTypes.hh +++ b/ObjectTypes/Skeleton/SkeletonTypes.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Sphere/PluginFunctionsSphere.cc b/ObjectTypes/Sphere/PluginFunctionsSphere.cc index 6b29f23ec494fb75c9813769a3b4f3c81a9b39c8..16b65a876311bb3d7682bee7478e8de7fd36fe76 100644 --- a/ObjectTypes/Sphere/PluginFunctionsSphere.cc +++ b/ObjectTypes/Sphere/PluginFunctionsSphere.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Sphere/PluginFunctionsSphere.hh b/ObjectTypes/Sphere/PluginFunctionsSphere.hh index 23d72b351ad0a5405009ecdf6620e20cfc179311..e0a16c67ffd6e98ea6501671292afdb7868b2313 100644 --- a/ObjectTypes/Sphere/PluginFunctionsSphere.hh +++ b/ObjectTypes/Sphere/PluginFunctionsSphere.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Sphere/Sphere.hh b/ObjectTypes/Sphere/Sphere.hh index 595ebeb4f6ec5c9873aab75dfcab4c728a369e49..9f3daa1c3ac12dec80488192f974778a791651b5 100644 --- a/ObjectTypes/Sphere/Sphere.hh +++ b/ObjectTypes/Sphere/Sphere.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Sphere/SphereObject.cc b/ObjectTypes/Sphere/SphereObject.cc index b65a3cda5029bd2e262d97695cbbe531c0ff7fe3..ff77a3010d9170fc618b7610a1eb2699f9fd5937 100644 --- a/ObjectTypes/Sphere/SphereObject.cc +++ b/ObjectTypes/Sphere/SphereObject.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Sphere/SphereObject.hh b/ObjectTypes/Sphere/SphereObject.hh index 178ece1c1f112b8a4385715d63e62c501305680b..f8a27aea2431c52f352e9c88b1c857fca71d072c 100644 --- a/ObjectTypes/Sphere/SphereObject.hh +++ b/ObjectTypes/Sphere/SphereObject.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/Sphere/SphereTypes.hh b/ObjectTypes/Sphere/SphereTypes.hh index 807a5536f0fe5d757d43231e940c4f3411ad61f0..27044adf0a78667cf9514c3c243a449d4f60ee42 100644 --- a/ObjectTypes/Sphere/SphereTypes.hh +++ b/ObjectTypes/Sphere/SphereTypes.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/SplatCloud/PluginFunctionsSplatCloud.cc b/ObjectTypes/SplatCloud/PluginFunctionsSplatCloud.cc index 8b0f32ee1f241786f18d57bc0bf10dad61ffc820..47fed722beb7fbae174225f568dbd018641df882 100644 --- a/ObjectTypes/SplatCloud/PluginFunctionsSplatCloud.cc +++ b/ObjectTypes/SplatCloud/PluginFunctionsSplatCloud.cc @@ -2,34 +2,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/SplatCloud/PluginFunctionsSplatCloud.hh b/ObjectTypes/SplatCloud/PluginFunctionsSplatCloud.hh index 6a590d423c6d273f88c55fd7329e3908bd18c54a..ec58f1d6d3112994a3fb57ff12e4446602a2a952 100644 --- a/ObjectTypes/SplatCloud/PluginFunctionsSplatCloud.hh +++ b/ObjectTypes/SplatCloud/PluginFunctionsSplatCloud.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/SplatCloud/SplatCloud.hh b/ObjectTypes/SplatCloud/SplatCloud.hh index baf7ab437c689efcb7000458df1d0e426eb46344..48d3ef91d90249ddc54855f20117277e579533bb 100644 --- a/ObjectTypes/SplatCloud/SplatCloud.hh +++ b/ObjectTypes/SplatCloud/SplatCloud.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/SplatCloud/SplatCloud/SplatCloud.cc b/ObjectTypes/SplatCloud/SplatCloud/SplatCloud.cc index 9193ff38aa405b6505ba31ed5f178113f7f965b9..c1dd4e506a62a794ba05f1ae029b2e7177d104f6 100644 --- a/ObjectTypes/SplatCloud/SplatCloud/SplatCloud.cc +++ b/ObjectTypes/SplatCloud/SplatCloud/SplatCloud.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/SplatCloud/SplatCloud/SplatCloud.hh b/ObjectTypes/SplatCloud/SplatCloud/SplatCloud.hh index 94eb972ab4bd1de4ad3cc8b62fbe4419d783e395..457d3cd748bb9c0f484bb1c154bd4f203eed8c8f 100644 --- a/ObjectTypes/SplatCloud/SplatCloud/SplatCloud.hh +++ b/ObjectTypes/SplatCloud/SplatCloud/SplatCloud.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/SplatCloud/SplatCloud/SplatCloudT.cc b/ObjectTypes/SplatCloud/SplatCloud/SplatCloudT.cc index ab7a3490484f9ea6c7c40c2ef3b7839d15383fe4..32a58cc8936f876bf46498c9ac1d04b6d6094304 100644 --- a/ObjectTypes/SplatCloud/SplatCloud/SplatCloudT.cc +++ b/ObjectTypes/SplatCloud/SplatCloud/SplatCloudT.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/SplatCloud/SplatCloudNode.cc b/ObjectTypes/SplatCloud/SplatCloudNode.cc index 8e979b4d267ba478bc75d22722cb91a31478e461..12f12f8488d52db6cb2ce9f57e94fe71e7c4cb78 100644 --- a/ObjectTypes/SplatCloud/SplatCloudNode.cc +++ b/ObjectTypes/SplatCloud/SplatCloudNode.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/SplatCloud/SplatCloudNode.hh b/ObjectTypes/SplatCloud/SplatCloudNode.hh index 7b6ae3b3198392ad0cbef4b1410732177c320b41..29665a0cb03d75e360a43a7c9b6351e329f43243 100644 --- a/ObjectTypes/SplatCloud/SplatCloudNode.hh +++ b/ObjectTypes/SplatCloud/SplatCloudNode.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/SplatCloud/SplatCloudObject.cc b/ObjectTypes/SplatCloud/SplatCloudObject.cc index bc4b6e6a547237196654cd397fec3ea3977d0984..c86a8f8f01ab47cd7ae9fc820318f0751e295eeb 100644 --- a/ObjectTypes/SplatCloud/SplatCloudObject.cc +++ b/ObjectTypes/SplatCloud/SplatCloudObject.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/SplatCloud/SplatCloudObject.hh b/ObjectTypes/SplatCloud/SplatCloudObject.hh index b0643549936fd068b60262f61252fa362a83c31c..d1ecf0ea05c1b1b36eebfc2ead30d68917167c96 100644 --- a/ObjectTypes/SplatCloud/SplatCloudObject.hh +++ b/ObjectTypes/SplatCloud/SplatCloudObject.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/SplatCloud/SplatCloudTypes.hh b/ObjectTypes/SplatCloud/SplatCloudTypes.hh index b38e73e9d59e00729ca8cfd26a1b91e0ee447a6a..97eef58012299d4715ab3aca7e1f156435c9f531 100644 --- a/ObjectTypes/SplatCloud/SplatCloudTypes.hh +++ b/ObjectTypes/SplatCloud/SplatCloudTypes.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/TriangleMesh/PluginFunctionsTriangleMesh.cc b/ObjectTypes/TriangleMesh/PluginFunctionsTriangleMesh.cc index b2f22736e0a76056d3bb94d86f85dc50a6562e8e..90093d1798f8620b00fa70914cae4cc4d5a035ff 100644 --- a/ObjectTypes/TriangleMesh/PluginFunctionsTriangleMesh.cc +++ b/ObjectTypes/TriangleMesh/PluginFunctionsTriangleMesh.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/TriangleMesh/PluginFunctionsTriangleMesh.hh b/ObjectTypes/TriangleMesh/PluginFunctionsTriangleMesh.hh index 091f0224d113c2796ae44228e7e04de1d873dd92..d039e9dda622937346f463764f6d79e0448754b9 100644 --- a/ObjectTypes/TriangleMesh/PluginFunctionsTriangleMesh.hh +++ b/ObjectTypes/TriangleMesh/PluginFunctionsTriangleMesh.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/TriangleMesh/TriangleMesh.cc b/ObjectTypes/TriangleMesh/TriangleMesh.cc index 1ae9b422cfad5172bb3d91e8a950c6fae7d4d774..29dc19cb29344859c74275ecb697f82f5797bf27 100644 --- a/ObjectTypes/TriangleMesh/TriangleMesh.cc +++ b/ObjectTypes/TriangleMesh/TriangleMesh.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/TriangleMesh/TriangleMesh.hh b/ObjectTypes/TriangleMesh/TriangleMesh.hh index d14c5eef22ab8f4c6d7d0f45f975dd02e6e748bf..68ca62f8e02ba3928dcead01df897940883cb917 100644 --- a/ObjectTypes/TriangleMesh/TriangleMesh.hh +++ b/ObjectTypes/TriangleMesh/TriangleMesh.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/TriangleMesh/TriangleMeshTypes.hh b/ObjectTypes/TriangleMesh/TriangleMeshTypes.hh index 71fac162335f45518e785ac950dbbc9729f3c47d..71f731414133d99c38f2ffb41f57c6ad819475a7 100644 --- a/ObjectTypes/TriangleMesh/TriangleMeshTypes.hh +++ b/ObjectTypes/TriangleMesh/TriangleMeshTypes.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/VolumeMeshObject/VolumeMeshBufferManager.hh b/ObjectTypes/VolumeMeshObject/VolumeMeshBufferManager.hh index aa2846d1ccc77760030624fbcee5c61ca7813f0f..3080a515494ad38dc0a48a7a1434a6f3728b5ce4 100644 --- a/ObjectTypes/VolumeMeshObject/VolumeMeshBufferManager.hh +++ b/ObjectTypes/VolumeMeshObject/VolumeMeshBufferManager.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/VolumeMeshObject/VolumeMeshBufferManagerT.cc b/ObjectTypes/VolumeMeshObject/VolumeMeshBufferManagerT.cc index fc76113d2241f54b84d5e2e55b9f12db9326b438..7453c5f03e5dfd287fcaf2e648c14113347b7c77 100644 --- a/ObjectTypes/VolumeMeshObject/VolumeMeshBufferManagerT.cc +++ b/ObjectTypes/VolumeMeshObject/VolumeMeshBufferManagerT.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/VolumeMeshObject/VolumeMeshDrawModesContainer.hh b/ObjectTypes/VolumeMeshObject/VolumeMeshDrawModesContainer.hh index d930f6d4cbbd67f58337371f28a4f46daa0544ce..b00e8c891b27373831b507fe66e50d286a6b27c7 100644 --- a/ObjectTypes/VolumeMeshObject/VolumeMeshDrawModesContainer.hh +++ b/ObjectTypes/VolumeMeshObject/VolumeMeshDrawModesContainer.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/VolumeMeshObject/VolumeMeshNode.hh b/ObjectTypes/VolumeMeshObject/VolumeMeshNode.hh index cde5c16d17967f7b36c5bb1a6a8d285f99a3a172..73591d4f7740fffda09d86117f5a4a754cfa3293 100644 --- a/ObjectTypes/VolumeMeshObject/VolumeMeshNode.hh +++ b/ObjectTypes/VolumeMeshObject/VolumeMeshNode.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * - * Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * - * www.openflipper.org * - * * - *--------------------------------------------------------------------------- * - * This file is part of OpenFlipper. * - * * - * OpenFlipper is free software: you can redistribute it and/or modify * - * it under the terms of the GNU Lesser General Public License as * - * published by the Free Software Foundation, either version 3 of * - * the License, or (at your option) any later version with the * - * following exceptions: * - * * - * If other files instantiate templates or use macros * - * or inline functions from this file, or you compile this file and * - * link it with other files to produce an executable, this file does * - * not by itself cause the resulting executable to be covered by the * - * GNU Lesser General Public License. This exception does not however * - * invalidate any other reasons why the executable file might be * - * covered by the GNU Lesser General Public License. * - * * - * OpenFlipper is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Lesser General Public License for more details. * - * * - * You should have received a copy of the GNU LesserGeneral Public * - * License along with OpenFlipper. If not, * - * see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/VolumeMeshObject/VolumeMeshNodeT.cc b/ObjectTypes/VolumeMeshObject/VolumeMeshNodeT.cc index d45501b322bfccbcecbc6fc84049bc2166b51281..84abbd258f24bd286a6e74a8fc1714f70d695c21 100644 --- a/ObjectTypes/VolumeMeshObject/VolumeMeshNodeT.cc +++ b/ObjectTypes/VolumeMeshObject/VolumeMeshNodeT.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * - * Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * - * www.openflipper.org * - * * - *--------------------------------------------------------------------------- * - * This file is part of OpenFlipper. * - * * - * OpenFlipper is free software: you can redistribute it and/or modify * - * it under the terms of the GNU Lesser General Public License as * - * published by the Free Software Foundation, either version 3 of * - * the License, or (at your option) any later version with the * - * following exceptions: * - * * - * If other files instantiate templates or use macros * - * or inline functions from this file, or you compile this file and * - * link it with other files to produce an executable, this file does * - * not by itself cause the resulting executable to be covered by the * - * GNU Lesser General Public License. This exception does not however * - * invalidate any other reasons why the executable file might be * - * covered by the GNU Lesser General Public License. * - * * - * OpenFlipper is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Lesser General Public License for more details. * - * * - * You should have received a copy of the GNU LesserGeneral Public * - * License along with OpenFlipper. If not, * - * see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/VolumeMeshObject/VolumeMeshObject.hh b/ObjectTypes/VolumeMeshObject/VolumeMeshObject.hh index 9e8b788d22b234b1130484a7267d797f2ad0ab46..c049a37447b5b7615f828480a5516b3c94606b6f 100644 --- a/ObjectTypes/VolumeMeshObject/VolumeMeshObject.hh +++ b/ObjectTypes/VolumeMeshObject/VolumeMeshObject.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/ObjectTypes/VolumeMeshObject/VolumeMeshObjectT.cc b/ObjectTypes/VolumeMeshObject/VolumeMeshObjectT.cc index 10cb8a3eebaa0c099fc47929f4934d09b1ae7567..59c4766f571fb41ac3f426570a64ea598d9014f4 100644 --- a/ObjectTypes/VolumeMeshObject/VolumeMeshObjectT.cc +++ b/ObjectTypes/VolumeMeshObject/VolumeMeshObjectT.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * - * Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * - * www.openflipper.org * - * * - *--------------------------------------------------------------------------- * - * This file is part of OpenFlipper. * - * * - * OpenFlipper is free software: you can redistribute it and/or modify * - * it under the terms of the GNU Lesser General Public License as * - * published by the Free Software Foundation, either version 3 of * - * the License, or (at your option) any later version with the * - * following exceptions: * - * * - * If other files instantiate templates or use macros * - * or inline functions from this file, or you compile this file and * - * link it with other files to produce an executable, this file does * - * not by itself cause the resulting executable to be covered by the * - * GNU Lesser General Public License. This exception does not however * - * invalidate any other reasons why the executable file might be * - * covered by the GNU Lesser General Public License. * - * * - * OpenFlipper is distributed in the hope that it will be useful, * - * but WITHOUT ANY WARRANTY; without even the implied warranty of * - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * - * GNU Lesser General Public License for more details. * - * * - * You should have received a copy of the GNU LesserGeneral Public * - * License along with OpenFlipper. If not, * - * see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/OpenFlipper/ACGHelper/DrawModeConverter.cc b/OpenFlipper/ACGHelper/DrawModeConverter.cc index a8b2966e54d1aa13dedb778e30bde4f05cdd6d30..719d67235a83918b2796f3d2d1302475b0753672 100644 --- a/OpenFlipper/ACGHelper/DrawModeConverter.cc +++ b/OpenFlipper/ACGHelper/DrawModeConverter.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/OpenFlipper/ACGHelper/DrawModeConverter.hh b/OpenFlipper/ACGHelper/DrawModeConverter.hh index 6d5a44f603e5f7660b7c8cc851c56f2c4f381f33..aa90320fc4d66d0e5029fdd10716164177db0288 100644 --- a/OpenFlipper/ACGHelper/DrawModeConverter.hh +++ b/OpenFlipper/ACGHelper/DrawModeConverter.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/OpenFlipper/BasePlugin/AboutInfoInterface.hh b/OpenFlipper/BasePlugin/AboutInfoInterface.hh index adee53177b9549d58eda875f25ce4f6a0de35c85..c563e68f01f9f3aa7fed5784ac6b34b69877479e 100644 --- a/OpenFlipper/BasePlugin/AboutInfoInterface.hh +++ b/OpenFlipper/BasePlugin/AboutInfoInterface.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/OpenFlipper/BasePlugin/BackupInterface.hh b/OpenFlipper/BasePlugin/BackupInterface.hh index 00c9a95325c7c1b01e6e3cecb34bba5dd5320a11..1126eb9d6cfbd5e7841b66b5a4a57870351842c0 100644 --- a/OpenFlipper/BasePlugin/BackupInterface.hh +++ b/OpenFlipper/BasePlugin/BackupInterface.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/OpenFlipper/BasePlugin/BaseInterface.hh b/OpenFlipper/BasePlugin/BaseInterface.hh index ef97ee30ec535a1452e801e12555e000220cc14d..9beb35a66fb4d9b3da17c2d451d61f607bc4b90d 100644 --- a/OpenFlipper/BasePlugin/BaseInterface.hh +++ b/OpenFlipper/BasePlugin/BaseInterface.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/OpenFlipper/BasePlugin/ContextMenuInterface.hh b/OpenFlipper/BasePlugin/ContextMenuInterface.hh index c198eee687a46aef784e436c9d4328e83a649d00..6a2aa25f5b01a376966a2654b49e38a628441c3e 100644 --- a/OpenFlipper/BasePlugin/ContextMenuInterface.hh +++ b/OpenFlipper/BasePlugin/ContextMenuInterface.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/OpenFlipper/BasePlugin/FileInterface.hh b/OpenFlipper/BasePlugin/FileInterface.hh index 16827dec5afb75727b91eb59470880263ace847d..c7a3bdfa5a487ae6b60cbe5b32afb7c2db700d35 100644 --- a/OpenFlipper/BasePlugin/FileInterface.hh +++ b/OpenFlipper/BasePlugin/FileInterface.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/OpenFlipper/BasePlugin/INIInterface.hh b/OpenFlipper/BasePlugin/INIInterface.hh index 60a655642bd707e583de19dfe1083988149b4017..b873430cd50dc108ae4fb773f94f8e787f5981a5 100644 --- a/OpenFlipper/BasePlugin/INIInterface.hh +++ b/OpenFlipper/BasePlugin/INIInterface.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/OpenFlipper/BasePlugin/InformationInterface.hh b/OpenFlipper/BasePlugin/InformationInterface.hh index 53fa3b8f7f9bc6b0e37976cd177c2d499c46692d..47477d70d515455633fea34fbc633405c87c23a8 100644 --- a/OpenFlipper/BasePlugin/InformationInterface.hh +++ b/OpenFlipper/BasePlugin/InformationInterface.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/OpenFlipper/BasePlugin/KeyInterface.hh b/OpenFlipper/BasePlugin/KeyInterface.hh index 4eed0f521513af7bffc93e317d1926a4cd299933..bc779b242dadaf982c6ad789e05df7368500fcb9 100644 --- a/OpenFlipper/BasePlugin/KeyInterface.hh +++ b/OpenFlipper/BasePlugin/KeyInterface.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/OpenFlipper/BasePlugin/LoadSaveInterface.hh b/OpenFlipper/BasePlugin/LoadSaveInterface.hh index 4e4ec56ac3eeb6983e4dd014807468eef452deb6..82c86964b7e9baaff242926d58efca1d8a76c13e 100644 --- a/OpenFlipper/BasePlugin/LoadSaveInterface.hh +++ b/OpenFlipper/BasePlugin/LoadSaveInterface.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/OpenFlipper/BasePlugin/LoggingInterface.hh b/OpenFlipper/BasePlugin/LoggingInterface.hh index 110edd72185ee56a28194618500fdf5c980dec14..451b3aefd4253eba2f105b4015933c9f37a6705e 100644 --- a/OpenFlipper/BasePlugin/LoggingInterface.hh +++ b/OpenFlipper/BasePlugin/LoggingInterface.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/OpenFlipper/BasePlugin/MenuInterface.hh b/OpenFlipper/BasePlugin/MenuInterface.hh index 8da356422b385dc900f0dcdb9c082a494ed1bd5b..d58dece23c373366a4f038293f58233d1a34e1ab 100644 --- a/OpenFlipper/BasePlugin/MenuInterface.hh +++ b/OpenFlipper/BasePlugin/MenuInterface.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/OpenFlipper/BasePlugin/MetadataInterface.hh b/OpenFlipper/BasePlugin/MetadataInterface.hh index 3652be39938a97012804f2bb79f424a19f7adf1d..12d4bdfdc364d0d3b7d16981a6fbaaa5aa9db50f 100644 --- a/OpenFlipper/BasePlugin/MetadataInterface.hh +++ b/OpenFlipper/BasePlugin/MetadataInterface.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/OpenFlipper/BasePlugin/MouseInterface.hh b/OpenFlipper/BasePlugin/MouseInterface.hh index f75a42cb067fa703761d6e56e0e53d6af6244122..2ea7ed27830f5b26d951daa6882b785734edabbb 100644 --- a/OpenFlipper/BasePlugin/MouseInterface.hh +++ b/OpenFlipper/BasePlugin/MouseInterface.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/OpenFlipper/BasePlugin/OptionsInterface.hh b/OpenFlipper/BasePlugin/OptionsInterface.hh index 49e75a4defc7931fe4ffc72cfbab7ecc402e63be..de68afeb769f5b8dcef38989d6f8a2e231f330fb 100644 --- a/OpenFlipper/BasePlugin/OptionsInterface.hh +++ b/OpenFlipper/BasePlugin/OptionsInterface.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/OpenFlipper/BasePlugin/PickingInterface.hh b/OpenFlipper/BasePlugin/PickingInterface.hh index 794529b483252ee4bc82658fd2ed47d32f5b1afd..bf01748c932b99b49cbe407eae603dd817dc8973 100644 --- a/OpenFlipper/BasePlugin/PickingInterface.hh +++ b/OpenFlipper/BasePlugin/PickingInterface.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/OpenFlipper/BasePlugin/PluginConnectionInterface.hh b/OpenFlipper/BasePlugin/PluginConnectionInterface.hh index 71f6b4af2c11934a5ef0a5a09bf9d6e8e27a5358..bc052a16f828f7475c7cda6d83cc9c65eef0152e 100644 --- a/OpenFlipper/BasePlugin/PluginConnectionInterface.hh +++ b/OpenFlipper/BasePlugin/PluginConnectionInterface.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/OpenFlipper/BasePlugin/PluginFunctions.cc b/OpenFlipper/BasePlugin/PluginFunctions.cc index 1140abe7e24c676a5b4828241a94f0b228a12c57..5a888ae4d4a4bf1467d2f2ba47492a90b57e7cd3 100644 --- a/OpenFlipper/BasePlugin/PluginFunctions.cc +++ b/OpenFlipper/BasePlugin/PluginFunctions.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/OpenFlipper/BasePlugin/PluginFunctions.hh b/OpenFlipper/BasePlugin/PluginFunctions.hh index 26a8a3bdc8bfd57ea6d3f5038c0c7ce70e9e926c..70937deda66e9b85a14afa14e0fa862dfb28882c 100644 --- a/OpenFlipper/BasePlugin/PluginFunctions.hh +++ b/OpenFlipper/BasePlugin/PluginFunctions.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/OpenFlipper/BasePlugin/PluginFunctionsBaseIterator.cc b/OpenFlipper/BasePlugin/PluginFunctionsBaseIterator.cc index 960c5905bf47ec33b2067e02559737a744c1786d..d2921b08d8a66d036df74949a326015dfd702cc2 100644 --- a/OpenFlipper/BasePlugin/PluginFunctionsBaseIterator.cc +++ b/OpenFlipper/BasePlugin/PluginFunctionsBaseIterator.cc @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + * * + * Redistribution and use in source and binary forms, with or without * + * modification, are permitted provided that the following conditions * + * are met: * + * * + * 1. Redistributions of source code must retain the above copyright notice, * + * this list of conditions and the following disclaimer. * + * * + * 2. Redistributions in binary form must reproduce the above copyright * + * notice, this list of conditions and the following disclaimer in the * + * documentation and/or other materials provided with the distribution. * + * * + * 3. Neither the name of the copyright holder nor the names of its * + * contributors may be used to endorse or promote products derived from * + * this software without specific prior written permission. * + * * + * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * + * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED * + * TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A * + * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER * + * OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, * + * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, * + * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR * + * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF * + * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING * + * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * + * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * * \*===========================================================================*/ diff --git a/OpenFlipper/BasePlugin/PluginFunctionsCore.hh b/OpenFlipper/BasePlugin/PluginFunctionsCore.hh index 87d16e49e327a4bf4291a007c6f5668214787ab7..90cee5c1dfe45f06263ec549869adefcdb92dfa1 100644 --- a/OpenFlipper/BasePlugin/PluginFunctionsCore.hh +++ b/OpenFlipper/BasePlugin/PluginFunctionsCore.hh @@ -1,34 +1,41 @@ /*===========================================================================*\ * * * OpenFlipper * -* Copyright (C) 2001-2014 by Computer Graphics Group, RWTH Aachen * -* www.openflipper.org * -* * -*--------------------------------------------------------------------------- * -* This file is part of OpenFlipper. * -* * -* OpenFlipper is free software: you can redistribute it and/or modify * -* it under the terms of the GNU Lesser General Public License as * -* published by the Free Software Foundation, either version 3 of * -* the License, or (at your option) any later version with the * -* following exceptions: * -* * -* If other files instantiate templates or use macros * -* or inline functions from this file, or you compile this file and * -* link it with other files to produce an executable, this file does * -* not by itself cause the resulting executable to be covered by the * -* GNU Lesser General Public License. This exception does not however * -* invalidate any other reasons why the executable file might be * -* covered by the GNU Lesser General Public License. * -* * -* OpenFlipper is distributed in the hope that it will be useful, * -* but WITHOUT ANY WARRANTY; without even the implied warranty of * -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * -* GNU Lesser General Public License for more details. * -* * -* You should have received a copy of the GNU LesserGeneral Public * -* License along with OpenFlipper. If not, * -* see . * + * Copyright (c) 2001-2015, RWTH-Aachen University * + * Department of Computer Graphics and Multimedia * + * All rights reserved. * + * www.openflipper.org * + * * + *---------------------------------------------------------------------------* + * This file is part of OpenFlipper. * + *---------------------------------------------------------------------------* + *