From ee7cc4524117d12e77e46cfd3bc4d60f570d6963 Mon Sep 17 00:00:00 2001
From: remi <remi.cresson@irstea.fr>
Date: Fri, 8 Mar 2019 17:46:50 +0100
Subject: [PATCH] DOC: add some documentation

---
 app/otbSuperSuperimpose.cxx | 30 ++++++++++--------------------
 1 file changed, 10 insertions(+), 20 deletions(-)

diff --git a/app/otbSuperSuperimpose.cxx b/app/otbSuperSuperimpose.cxx
index c92c7c5..8714c3d 100644
--- a/app/otbSuperSuperimpose.cxx
+++ b/app/otbSuperSuperimpose.cxx
@@ -1,23 +1,13 @@
-/*
- * Copyright (C) 2005-2019 Centre National d'Etudes Spatiales (CNES)
- *
- * This file is part of Orfeo Toolbox
- *
- *     https://www.orfeo-toolbox.org/
- *
- * 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
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
+/*=========================================================================
 
+  Copyright (c) Remi Cresson (IRSTEA). All rights reserved.
+
+
+     This software is distributed WITHOUT ANY WARRANTY; without even
+     the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
+     PURPOSE.  See the above copyright notices for more information.
+
+=========================================================================*/
 #include "otbWrapperApplicationFactory.h"
 
 #include "otbGridResampleImageFilter.h"
@@ -68,7 +58,7 @@ private:
     SetDocName("SuperSuperimpose sensor");
     SetDocLongDescription("This application performs the projection of an image into the geometry of another one.");
     SetDocLimitations("None");
-    SetDocAuthors("OTB-Team");
+    SetDocAuthors("Remi Cresson");
     SetDocSeeAlso(" ");
 
     AddDocTag(Tags::Geometry);
-- 
GitLab