From 888b3ff3c02f29fd0872305a687200390c5b5d4e Mon Sep 17 00:00:00 2001 From: Remi Cresson <remi.cresson@irstea.fr> Date: Sat, 17 Apr 2021 14:52:25 +0200 Subject: [PATCH] DOC: update copyright header --- include/otbTensorflowCommon.cxx | 3 ++- include/otbTensorflowCommon.h | 3 ++- include/otbTensorflowCopyUtils.cxx | 3 ++- include/otbTensorflowCopyUtils.h | 3 ++- include/otbTensorflowDataTypeBridge.cxx | 3 ++- include/otbTensorflowDataTypeBridge.h | 3 ++- include/otbTensorflowGraphOperations.cxx | 3 ++- include/otbTensorflowGraphOperations.h | 3 ++- include/otbTensorflowMultisourceModelBase.h | 3 ++- include/otbTensorflowMultisourceModelBase.hxx | 3 ++- include/otbTensorflowMultisourceModelFilter.h | 3 ++- include/otbTensorflowMultisourceModelFilter.hxx | 3 ++- include/otbTensorflowMultisourceModelLearningBase.h | 3 ++- include/otbTensorflowMultisourceModelLearningBase.hxx | 3 ++- include/otbTensorflowMultisourceModelTrain.h | 3 ++- include/otbTensorflowMultisourceModelTrain.hxx | 3 ++- include/otbTensorflowMultisourceModelValidate.h | 3 ++- include/otbTensorflowMultisourceModelValidate.hxx | 3 ++- include/otbTensorflowSampler.h | 3 ++- include/otbTensorflowSampler.hxx | 3 ++- include/otbTensorflowSamplingUtils.cxx | 3 ++- include/otbTensorflowSamplingUtils.h | 3 ++- include/otbTensorflowSource.h | 3 ++- include/otbTensorflowSource.hxx | 3 ++- include/otbTensorflowStreamerFilter.h | 3 ++- include/otbTensorflowStreamerFilter.hxx | 3 ++- 26 files changed, 52 insertions(+), 26 deletions(-) diff --git a/include/otbTensorflowCommon.cxx b/include/otbTensorflowCommon.cxx index a9f47a3..b93717e 100644 --- a/include/otbTensorflowCommon.cxx +++ b/include/otbTensorflowCommon.cxx @@ -1,6 +1,7 @@ /*========================================================================= - Copyright (c) Remi Cresson (IRSTEA). All rights reserved. + Copyright (c) 2018-2019 Remi Cresson (IRSTEA) + Copyright (c) 2020-2021 Remi Cresson (INRAE) This software is distributed WITHOUT ANY WARRANTY; without even diff --git a/include/otbTensorflowCommon.h b/include/otbTensorflowCommon.h index 96a1ec0..e8db4b8 100644 --- a/include/otbTensorflowCommon.h +++ b/include/otbTensorflowCommon.h @@ -1,6 +1,7 @@ /*========================================================================= - Copyright (c) Remi Cresson (IRSTEA). All rights reserved. + Copyright (c) 2018-2019 Remi Cresson (IRSTEA) + Copyright (c) 2020-2021 Remi Cresson (INRAE) This software is distributed WITHOUT ANY WARRANTY; without even diff --git a/include/otbTensorflowCopyUtils.cxx b/include/otbTensorflowCopyUtils.cxx index 07af3e2..116aafb 100644 --- a/include/otbTensorflowCopyUtils.cxx +++ b/include/otbTensorflowCopyUtils.cxx @@ -1,6 +1,7 @@ /*========================================================================= - Copyright (c) Remi Cresson (IRSTEA). All rights reserved. + Copyright (c) 2018-2019 Remi Cresson (IRSTEA) + Copyright (c) 2020-2021 Remi Cresson (INRAE) This software is distributed WITHOUT ANY WARRANTY; without even diff --git a/include/otbTensorflowCopyUtils.h b/include/otbTensorflowCopyUtils.h index 1dc876f..47ad6cf 100644 --- a/include/otbTensorflowCopyUtils.h +++ b/include/otbTensorflowCopyUtils.h @@ -1,6 +1,7 @@ /*========================================================================= - Copyright (c) Remi Cresson (IRSTEA). All rights reserved. + Copyright (c) 2018-2019 Remi Cresson (IRSTEA) + Copyright (c) 2020-2021 Remi Cresson (INRAE) This software is distributed WITHOUT ANY WARRANTY; without even diff --git a/include/otbTensorflowDataTypeBridge.cxx b/include/otbTensorflowDataTypeBridge.cxx index 9b9d52e..5a421c9 100644 --- a/include/otbTensorflowDataTypeBridge.cxx +++ b/include/otbTensorflowDataTypeBridge.cxx @@ -1,6 +1,7 @@ /*========================================================================= - Copyright (c) Remi Cresson (IRSTEA). All rights reserved. + Copyright (c) 2018-2019 Remi Cresson (IRSTEA) + Copyright (c) 2020-2021 Remi Cresson (INRAE) This software is distributed WITHOUT ANY WARRANTY; without even diff --git a/include/otbTensorflowDataTypeBridge.h b/include/otbTensorflowDataTypeBridge.h index 8556058..16e9dd2 100644 --- a/include/otbTensorflowDataTypeBridge.h +++ b/include/otbTensorflowDataTypeBridge.h @@ -1,6 +1,7 @@ /*========================================================================= - Copyright (c) Remi Cresson (IRSTEA). All rights reserved. + Copyright (c) 2018-2019 Remi Cresson (IRSTEA) + Copyright (c) 2020-2021 Remi Cresson (INRAE) This software is distributed WITHOUT ANY WARRANTY; without even diff --git a/include/otbTensorflowGraphOperations.cxx b/include/otbTensorflowGraphOperations.cxx index 8b06bfd..16300f6 100644 --- a/include/otbTensorflowGraphOperations.cxx +++ b/include/otbTensorflowGraphOperations.cxx @@ -1,6 +1,7 @@ /*========================================================================= - Copyright (c) Remi Cresson (IRSTEA). All rights reserved. + Copyright (c) 2018-2019 Remi Cresson (IRSTEA) + Copyright (c) 2020-2021 Remi Cresson (INRAE) This software is distributed WITHOUT ANY WARRANTY; without even diff --git a/include/otbTensorflowGraphOperations.h b/include/otbTensorflowGraphOperations.h index e763653..4b4e93c 100644 --- a/include/otbTensorflowGraphOperations.h +++ b/include/otbTensorflowGraphOperations.h @@ -1,6 +1,7 @@ /*========================================================================= - Copyright (c) Remi Cresson (IRSTEA). All rights reserved. + Copyright (c) 2018-2019 Remi Cresson (IRSTEA) + Copyright (c) 2020-2021 Remi Cresson (INRAE) This software is distributed WITHOUT ANY WARRANTY; without even diff --git a/include/otbTensorflowMultisourceModelBase.h b/include/otbTensorflowMultisourceModelBase.h index 0929f94..9fb0a79 100644 --- a/include/otbTensorflowMultisourceModelBase.h +++ b/include/otbTensorflowMultisourceModelBase.h @@ -1,6 +1,7 @@ /*========================================================================= - Copyright (c) Remi Cresson (IRSTEA). All rights reserved. + Copyright (c) 2018-2019 Remi Cresson (IRSTEA) + Copyright (c) 2020-2021 Remi Cresson (INRAE) This software is distributed WITHOUT ANY WARRANTY; without even diff --git a/include/otbTensorflowMultisourceModelBase.hxx b/include/otbTensorflowMultisourceModelBase.hxx index 573aa9c..02c98ba 100644 --- a/include/otbTensorflowMultisourceModelBase.hxx +++ b/include/otbTensorflowMultisourceModelBase.hxx @@ -1,6 +1,7 @@ /*========================================================================= - Copyright (c) Remi Cresson (IRSTEA). All rights reserved. + Copyright (c) 2018-2019 Remi Cresson (IRSTEA) + Copyright (c) 2020-2021 Remi Cresson (INRAE) This software is distributed WITHOUT ANY WARRANTY; without even diff --git a/include/otbTensorflowMultisourceModelFilter.h b/include/otbTensorflowMultisourceModelFilter.h index 1da98c9..46a273a 100644 --- a/include/otbTensorflowMultisourceModelFilter.h +++ b/include/otbTensorflowMultisourceModelFilter.h @@ -1,6 +1,7 @@ /*========================================================================= - Copyright (c) Remi Cresson (IRSTEA). All rights reserved. + Copyright (c) 2018-2019 Remi Cresson (IRSTEA) + Copyright (c) 2020-2021 Remi Cresson (INRAE) This software is distributed WITHOUT ANY WARRANTY; without even diff --git a/include/otbTensorflowMultisourceModelFilter.hxx b/include/otbTensorflowMultisourceModelFilter.hxx index 2e60fc9..91c5384 100644 --- a/include/otbTensorflowMultisourceModelFilter.hxx +++ b/include/otbTensorflowMultisourceModelFilter.hxx @@ -1,6 +1,7 @@ /*========================================================================= - Copyright (c) Remi Cresson (IRSTEA). All rights reserved. + Copyright (c) 2018-2019 Remi Cresson (IRSTEA) + Copyright (c) 2020-2021 Remi Cresson (INRAE) This software is distributed WITHOUT ANY WARRANTY; without even diff --git a/include/otbTensorflowMultisourceModelLearningBase.h b/include/otbTensorflowMultisourceModelLearningBase.h index f72f376..ba13045 100644 --- a/include/otbTensorflowMultisourceModelLearningBase.h +++ b/include/otbTensorflowMultisourceModelLearningBase.h @@ -1,6 +1,7 @@ /*========================================================================= - Copyright (c) Remi Cresson (IRSTEA). All rights reserved. + Copyright (c) 2018-2019 Remi Cresson (IRSTEA) + Copyright (c) 2020-2021 Remi Cresson (INRAE) This software is distributed WITHOUT ANY WARRANTY; without even diff --git a/include/otbTensorflowMultisourceModelLearningBase.hxx b/include/otbTensorflowMultisourceModelLearningBase.hxx index 61affa8..3534782 100644 --- a/include/otbTensorflowMultisourceModelLearningBase.hxx +++ b/include/otbTensorflowMultisourceModelLearningBase.hxx @@ -1,6 +1,7 @@ /*========================================================================= - Copyright (c) Remi Cresson (IRSTEA). All rights reserved. + Copyright (c) 2018-2019 Remi Cresson (IRSTEA) + Copyright (c) 2020-2021 Remi Cresson (INRAE) This software is distributed WITHOUT ANY WARRANTY; without even diff --git a/include/otbTensorflowMultisourceModelTrain.h b/include/otbTensorflowMultisourceModelTrain.h index f6d8567..8f8983c 100644 --- a/include/otbTensorflowMultisourceModelTrain.h +++ b/include/otbTensorflowMultisourceModelTrain.h @@ -1,6 +1,7 @@ /*========================================================================= - Copyright (c) Remi Cresson (IRSTEA). All rights reserved. + Copyright (c) 2018-2019 Remi Cresson (IRSTEA) + Copyright (c) 2020-2021 Remi Cresson (INRAE) This software is distributed WITHOUT ANY WARRANTY; without even diff --git a/include/otbTensorflowMultisourceModelTrain.hxx b/include/otbTensorflowMultisourceModelTrain.hxx index 520c4f3..e7b68da 100644 --- a/include/otbTensorflowMultisourceModelTrain.hxx +++ b/include/otbTensorflowMultisourceModelTrain.hxx @@ -1,6 +1,7 @@ /*========================================================================= - Copyright (c) Remi Cresson (IRSTEA). All rights reserved. + Copyright (c) 2018-2019 Remi Cresson (IRSTEA) + Copyright (c) 2020-2021 Remi Cresson (INRAE) This software is distributed WITHOUT ANY WARRANTY; without even diff --git a/include/otbTensorflowMultisourceModelValidate.h b/include/otbTensorflowMultisourceModelValidate.h index b4f4253..f4a9540 100644 --- a/include/otbTensorflowMultisourceModelValidate.h +++ b/include/otbTensorflowMultisourceModelValidate.h @@ -1,6 +1,7 @@ /*========================================================================= - Copyright (c) Remi Cresson (IRSTEA). All rights reserved. + Copyright (c) 2018-2019 Remi Cresson (IRSTEA) + Copyright (c) 2020-2021 Remi Cresson (INRAE) This software is distributed WITHOUT ANY WARRANTY; without even diff --git a/include/otbTensorflowMultisourceModelValidate.hxx b/include/otbTensorflowMultisourceModelValidate.hxx index a8b5a32..c7673c8 100644 --- a/include/otbTensorflowMultisourceModelValidate.hxx +++ b/include/otbTensorflowMultisourceModelValidate.hxx @@ -1,6 +1,7 @@ /*========================================================================= - Copyright (c) Remi Cresson (IRSTEA). All rights reserved. + Copyright (c) 2018-2019 Remi Cresson (IRSTEA) + Copyright (c) 2020-2021 Remi Cresson (INRAE) This software is distributed WITHOUT ANY WARRANTY; without even diff --git a/include/otbTensorflowSampler.h b/include/otbTensorflowSampler.h index eb2645e..d71eba7 100644 --- a/include/otbTensorflowSampler.h +++ b/include/otbTensorflowSampler.h @@ -1,6 +1,7 @@ /*========================================================================= - Copyright (c) Remi Cresson (IRSTEA). All rights reserved. + Copyright (c) 2018-2019 Remi Cresson (IRSTEA) + Copyright (c) 2020-2021 Remi Cresson (INRAE) This software is distributed WITHOUT ANY WARRANTY; without even diff --git a/include/otbTensorflowSampler.hxx b/include/otbTensorflowSampler.hxx index 0129b47..9611d93 100644 --- a/include/otbTensorflowSampler.hxx +++ b/include/otbTensorflowSampler.hxx @@ -1,6 +1,7 @@ /*========================================================================= - Copyright (c) Remi Cresson (IRSTEA). All rights reserved. + Copyright (c) 2018-2019 Remi Cresson (IRSTEA) + Copyright (c) 2020-2021 Remi Cresson (INRAE) This software is distributed WITHOUT ANY WARRANTY; without even diff --git a/include/otbTensorflowSamplingUtils.cxx b/include/otbTensorflowSamplingUtils.cxx index 303e225..5a8b8e3 100644 --- a/include/otbTensorflowSamplingUtils.cxx +++ b/include/otbTensorflowSamplingUtils.cxx @@ -1,6 +1,7 @@ /*========================================================================= - Copyright (c) Remi Cresson (IRSTEA). All rights reserved. + Copyright (c) 2018-2019 Remi Cresson (IRSTEA) + Copyright (c) 2020-2021 Remi Cresson (INRAE) This software is distributed WITHOUT ANY WARRANTY; without even diff --git a/include/otbTensorflowSamplingUtils.h b/include/otbTensorflowSamplingUtils.h index 3b755c2..9387930 100644 --- a/include/otbTensorflowSamplingUtils.h +++ b/include/otbTensorflowSamplingUtils.h @@ -1,6 +1,7 @@ /*========================================================================= - Copyright (c) Remi Cresson (IRSTEA). All rights reserved. + Copyright (c) 2018-2019 Remi Cresson (IRSTEA) + Copyright (c) 2020-2021 Remi Cresson (INRAE) This software is distributed WITHOUT ANY WARRANTY; without even diff --git a/include/otbTensorflowSource.h b/include/otbTensorflowSource.h index defeac2..f569c72 100644 --- a/include/otbTensorflowSource.h +++ b/include/otbTensorflowSource.h @@ -1,6 +1,7 @@ /*========================================================================= - Copyright (c) Remi Cresson (IRSTEA). All rights reserved. + Copyright (c) 2018-2019 Remi Cresson (IRSTEA) + Copyright (c) 2020-2021 Remi Cresson (INRAE) This software is distributed WITHOUT ANY WARRANTY; without even diff --git a/include/otbTensorflowSource.hxx b/include/otbTensorflowSource.hxx index da3608c..bb3de77 100644 --- a/include/otbTensorflowSource.hxx +++ b/include/otbTensorflowSource.hxx @@ -1,6 +1,7 @@ /*========================================================================= - Copyright (c) Remi Cresson (IRSTEA). All rights reserved. + Copyright (c) 2018-2019 Remi Cresson (IRSTEA) + Copyright (c) 2020-2021 Remi Cresson (INRAE) This software is distributed WITHOUT ANY WARRANTY; without even diff --git a/include/otbTensorflowStreamerFilter.h b/include/otbTensorflowStreamerFilter.h index bb7c982..eee73f8 100644 --- a/include/otbTensorflowStreamerFilter.h +++ b/include/otbTensorflowStreamerFilter.h @@ -1,6 +1,7 @@ /*========================================================================= - Copyright (c) Remi Cresson (IRSTEA). All rights reserved. + Copyright (c) 2018-2019 Remi Cresson (IRSTEA) + Copyright (c) 2020-2021 Remi Cresson (INRAE) This software is distributed WITHOUT ANY WARRANTY; without even diff --git a/include/otbTensorflowStreamerFilter.hxx b/include/otbTensorflowStreamerFilter.hxx index 54b8563..5e5622b 100644 --- a/include/otbTensorflowStreamerFilter.hxx +++ b/include/otbTensorflowStreamerFilter.hxx @@ -1,6 +1,7 @@ /*========================================================================= - Copyright (c) Remi Cresson (IRSTEA). All rights reserved. + Copyright (c) 2018-2019 Remi Cresson (IRSTEA) + Copyright (c) 2020-2021 Remi Cresson (INRAE) This software is distributed WITHOUT ANY WARRANTY; without even -- GitLab