From 638f008325eec482adfd5fd650a2069dc6fbf07d Mon Sep 17 00:00:00 2001 From: Thomas Feuvrier <thomas.feuvrier@c-s.fr> Date: Mon, 17 Jul 2006 12:18:50 +0000 Subject: [PATCH] MAJ entete Copyright --- CMake/otbTestCompareTypes.cxx | 18 +++++++++++------- CMake/otbTestStreamLongLong.cxx.in | 20 ++++++++++++++++++++ 2 files changed, 31 insertions(+), 7 deletions(-) diff --git a/CMake/otbTestCompareTypes.cxx b/CMake/otbTestCompareTypes.cxx index 212e54c9bf..b509584f25 100755 --- a/CMake/otbTestCompareTypes.cxx +++ b/CMake/otbTestCompareTypes.cxx @@ -1,16 +1,20 @@ /*========================================================================= - Program: Orfeo Toolbox - Module: $RCSfile: otbTestCompareTypes.cxx,v $ + Program: ORFEO Toolbox Language: C++ - Date: $Date: 2006/07/10 15:31:11 $ - Version: $Revision: 1.1 $ + Date: $Date$ + Version: $Revision$ - Copyright (c) Orfeo Toolbox. All rights reserved. + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - This software is distributed WITHOUT ANY WARRANTY; without even - the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + Some parts of this code are derived from ITK. See ITKCopyright.txt + for details. + + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the above copyright notices for more information. =========================================================================*/ diff --git a/CMake/otbTestStreamLongLong.cxx.in b/CMake/otbTestStreamLongLong.cxx.in index 1b7d2b20ac..fde81cbf8d 100644 --- a/CMake/otbTestStreamLongLong.cxx.in +++ b/CMake/otbTestStreamLongLong.cxx.in @@ -1,3 +1,23 @@ +/*========================================================================= + + Program: ORFEO Toolbox + Language: C++ + Date: $Date$ + Version: $Revision$ + + + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + See OTBCopyright.txt for details. + + Some parts of this code are derived from ITK. See ITKCopyright.txt + for details. + + + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the above copyright notices for more information. + +=========================================================================*/ #if defined(_MSC_VER) # pragma warning (push, 1) #endif -- GitLab