Skip to content

Commit dc3d555

Browse files
committed
[src] Updated all headers: copyright and license
1 parent 835b811 commit dc3d555

27 files changed

+318
-381
lines changed

CMakeLists.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
##############################################################################
2+
# - Copyright (C) 2022-Present InfinyTech3D - #
3+
# #
4+
# This file is part of the Tearing plugin for the SOFA framework. #
5+
# #
6+
# This file is dual-licensed: #
7+
# #
8+
# 1) Commercial License: #
9+
# This file may be used under the terms of a valid commercial license #
10+
# agreement provided wih the software by InfinyTech3D. #
11+
# #
12+
# 2) GNU General Public License (GPLv3) Usage #
13+
# Alternatively, this file may be used under the terms of the #
14+
# GNU General Public License version 3 as published by the #
15+
# Free Software Foundation: https://www.gnu.org/licenses/gpl-3.0.html #
16+
# #
17+
# Contact: contact@infinytech3d.com #
18+
# Further information: https://infinytech3d.com #
19+
##############################################################################
20+
121
cmake_minimum_required(VERSION 3.12)
222
project(Tearing VERSION 1.0 LANGUAGES CXX)
323

Tearing_test/CMakeLists.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
##############################################################################
2+
# - Copyright (C) 2022-Present InfinyTech3D - #
3+
# #
4+
# This file is part of the Tearing plugin for the SOFA framework. #
5+
# #
6+
# This file is dual-licensed: #
7+
# #
8+
# 1) Commercial License: #
9+
# This file may be used under the terms of a valid commercial license #
10+
# agreement provided wih the software by InfinyTech3D. #
11+
# #
12+
# 2) GNU General Public License (GPLv3) Usage #
13+
# Alternatively, this file may be used under the terms of the #
14+
# GNU General Public License version 3 as published by the #
15+
# Free Software Foundation: https://www.gnu.org/licenses/gpl-3.0.html #
16+
# #
17+
# Contact: contact@infinytech3d.com #
18+
# Further information: https://infinytech3d.com #
19+
##############################################################################
20+
121
cmake_minimum_required(VERSION 3.12)
222
project(Tearing_test VERSION 1.0)
323

Tearing_test/TearingEngine_test.cpp

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,20 @@
11
/*****************************************************************************
2-
* - Copyright (C) - 2020 - InfinyTech3D - *
2+
* - Copyright (C) 2020-Present InfinyTech3D - *
33
* *
44
* This file is part of the Tearing plugin for the SOFA framework. *
55
* *
6-
* Commercial License Usage: *
7-
* Licensees holding valid commercial license from InfinyTech3D may use this *
8-
* file in accordance with the commercial license agreement provided with *
9-
* the Software or, alternatively, in accordance with the terms contained in *
10-
* a written agreement between you and InfinyTech3D. For further information *
11-
* on the licensing terms and conditions, contact: contact@infinytech3d.com *
6+
* This file is dual-licensed: *
127
* *
13-
* GNU General Public License Usage: *
14-
* Alternatively, this file may be used under the terms of the GNU General *
15-
* Public License version 3. The licenses are as published by the Free *
16-
* Software Foundation and appearing in the file LICENSE.GPL3 included in *
17-
* the packaging of this file. Please review the following information to *
18-
* ensure the GNU General Public License requirements will be met: *
19-
* https://www.gnu.org/licenses/gpl-3.0.html. *
8+
* 1) Commercial License: *
9+
* This file may be used under the terms of a valid commercial license *
10+
* agreement provided wih the software by InfinyTech3D. *
2011
* *
21-
* Authors: see Authors.txt *
12+
* 2) GNU General Public License (GPLv3) Usage *
13+
* Alternatively, this file may be used under the terms of the *
14+
* GNU General Public License version 3 as published by the *
15+
* Free Software Foundation: https://www.gnu.org/licenses/gpl-3.0.html *
16+
* *
17+
* Contact: contact@infinytech3d.com *
2218
* Further information: https://infinytech3d.com *
2319
****************************************************************************/
2420

src/Tearing/BaseTearingEngine.cpp

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,20 @@
11
/*****************************************************************************
2-
* - Copyright (C) - 2020 - InfinyTech3D - *
2+
* - Copyright (C) 2020-Present InfinyTech3D - *
33
* *
44
* This file is part of the Tearing plugin for the SOFA framework. *
55
* *
6-
* Commercial License Usage: *
7-
* Licensees holding valid commercial license from InfinyTech3D may use this *
8-
* file in accordance with the commercial license agreement provided with *
9-
* the Software or, alternatively, in accordance with the terms contained in *
10-
* a written agreement between you and InfinyTech3D. For further information *
11-
* on the licensing terms and conditions, contact: contact@infinytech3d.com *
6+
* This file is dual-licensed: *
127
* *
13-
* GNU General Public License Usage: *
14-
* Alternatively, this file may be used under the terms of the GNU General *
15-
* Public License version 3. The licenses are as published by the Free *
16-
* Software Foundation and appearing in the file LICENSE.GPL3 included in *
17-
* the packaging of this file. Please review the following information to *
18-
* ensure the GNU General Public License requirements will be met: *
19-
* https://www.gnu.org/licenses/gpl-3.0.html. *
8+
* 1) Commercial License: *
9+
* This file may be used under the terms of a valid commercial license *
10+
* agreement provided wih the software by InfinyTech3D. *
2011
* *
21-
* Authors: see Authors.txt *
12+
* 2) GNU General Public License (GPLv3) Usage *
13+
* Alternatively, this file may be used under the terms of the *
14+
* GNU General Public License version 3 as published by the *
15+
* Free Software Foundation: https://www.gnu.org/licenses/gpl-3.0.html *
16+
* *
17+
* Contact: contact@infinytech3d.com *
2218
* Further information: https://infinytech3d.com *
2319
****************************************************************************/
2420
#define SOFA_COMPONENT_ENGINE_BASETEARINGENGINE_CPP

src/Tearing/BaseTearingEngine.h

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,20 @@
11
/*****************************************************************************
2-
* - Copyright (C) - 2020 - InfinyTech3D - *
2+
* - Copyright (C) 2020-Present InfinyTech3D - *
33
* *
44
* This file is part of the Tearing plugin for the SOFA framework. *
55
* *
6-
* Commercial License Usage: *
7-
* Licensees holding valid commercial license from InfinyTech3D may use this *
8-
* file in accordance with the commercial license agreement provided with *
9-
* the Software or, alternatively, in accordance with the terms contained in *
10-
* a written agreement between you and InfinyTech3D. For further information *
11-
* on the licensing terms and conditions, contact: contact@infinytech3d.com *
6+
* This file is dual-licensed: *
127
* *
13-
* GNU General Public License Usage: *
14-
* Alternatively, this file may be used under the terms of the GNU General *
15-
* Public License version 3. The licenses are as published by the Free *
16-
* Software Foundation and appearing in the file LICENSE.GPL3 included in *
17-
* the packaging of this file. Please review the following information to *
18-
* ensure the GNU General Public License requirements will be met: *
19-
* https://www.gnu.org/licenses/gpl-3.0.html. *
8+
* 1) Commercial License: *
9+
* This file may be used under the terms of a valid commercial license *
10+
* agreement provided wih the software by InfinyTech3D. *
2011
* *
21-
* Authors: see Authors.txt *
12+
* 2) GNU General Public License (GPLv3) Usage *
13+
* Alternatively, this file may be used under the terms of the *
14+
* GNU General Public License version 3 as published by the *
15+
* Free Software Foundation: https://www.gnu.org/licenses/gpl-3.0.html *
16+
* *
17+
* Contact: contact@infinytech3d.com *
2218
* Further information: https://infinytech3d.com *
2319
****************************************************************************/
2420
#pragma once

src/Tearing/BaseTearingEngine.inl

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,20 @@
11
/*****************************************************************************
2-
* - Copyright (C) - 2020 - InfinyTech3D - *
2+
* - Copyright (C) 2020-Present InfinyTech3D - *
33
* *
44
* This file is part of the Tearing plugin for the SOFA framework. *
55
* *
6-
* Commercial License Usage: *
7-
* Licensees holding valid commercial license from InfinyTech3D may use this *
8-
* file in accordance with the commercial license agreement provided with *
9-
* the Software or, alternatively, in accordance with the terms contained in *
10-
* a written agreement between you and InfinyTech3D. For further information *
11-
* on the licensing terms and conditions, contact: contact@infinytech3d.com *
6+
* This file is dual-licensed: *
127
* *
13-
* GNU General Public License Usage: *
14-
* Alternatively, this file may be used under the terms of the GNU General *
15-
* Public License version 3. The licenses are as published by the Free *
16-
* Software Foundation and appearing in the file LICENSE.GPL3 included in *
17-
* the packaging of this file. Please review the following information to *
18-
* ensure the GNU General Public License requirements will be met: *
19-
* https://www.gnu.org/licenses/gpl-3.0.html. *
8+
* 1) Commercial License: *
9+
* This file may be used under the terms of a valid commercial license *
10+
* agreement provided wih the software by InfinyTech3D. *
2011
* *
21-
* Authors: see Authors.txt *
12+
* 2) GNU General Public License (GPLv3) Usage *
13+
* Alternatively, this file may be used under the terms of the *
14+
* GNU General Public License version 3 as published by the *
15+
* Free Software Foundation: https://www.gnu.org/licenses/gpl-3.0.html *
16+
* *
17+
* Contact: contact@infinytech3d.com *
2218
* Further information: https://infinytech3d.com *
2319
****************************************************************************/
2420
#pragma once

src/Tearing/Controllers/TriangleCuttingController.cpp

Lines changed: 12 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,22 @@
11
/*****************************************************************************
2-
* - Copyright (C) - 2020 - InfinyTech3D - *
2+
* - Copyright (C) 2020-Present InfinyTech3D - *
33
* *
4-
* This file is part of the InfinyToolkit plugin for the SOFA framework *
4+
* This file is part of the Tearing plugin for the SOFA framework. *
55
* *
6-
* Commercial License Usage: *
7-
* Licensees holding valid commercial license from InfinyTech3D may use this *
8-
* file in accordance with the commercial license agreement provided with *
9-
* the Software or, alternatively, in accordance with the terms contained in *
10-
* a written agreement between you and InfinyTech3D. For further information *
11-
* on the licensing terms and conditions, contact: contact@infinytech3d.com *
6+
* This file is dual-licensed: *
127
* *
13-
* GNU General Public License Usage: *
14-
* Alternatively, this file may be used under the terms of the GNU General *
15-
* Public License version 3. The licenses are as published by the Free *
16-
* Software Foundation and appearing in the file LICENSE.GPL3 included in *
17-
* the packaging of this file. Please review the following information to *
18-
* ensure the GNU General Public License requirements will be met: *
19-
* https://www.gnu.org/licenses/gpl-3.0.html. *
8+
* 1) Commercial License: *
9+
* This file may be used under the terms of a valid commercial license *
10+
* agreement provided wih the software by InfinyTech3D. *
2011
* *
21-
* Authors: see Authors.txt *
12+
* 2) GNU General Public License (GPLv3) Usage *
13+
* Alternatively, this file may be used under the terms of the *
14+
* GNU General Public License version 3 as published by the *
15+
* Free Software Foundation: https://www.gnu.org/licenses/gpl-3.0.html *
16+
* *
17+
* Contact: contact@infinytech3d.com *
2218
* Further information: https://infinytech3d.com *
2319
****************************************************************************/
24-
2520
#define SOFA_COMPONENT_TRIANGLECUTTINGCONTROLLER_CPP
2621
#include <Tearing/Controllers/TriangleCuttingController.inl>
2722
#include <sofa/core/ObjectFactory.h>

src/Tearing/Controllers/TriangleCuttingController.h

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,20 @@
11
/*****************************************************************************
2-
* - Copyright (C) - 2020 - InfinyTech3D - *
2+
* - Copyright (C) 2020-Present InfinyTech3D - *
33
* *
4-
* This file is part of the InfinyToolkit plugin for the SOFA framework *
4+
* This file is part of the Tearing plugin for the SOFA framework. *
55
* *
6-
* Commercial License Usage: *
7-
* Licensees holding valid commercial license from InfinyTech3D may use this *
8-
* file in accordance with the commercial license agreement provided with *
9-
* the Software or, alternatively, in accordance with the terms contained in *
10-
* a written agreement between you and InfinyTech3D. For further information *
11-
* on the licensing terms and conditions, contact: contact@infinytech3d.com *
6+
* This file is dual-licensed: *
127
* *
13-
* GNU General Public License Usage: *
14-
* Alternatively, this file may be used under the terms of the GNU General *
15-
* Public License version 3. The licenses are as published by the Free *
16-
* Software Foundation and appearing in the file LICENSE.GPL3 included in *
17-
* the packaging of this file. Please review the following information to *
18-
* ensure the GNU General Public License requirements will be met: *
19-
* https://www.gnu.org/licenses/gpl-3.0.html. *
8+
* 1) Commercial License: *
9+
* This file may be used under the terms of a valid commercial license *
10+
* agreement provided wih the software by InfinyTech3D. *
2011
* *
21-
* Authors: see Authors.txt *
12+
* 2) GNU General Public License (GPLv3) Usage *
13+
* Alternatively, this file may be used under the terms of the *
14+
* GNU General Public License version 3 as published by the *
15+
* Free Software Foundation: https://www.gnu.org/licenses/gpl-3.0.html *
16+
* *
17+
* Contact: contact@infinytech3d.com *
2218
* Further information: https://infinytech3d.com *
2319
****************************************************************************/
2420
#pragma once

0 commit comments

Comments
 (0)