From b99c6f35ac9935e2452533e3d5b66b9904df50c7 Mon Sep 17 00:00:00 2001 From: remi cresson <remi.cresson@teledetection.fr> Date: Mon, 4 Sep 2017 10:33:47 +0000 Subject: [PATCH] REFAC: Change copyright header --- README.md | 2 +- app/otbExtractBand.cxx | 2 +- app/otbExtractGeom.cxx | 2 +- include/otbRegionComparator.h | 2 +- include/otbStatisticsImageCustomFilter.h | 4 +--- include/otbStatisticsImageCustomFilter.hxx | 4 +--- include/otbVectorDataToLabelImageCustomFilter.h | 2 +- include/otbVectorDataToLabelImageCustomFilter.hxx | 2 +- 8 files changed, 8 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 1a63f4d..3c7695b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # otb-simpleextractiontools -Simple extraction tools developed in the framework of Theia-Geosud +Simple extraction tools remote module developed in the framework of Theia-Geosud diff --git a/app/otbExtractBand.cxx b/app/otbExtractBand.cxx index 17bc5e0..7ec8439 100644 --- a/app/otbExtractBand.cxx +++ b/app/otbExtractBand.cxx @@ -1,6 +1,6 @@ /*========================================================================= - Copyright (c) IRSTEA. All rights reserved. + Copyright (c) Remi Cresson (IRSTEA). All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even diff --git a/app/otbExtractGeom.cxx b/app/otbExtractGeom.cxx index 98a3df9..5fe28c1 100644 --- a/app/otbExtractGeom.cxx +++ b/app/otbExtractGeom.cxx @@ -1,6 +1,6 @@ /*========================================================================= - Copyright (c) IRSTEA. All rights reserved. + Copyright (c) Remi Cresson (IRSTEA). All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even diff --git a/include/otbRegionComparator.h b/include/otbRegionComparator.h index 1c2b51a..bdac8df 100644 --- a/include/otbRegionComparator.h +++ b/include/otbRegionComparator.h @@ -1,6 +1,6 @@ /*========================================================================= - Copyright (c) IRSTEA. All rights reserved. + Copyright (c) Remi Cresson (IRSTEA). All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even diff --git a/include/otbStatisticsImageCustomFilter.h b/include/otbStatisticsImageCustomFilter.h index 545332b..886894f 100644 --- a/include/otbStatisticsImageCustomFilter.h +++ b/include/otbStatisticsImageCustomFilter.h @@ -1,9 +1,7 @@ /*========================================================================= - Copyright (c) IRSTEA. All rights reserved. + Copyright (c) Remi Cresson (IRSTEA). All rights reserved. -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 diff --git a/include/otbStatisticsImageCustomFilter.hxx b/include/otbStatisticsImageCustomFilter.hxx index 85eda56..8e801db 100644 --- a/include/otbStatisticsImageCustomFilter.hxx +++ b/include/otbStatisticsImageCustomFilter.hxx @@ -1,9 +1,7 @@ /*========================================================================= - Copyright (c) IRSTEA. All rights reserved. + Copyright (c) Remi Cresson (IRSTEA). All rights reserved. -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 diff --git a/include/otbVectorDataToLabelImageCustomFilter.h b/include/otbVectorDataToLabelImageCustomFilter.h index d1289f1..37cce57 100644 --- a/include/otbVectorDataToLabelImageCustomFilter.h +++ b/include/otbVectorDataToLabelImageCustomFilter.h @@ -1,6 +1,6 @@ /*========================================================================= - Copyright (c) IRSTEA. All rights reserved. + Copyright (c) Remi Cresson (IRSTEA). All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even diff --git a/include/otbVectorDataToLabelImageCustomFilter.hxx b/include/otbVectorDataToLabelImageCustomFilter.hxx index ea0dc57..a68d71a 100644 --- a/include/otbVectorDataToLabelImageCustomFilter.hxx +++ b/include/otbVectorDataToLabelImageCustomFilter.hxx @@ -1,6 +1,6 @@ /*========================================================================= - Copyright (c) IRSTEA. All rights reserved. + Copyright (c) Remi Cresson (IRSTEA). All rights reserved. This software is distributed WITHOUT ANY WARRANTY; without even -- GitLab