From ed511b64ab438ccd933d626d20f1df1be22a6bd0 Mon Sep 17 00:00:00 2001 From: Hugo Talbot Date: Wed, 10 Jan 2024 17:45:52 +0100 Subject: [PATCH] [plugins] Update license to LGPL of remaining files --- .../SceneCreator_test/SceneCreator_test.cpp | 14 ++++++------- .../SceneCreatorBenchmarks.cpp | 14 ++++++------- .../src/SceneCreator/SceneCreator.cpp | 14 ++++++------- .../src/SceneCreator/SceneCreator.h | 14 ++++++------- .../src/SceneCreator/SceneUtils.cpp | 14 ++++++------- .../src/SceneCreator/SceneUtils.h | 14 ++++++------- .../plugins/SofaHAPI/initSofaHAPI.cpp | 2 +- .../plugins/SofaTest/BroadPhase_test.h | 21 +++++++++++++++++++ .../plugins/SofaTest/DataEngine_test.h | 14 ++++++------- .../plugins/SofaTest/Elasticity_test.cpp | 21 +++++++++++++++++++ .../plugins/SofaTest/Elasticity_test.h | 14 ++++++------- .../plugins/SofaTest/Elasticity_test.inl | 14 ++++++------- .../plugins/SofaTest/ForceField_test.h | 14 ++++++------- applications/plugins/SofaTest/Mapping_test.h | 14 ++++++------- .../plugins/SofaTest/Multi2Mapping_test.h | 14 ++++++------- .../plugins/SofaTest/MultiMapping_test.h | 14 ++++++------- .../SofaTest_test/python_test_list.cpp | 21 +++++++++++++++++++ applications/plugins/SofaTest/Sofa_test.cpp | 14 ++++++------- applications/plugins/SofaTest/Sofa_test.h | 14 ++++++------- 19 files changed, 169 insertions(+), 106 deletions(-) diff --git a/applications/plugins/SceneCreator/SceneCreator_test/SceneCreator_test.cpp b/applications/plugins/SceneCreator/SceneCreator_test/SceneCreator_test.cpp index d891a7ed288..d05edd4a404 100644 --- a/applications/plugins/SceneCreator/SceneCreator_test/SceneCreator_test.cpp +++ b/applications/plugins/SceneCreator/SceneCreator_test/SceneCreator_test.cpp @@ -3,17 +3,17 @@ * (c) 2006 INRIA, USTL, UJF, CNRS, MGH * * * * This program is free software; you can redistribute it and/or modify it * -* under the terms of the GNU General Public License as published by the Free * -* Software Foundation; either version 2 of the License, or (at your option) * -* any later version. * +* under the terms of the GNU Lesser General Public License as published by * +* the Free Software Foundation; either version 2.1 of the License, or (at * +* your option) any later version. * * * * This program is distributed in the hope that it will be useful, but WITHOUT * * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * -* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for * -* more details. * +* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License * +* for more details. * * * -* You should have received a copy of the GNU General Public License along * -* with this program. If not, see . * +* You should have received a copy of the GNU Lesser General Public License * +* along with this program. If not, see . * ******************************************************************************* * Authors: The SOFA Team and external contributors (see Authors.txt) * * * diff --git a/applications/plugins/SceneCreator/sceneCreatorExamples/SceneCreatorBenchmarks.cpp b/applications/plugins/SceneCreator/sceneCreatorExamples/SceneCreatorBenchmarks.cpp index 323eac70d96..15fab358841 100644 --- a/applications/plugins/SceneCreator/sceneCreatorExamples/SceneCreatorBenchmarks.cpp +++ b/applications/plugins/SceneCreator/sceneCreatorExamples/SceneCreatorBenchmarks.cpp @@ -3,17 +3,17 @@ * (c) 2006 INRIA, USTL, UJF, CNRS, MGH * * * * This program is free software; you can redistribute it and/or modify it * -* under the terms of the GNU General Public License as published by the Free * -* Software Foundation; either version 2 of the License, or (at your option) * -* any later version. * +* under the terms of the GNU Lesser General Public License as published by * +* the Free Software Foundation; either version 2.1 of the License, or (at * +* your option) any later version. * * * * This program is distributed in the hope that it will be useful, but WITHOUT * * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * -* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for * -* more details. * +* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License * +* for more details. * * * -* You should have received a copy of the GNU General Public License along * -* with this program. If not, see . * +* You should have received a copy of the GNU Lesser General Public License * +* along with this program. If not, see . * ******************************************************************************* * Authors: The SOFA Team and external contributors (see Authors.txt) * * * diff --git a/applications/plugins/SceneCreator/src/SceneCreator/SceneCreator.cpp b/applications/plugins/SceneCreator/src/SceneCreator/SceneCreator.cpp index 8a8d2924b99..895cc08a1fc 100644 --- a/applications/plugins/SceneCreator/src/SceneCreator/SceneCreator.cpp +++ b/applications/plugins/SceneCreator/src/SceneCreator/SceneCreator.cpp @@ -3,17 +3,17 @@ * (c) 2006 INRIA, USTL, UJF, CNRS, MGH * * * * This program is free software; you can redistribute it and/or modify it * -* under the terms of the GNU General Public License as published by the Free * -* Software Foundation; either version 2 of the License, or (at your option) * -* any later version. * +* under the terms of the GNU Lesser General Public License as published by * +* the Free Software Foundation; either version 2.1 of the License, or (at * +* your option) any later version. * * * * This program is distributed in the hope that it will be useful, but WITHOUT * * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * -* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for * -* more details. * +* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License * +* for more details. * * * -* You should have received a copy of the GNU General Public License along * -* with this program. If not, see . * +* You should have received a copy of the GNU Lesser General Public License * +* along with this program. If not, see . * ******************************************************************************* * Authors: The SOFA Team and external contributors (see Authors.txt) * * * diff --git a/applications/plugins/SceneCreator/src/SceneCreator/SceneCreator.h b/applications/plugins/SceneCreator/src/SceneCreator/SceneCreator.h index 647dc8e3cb1..8fb5f79dca3 100644 --- a/applications/plugins/SceneCreator/src/SceneCreator/SceneCreator.h +++ b/applications/plugins/SceneCreator/src/SceneCreator/SceneCreator.h @@ -3,17 +3,17 @@ * (c) 2006 INRIA, USTL, UJF, CNRS, MGH * * * * This program is free software; you can redistribute it and/or modify it * -* under the terms of the GNU General Public License as published by the Free * -* Software Foundation; either version 2 of the License, or (at your option) * -* any later version. * +* under the terms of the GNU Lesser General Public License as published by * +* the Free Software Foundation; either version 2.1 of the License, or (at * +* your option) any later version. * * * * This program is distributed in the hope that it will be useful, but WITHOUT * * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * -* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for * -* more details. * +* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License * +* for more details. * * * -* You should have received a copy of the GNU General Public License along * -* with this program. If not, see . * +* You should have received a copy of the GNU Lesser General Public License * +* along with this program. If not, see . * ******************************************************************************* * Authors: The SOFA Team and external contributors (see Authors.txt) * * * diff --git a/applications/plugins/SceneCreator/src/SceneCreator/SceneUtils.cpp b/applications/plugins/SceneCreator/src/SceneCreator/SceneUtils.cpp index 6a560503444..25b524dbdc3 100644 --- a/applications/plugins/SceneCreator/src/SceneCreator/SceneUtils.cpp +++ b/applications/plugins/SceneCreator/src/SceneCreator/SceneUtils.cpp @@ -3,17 +3,17 @@ * (c) 2006 INRIA, USTL, UJF, CNRS, MGH * * * * This program is free software; you can redistribute it and/or modify it * -* under the terms of the GNU General Public License as published by the Free * -* Software Foundation; either version 2 of the License, or (at your option) * -* any later version. * +* under the terms of the GNU Lesser General Public License as published by * +* the Free Software Foundation; either version 2.1 of the License, or (at * +* your option) any later version. * * * * This program is distributed in the hope that it will be useful, but WITHOUT * * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * -* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for * -* more details. * +* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License * +* for more details. * * * -* You should have received a copy of the GNU General Public License along * -* with this program. If not, see . * +* You should have received a copy of the GNU Lesser General Public License * +* along with this program. If not, see . * ******************************************************************************* * Authors: The SOFA Team and external contributors (see Authors.txt) * * * diff --git a/applications/plugins/SceneCreator/src/SceneCreator/SceneUtils.h b/applications/plugins/SceneCreator/src/SceneCreator/SceneUtils.h index 9589fae68fd..112721632d2 100644 --- a/applications/plugins/SceneCreator/src/SceneCreator/SceneUtils.h +++ b/applications/plugins/SceneCreator/src/SceneCreator/SceneUtils.h @@ -3,17 +3,17 @@ * (c) 2006 INRIA, USTL, UJF, CNRS, MGH * * * * This program is free software; you can redistribute it and/or modify it * -* under the terms of the GNU General Public License as published by the Free * -* Software Foundation; either version 2 of the License, or (at your option) * -* any later version. * +* under the terms of the GNU Lesser General Public License as published by * +* the Free Software Foundation; either version 2.1 of the License, or (at * +* your option) any later version. * * * * This program is distributed in the hope that it will be useful, but WITHOUT * * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * -* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for * -* more details. * +* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License * +* for more details. * * * -* You should have received a copy of the GNU General Public License along * -* with this program. If not, see . * +* You should have received a copy of the GNU Lesser General Public License * +* along with this program. If not, see . * ******************************************************************************* * Authors: The SOFA Team and external contributors (see Authors.txt) * * * diff --git a/applications/plugins/SofaHAPI/initSofaHAPI.cpp b/applications/plugins/SofaHAPI/initSofaHAPI.cpp index ad6ea85cbe0..287d31766d0 100644 --- a/applications/plugins/SofaHAPI/initSofaHAPI.cpp +++ b/applications/plugins/SofaHAPI/initSofaHAPI.cpp @@ -52,7 +52,7 @@ namespace sofa const char* getModuleLicense() { - return "GPL"; + return "LGPL"; } diff --git a/applications/plugins/SofaTest/BroadPhase_test.h b/applications/plugins/SofaTest/BroadPhase_test.h index 868275f89b2..4f2d05e7dcb 100644 --- a/applications/plugins/SofaTest/BroadPhase_test.h +++ b/applications/plugins/SofaTest/BroadPhase_test.h @@ -1,3 +1,24 @@ +/****************************************************************************** +* SOFA, Simulation Open-Framework Architecture * +* (c) 2006 INRIA, USTL, UJF, CNRS, MGH * +* * +* This program is free software; you can redistribute it and/or modify it * +* under the terms of the GNU Lesser General Public License as published by * +* the Free Software Foundation; either version 2.1 of the License, or (at * +* your option) any later version. * +* * +* This program is distributed in the hope that it will be useful, but WITHOUT * +* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * +* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License * +* for more details. * +* * +* You should have received a copy of the GNU Lesser General Public License * +* along with this program. If not, see . * +******************************************************************************* +* Authors: The SOFA Team and external contributors (see Authors.txt) * +* * +* Contact information: contact@sofa-framework.org * +******************************************************************************/ #ifndef SOFA_STANDARDTEST_BroadPhase_test_H #define SOFA_STANDARDTEST_BroadPhase_test_H diff --git a/applications/plugins/SofaTest/DataEngine_test.h b/applications/plugins/SofaTest/DataEngine_test.h index 0459b5ed860..6f1eff70626 100644 --- a/applications/plugins/SofaTest/DataEngine_test.h +++ b/applications/plugins/SofaTest/DataEngine_test.h @@ -3,17 +3,17 @@ * (c) 2006 INRIA, USTL, UJF, CNRS, MGH * * * * This program is free software; you can redistribute it and/or modify it * -* under the terms of the GNU General Public License as published by the Free * -* Software Foundation; either version 2 of the License, or (at your option) * -* any later version. * +* under the terms of the GNU Lesser General Public License as published by * +* the Free Software Foundation; either version 2.1 of the License, or (at * +* your option) any later version. * * * * This program is distributed in the hope that it will be useful, but WITHOUT * * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * -* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for * -* more details. * +* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License * +* for more details. * * * -* You should have received a copy of the GNU General Public License along * -* with this program. If not, see . * +* You should have received a copy of the GNU Lesser General Public License * +* along with this program. If not, see . * ******************************************************************************* * Authors: The SOFA Team and external contributors (see Authors.txt) * * * diff --git a/applications/plugins/SofaTest/Elasticity_test.cpp b/applications/plugins/SofaTest/Elasticity_test.cpp index 2089232fc53..7b5e39f51d8 100644 --- a/applications/plugins/SofaTest/Elasticity_test.cpp +++ b/applications/plugins/SofaTest/Elasticity_test.cpp @@ -1,3 +1,24 @@ +/****************************************************************************** +* SOFA, Simulation Open-Framework Architecture * +* (c) 2006 INRIA, USTL, UJF, CNRS, MGH * +* * +* This program is free software; you can redistribute it and/or modify it * +* under the terms of the GNU Lesser General Public License as published by * +* the Free Software Foundation; either version 2.1 of the License, or (at * +* your option) any later version. * +* * +* This program is distributed in the hope that it will be useful, but WITHOUT * +* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * +* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License * +* for more details. * +* * +* You should have received a copy of the GNU Lesser General Public License * +* along with this program. If not, see . * +******************************************************************************* +* Authors: The SOFA Team and external contributors (see Authors.txt) * +* * +* Contact information: contact@sofa-framework.org * +******************************************************************************/ #include "Elasticity_test.inl" namespace sofa { diff --git a/applications/plugins/SofaTest/Elasticity_test.h b/applications/plugins/SofaTest/Elasticity_test.h index 1dd3d658302..5e3d0a619f1 100644 --- a/applications/plugins/SofaTest/Elasticity_test.h +++ b/applications/plugins/SofaTest/Elasticity_test.h @@ -3,17 +3,17 @@ * (c) 2006 INRIA, USTL, UJF, CNRS, MGH * * * * This program is free software; you can redistribute it and/or modify it * -* under the terms of the GNU General Public License as published by the Free * -* Software Foundation; either version 2 of the License, or (at your option) * -* any later version. * +* under the terms of the GNU Lesser General Public License as published by * +* the Free Software Foundation; either version 2.1 of the License, or (at * +* your option) any later version. * * * * This program is distributed in the hope that it will be useful, but WITHOUT * * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * -* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for * -* more details. * +* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License * +* for more details. * * * -* You should have received a copy of the GNU General Public License along * -* with this program. If not, see . * +* You should have received a copy of the GNU Lesser General Public License * +* along with this program. If not, see . * ******************************************************************************* * Authors: The SOFA Team and external contributors (see Authors.txt) * * * diff --git a/applications/plugins/SofaTest/Elasticity_test.inl b/applications/plugins/SofaTest/Elasticity_test.inl index 3433abc20af..fcfdbf30cf6 100644 --- a/applications/plugins/SofaTest/Elasticity_test.inl +++ b/applications/plugins/SofaTest/Elasticity_test.inl @@ -3,17 +3,17 @@ * (c) 2006 INRIA, USTL, UJF, CNRS, MGH * * * * This program is free software; you can redistribute it and/or modify it * -* under the terms of the GNU General Public License as published by the Free * -* Software Foundation; either version 2 of the License, or (at your option) * -* any later version. * +* under the terms of the GNU Lesser General Public License as published by * +* the Free Software Foundation; either version 2.1 of the License, or (at * +* your option) any later version. * * * * This program is distributed in the hope that it will be useful, but WITHOUT * * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * -* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for * -* more details. * +* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License * +* for more details. * * * -* You should have received a copy of the GNU General Public License along * -* with this program. If not, see . * +* You should have received a copy of the GNU Lesser General Public License * +* along with this program. If not, see . * ******************************************************************************* * Authors: The SOFA Team and external contributors (see Authors.txt) * * * diff --git a/applications/plugins/SofaTest/ForceField_test.h b/applications/plugins/SofaTest/ForceField_test.h index 90fe450cc21..1c4f1ff8246 100644 --- a/applications/plugins/SofaTest/ForceField_test.h +++ b/applications/plugins/SofaTest/ForceField_test.h @@ -3,17 +3,17 @@ * (c) 2006 INRIA, USTL, UJF, CNRS, MGH * * * * This program is free software; you can redistribute it and/or modify it * -* under the terms of the GNU General Public License as published by the Free * -* Software Foundation; either version 2 of the License, or (at your option) * -* any later version. * +* under the terms of the GNU Lesser General Public License as published by * +* the Free Software Foundation; either version 2.1 of the License, or (at * +* your option) any later version. * * * * This program is distributed in the hope that it will be useful, but WITHOUT * * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * -* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for * -* more details. * +* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License * +* for more details. * * * -* You should have received a copy of the GNU General Public License along * -* with this program. If not, see . * +* You should have received a copy of the GNU Lesser General Public License * +* along with this program. If not, see . * ******************************************************************************* * Authors: The SOFA Team and external contributors (see Authors.txt) * * * diff --git a/applications/plugins/SofaTest/Mapping_test.h b/applications/plugins/SofaTest/Mapping_test.h index 10a672c88a8..9e3fbb6b799 100644 --- a/applications/plugins/SofaTest/Mapping_test.h +++ b/applications/plugins/SofaTest/Mapping_test.h @@ -3,17 +3,17 @@ * (c) 2006 INRIA, USTL, UJF, CNRS, MGH * * * * This program is free software; you can redistribute it and/or modify it * -* under the terms of the GNU General Public License as published by the Free * -* Software Foundation; either version 2 of the License, or (at your option) * -* any later version. * +* under the terms of the GNU Lesser General Public License as published by * +* the Free Software Foundation; either version 2.1 of the License, or (at * +* your option) any later version. * * * * This program is distributed in the hope that it will be useful, but WITHOUT * * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * -* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for * -* more details. * +* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License * +* for more details. * * * -* You should have received a copy of the GNU General Public License along * -* with this program. If not, see . * +* You should have received a copy of the GNU Lesser General Public License * +* along with this program. If not, see . * ******************************************************************************* * Authors: The SOFA Team and external contributors (see Authors.txt) * * * diff --git a/applications/plugins/SofaTest/Multi2Mapping_test.h b/applications/plugins/SofaTest/Multi2Mapping_test.h index 8a798dee6a5..861a8786b79 100644 --- a/applications/plugins/SofaTest/Multi2Mapping_test.h +++ b/applications/plugins/SofaTest/Multi2Mapping_test.h @@ -3,17 +3,17 @@ * (c) 2006 INRIA, USTL, UJF, CNRS, MGH * * * * This program is free software; you can redistribute it and/or modify it * -* under the terms of the GNU General Public License as published by the Free * -* Software Foundation; either version 2 of the License, or (at your option) * -* any later version. * +* under the terms of the GNU Lesser General Public License as published by * +* the Free Software Foundation; either version 2.1 of the License, or (at * +* your option) any later version. * * * * This program is distributed in the hope that it will be useful, but WITHOUT * * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * -* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for * -* more details. * +* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License * +* for more details. * * * -* You should have received a copy of the GNU General Public License along * -* with this program. If not, see . * +* You should have received a copy of the GNU Lesser General Public License * +* along with this program. If not, see . * ******************************************************************************* * Authors: The SOFA Team and external contributors (see Authors.txt) * * * diff --git a/applications/plugins/SofaTest/MultiMapping_test.h b/applications/plugins/SofaTest/MultiMapping_test.h index 71740b3a218..3c16e4dd103 100644 --- a/applications/plugins/SofaTest/MultiMapping_test.h +++ b/applications/plugins/SofaTest/MultiMapping_test.h @@ -3,17 +3,17 @@ * (c) 2006 INRIA, USTL, UJF, CNRS, MGH * * * * This program is free software; you can redistribute it and/or modify it * -* under the terms of the GNU General Public License as published by the Free * -* Software Foundation; either version 2 of the License, or (at your option) * -* any later version. * +* under the terms of the GNU Lesser General Public License as published by * +* the Free Software Foundation; either version 2.1 of the License, or (at * +* your option) any later version. * * * * This program is distributed in the hope that it will be useful, but WITHOUT * * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * -* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for * -* more details. * +* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License * +* for more details. * * * -* You should have received a copy of the GNU General Public License along * -* with this program. If not, see . * +* You should have received a copy of the GNU Lesser General Public License * +* along with this program. If not, see . * ******************************************************************************* * Authors: The SOFA Team and external contributors (see Authors.txt) * * * diff --git a/applications/plugins/SofaTest/SofaTest_test/python_test_list.cpp b/applications/plugins/SofaTest/SofaTest_test/python_test_list.cpp index d21d72248f6..9e8f5a39bbf 100644 --- a/applications/plugins/SofaTest/SofaTest_test/python_test_list.cpp +++ b/applications/plugins/SofaTest/SofaTest_test/python_test_list.cpp @@ -1,3 +1,24 @@ +/****************************************************************************** +* SOFA, Simulation Open-Framework Architecture * +* (c) 2006 INRIA, USTL, UJF, CNRS, MGH * +* * +* This program is free software; you can redistribute it and/or modify it * +* under the terms of the GNU Lesser General Public License as published by * +* the Free Software Foundation; either version 2.1 of the License, or (at * +* your option) any later version. * +* * +* This program is distributed in the hope that it will be useful, but WITHOUT * +* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * +* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License * +* for more details. * +* * +* You should have received a copy of the GNU Lesser General Public License * +* along with this program. If not, see . * +******************************************************************************* +* Authors: The SOFA Team and external contributors (see Authors.txt) * +* * +* Contact information: contact@sofa-framework.org * +******************************************************************************/ #include diff --git a/applications/plugins/SofaTest/Sofa_test.cpp b/applications/plugins/SofaTest/Sofa_test.cpp index c64421b31ae..ab4435389e5 100644 --- a/applications/plugins/SofaTest/Sofa_test.cpp +++ b/applications/plugins/SofaTest/Sofa_test.cpp @@ -3,17 +3,17 @@ * (c) 2006 INRIA, USTL, UJF, CNRS, MGH * * * * This program is free software; you can redistribute it and/or modify it * -* under the terms of the GNU General Public License as published by the Free * -* Software Foundation; either version 2 of the License, or (at your option) * -* any later version. * +* under the terms of the GNU Lesser General Public License as published by * +* the Free Software Foundation; either version 2.1 of the License, or (at * +* your option) any later version. * * * * This program is distributed in the hope that it will be useful, but WITHOUT * * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * -* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for * -* more details. * +* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License * +* for more details. * * * -* You should have received a copy of the GNU General Public License along * -* with this program. If not, see . * +* You should have received a copy of the GNU Lesser General Public License * +* along with this program. If not, see . * ******************************************************************************* * Authors: The SOFA Team and external contributors (see Authors.txt) * * * diff --git a/applications/plugins/SofaTest/Sofa_test.h b/applications/plugins/SofaTest/Sofa_test.h index 70361bbb39f..e6e7ac5796c 100644 --- a/applications/plugins/SofaTest/Sofa_test.h +++ b/applications/plugins/SofaTest/Sofa_test.h @@ -3,17 +3,17 @@ * (c) 2006 INRIA, USTL, UJF, CNRS, MGH * * * * This program is free software; you can redistribute it and/or modify it * -* under the terms of the GNU General Public License as published by the Free * -* Software Foundation; either version 2 of the License, or (at your option) * -* any later version. * +* under the terms of the GNU Lesser General Public License as published by * +* the Free Software Foundation; either version 2.1 of the License, or (at * +* your option) any later version. * * * * This program is distributed in the hope that it will be useful, but WITHOUT * * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * -* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for * -* more details. * +* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License * +* for more details. * * * -* You should have received a copy of the GNU General Public License along * -* with this program. If not, see . * +* You should have received a copy of the GNU Lesser General Public License * +* along with this program. If not, see . * ******************************************************************************* * Authors: The SOFA Team and external contributors (see Authors.txt) * * *