Skip to content

Commit 4166b84

Browse files
authored
[src] Updated all headers: copyright and license (#43)
1 parent 3f2395f commit 4166b84

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+648
-858
lines changed

CMakeLists.txt

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
11
##############################################################################
2-
# Copyright (C) - InfinyTech3D - All Rights Reserved #
2+
# - Copyright (C) 2020-Present InfinyTech3D - #
33
# #
4-
# Unauthorized copying of this file, via any medium is strictly prohibited #
5-
# Proprietary and confidential. #
4+
# This file is part of the InfinyToolkit plugin for the SOFA framework. #
65
# #
7-
# Written by Erik Pernod <erik.pernod@infinytech3d.com>, September 2019 #
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 #
819
##############################################################################
920

1021
cmake_minimum_required(VERSION 3.12)

src/InfinyToolkit/BruteForceFeedback.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 InfinyToolkit 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
#include <InfinyToolkit/BruteForceFeedback.h>
2621
#include <sofa/core/visual/VisualParams.h>
2722
#include <sofa/core/ObjectFactory.h>

src/InfinyToolkit/BruteForceFeedback.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 InfinyToolkit 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/InfinyToolkit/CarvingTools/AdvancedCarvingManager.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 InfinyToolkit 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
#include <InfinyToolkit/CarvingTools/AdvancedCarvingManager.h>
2621
#include <sofa/core/ObjectFactory.h>
2722
#include <sofa/core/collision/DetectionOutput.h>

src/InfinyToolkit/CarvingTools/AdvancedCarvingManager.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 InfinyToolkit 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/InfinyToolkit/CarvingTools/BaseCarvingPerformer.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 InfinyToolkit 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
#include <sofa/core/behavior/BaseMechanicalState.h>
2621
#include <sofa/core/visual/VisualParams.h>
2722

src/InfinyToolkit/CarvingTools/BaseCarvingPerformer.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 InfinyToolkit 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)