diff --git a/app/otbSuperSuperimpose.cxx b/app/otbSuperSuperimpose.cxx index c92c7c549ecbdae81bd2966cdf1a82cc4a2a1250..8714c3d8e6c5b6090bb09d160f7cb13fb0fb67ca 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);