From 8d44e76fe925821f9dac850915845068d95119aa Mon Sep 17 00:00:00 2001 From: Daniel Girardeau-Montaut Date: Sat, 30 Jul 2016 14:57:19 +0200 Subject: [PATCH] License headers updated --- CMakeLists.txt | 2 +- Src_CC_wrap/PoissonReconLib.cpp | 4 ++-- Src_CC_wrap/PoissonReconLib.h | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 69ae806..5216de8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ list( APPEND source_list Src/CmdLineParser.cpp Src/Factor.cpp Src/Geometry.cpp S add_library( ${PROJECT_NAME} STATIC ${header_list} ${inline_list} ${source_list} ) -# Add prepocessor definitions +# Add preprocessor definitions set_property( TARGET ${PROJECT_NAME} APPEND PROPERTY COMPILE_DEFINITIONS _CRT_SECURE_NO_DEPRECATE _CRT_SECURE_NO_WARNINGS NOMINMAX ) #option( POISSON_RECON_WITH_OPEN_MP "Check to compile PoissonRecon plugin with OpenMP support" OFF ) diff --git a/Src_CC_wrap/PoissonReconLib.cpp b/Src_CC_wrap/PoissonReconLib.cpp index d67d1ce..7476a51 100644 --- a/Src_CC_wrap/PoissonReconLib.cpp +++ b/Src_CC_wrap/PoissonReconLib.cpp @@ -4,11 +4,11 @@ //# # //# 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; version 2 of the License. # +//# the Free Software Foundation; version 2 or later of the License. # //# # //# 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 # +//# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # //# GNU General Public License for more details. # //# # //# COPYRIGHT: Daniel Girardeau-Montaut # diff --git a/Src_CC_wrap/PoissonReconLib.h b/Src_CC_wrap/PoissonReconLib.h index 98ba4fb..78ac48f 100644 --- a/Src_CC_wrap/PoissonReconLib.h +++ b/Src_CC_wrap/PoissonReconLib.h @@ -4,11 +4,11 @@ //# # //# 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; version 2 of the License. # +//# the Free Software Foundation; version 2 or later of the License. # //# # //# 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 # +//# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # //# GNU General Public License for more details. # //# # //# COPYRIGHT: Daniel Girardeau-Montaut #