From c9a072d05886a29faf9d0775bf48dc5a3cf4fee2 Mon Sep 17 00:00:00 2001 From: Grizonnet Manuel <manuel.grizonnet@cnes.fr> Date: Mon, 21 Sep 2015 15:23:30 +0200 Subject: [PATCH] "BUG: fix missing ITCopyright.txt" Following remarks from debian packagers, the ITCopyright.txt was mentioned in several files but not available in the Copyright directory. After contacting the contributor Gregoire Mercier, he has suggested to harmonize the copyright for his contributions. Files with GET or IT copyright referenced now the IMTCopyright.txt file (Institut Mines Telecom) which was added to the Copyright directory. Moreover, Gregoire Mercier confirmed that he is not the author of 7 files which are mentioning the GET or IT copyright: Modules/Filtering/Projection/include/otbROIdataConversion.h Modules/Filtering/Projection/include/otbROIdataConversion.txx Modules/Segmentation/Conversion/test/otbVectorDataRasterizeFilter.cxx Modules/Segmentation/Conversion/test/otbVectorDataToLabelImageFilterWithoutReader.cxx Modules/Segmentation/Conversion/test/otbPolygonizationRasterizationTest.cxx Modules/Segmentation/Conversion/test/otbVectorDataToLabelImageFilter.cxx Modules/Segmentation/Conversion/test/otbOGRDataSourceToLabelImageFilter.cxx Thus, the copyright was also modified for these 7 files (CNES Copyright). --- Copyright/Copyright.txt | 2 +- Copyright/{GETCopyright.txt => IMTCopyright.txt} | 8 +++----- .../KullbackLeiblerSupervizedDistanceChDet.cxx | 4 ++-- Examples/Learning/SEMModelEstimatorExample.cxx | 4 ++-- Examples/Learning/SOMExample.cxx | 2 +- .../SVMGenericKernelImageClassificationExample.cxx | 4 ++-- .../SVMGenericKernelImageModelEstimatorExample.cxx | 4 ++-- Modules/Core/Common/include/otbDecimateImageFilter.h | 4 ++-- Modules/Core/Common/include/otbDecimateImageFilter.txx | 4 ++-- Modules/Core/Common/include/otbModelComponentBase.h | 4 ++-- Modules/Core/Common/include/otbModelComponentBase.txx | 4 ++-- .../include/otbSubsampledImageRegionConstIterator.h | 4 ++-- .../include/otbSubsampledImageRegionConstIterator.txx | 4 ++-- .../Common/include/otbSubsampledImageRegionIterator.h | 4 ++-- .../test/otbFlexibleDistanceWithMissingValue.cxx | 2 +- .../test/otbFlexibleDistanceWithMissingValueNew.cxx | 2 +- .../Edge/test/otbHorizontalSobelVectorImageFilter.cxx | 2 +- Modules/Feature/Edge/test/otbSobelVectorImageFilter.cxx | 2 +- .../Edge/test/otbVerticalSobelVectorImageFilter.cxx | 2 +- .../include/otbKullbackLeiblerDistanceImageFilter.h | 4 ++-- .../include/otbKullbackLeiblerDistanceImageFilter.txx | 4 ++-- .../include/otbKullbackLeiblerProfileImageFilter.h | 4 ++-- .../include/otbKullbackLeiblerProfileImageFilter.txx | 4 ++-- .../otbKullbackLeiblerSupervizedDistanceImageFilter.h | 4 ++-- .../otbKullbackLeiblerSupervizedDistanceImageFilter.txx | 4 ++-- .../test/otbAngularProjectionBinaryImageFilter.cxx | 2 +- .../test/otbLocalActivityVectorImageFilter.cxx | 2 +- .../include/otbBoxAndWhiskerImageFilter.h | 2 +- .../include/otbBoxAndWhiskerImageFilter.txx | 2 +- .../include/otbEuclideanDistanceMetricWithMissingValue.h | 4 ++-- .../otbEuclideanDistanceMetricWithMissingValuePow2.h | 4 ++-- .../otbEuclideanDistanceMetricWithMissingValuePow2.txx | 4 ++-- .../include/otbFlexibleDistanceWithMissingValue.h | 4 ++-- .../include/otbFlexibleDistanceWithMissingValue.txx | 4 ++-- .../test/otbBoxAndWhiskerImageFilterNew.cxx | 2 +- .../test/otbEuclideanDistanceMetricWithMissingValue.cxx | 2 +- .../otbEuclideanDistanceMetricWithMissingValueNew.cxx | 2 +- .../test/otbLocalGradientVectorImageFilter.cxx | 2 +- .../Filtering/Projection/include/otbROIdataConversion.h | 2 -- .../Filtering/Projection/include/otbROIdataConversion.txx | 2 -- .../Filtering/Wavelet/include/otbSubsampleImageFilter.h | 4 ++-- .../Filtering/Wavelet/include/otbSubsampleImageFilter.txx | 4 ++-- Modules/Filtering/Wavelet/include/otbWaveletFilterBank.h | 4 ++-- .../Filtering/Wavelet/include/otbWaveletFilterBank.txx | 4 ++-- Modules/Filtering/Wavelet/include/otbWaveletGenerator.h | 4 ++-- .../Wavelet/include/otbWaveletHighPassOperator.h | 4 ++-- .../Filtering/Wavelet/include/otbWaveletLowPassOperator.h | 4 ++-- Modules/Filtering/Wavelet/include/otbWaveletOperator.h | 4 ++-- .../Filtering/Wavelet/include/otbWaveletOperatorBase.h | 4 ++-- .../Filtering/Wavelet/include/otbWaveletOperatorBase.txx | 4 ++-- .../Wavelet/include/otbWaveletPacketDecompositionCosts.h | 4 ++-- .../Filtering/Wavelet/include/otbWaveletPacketTransform.h | 4 ++-- .../Wavelet/include/otbWaveletPacketTransform.txx | 4 ++-- Modules/Filtering/Wavelet/include/otbWaveletTransform.h | 4 ++-- Modules/Filtering/Wavelet/include/otbWaveletTransform.txx | 4 ++-- Modules/Filtering/Wavelet/src/otbWaveletGenerator.cxx | 4 ++-- .../Filtering/Wavelet/test/otbSubsampleImageFilter.cxx | 4 ++-- .../Filtering/Wavelet/test/otbSubsampleImageFilterNew.cxx | 4 ++-- Modules/Filtering/Wavelet/test/otbWaveletFilterBank.cxx | 4 ++-- .../Wavelet/test/otbWaveletInverseTransformNew.cxx | 4 ++-- Modules/Filtering/Wavelet/test/otbWaveletOperator.cxx | 4 ++-- Modules/Filtering/Wavelet/test/otbWaveletOperatorNew.cxx | 4 ++-- .../Wavelet/test/otbWaveletPacketInverseTransformNew.cxx | 4 ++-- .../Filtering/Wavelet/test/otbWaveletPacketTransform.cxx | 4 ++-- Modules/Filtering/Wavelet/test/otbWaveletTransform.cxx | 4 ++-- Modules/IO/ImageIO/include/otbImageSeriesFileReader.h | 4 ++-- Modules/IO/ImageIO/include/otbImageSeriesFileReader.txx | 4 ++-- Modules/IO/ImageIO/include/otbImageSeriesFileReaderBase.h | 4 ++-- .../IO/ImageIO/include/otbImageSeriesFileReaderBase.txx | 4 ++-- Modules/IO/ImageIO/test/otbImageSeriesFileReader.cxx | 4 ++-- .../LearningBase/include/otbGaussianModelComponent.h | 4 ++-- .../LearningBase/include/otbGaussianModelComponent.txx | 4 ++-- Modules/Learning/LearningBase/include/otbSEMClassifier.h | 4 ++-- .../Learning/LearningBase/include/otbSEMClassifier.txx | 4 ++-- .../SOM/include/otbCzihoSOMLearningBehaviorFunctor.h | 2 +- .../SOM/include/otbCzihoSOMNeighborhoodBehaviorFunctor.h | 2 +- Modules/Learning/SOM/include/otbPeriodicSOM.h | 2 +- Modules/Learning/SOM/include/otbPeriodicSOM.txx | 2 +- Modules/Learning/SOM/include/otbSOM.h | 2 +- Modules/Learning/SOM/include/otbSOM.txx | 2 +- .../Learning/SOM/include/otbSOMLearningBehaviorFunctor.h | 2 +- Modules/Learning/SOM/include/otbSOMMap.h | 2 +- Modules/Learning/SOM/include/otbSOMMap.txx | 2 +- Modules/Learning/SOM/include/otbSOMWithMissingValue.h | 2 +- Modules/Learning/SOM/include/otbSOMWithMissingValue.txx | 2 +- Modules/Learning/SOM/include/otbSOMbasedImageFilter.h | 2 +- Modules/Learning/SOM/include/otbSOMbasedImageFilter.txx | 2 +- Modules/Learning/SOM/test/otbSOMWithMissingValueNew.cxx | 2 +- Modules/Learning/SOM/test/otbSOMbasedImageFilterNew.cxx | 2 +- .../include/otbSVMImageClassificationWithRuleFilter.h | 2 +- .../include/otbSVMImageClassificationWithRuleFilter.txx | 2 +- .../test/otbOGRDataSourceToLabelImageFilter.cxx | 2 -- .../test/otbPolygonizationRasterizationTest.cxx | 2 -- .../Conversion/test/otbVectorDataRasterizeFilter.cxx | 2 -- .../Conversion/test/otbVectorDataToLabelImageFilter.cxx | 2 -- .../test/otbVectorDataToLabelImageFilterWithoutReader.cxx | 2 -- 96 files changed, 147 insertions(+), 163 deletions(-) rename Copyright/{GETCopyright.txt => IMTCopyright.txt} (78%) diff --git a/Copyright/Copyright.txt b/Copyright/Copyright.txt index 6f7788f583..eaafdd8042 100644 --- a/Copyright/Copyright.txt +++ b/Copyright/Copyright.txt @@ -21,7 +21,7 @@ See CrispCopyright.txt for details. * Parts of the code have been developped by Gregoire Mercier. - See GETCopyright.txt for details. + See IMTCopyright.txt for details. --------------------------- DEPENDENCIES ---------------------------------- Several utilities are mandatory dependencies used by the OTB library : diff --git a/Copyright/GETCopyright.txt b/Copyright/IMTCopyright.txt similarity index 78% rename from Copyright/GETCopyright.txt rename to Copyright/IMTCopyright.txt index 7ac8ce5f0c..7fb5d5df7a 100644 --- a/Copyright/GETCopyright.txt +++ b/Copyright/IMTCopyright.txt @@ -1,10 +1,8 @@ Parts of the code have been developped by Gregoire Mercier from -Groupe des Ecoles des Telecommunications / Ecole Nationale Superieure -des Telecommunications de Bretagne (GET/ENST Bretagne) during -CNES R&T contrats funded by the French Centre National d'Etudes -Spatiales, CNES. +Institut Mines-Telecom / Telecom Bretagne during CNES R&T contrats +funded by the French Centre National d'Etudes Spatiales, CNES. -Copyright (c) GET / ENST Bretagne +Copyright (c) Institut Mines-Telecom This code has been integrated into the ORFEO Toolbox (OTB) under the CeCILL licence version 2. See Licence_CeCILL_V2-en.txt or diff --git a/Examples/ChangeDetection/KullbackLeiblerSupervizedDistanceChDet.cxx b/Examples/ChangeDetection/KullbackLeiblerSupervizedDistanceChDet.cxx index f892976f62..b0bb727912 100644 --- a/Examples/ChangeDetection/KullbackLeiblerSupervizedDistanceChDet.cxx +++ b/Examples/ChangeDetection/KullbackLeiblerSupervizedDistanceChDet.cxx @@ -9,8 +9,8 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Copyright (c) Institut Telecom / Telecom Bretagne. All rights reserved. - See GETCopyright.txt for details. + Copyright (c) Institut Mines-Telecom. All rights reserved. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Examples/Learning/SEMModelEstimatorExample.cxx b/Examples/Learning/SEMModelEstimatorExample.cxx index bb396e9063..86f3e58f96 100644 --- a/Examples/Learning/SEMModelEstimatorExample.cxx +++ b/Examples/Learning/SEMModelEstimatorExample.cxx @@ -9,8 +9,8 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Copyright (c) GET / ENST Bretagne. All rights reserved. - See GETCopyright.txt for details. + Copyright (c) Institut Mines-Telecom. All rights reserved. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Examples/Learning/SOMExample.cxx b/Examples/Learning/SOMExample.cxx index 056820dd40..3f56132f43 100644 --- a/Examples/Learning/SOMExample.cxx +++ b/Examples/Learning/SOMExample.cxx @@ -10,7 +10,7 @@ See OTBCopyright.txt for details. Copyright (c) Institut Telecom; Telecom Bretagne. All rights reserved. - See GETCopyright.txt for details. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Examples/Learning/SVMGenericKernelImageClassificationExample.cxx b/Examples/Learning/SVMGenericKernelImageClassificationExample.cxx index e11095a98a..765fe15308 100644 --- a/Examples/Learning/SVMGenericKernelImageClassificationExample.cxx +++ b/Examples/Learning/SVMGenericKernelImageClassificationExample.cxx @@ -9,8 +9,8 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Copyright (c) GET / ENST Bretagne. All rights reserved. - See GETCopyright.txt for details. + Copyright (c) Institut Mines-Telecom. All rights reserved. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Examples/Learning/SVMGenericKernelImageModelEstimatorExample.cxx b/Examples/Learning/SVMGenericKernelImageModelEstimatorExample.cxx index 1e411f9cb6..61494ba7c9 100644 --- a/Examples/Learning/SVMGenericKernelImageModelEstimatorExample.cxx +++ b/Examples/Learning/SVMGenericKernelImageModelEstimatorExample.cxx @@ -9,8 +9,8 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Copyright (c) GET / ENST Bretagne. All rights reserved. - See GETCopyright.txt for details. + Copyright (c) Institut Mines-Telecom. All rights reserved. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Core/Common/include/otbDecimateImageFilter.h b/Modules/Core/Common/include/otbDecimateImageFilter.h index d0edccc95b..a171a7670e 100644 --- a/Modules/Core/Common/include/otbDecimateImageFilter.h +++ b/Modules/Core/Common/include/otbDecimateImageFilter.h @@ -9,8 +9,8 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Copyright (c) Institut Telecom / Telecom Bretagne. All rights reserved. - See ITCopyright.txt for details. + Copyright (c) Institut Mines-Telecom. All rights reserved. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Core/Common/include/otbDecimateImageFilter.txx b/Modules/Core/Common/include/otbDecimateImageFilter.txx index b6eeede4ff..554c2c6a90 100644 --- a/Modules/Core/Common/include/otbDecimateImageFilter.txx +++ b/Modules/Core/Common/include/otbDecimateImageFilter.txx @@ -9,8 +9,8 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Copyright (c) Institut Telecom / Telecom Bretagne. All rights reserved. - See ITCopyright.txt for details. + Copyright (c) Institut Mines-Telecom. All rights reserved. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Core/Common/include/otbModelComponentBase.h b/Modules/Core/Common/include/otbModelComponentBase.h index cdf80a0fa2..f8956cd307 100644 --- a/Modules/Core/Common/include/otbModelComponentBase.h +++ b/Modules/Core/Common/include/otbModelComponentBase.h @@ -9,8 +9,8 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Some parts of this code are covered by the GET copyright. - See GETCopyright.txt for details. + Some parts of this code are covered by the IMT copyright. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Core/Common/include/otbModelComponentBase.txx b/Modules/Core/Common/include/otbModelComponentBase.txx index c3a130cedf..bfdb3c7e0a 100644 --- a/Modules/Core/Common/include/otbModelComponentBase.txx +++ b/Modules/Core/Common/include/otbModelComponentBase.txx @@ -9,8 +9,8 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Some parts of this code are covered by the GET copyright. - See GETCopyright.txt for details. + Some parts of this code are covered by the IMT copyright. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Core/Common/include/otbSubsampledImageRegionConstIterator.h b/Modules/Core/Common/include/otbSubsampledImageRegionConstIterator.h index ea8276f167..ef49212f57 100644 --- a/Modules/Core/Common/include/otbSubsampledImageRegionConstIterator.h +++ b/Modules/Core/Common/include/otbSubsampledImageRegionConstIterator.h @@ -9,8 +9,8 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Copyright (c) Institut Telecom / Telecom Bretagne. All rights reserved. - See ITCopyright.txt for details. + Copyright (c) Institut Mines-Telecom. All rights reserved. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Core/Common/include/otbSubsampledImageRegionConstIterator.txx b/Modules/Core/Common/include/otbSubsampledImageRegionConstIterator.txx index 58f1035b3a..1a9552d1d9 100644 --- a/Modules/Core/Common/include/otbSubsampledImageRegionConstIterator.txx +++ b/Modules/Core/Common/include/otbSubsampledImageRegionConstIterator.txx @@ -9,8 +9,8 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Copyright (c) Institut Telecom / Telecom Bretagne. All rights reserved. - See ITCopyright.txt for details. + Copyright (c) Institut Mines-Telecom. All rights reserved. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Core/Common/include/otbSubsampledImageRegionIterator.h b/Modules/Core/Common/include/otbSubsampledImageRegionIterator.h index eb0e45d7d0..0fa6f96678 100644 --- a/Modules/Core/Common/include/otbSubsampledImageRegionIterator.h +++ b/Modules/Core/Common/include/otbSubsampledImageRegionIterator.h @@ -9,8 +9,8 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Copyright (c) Institut Telecom / Telecom Bretagne. All rights reserved. - See ITCopyright.txt for details. + Copyright (c) Institut Mines-Telecom. All rights reserved. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Core/ImageBase/test/otbFlexibleDistanceWithMissingValue.cxx b/Modules/Core/ImageBase/test/otbFlexibleDistanceWithMissingValue.cxx index ed2a12c025..8d468f33dc 100644 --- a/Modules/Core/ImageBase/test/otbFlexibleDistanceWithMissingValue.cxx +++ b/Modules/Core/ImageBase/test/otbFlexibleDistanceWithMissingValue.cxx @@ -10,7 +10,7 @@ See OTBCopyright.txt for details. Copyright (c) Institut Telecom; Telecom Bretagne. All rights reserved. - See ITCopyright.txt for details. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Core/ImageBase/test/otbFlexibleDistanceWithMissingValueNew.cxx b/Modules/Core/ImageBase/test/otbFlexibleDistanceWithMissingValueNew.cxx index d4a76c8923..d6983430ad 100644 --- a/Modules/Core/ImageBase/test/otbFlexibleDistanceWithMissingValueNew.cxx +++ b/Modules/Core/ImageBase/test/otbFlexibleDistanceWithMissingValueNew.cxx @@ -10,7 +10,7 @@ See OTBCopyright.txt for details. Copyright (c) Institut Telecom; Telecom Bretagne. All rights reserved. - See ITCopyright.txt for details. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Feature/Edge/test/otbHorizontalSobelVectorImageFilter.cxx b/Modules/Feature/Edge/test/otbHorizontalSobelVectorImageFilter.cxx index 8f77718c38..a1464ebb8f 100644 --- a/Modules/Feature/Edge/test/otbHorizontalSobelVectorImageFilter.cxx +++ b/Modules/Feature/Edge/test/otbHorizontalSobelVectorImageFilter.cxx @@ -10,7 +10,7 @@ See OTBCopyright.txt for details. Copyright (c) Institut Telecom; Telecom Bretagne. All rights reserved. - See ITCopyright.txt for details. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Feature/Edge/test/otbSobelVectorImageFilter.cxx b/Modules/Feature/Edge/test/otbSobelVectorImageFilter.cxx index e7f0ff418e..23cad002fa 100644 --- a/Modules/Feature/Edge/test/otbSobelVectorImageFilter.cxx +++ b/Modules/Feature/Edge/test/otbSobelVectorImageFilter.cxx @@ -10,7 +10,7 @@ See OTBCopyright.txt for details. Copyright (c) Institut Telecom; Telecom Bretagne. All rights reserved. - See ITCopyright.txt for details. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Feature/Edge/test/otbVerticalSobelVectorImageFilter.cxx b/Modules/Feature/Edge/test/otbVerticalSobelVectorImageFilter.cxx index 5a8fffaa3f..a8439b1289 100644 --- a/Modules/Feature/Edge/test/otbVerticalSobelVectorImageFilter.cxx +++ b/Modules/Feature/Edge/test/otbVerticalSobelVectorImageFilter.cxx @@ -10,7 +10,7 @@ See OTBCopyright.txt for details. Copyright (c) Institut Telecom; Telecom Bretagne. All rights reserved. - See ITCopyright.txt for details. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Filtering/ChangeDetection/include/otbKullbackLeiblerDistanceImageFilter.h b/Modules/Filtering/ChangeDetection/include/otbKullbackLeiblerDistanceImageFilter.h index 84ea1ceee6..cba75ee655 100644 --- a/Modules/Filtering/ChangeDetection/include/otbKullbackLeiblerDistanceImageFilter.h +++ b/Modules/Filtering/ChangeDetection/include/otbKullbackLeiblerDistanceImageFilter.h @@ -9,8 +9,8 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Copyright (c) Institut Telecom / Telecom Bretagne. All rights reserved. - See GETCopyright.txt for details. + Copyright (c) Institut Mines-Telecom. All rights reserved. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Filtering/ChangeDetection/include/otbKullbackLeiblerDistanceImageFilter.txx b/Modules/Filtering/ChangeDetection/include/otbKullbackLeiblerDistanceImageFilter.txx index 809e374422..b309f580dd 100644 --- a/Modules/Filtering/ChangeDetection/include/otbKullbackLeiblerDistanceImageFilter.txx +++ b/Modules/Filtering/ChangeDetection/include/otbKullbackLeiblerDistanceImageFilter.txx @@ -9,8 +9,8 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Copyright (c) Institut Telecom / Telecom Bretagne. All rights reserved. - See GETCopyright.txt for details. + Copyright (c) Institut Mines-Telecom. All rights reserved. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Filtering/ChangeDetection/include/otbKullbackLeiblerProfileImageFilter.h b/Modules/Filtering/ChangeDetection/include/otbKullbackLeiblerProfileImageFilter.h index 370a0384a2..d4a5e93c7f 100644 --- a/Modules/Filtering/ChangeDetection/include/otbKullbackLeiblerProfileImageFilter.h +++ b/Modules/Filtering/ChangeDetection/include/otbKullbackLeiblerProfileImageFilter.h @@ -9,8 +9,8 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Some parts of this code are covered by the GET copyright. - See GETCopyright.txt for details. + Some parts of this code are covered by the IMT copyright. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even diff --git a/Modules/Filtering/ChangeDetection/include/otbKullbackLeiblerProfileImageFilter.txx b/Modules/Filtering/ChangeDetection/include/otbKullbackLeiblerProfileImageFilter.txx index d49f78abc3..1620df7cd6 100644 --- a/Modules/Filtering/ChangeDetection/include/otbKullbackLeiblerProfileImageFilter.txx +++ b/Modules/Filtering/ChangeDetection/include/otbKullbackLeiblerProfileImageFilter.txx @@ -9,8 +9,8 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Some parts of this code are covered by the GET copyright. - See GETCopyright.txt for details. + Some parts of this code are covered by the IMT copyright. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even diff --git a/Modules/Filtering/ChangeDetection/include/otbKullbackLeiblerSupervizedDistanceImageFilter.h b/Modules/Filtering/ChangeDetection/include/otbKullbackLeiblerSupervizedDistanceImageFilter.h index 511f219c2b..5498cc9cac 100644 --- a/Modules/Filtering/ChangeDetection/include/otbKullbackLeiblerSupervizedDistanceImageFilter.h +++ b/Modules/Filtering/ChangeDetection/include/otbKullbackLeiblerSupervizedDistanceImageFilter.h @@ -9,8 +9,8 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Copyright (c) Institut Telecom / Telecom Bretagne. All rights reserved. - See GETCopyright.txt for details. + Copyright (c) Institut Mines-Telecom. All rights reserved. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Filtering/ChangeDetection/include/otbKullbackLeiblerSupervizedDistanceImageFilter.txx b/Modules/Filtering/ChangeDetection/include/otbKullbackLeiblerSupervizedDistanceImageFilter.txx index f0454a6b80..ab78083eda 100644 --- a/Modules/Filtering/ChangeDetection/include/otbKullbackLeiblerSupervizedDistanceImageFilter.txx +++ b/Modules/Filtering/ChangeDetection/include/otbKullbackLeiblerSupervizedDistanceImageFilter.txx @@ -9,8 +9,8 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Copyright (c) Institut Telecom / Telecom Bretagne. All rights reserved. - See GETCopyright.txt for details. + Copyright (c) Institut Mines-Telecom. All rights reserved. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Filtering/DimensionalityReduction/test/otbAngularProjectionBinaryImageFilter.cxx b/Modules/Filtering/DimensionalityReduction/test/otbAngularProjectionBinaryImageFilter.cxx index 8a4e4698fc..3fa0231e66 100644 --- a/Modules/Filtering/DimensionalityReduction/test/otbAngularProjectionBinaryImageFilter.cxx +++ b/Modules/Filtering/DimensionalityReduction/test/otbAngularProjectionBinaryImageFilter.cxx @@ -10,7 +10,7 @@ See OTBCopyright.txt for details. Copyright (c) Institut Telecom; Telecom Bretagne. All rights reserved. - See ITCopyright.txt for details. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Filtering/DimensionalityReduction/test/otbLocalActivityVectorImageFilter.cxx b/Modules/Filtering/DimensionalityReduction/test/otbLocalActivityVectorImageFilter.cxx index 52c300533c..c5ff2f8d53 100644 --- a/Modules/Filtering/DimensionalityReduction/test/otbLocalActivityVectorImageFilter.cxx +++ b/Modules/Filtering/DimensionalityReduction/test/otbLocalActivityVectorImageFilter.cxx @@ -10,7 +10,7 @@ See OTBCopyright.txt for details. Copyright (c) Institut Telecom; Telecom Bretagne. All rights reserved. - See ITCopyright.txt for details. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Filtering/ImageManipulation/include/otbBoxAndWhiskerImageFilter.h b/Modules/Filtering/ImageManipulation/include/otbBoxAndWhiskerImageFilter.h index 8197ec2e66..7836509dd1 100644 --- a/Modules/Filtering/ImageManipulation/include/otbBoxAndWhiskerImageFilter.h +++ b/Modules/Filtering/ImageManipulation/include/otbBoxAndWhiskerImageFilter.h @@ -10,7 +10,7 @@ See OTBCopyright.txt for details. Copyright (c) Institut Telecom; Telecom bretagne. All rights reserved. - See ITCopyright.txt for details. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even diff --git a/Modules/Filtering/ImageManipulation/include/otbBoxAndWhiskerImageFilter.txx b/Modules/Filtering/ImageManipulation/include/otbBoxAndWhiskerImageFilter.txx index 9863ae1b2f..f15af8aef1 100644 --- a/Modules/Filtering/ImageManipulation/include/otbBoxAndWhiskerImageFilter.txx +++ b/Modules/Filtering/ImageManipulation/include/otbBoxAndWhiskerImageFilter.txx @@ -10,7 +10,7 @@ See OTBCopyright.txt for details. Copyright (c) Institut Telecom; Telecom bretagne. All rights reserved. - See ITCopyright.txt for details. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even diff --git a/Modules/Filtering/ImageManipulation/include/otbEuclideanDistanceMetricWithMissingValue.h b/Modules/Filtering/ImageManipulation/include/otbEuclideanDistanceMetricWithMissingValue.h index e92979c13a..62bbeff2bb 100644 --- a/Modules/Filtering/ImageManipulation/include/otbEuclideanDistanceMetricWithMissingValue.h +++ b/Modules/Filtering/ImageManipulation/include/otbEuclideanDistanceMetricWithMissingValue.h @@ -9,8 +9,8 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Copyright (c) Institut Telecom / Telecom Bretagne. All rights reserved. - See ITCopyright.txt for details. + Copyright (c) Institut Mines-Telecom. All rights reserved. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Filtering/ImageManipulation/include/otbEuclideanDistanceMetricWithMissingValuePow2.h b/Modules/Filtering/ImageManipulation/include/otbEuclideanDistanceMetricWithMissingValuePow2.h index 6b0d7f4431..6aa3b2e47c 100644 --- a/Modules/Filtering/ImageManipulation/include/otbEuclideanDistanceMetricWithMissingValuePow2.h +++ b/Modules/Filtering/ImageManipulation/include/otbEuclideanDistanceMetricWithMissingValuePow2.h @@ -9,8 +9,8 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Copyright (c) Institut Telecom / Telecom Bretagne. All rights reserved. - See ITCopyright.txt for details. + Copyright (c) Institut Mines-Telecom. All rights reserved. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Filtering/ImageManipulation/include/otbEuclideanDistanceMetricWithMissingValuePow2.txx b/Modules/Filtering/ImageManipulation/include/otbEuclideanDistanceMetricWithMissingValuePow2.txx index f83dcc3e59..37c2115f0f 100644 --- a/Modules/Filtering/ImageManipulation/include/otbEuclideanDistanceMetricWithMissingValuePow2.txx +++ b/Modules/Filtering/ImageManipulation/include/otbEuclideanDistanceMetricWithMissingValuePow2.txx @@ -9,8 +9,8 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Copyright (c) Institut Telecom / Telecom Bretagne. All rights reserved. - See ITCopyright.txt for details. + Copyright (c) Institut Mines-Telecom. All rights reserved. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Filtering/ImageManipulation/include/otbFlexibleDistanceWithMissingValue.h b/Modules/Filtering/ImageManipulation/include/otbFlexibleDistanceWithMissingValue.h index 0df9e91ab9..2c948872ed 100644 --- a/Modules/Filtering/ImageManipulation/include/otbFlexibleDistanceWithMissingValue.h +++ b/Modules/Filtering/ImageManipulation/include/otbFlexibleDistanceWithMissingValue.h @@ -9,8 +9,8 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Copyright (c) Institut Telecom / Telecom Bretagne. All rights reserved. - See ITCopyright.txt for details. + Copyright (c) Institut Mines-Telecom. All rights reserved. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Filtering/ImageManipulation/include/otbFlexibleDistanceWithMissingValue.txx b/Modules/Filtering/ImageManipulation/include/otbFlexibleDistanceWithMissingValue.txx index c8b77afd35..9bdb74433f 100644 --- a/Modules/Filtering/ImageManipulation/include/otbFlexibleDistanceWithMissingValue.txx +++ b/Modules/Filtering/ImageManipulation/include/otbFlexibleDistanceWithMissingValue.txx @@ -9,8 +9,8 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Copyright (c) Institut Telecom / Telecom Bretagne. All rights reserved. - See ITCopyright.txt for details. + Copyright (c) Institut Mines-Telecom. All rights reserved. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Filtering/ImageManipulation/test/otbBoxAndWhiskerImageFilterNew.cxx b/Modules/Filtering/ImageManipulation/test/otbBoxAndWhiskerImageFilterNew.cxx index bace7cb8f5..827e79d219 100644 --- a/Modules/Filtering/ImageManipulation/test/otbBoxAndWhiskerImageFilterNew.cxx +++ b/Modules/Filtering/ImageManipulation/test/otbBoxAndWhiskerImageFilterNew.cxx @@ -10,7 +10,7 @@ See OTBCopyright.txt for details. Copyright (c) Institut Telecom; Telecom Bretagne. All rights reserved. - See ITCopyright.txt for details. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Filtering/ImageManipulation/test/otbEuclideanDistanceMetricWithMissingValue.cxx b/Modules/Filtering/ImageManipulation/test/otbEuclideanDistanceMetricWithMissingValue.cxx index 6fbf120df9..735ab4835d 100644 --- a/Modules/Filtering/ImageManipulation/test/otbEuclideanDistanceMetricWithMissingValue.cxx +++ b/Modules/Filtering/ImageManipulation/test/otbEuclideanDistanceMetricWithMissingValue.cxx @@ -10,7 +10,7 @@ See OTBCopyright.txt for details. Copyright (c) Institut Telecom; Telecom Bretagne. All rights reserved. - See ITCopyright.txt for details. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Filtering/ImageManipulation/test/otbEuclideanDistanceMetricWithMissingValueNew.cxx b/Modules/Filtering/ImageManipulation/test/otbEuclideanDistanceMetricWithMissingValueNew.cxx index ce7620111e..2b2961961a 100644 --- a/Modules/Filtering/ImageManipulation/test/otbEuclideanDistanceMetricWithMissingValueNew.cxx +++ b/Modules/Filtering/ImageManipulation/test/otbEuclideanDistanceMetricWithMissingValueNew.cxx @@ -10,7 +10,7 @@ See OTBCopyright.txt for details. Copyright (c) Institut Telecom; Telecom Bretagne. All rights reserved. - See ITCopyright.txt for details. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Filtering/ImageManipulation/test/otbLocalGradientVectorImageFilter.cxx b/Modules/Filtering/ImageManipulation/test/otbLocalGradientVectorImageFilter.cxx index 82de2de315..9d16be65e8 100644 --- a/Modules/Filtering/ImageManipulation/test/otbLocalGradientVectorImageFilter.cxx +++ b/Modules/Filtering/ImageManipulation/test/otbLocalGradientVectorImageFilter.cxx @@ -10,7 +10,7 @@ See OTBCopyright.txt for details. Copyright (c) Institut Telecom; Telecom Bretagne. All rights reserved. - See ITCopyright.txt for details. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Filtering/Projection/include/otbROIdataConversion.h b/Modules/Filtering/Projection/include/otbROIdataConversion.h index 247f61cad5..541eddb93c 100644 --- a/Modules/Filtering/Projection/include/otbROIdataConversion.h +++ b/Modules/Filtering/Projection/include/otbROIdataConversion.h @@ -9,8 +9,6 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Copyright (c) GET / ENST Bretagne. All rights reserved. - See GETCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Filtering/Projection/include/otbROIdataConversion.txx b/Modules/Filtering/Projection/include/otbROIdataConversion.txx index 142bb6fe1b..b8513a07a8 100644 --- a/Modules/Filtering/Projection/include/otbROIdataConversion.txx +++ b/Modules/Filtering/Projection/include/otbROIdataConversion.txx @@ -9,8 +9,6 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Copyright (c) GET / ENST Bretagne. All rights reserved. - See GETCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Filtering/Wavelet/include/otbSubsampleImageFilter.h b/Modules/Filtering/Wavelet/include/otbSubsampleImageFilter.h index 0e900decd7..92ac961372 100644 --- a/Modules/Filtering/Wavelet/include/otbSubsampleImageFilter.h +++ b/Modules/Filtering/Wavelet/include/otbSubsampleImageFilter.h @@ -9,8 +9,8 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Copyright (c) Institut Telecom / Telecom Bretagne. All rights reserved. - See ITCopyright.txt for details. + Copyright (c) Institut Mines-Telecom. All rights reserved. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Filtering/Wavelet/include/otbSubsampleImageFilter.txx b/Modules/Filtering/Wavelet/include/otbSubsampleImageFilter.txx index 2474aca2bc..0375f3956a 100644 --- a/Modules/Filtering/Wavelet/include/otbSubsampleImageFilter.txx +++ b/Modules/Filtering/Wavelet/include/otbSubsampleImageFilter.txx @@ -9,8 +9,8 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Copyright (c) Institut Telecom / Telecom Bretagne. All rights reserved. - See ITCopyright.txt for details. + Copyright (c) Institut Mines-Telecom. All rights reserved. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Filtering/Wavelet/include/otbWaveletFilterBank.h b/Modules/Filtering/Wavelet/include/otbWaveletFilterBank.h index 68b477bffd..c219f717e9 100644 --- a/Modules/Filtering/Wavelet/include/otbWaveletFilterBank.h +++ b/Modules/Filtering/Wavelet/include/otbWaveletFilterBank.h @@ -9,8 +9,8 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Copyright (c) Institut Telecom / Telecom Bretagne. All rights reserved. - See ITCopyright.txt for details. + Copyright (c) Institut Mines-Telecom. All rights reserved. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Filtering/Wavelet/include/otbWaveletFilterBank.txx b/Modules/Filtering/Wavelet/include/otbWaveletFilterBank.txx index 35ff142ec5..21ba8cdf9f 100644 --- a/Modules/Filtering/Wavelet/include/otbWaveletFilterBank.txx +++ b/Modules/Filtering/Wavelet/include/otbWaveletFilterBank.txx @@ -9,8 +9,8 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Copyright (c) Institut Telecom / Telecom Bretagne. All rights reserved. - See ITCopyright.txt for details. + Copyright (c) Institut Mines-Telecom. All rights reserved. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Filtering/Wavelet/include/otbWaveletGenerator.h b/Modules/Filtering/Wavelet/include/otbWaveletGenerator.h index ae8a87bb2d..68be4ad16b 100644 --- a/Modules/Filtering/Wavelet/include/otbWaveletGenerator.h +++ b/Modules/Filtering/Wavelet/include/otbWaveletGenerator.h @@ -9,8 +9,8 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Copyright (c) Institut Telecom / Telecom Bretagne. All rights reserved. - See ITCopyright.txt for details. + Copyright (c) Institut Mines-Telecom. All rights reserved. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Filtering/Wavelet/include/otbWaveletHighPassOperator.h b/Modules/Filtering/Wavelet/include/otbWaveletHighPassOperator.h index 1f51a4d287..f680eea930 100644 --- a/Modules/Filtering/Wavelet/include/otbWaveletHighPassOperator.h +++ b/Modules/Filtering/Wavelet/include/otbWaveletHighPassOperator.h @@ -9,8 +9,8 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Copyright (c) Institut Telecom / Telecom Bretagne. All rights reserved. - See ITCopyright.txt for details. + Copyright (c) Institut Mines-Telecom. All rights reserved. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Filtering/Wavelet/include/otbWaveletLowPassOperator.h b/Modules/Filtering/Wavelet/include/otbWaveletLowPassOperator.h index 0742709e72..2b612a2099 100644 --- a/Modules/Filtering/Wavelet/include/otbWaveletLowPassOperator.h +++ b/Modules/Filtering/Wavelet/include/otbWaveletLowPassOperator.h @@ -9,8 +9,8 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Copyright (c) Institut Telecom / Telecom Bretagne. All rights reserved. - See ITCopyright.txt for details. + Copyright (c) Institut Mines-Telecom. All rights reserved. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Filtering/Wavelet/include/otbWaveletOperator.h b/Modules/Filtering/Wavelet/include/otbWaveletOperator.h index c512f90682..a6d9394d3e 100644 --- a/Modules/Filtering/Wavelet/include/otbWaveletOperator.h +++ b/Modules/Filtering/Wavelet/include/otbWaveletOperator.h @@ -9,8 +9,8 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Copyright (c) Institut Telecom / Telecom Bretagne. All rights reserved. - See ITCopyright.txt for details. + Copyright (c) Institut Mines-Telecom. All rights reserved. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Filtering/Wavelet/include/otbWaveletOperatorBase.h b/Modules/Filtering/Wavelet/include/otbWaveletOperatorBase.h index c3598d3259..d17c1dfd9b 100644 --- a/Modules/Filtering/Wavelet/include/otbWaveletOperatorBase.h +++ b/Modules/Filtering/Wavelet/include/otbWaveletOperatorBase.h @@ -9,8 +9,8 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Copyright (c) Institut Telecom / Telecom Bretagne. All rights reserved. - See ITCopyright.txt for details. + Copyright (c) Institut Mines-Telecom. All rights reserved. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Filtering/Wavelet/include/otbWaveletOperatorBase.txx b/Modules/Filtering/Wavelet/include/otbWaveletOperatorBase.txx index 2270f2300c..8b76a313d3 100644 --- a/Modules/Filtering/Wavelet/include/otbWaveletOperatorBase.txx +++ b/Modules/Filtering/Wavelet/include/otbWaveletOperatorBase.txx @@ -9,8 +9,8 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Copyright (c) Institut Telecom / Telecom Bretagne. All rights reserved. - See ITCopyright.txt for details. + Copyright (c) Institut Mines-Telecom. All rights reserved. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Filtering/Wavelet/include/otbWaveletPacketDecompositionCosts.h b/Modules/Filtering/Wavelet/include/otbWaveletPacketDecompositionCosts.h index c07570b9d4..e87374c43d 100644 --- a/Modules/Filtering/Wavelet/include/otbWaveletPacketDecompositionCosts.h +++ b/Modules/Filtering/Wavelet/include/otbWaveletPacketDecompositionCosts.h @@ -9,8 +9,8 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Copyright (c) Institut Telecom / Telecom Bretagne. All rights reserved. - See ITCopyright.txt for details. + Copyright (c) Institut Mines-Telecom. All rights reserved. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Filtering/Wavelet/include/otbWaveletPacketTransform.h b/Modules/Filtering/Wavelet/include/otbWaveletPacketTransform.h index 76449b94c4..24e4028a57 100644 --- a/Modules/Filtering/Wavelet/include/otbWaveletPacketTransform.h +++ b/Modules/Filtering/Wavelet/include/otbWaveletPacketTransform.h @@ -9,8 +9,8 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Copyright (c) Institut Telecom / Telecom Bretagne. All rights reserved. - See ITCopyright.txt for details. + Copyright (c) Institut Mines-Telecom. All rights reserved. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Filtering/Wavelet/include/otbWaveletPacketTransform.txx b/Modules/Filtering/Wavelet/include/otbWaveletPacketTransform.txx index dea2820740..2d0e628e72 100644 --- a/Modules/Filtering/Wavelet/include/otbWaveletPacketTransform.txx +++ b/Modules/Filtering/Wavelet/include/otbWaveletPacketTransform.txx @@ -9,8 +9,8 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Copyright (c) Institut Telecom / Telecom Bretagne. All rights reserved. - See ITCopyright.txt for details. + Copyright (c) Institut Mines-Telecom. All rights reserved. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Filtering/Wavelet/include/otbWaveletTransform.h b/Modules/Filtering/Wavelet/include/otbWaveletTransform.h index 1c16dffe0b..c80ea80509 100644 --- a/Modules/Filtering/Wavelet/include/otbWaveletTransform.h +++ b/Modules/Filtering/Wavelet/include/otbWaveletTransform.h @@ -9,8 +9,8 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Copyright (c) Institut Telecom / Telecom Bretagne. All rights reserved. - See ITCopyright.txt for details. + Copyright (c) Institut Mines-Telecom. All rights reserved. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Filtering/Wavelet/include/otbWaveletTransform.txx b/Modules/Filtering/Wavelet/include/otbWaveletTransform.txx index fcccb78421..93eac94b95 100644 --- a/Modules/Filtering/Wavelet/include/otbWaveletTransform.txx +++ b/Modules/Filtering/Wavelet/include/otbWaveletTransform.txx @@ -9,8 +9,8 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Copyright (c) Institut Telecom / Telecom Bretagne. All rights reserved. - See ITCopyright.txt for details. + Copyright (c) Institut Mines-Telecom. All rights reserved. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Filtering/Wavelet/src/otbWaveletGenerator.cxx b/Modules/Filtering/Wavelet/src/otbWaveletGenerator.cxx index 04b4ee1824..9de9df6d65 100644 --- a/Modules/Filtering/Wavelet/src/otbWaveletGenerator.cxx +++ b/Modules/Filtering/Wavelet/src/otbWaveletGenerator.cxx @@ -9,8 +9,8 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Copyright (c) Institut Telecom / Telecom Bretagne. All rights reserved. - See ITCopyright.txt for details. + Copyright (c) Institut Mines-Telecom. All rights reserved. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Filtering/Wavelet/test/otbSubsampleImageFilter.cxx b/Modules/Filtering/Wavelet/test/otbSubsampleImageFilter.cxx index a5f08b759b..10721eedae 100644 --- a/Modules/Filtering/Wavelet/test/otbSubsampleImageFilter.cxx +++ b/Modules/Filtering/Wavelet/test/otbSubsampleImageFilter.cxx @@ -9,8 +9,8 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Copyright (c) Institut Telecom / Telecom Bretagne. All rights reserved. - See ITCopyright.txt for details. + Copyright (c) Institut Mines-Telecom. All rights reserved. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Filtering/Wavelet/test/otbSubsampleImageFilterNew.cxx b/Modules/Filtering/Wavelet/test/otbSubsampleImageFilterNew.cxx index e3ccf38706..538cdfed24 100644 --- a/Modules/Filtering/Wavelet/test/otbSubsampleImageFilterNew.cxx +++ b/Modules/Filtering/Wavelet/test/otbSubsampleImageFilterNew.cxx @@ -9,8 +9,8 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Copyright (c) Institut Telecom / Telecom Bretagne. All rights reserved. - See ITCopyright.txt for details. + Copyright (c) Institut Mines-Telecom. All rights reserved. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Filtering/Wavelet/test/otbWaveletFilterBank.cxx b/Modules/Filtering/Wavelet/test/otbWaveletFilterBank.cxx index b90dfbd642..3878fb7620 100644 --- a/Modules/Filtering/Wavelet/test/otbWaveletFilterBank.cxx +++ b/Modules/Filtering/Wavelet/test/otbWaveletFilterBank.cxx @@ -9,8 +9,8 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Copyright (c) Institut Telecom / Telecom Bretagne. All rights reserved. - See ITCopyright.txt for details. + Copyright (c) Institut Mines-Telecom. All rights reserved. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Filtering/Wavelet/test/otbWaveletInverseTransformNew.cxx b/Modules/Filtering/Wavelet/test/otbWaveletInverseTransformNew.cxx index 34ecd1545e..ff27846f6d 100644 --- a/Modules/Filtering/Wavelet/test/otbWaveletInverseTransformNew.cxx +++ b/Modules/Filtering/Wavelet/test/otbWaveletInverseTransformNew.cxx @@ -9,8 +9,8 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Copyright (c) Institut Telecom / Telecom Bretagne. All rights reserved. - See ITCopyright.txt for details. + Copyright (c) Institut Mines-Telecom. All rights reserved. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Filtering/Wavelet/test/otbWaveletOperator.cxx b/Modules/Filtering/Wavelet/test/otbWaveletOperator.cxx index 9b2baa47b0..a1c215042c 100644 --- a/Modules/Filtering/Wavelet/test/otbWaveletOperator.cxx +++ b/Modules/Filtering/Wavelet/test/otbWaveletOperator.cxx @@ -9,8 +9,8 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Copyright (c) Institut Telecom / Telecom Bretagne. All rights reserved. - See ITCopyright.txt for details. + Copyright (c) Institut Mines-Telecom. All rights reserved. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Filtering/Wavelet/test/otbWaveletOperatorNew.cxx b/Modules/Filtering/Wavelet/test/otbWaveletOperatorNew.cxx index 866104bb42..712a7a868f 100644 --- a/Modules/Filtering/Wavelet/test/otbWaveletOperatorNew.cxx +++ b/Modules/Filtering/Wavelet/test/otbWaveletOperatorNew.cxx @@ -9,8 +9,8 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Copyright (c) Institut Telecom / Telecom Bretagne. All rights reserved. - See ITCopyright.txt for details. + Copyright (c) Institut Mines-Telecom. All rights reserved. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Filtering/Wavelet/test/otbWaveletPacketInverseTransformNew.cxx b/Modules/Filtering/Wavelet/test/otbWaveletPacketInverseTransformNew.cxx index 8735db6bd7..b89cc7d400 100644 --- a/Modules/Filtering/Wavelet/test/otbWaveletPacketInverseTransformNew.cxx +++ b/Modules/Filtering/Wavelet/test/otbWaveletPacketInverseTransformNew.cxx @@ -9,8 +9,8 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Copyright (c) Institut Telecom / Telecom Bretagne. All rights reserved. - See ITCopyright.txt for details. + Copyright (c) Institut Mines-Telecom. All rights reserved. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Filtering/Wavelet/test/otbWaveletPacketTransform.cxx b/Modules/Filtering/Wavelet/test/otbWaveletPacketTransform.cxx index 5726576a4f..b7e6d00990 100644 --- a/Modules/Filtering/Wavelet/test/otbWaveletPacketTransform.cxx +++ b/Modules/Filtering/Wavelet/test/otbWaveletPacketTransform.cxx @@ -9,8 +9,8 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Copyright (c) Institut Telecom / Telecom Bretagne. All rights reserved. - See ITCopyright.txt for details. + Copyright (c) Institut Mines-Telecom. All rights reserved. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Filtering/Wavelet/test/otbWaveletTransform.cxx b/Modules/Filtering/Wavelet/test/otbWaveletTransform.cxx index 053f5fe52f..4774374c69 100644 --- a/Modules/Filtering/Wavelet/test/otbWaveletTransform.cxx +++ b/Modules/Filtering/Wavelet/test/otbWaveletTransform.cxx @@ -9,8 +9,8 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Copyright (c) Institut Telecom / Telecom Bretagne. All rights reserved. - See ITCopyright.txt for details. + Copyright (c) Institut Mines-Telecom. All rights reserved. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/IO/ImageIO/include/otbImageSeriesFileReader.h b/Modules/IO/ImageIO/include/otbImageSeriesFileReader.h index ada4080d51..75089a2e31 100644 --- a/Modules/IO/ImageIO/include/otbImageSeriesFileReader.h +++ b/Modules/IO/ImageIO/include/otbImageSeriesFileReader.h @@ -9,8 +9,8 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Copyright (c) Institut Telecom / Telecom Bretagne. All rights reserved. - See ITCopyright.txt for details. + Copyright (c) Institut Mines-Telecom. All rights reserved. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/IO/ImageIO/include/otbImageSeriesFileReader.txx b/Modules/IO/ImageIO/include/otbImageSeriesFileReader.txx index eaed4aa022..51ad2f02f9 100644 --- a/Modules/IO/ImageIO/include/otbImageSeriesFileReader.txx +++ b/Modules/IO/ImageIO/include/otbImageSeriesFileReader.txx @@ -9,8 +9,8 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Copyright (c) Institut Telecom / Telecom Bretagne. All rights reserved. - See ITCopyright.txt for details. + Copyright (c) Institut Mines-Telecom. All rights reserved. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/IO/ImageIO/include/otbImageSeriesFileReaderBase.h b/Modules/IO/ImageIO/include/otbImageSeriesFileReaderBase.h index cb1aa3ae4a..06ce1a6818 100644 --- a/Modules/IO/ImageIO/include/otbImageSeriesFileReaderBase.h +++ b/Modules/IO/ImageIO/include/otbImageSeriesFileReaderBase.h @@ -9,8 +9,8 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Copyright (c) Institut Telecom / Telecom Bretagne. All rights reserved. - See ITCopyright.txt for details. + Copyright (c) Institut Mines-Telecom. All rights reserved. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/IO/ImageIO/include/otbImageSeriesFileReaderBase.txx b/Modules/IO/ImageIO/include/otbImageSeriesFileReaderBase.txx index 5d355b4d29..60ddc4d1c5 100644 --- a/Modules/IO/ImageIO/include/otbImageSeriesFileReaderBase.txx +++ b/Modules/IO/ImageIO/include/otbImageSeriesFileReaderBase.txx @@ -9,8 +9,8 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Copyright (c) Institut Telecom / Telecom Bretagne. All rights reserved. - See ITCopyright.txt for details. + Copyright (c) Institut Mines-Telecom. All rights reserved. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/IO/ImageIO/test/otbImageSeriesFileReader.cxx b/Modules/IO/ImageIO/test/otbImageSeriesFileReader.cxx index 47bf8c64c5..aea4736ae9 100644 --- a/Modules/IO/ImageIO/test/otbImageSeriesFileReader.cxx +++ b/Modules/IO/ImageIO/test/otbImageSeriesFileReader.cxx @@ -9,8 +9,8 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Copyright (c) Institut Telecom / Telecom Bretagne. All rights reserved. - See ITCopyright.txt for details. + Copyright (c) Institut Mines-Telecom. All rights reserved. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Learning/LearningBase/include/otbGaussianModelComponent.h b/Modules/Learning/LearningBase/include/otbGaussianModelComponent.h index 6937b06d51..ecc4cb2651 100644 --- a/Modules/Learning/LearningBase/include/otbGaussianModelComponent.h +++ b/Modules/Learning/LearningBase/include/otbGaussianModelComponent.h @@ -9,8 +9,8 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Some parts of this code are covered by the GET copyright. - See GETCopyright.txt for details. + Some parts of this code are covered by the IMT copyright. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Learning/LearningBase/include/otbGaussianModelComponent.txx b/Modules/Learning/LearningBase/include/otbGaussianModelComponent.txx index a1edbe7085..d420d84070 100644 --- a/Modules/Learning/LearningBase/include/otbGaussianModelComponent.txx +++ b/Modules/Learning/LearningBase/include/otbGaussianModelComponent.txx @@ -9,8 +9,8 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Some parts of this code are covered by the GET copyright. - See GETCopyright.txt for details. + Some parts of this code are covered by the IMT copyright. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Learning/LearningBase/include/otbSEMClassifier.h b/Modules/Learning/LearningBase/include/otbSEMClassifier.h index 6f7e5e7694..e23db49440 100644 --- a/Modules/Learning/LearningBase/include/otbSEMClassifier.h +++ b/Modules/Learning/LearningBase/include/otbSEMClassifier.h @@ -9,8 +9,8 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Some parts of this code are covered by the GET copyright. - See GETCopyright.txt for details. + Some parts of this code are covered by the IMT copyright. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Learning/LearningBase/include/otbSEMClassifier.txx b/Modules/Learning/LearningBase/include/otbSEMClassifier.txx index afe3461be6..2e1df3aff9 100644 --- a/Modules/Learning/LearningBase/include/otbSEMClassifier.txx +++ b/Modules/Learning/LearningBase/include/otbSEMClassifier.txx @@ -9,8 +9,8 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Some parts of this code are covered by the GET copyright. - See GETCopyright.txt for details. + Some parts of this code are covered by the IMT copyright. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Learning/SOM/include/otbCzihoSOMLearningBehaviorFunctor.h b/Modules/Learning/SOM/include/otbCzihoSOMLearningBehaviorFunctor.h index 7a68fa6476..19fdf31beb 100644 --- a/Modules/Learning/SOM/include/otbCzihoSOMLearningBehaviorFunctor.h +++ b/Modules/Learning/SOM/include/otbCzihoSOMLearningBehaviorFunctor.h @@ -10,7 +10,7 @@ See OTBCopyright.txt for details. Copyright (c) Institut Telecom; Telecom bretagne. All rights reserved. - See ITCopyright.txt for details. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Learning/SOM/include/otbCzihoSOMNeighborhoodBehaviorFunctor.h b/Modules/Learning/SOM/include/otbCzihoSOMNeighborhoodBehaviorFunctor.h index a81df3e339..a364d57dc9 100644 --- a/Modules/Learning/SOM/include/otbCzihoSOMNeighborhoodBehaviorFunctor.h +++ b/Modules/Learning/SOM/include/otbCzihoSOMNeighborhoodBehaviorFunctor.h @@ -10,7 +10,7 @@ See OTBCopyright.txt for details. Copyright (c) Institut Telecom; Telecom bretagne. All rights reserved. - See ITCopyright.txt for details. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Learning/SOM/include/otbPeriodicSOM.h b/Modules/Learning/SOM/include/otbPeriodicSOM.h index 7bc01e4abb..835aeff752 100644 --- a/Modules/Learning/SOM/include/otbPeriodicSOM.h +++ b/Modules/Learning/SOM/include/otbPeriodicSOM.h @@ -10,7 +10,7 @@ See OTBCopyright.txt for details. Copyright (c) Institut Telecom; Telecom bretagne. All rights reserved. - See ITCopyright.txt for details. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Learning/SOM/include/otbPeriodicSOM.txx b/Modules/Learning/SOM/include/otbPeriodicSOM.txx index 1618b77c55..352817bbd5 100644 --- a/Modules/Learning/SOM/include/otbPeriodicSOM.txx +++ b/Modules/Learning/SOM/include/otbPeriodicSOM.txx @@ -10,7 +10,7 @@ See OTBCopyright.txt for details. Copyright (c) Institut Telecom; Telecom bretagne. All rights reserved. - See ITCopyright.txt for details. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Learning/SOM/include/otbSOM.h b/Modules/Learning/SOM/include/otbSOM.h index 7205dc75b7..ff020cd446 100644 --- a/Modules/Learning/SOM/include/otbSOM.h +++ b/Modules/Learning/SOM/include/otbSOM.h @@ -10,7 +10,7 @@ See OTBCopyright.txt for details. Copyright (c) Institut Telecom; Telecom bretagne. All rights reserved. - See ITCopyright.txt for details. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Learning/SOM/include/otbSOM.txx b/Modules/Learning/SOM/include/otbSOM.txx index f30b97c1d0..cdc5066cfd 100644 --- a/Modules/Learning/SOM/include/otbSOM.txx +++ b/Modules/Learning/SOM/include/otbSOM.txx @@ -10,7 +10,7 @@ See OTBCopyright.txt for details. Copyright (c) Institut Telecom; Telecom bretagne. All rights reserved. - See ITCopyright.txt for details. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even diff --git a/Modules/Learning/SOM/include/otbSOMLearningBehaviorFunctor.h b/Modules/Learning/SOM/include/otbSOMLearningBehaviorFunctor.h index 3db9aec74f..4e38167100 100644 --- a/Modules/Learning/SOM/include/otbSOMLearningBehaviorFunctor.h +++ b/Modules/Learning/SOM/include/otbSOMLearningBehaviorFunctor.h @@ -10,7 +10,7 @@ See OTBCopyright.txt for details. Copyright (c) Institut Telecom; Telecom bretagne. All rights reserved. - See ITCopyright.txt for details. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Learning/SOM/include/otbSOMMap.h b/Modules/Learning/SOM/include/otbSOMMap.h index 00276472de..9135f1c731 100644 --- a/Modules/Learning/SOM/include/otbSOMMap.h +++ b/Modules/Learning/SOM/include/otbSOMMap.h @@ -10,7 +10,7 @@ See OTBCopyright.txt for details. Copyright (c) Institut Telecom; Telecom Bretagne. All right reserved. -See GETCopyright.txt for details. +See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even diff --git a/Modules/Learning/SOM/include/otbSOMMap.txx b/Modules/Learning/SOM/include/otbSOMMap.txx index 9f027e61df..e36e4d6a66 100644 --- a/Modules/Learning/SOM/include/otbSOMMap.txx +++ b/Modules/Learning/SOM/include/otbSOMMap.txx @@ -10,7 +10,7 @@ See OTBCopyright.txt for details. Copyright (c) Institut Telecom; Telecom Bretagne. All right reserved. -See GETCopyright.txt for details. +See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even diff --git a/Modules/Learning/SOM/include/otbSOMWithMissingValue.h b/Modules/Learning/SOM/include/otbSOMWithMissingValue.h index 94219310f6..51aef377d0 100644 --- a/Modules/Learning/SOM/include/otbSOMWithMissingValue.h +++ b/Modules/Learning/SOM/include/otbSOMWithMissingValue.h @@ -10,7 +10,7 @@ See OTBCopyright.txt for details. Copyright (c) Institut Telecom; Telecom bretagne. All rights reserved. - See ITCopyright.txt for details. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Learning/SOM/include/otbSOMWithMissingValue.txx b/Modules/Learning/SOM/include/otbSOMWithMissingValue.txx index 0e62e47712..fdb01dd570 100644 --- a/Modules/Learning/SOM/include/otbSOMWithMissingValue.txx +++ b/Modules/Learning/SOM/include/otbSOMWithMissingValue.txx @@ -10,7 +10,7 @@ See OTBCopyright.txt for details. Copyright (c) Institut Telecom; Telecom bretagne. All rights reserved. - See ITCopyright.txt for details. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Learning/SOM/include/otbSOMbasedImageFilter.h b/Modules/Learning/SOM/include/otbSOMbasedImageFilter.h index 47b1fb2bb5..5935f10ec1 100644 --- a/Modules/Learning/SOM/include/otbSOMbasedImageFilter.h +++ b/Modules/Learning/SOM/include/otbSOMbasedImageFilter.h @@ -10,7 +10,7 @@ See OTBCopyright.txt for details. Copyright (c) Institut Telecom; Telecom bretagne. All rights reserved. - See ITCopyright.txt for details. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even diff --git a/Modules/Learning/SOM/include/otbSOMbasedImageFilter.txx b/Modules/Learning/SOM/include/otbSOMbasedImageFilter.txx index a5f9b4639c..6e6e4f1a62 100644 --- a/Modules/Learning/SOM/include/otbSOMbasedImageFilter.txx +++ b/Modules/Learning/SOM/include/otbSOMbasedImageFilter.txx @@ -10,7 +10,7 @@ See OTBCopyright.txt for details. Copyright (c) Institut Telecom; Telecom bretagne. All rights reserved. - See ITCopyright.txt for details. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even diff --git a/Modules/Learning/SOM/test/otbSOMWithMissingValueNew.cxx b/Modules/Learning/SOM/test/otbSOMWithMissingValueNew.cxx index 75b8fab158..3720430043 100644 --- a/Modules/Learning/SOM/test/otbSOMWithMissingValueNew.cxx +++ b/Modules/Learning/SOM/test/otbSOMWithMissingValueNew.cxx @@ -10,7 +10,7 @@ See OTBCopyright.txt for details. Copyright (c) Institut Telecom; Telecom bretagne. All rights reserved. - See ITCopyright.txt for details. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even diff --git a/Modules/Learning/SOM/test/otbSOMbasedImageFilterNew.cxx b/Modules/Learning/SOM/test/otbSOMbasedImageFilterNew.cxx index 8e8bbfc1fe..a47be5f4e4 100644 --- a/Modules/Learning/SOM/test/otbSOMbasedImageFilterNew.cxx +++ b/Modules/Learning/SOM/test/otbSOMbasedImageFilterNew.cxx @@ -10,7 +10,7 @@ See OTBCopyright.txt for details. Copyright (c) Institut Telecom; Telecom bretagne. All rights reserved. - See ITCopyright.txt for details. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even diff --git a/Modules/Learning/SVMLearning/include/otbSVMImageClassificationWithRuleFilter.h b/Modules/Learning/SVMLearning/include/otbSVMImageClassificationWithRuleFilter.h index 55c06dba46..e66afd9c49 100644 --- a/Modules/Learning/SVMLearning/include/otbSVMImageClassificationWithRuleFilter.h +++ b/Modules/Learning/SVMLearning/include/otbSVMImageClassificationWithRuleFilter.h @@ -10,7 +10,7 @@ See OTBCopyright.txt for details. Copyright (c) Institut Telecom; Telecom bretagne. All rights reserved. - See ITCopyright.txt for details. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Learning/SVMLearning/include/otbSVMImageClassificationWithRuleFilter.txx b/Modules/Learning/SVMLearning/include/otbSVMImageClassificationWithRuleFilter.txx index a10c5ad2f0..cc7ad7f23f 100644 --- a/Modules/Learning/SVMLearning/include/otbSVMImageClassificationWithRuleFilter.txx +++ b/Modules/Learning/SVMLearning/include/otbSVMImageClassificationWithRuleFilter.txx @@ -10,7 +10,7 @@ See OTBCopyright.txt for details. Copyright (c) Institut Telecom; Telecom bretagne. All rights reserved. - See ITCopyright.txt for details. + See IMTCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Segmentation/Conversion/test/otbOGRDataSourceToLabelImageFilter.cxx b/Modules/Segmentation/Conversion/test/otbOGRDataSourceToLabelImageFilter.cxx index 681dbc61f6..745f1b01c1 100644 --- a/Modules/Segmentation/Conversion/test/otbOGRDataSourceToLabelImageFilter.cxx +++ b/Modules/Segmentation/Conversion/test/otbOGRDataSourceToLabelImageFilter.cxx @@ -9,8 +9,6 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Copyright (c) Institut Telecom; Telecom Bretagne. All rights reserved. - See ITCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Segmentation/Conversion/test/otbPolygonizationRasterizationTest.cxx b/Modules/Segmentation/Conversion/test/otbPolygonizationRasterizationTest.cxx index df6921448a..abb2562868 100644 --- a/Modules/Segmentation/Conversion/test/otbPolygonizationRasterizationTest.cxx +++ b/Modules/Segmentation/Conversion/test/otbPolygonizationRasterizationTest.cxx @@ -9,8 +9,6 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Copyright (c) Institut Telecom; Telecom Bretagne. All rights reserved. - See ITCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Segmentation/Conversion/test/otbVectorDataRasterizeFilter.cxx b/Modules/Segmentation/Conversion/test/otbVectorDataRasterizeFilter.cxx index 2e073dd958..e9032ae96f 100644 --- a/Modules/Segmentation/Conversion/test/otbVectorDataRasterizeFilter.cxx +++ b/Modules/Segmentation/Conversion/test/otbVectorDataRasterizeFilter.cxx @@ -9,8 +9,6 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Copyright (c) Institut Telecom; Telecom Bretagne. All rights reserved. - See ITCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Segmentation/Conversion/test/otbVectorDataToLabelImageFilter.cxx b/Modules/Segmentation/Conversion/test/otbVectorDataToLabelImageFilter.cxx index 04619bd5a9..229b5b622f 100644 --- a/Modules/Segmentation/Conversion/test/otbVectorDataToLabelImageFilter.cxx +++ b/Modules/Segmentation/Conversion/test/otbVectorDataToLabelImageFilter.cxx @@ -9,8 +9,6 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Copyright (c) Institut Telecom; Telecom Bretagne. All rights reserved. - See ITCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR diff --git a/Modules/Segmentation/Conversion/test/otbVectorDataToLabelImageFilterWithoutReader.cxx b/Modules/Segmentation/Conversion/test/otbVectorDataToLabelImageFilterWithoutReader.cxx index 4b00e88ba2..8dd0bc3d5a 100644 --- a/Modules/Segmentation/Conversion/test/otbVectorDataToLabelImageFilterWithoutReader.cxx +++ b/Modules/Segmentation/Conversion/test/otbVectorDataToLabelImageFilterWithoutReader.cxx @@ -9,8 +9,6 @@ Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. - Copyright (c) Institut Telecom; Telecom Bretagne. All rights reserved. - See ITCopyright.txt for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR -- GitLab