Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
iMSTK
iMSTK
Commits
65be3263
Commit
65be3263
authored
Mar 10, 2016
by
Alexis Girault
Browse files
STYLE: Add RPI to copyright header
Also remove headers in cmake files
parent
d8e1e96e
Changes
11
Hide whitespace changes
Inline
Side-by-side
Base/Core/CMakeLists.txt
View file @
65be3263
###########################################################################
#
# Library: iMSTK
#
# Copyright (c) Kitware, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0.txt
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
###########################################################################
#-----------------------------------------------------------------------------
# Create target
#-----------------------------------------------------------------------------
...
...
Base/Core/imstkModule.cpp
View file @
65be3263
...
...
@@ -2,7 +2,8 @@
Library: iMSTK
Copyright (c) Kitware, Inc.
Copyright (c) Kitware, Inc. & Center for Modeling, Simulation,
& Imaging in Medicine, Rensselaer Polytechnic Institute.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
...
...
Base/Core/imstkModule.h
View file @
65be3263
...
...
@@ -2,7 +2,8 @@
Library: iMSTK
Copyright (c) Kitware, Inc.
Copyright (c) Kitware, Inc. & Center for Modeling, Simulation,
& Imaging in Medicine, Rensselaer Polytechnic Institute.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
...
...
Base/Scene/CMakeLists.txt
View file @
65be3263
###########################################################################
#
# Library: iMSTK
#
# Copyright (c) Kitware, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0.txt
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
###########################################################################
#-----------------------------------------------------------------------------
# Create target
#-----------------------------------------------------------------------------
...
...
Base/Scene/imstkScene.cpp
View file @
65be3263
...
...
@@ -2,7 +2,8 @@
Library: iMSTK
Copyright (c) Kitware, Inc.
Copyright (c) Kitware, Inc. & Center for Modeling, Simulation,
& Imaging in Medicine, Rensselaer Polytechnic Institute.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
...
...
Base/Scene/imstkScene.h
View file @
65be3263
...
...
@@ -2,7 +2,8 @@
Library: iMSTK
Copyright (c) Kitware, Inc.
Copyright (c) Kitware, Inc. & Center for Modeling, Simulation,
& Imaging in Medicine, Rensselaer Polytechnic Institute.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
...
...
Base/SimulationManager/CMakeLists.txt
View file @
65be3263
###########################################################################
#
# Library: iMSTK
#
# Copyright (c) Kitware, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0.txt
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
###########################################################################
#-----------------------------------------------------------------------------
# Create target
#-----------------------------------------------------------------------------
...
...
Base/SimulationManager/imstkSimulationManager.cpp
View file @
65be3263
...
...
@@ -2,7 +2,8 @@
Library: iMSTK
Copyright (c) Kitware, Inc.
Copyright (c) Kitware, Inc. & Center for Modeling, Simulation,
& Imaging in Medicine, Rensselaer Polytechnic Institute.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
...
...
Base/SimulationManager/imstkSimulationManager.h
View file @
65be3263
...
...
@@ -2,7 +2,8 @@
Library: iMSTK
Copyright (c) Kitware, Inc.
Copyright (c) Kitware, Inc. & Center for Modeling, Simulation,
& Imaging in Medicine, Rensselaer Polytechnic Institute.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
...
...
CMake/imstkAddLibrary.cmake
View file @
65be3263
###########################################################################
#
# Library: iMSTK
#
# Copyright (c) Kitware, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0.txt
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
###########################################################################
function
(
imstk_add_library target
)
set
(
options VERBOSE
)
...
...
CMakeLists.txt
View file @
65be3263
###########################################################################
#
# Library: iMSTK
#
# Copyright (c) Kitware, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0.txt
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
###########################################################################
cmake_minimum_required
(
VERSION 3.5
)
project
(
iMSTK VERSION 0.0.1 LANGUAGES CXX
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment