From e75c94c11ba8a3187baa8e186593f443b8a3abfd Mon Sep 17 00:00:00 2001
From: Luc Hermitte <luc.hermitte@csgroup.eu>
Date: Wed, 2 Sep 2020 17:31:44 +0200
Subject: [PATCH] COM: Fix (c) headers

---
 Modules/Applications/AppImageUtils/app/otbClampROI.cxx   | 8 ++++----
 Modules/Applications/AppImageUtils/app/otbSynthetize.cxx | 9 ++++-----
 Modules/Core/Common/include/otbInterval.h                | 9 ++++-----
 Modules/Core/Common/include/otbLogHelpers.h              | 9 ++++-----
 Modules/Core/Common/include/otbSpan.h                    | 9 ++++-----
 Modules/Core/Common/include/otbZipIterator.h             | 9 ++++-----
 Modules/Core/Functor/include/otbSynthetizeFilter.h       | 9 ++++-----
 .../ImageManipulation/include/otbClampROIFilter.h        | 9 ++++-----
 .../ImageManipulation/include/otbClampROIFilter.hxx      | 9 ++++-----
 9 files changed, 36 insertions(+), 44 deletions(-)

diff --git a/Modules/Applications/AppImageUtils/app/otbClampROI.cxx b/Modules/Applications/AppImageUtils/app/otbClampROI.cxx
index 2ff4cd2a15..74bca802d1 100644
--- a/Modules/Applications/AppImageUtils/app/otbClampROI.cxx
+++ b/Modules/Applications/AppImageUtils/app/otbClampROI.cxx
@@ -1,15 +1,15 @@
 /*
- * Copyright(C) 2005-2020 Centre National d'Etudes Spatiales(CNES)
+ * Copyright (C) 2005-2020 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
- *     https: //www.orfeo-toolbox.org/
+ *     https://www.orfeo-toolbox.org/
  *
- * Licensed under the Apache License, Version 2.0(the "License");
+ * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
- *     http: //www.apache.org/licenses/LICENSE-2.0
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
diff --git a/Modules/Applications/AppImageUtils/app/otbSynthetize.cxx b/Modules/Applications/AppImageUtils/app/otbSynthetize.cxx
index 6862ed574b..027a70908b 100644
--- a/Modules/Applications/AppImageUtils/app/otbSynthetize.cxx
+++ b/Modules/Applications/AppImageUtils/app/otbSynthetize.cxx
@@ -1,15 +1,15 @@
 /*
- * Copyright(C) 2005-2020 Centre National d'Etudes Spatiales(CNES)
+ * Copyright (C) 2005-2020 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
- *     https: //www.orfeo-toolbox.org/
+ *     https://www.orfeo-toolbox.org/
  *
- * Licensed under the Apache License, Version 2.0(the "License");
+ * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
- *     http: //www.apache.org/licenses/LICENSE-2.0
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
@@ -18,7 +18,6 @@
  * limitations under the License.
  */
 
-
 #include "otbSynthetizeFilter.h"
 #include "otbWrapperApplication.h"
 #include "otbWrapperApplicationFactory.h"
diff --git a/Modules/Core/Common/include/otbInterval.h b/Modules/Core/Common/include/otbInterval.h
index 5e6ce66b9b..3aecaf0714 100644
--- a/Modules/Core/Common/include/otbInterval.h
+++ b/Modules/Core/Common/include/otbInterval.h
@@ -1,15 +1,15 @@
 /*
- * Copyright(C) 2005-2020 Centre National d'Etudes Spatiales(CNES)
+ * Copyright (C) 2005-2020 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
- *     https: //www.orfeo-toolbox.org/
+ *     https://www.orfeo-toolbox.org/
  *
- * Licensed under the Apache License, Version 2.0(the "License");
+ * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
- *     http: //www.apache.org/licenses/LICENSE-2.0
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
@@ -18,7 +18,6 @@
  * limitations under the License.
  */
 
-
 #ifndef otbInterval_h
 #define otbInterval_h
 
diff --git a/Modules/Core/Common/include/otbLogHelpers.h b/Modules/Core/Common/include/otbLogHelpers.h
index 98239512b3..f205a69355 100644
--- a/Modules/Core/Common/include/otbLogHelpers.h
+++ b/Modules/Core/Common/include/otbLogHelpers.h
@@ -1,15 +1,15 @@
 /*
- * Copyright(C) 2005-2020 Centre National d'Etudes Spatiales(CNES)
+ * Copyright (C) 2005-2020 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
- *     https: //www.orfeo-toolbox.org/
+ *     https://www.orfeo-toolbox.org/
  *
- * Licensed under the Apache License, Version 2.0(the "License");
+ * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
- *     http: //www.apache.org/licenses/LICENSE-2.0
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
@@ -18,7 +18,6 @@
  * limitations under the License.
  */
 
-
 #ifndef otbLogHelpers_h
 #define otbLogHelpers_h
 
diff --git a/Modules/Core/Common/include/otbSpan.h b/Modules/Core/Common/include/otbSpan.h
index a160b4ec09..74c1a4841d 100644
--- a/Modules/Core/Common/include/otbSpan.h
+++ b/Modules/Core/Common/include/otbSpan.h
@@ -1,15 +1,15 @@
 /*
- * Copyright(C) 2005-2020 Centre National d'Etudes Spatiales(CNES)
+ * Copyright (C) 2005-2020 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
- *     https: //www.orfeo-toolbox.org/
+ *     https://www.orfeo-toolbox.org/
  *
- * Licensed under the Apache License, Version 2.0(the "License");
+ * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
- *     http: //www.apache.org/licenses/LICENSE-2.0
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
@@ -18,7 +18,6 @@
  * limitations under the License.
  */
 
-
 #ifndef Span_h
 #define Span_h
 
diff --git a/Modules/Core/Common/include/otbZipIterator.h b/Modules/Core/Common/include/otbZipIterator.h
index f95635a16a..6796d9697f 100644
--- a/Modules/Core/Common/include/otbZipIterator.h
+++ b/Modules/Core/Common/include/otbZipIterator.h
@@ -1,15 +1,15 @@
 /*
- * Copyright(C) 2005-2020 Centre National d'Etudes Spatiales(CNES)
+ * Copyright (C) 2005-2020 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
- *     https: //www.orfeo-toolbox.org/
+ *     https://www.orfeo-toolbox.org/
  *
- * Licensed under the Apache License, Version 2.0(the "License");
+ * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
- *     http: //www.apache.org/licenses/LICENSE-2.0
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
@@ -18,7 +18,6 @@
  * limitations under the License.
  */
 
-
 #ifndef otbZipIterator_h
 #define otbZipIterator_h
 
diff --git a/Modules/Core/Functor/include/otbSynthetizeFilter.h b/Modules/Core/Functor/include/otbSynthetizeFilter.h
index 574ac33e0f..88393bcf1a 100644
--- a/Modules/Core/Functor/include/otbSynthetizeFilter.h
+++ b/Modules/Core/Functor/include/otbSynthetizeFilter.h
@@ -1,15 +1,15 @@
 /*
- * Copyright(C) 2005-2020 Centre National d'Etudes Spatiales(CNES)
+ * Copyright (C) 2005-2020 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
- *     https: //www.orfeo-toolbox.org/
+ *     https://www.orfeo-toolbox.org/
  *
- * Licensed under the Apache License, Version 2.0(the "License");
+ * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
- *     http: //www.apache.org/licenses/LICENSE-2.0
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
@@ -18,7 +18,6 @@
  * limitations under the License.
  */
 
-
 #ifndef otbSynthetizeFilter_h
 #define otbSynthetizeFilter_h
 
diff --git a/Modules/Filtering/ImageManipulation/include/otbClampROIFilter.h b/Modules/Filtering/ImageManipulation/include/otbClampROIFilter.h
index e62e795a2d..807675349a 100644
--- a/Modules/Filtering/ImageManipulation/include/otbClampROIFilter.h
+++ b/Modules/Filtering/ImageManipulation/include/otbClampROIFilter.h
@@ -1,15 +1,15 @@
 /*
- * Copyright(C) 2005-2020 Centre National d'Etudes Spatiales(CNES)
+ * Copyright (C) 2005-2020 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
- *     https: //www.orfeo-toolbox.org/
+ *     https://www.orfeo-toolbox.org/
  *
- * Licensed under the Apache License, Version 2.0(the "License");
+ * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
- *     http: //www.apache.org/licenses/LICENSE-2.0
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
@@ -18,7 +18,6 @@
  * limitations under the License.
  */
 
-
 #ifndef otbClampROIFilter_h
 #define otbClampROIFilter_h
 
diff --git a/Modules/Filtering/ImageManipulation/include/otbClampROIFilter.hxx b/Modules/Filtering/ImageManipulation/include/otbClampROIFilter.hxx
index fa40583c8c..a1029fef94 100644
--- a/Modules/Filtering/ImageManipulation/include/otbClampROIFilter.hxx
+++ b/Modules/Filtering/ImageManipulation/include/otbClampROIFilter.hxx
@@ -1,15 +1,15 @@
 /*
- * Copyright(C) 2005-2020 Centre National d'Etudes Spatiales(CNES)
+ * Copyright (C) 2005-2020 Centre National d'Etudes Spatiales (CNES)
  *
  * This file is part of Orfeo Toolbox
  *
- *     https: //www.orfeo-toolbox.org/
+ *     https://www.orfeo-toolbox.org/
  *
- * Licensed under the Apache License, Version 2.0(the "License");
+ * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
  *
- *     http: //www.apache.org/licenses/LICENSE-2.0
+ *     http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing, software
  * distributed under the License is distributed on an "AS IS" BASIS,
@@ -18,7 +18,6 @@
  * limitations under the License.
  */
 
-
 #ifndef otbClampROIFilter_hxx
 #define otbClampROIFilter_hxx
 
-- 
GitLab