From f3f73b4ec813bdff17c4901e039e9eabbba2bb5c Mon Sep 17 00:00:00 2001 From: Emmanuel Christophe <emmanuel.christophe@orfeo-toolbox.org> Date: Sat, 24 Oct 2009 00:40:01 +1100 Subject: [PATCH] STYLE: cleaning copyright --- .../otbImageViewerManagerController.cxx | 16 ++++++++-------- .../Controller/otbImageViewerManagerController.h | 16 ++++++++-------- .../otbImageViewerManagerControllerInterface.h | 16 ++++++++-------- .../Model/otbImageViewerManagerModel.cxx | 16 ++++++++-------- ViewerManager/Model/otbImageViewerManagerModel.h | 16 ++++++++-------- .../View/otbImageViewerManagerViewGUI.cxx | 16 ++++++++-------- .../View/otbImageViewerManagerViewGUI.h | 16 ++++++++-------- ViewerManager/otbImageViewerManager.cxx | 16 ++++++++-------- 8 files changed, 64 insertions(+), 64 deletions(-) diff --git a/ViewerManager/Controller/otbImageViewerManagerController.cxx b/ViewerManager/Controller/otbImageViewerManagerController.cxx index ca08b30d0e..3475806911 100644 --- a/ViewerManager/Controller/otbImageViewerManagerController.cxx +++ b/ViewerManager/Controller/otbImageViewerManagerController.cxx @@ -1,19 +1,19 @@ /*========================================================================= -Program: ORFEO Toolbox -Language: C++ -Date: $Date$ -Version: $Revision$ + Program: ORFEO Toolbox + Language: C++ + Date: $Date$ + Version: $Revision$ -Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. -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. + 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 "otbImageViewerManagerController.h" diff --git a/ViewerManager/Controller/otbImageViewerManagerController.h b/ViewerManager/Controller/otbImageViewerManagerController.h index 021beba265..2fdb7aac54 100644 --- a/ViewerManager/Controller/otbImageViewerManagerController.h +++ b/ViewerManager/Controller/otbImageViewerManagerController.h @@ -1,18 +1,18 @@ /*========================================================================= -Program: ORFEO Toolbox -Language: C++ -Date: $Date$ -Version: $Revision$ + Program: ORFEO Toolbox + Language: C++ + Date: $Date$ + Version: $Revision$ -Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. -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. + 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. =========================================================================*/ #ifndef __otbImageViewerManagerController_h diff --git a/ViewerManager/Controller/otbImageViewerManagerControllerInterface.h b/ViewerManager/Controller/otbImageViewerManagerControllerInterface.h index eb97955041..b96a2144b6 100644 --- a/ViewerManager/Controller/otbImageViewerManagerControllerInterface.h +++ b/ViewerManager/Controller/otbImageViewerManagerControllerInterface.h @@ -1,19 +1,19 @@ /*========================================================================= -Program: ORFEO Toolbox -Language: C++ -Date: $Date$ -Version: $Revision$ + Program: ORFEO Toolbox + Language: C++ + Date: $Date$ + Version: $Revision$ -Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. -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. + 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. =========================================================================*/ #ifndef __otbImageViewerManagerControllerInterface_h diff --git a/ViewerManager/Model/otbImageViewerManagerModel.cxx b/ViewerManager/Model/otbImageViewerManagerModel.cxx index 0526de74f0..6e5c547345 100644 --- a/ViewerManager/Model/otbImageViewerManagerModel.cxx +++ b/ViewerManager/Model/otbImageViewerManagerModel.cxx @@ -1,18 +1,18 @@ /*========================================================================= -Program: ORFEO Toolbox -Language: C++ -Date: $Date$ -Version: $Revision$ + Program: ORFEO Toolbox + Language: C++ + Date: $Date$ + Version: $Revision$ -Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. -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. + 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 "otbImageViewerManagerModel.h" diff --git a/ViewerManager/Model/otbImageViewerManagerModel.h b/ViewerManager/Model/otbImageViewerManagerModel.h index 9ad1bd5ac8..d071406e1d 100644 --- a/ViewerManager/Model/otbImageViewerManagerModel.h +++ b/ViewerManager/Model/otbImageViewerManagerModel.h @@ -1,18 +1,18 @@ /*========================================================================= -Program: ORFEO Toolbox -Language: C++ -Date: $Date$ -Version: $Revision$ + Program: ORFEO Toolbox + Language: C++ + Date: $Date$ + Version: $Revision$ -Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. -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. + 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. =========================================================================*/ #ifndef __otbImageViewerManagerModel_h diff --git a/ViewerManager/View/otbImageViewerManagerViewGUI.cxx b/ViewerManager/View/otbImageViewerManagerViewGUI.cxx index 5669377193..766d1009da 100644 --- a/ViewerManager/View/otbImageViewerManagerViewGUI.cxx +++ b/ViewerManager/View/otbImageViewerManagerViewGUI.cxx @@ -1,18 +1,18 @@ /*========================================================================= -Program: ORFEO Toolbox -Language: C++ -Date: $Date$ -Version: $Revision$ + Program: ORFEO Toolbox + Language: C++ + Date: $Date$ + Version: $Revision$ -Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. -This software is distributed WITHOUT ANY WARRANTY; without even -the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULA -PURPOSE. See the above copyright notices for more information. + This software is distributed WITHOUT ANY WARRANTY; without even + the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULA + PURPOSE, See the above copyright notices for more information. =========================================================================*/ #include <FL/Fl_Text_Buffer.H> diff --git a/ViewerManager/View/otbImageViewerManagerViewGUI.h b/ViewerManager/View/otbImageViewerManagerViewGUI.h index c026e88b0c..9c41c60283 100644 --- a/ViewerManager/View/otbImageViewerManagerViewGUI.h +++ b/ViewerManager/View/otbImageViewerManagerViewGUI.h @@ -1,18 +1,18 @@ /*========================================================================= -Program: ORFEO Toolbox -Language: C++ -Date: $Date$ -Version: $Revision$ + Program: ORFEO Toolbox + Language: C++ + Date: $Date$ + Version: $Revision$ -Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. -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. + 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. =========================================================================*/ #ifndef __otbImageViewerManagerViewGUI_h diff --git a/ViewerManager/otbImageViewerManager.cxx b/ViewerManager/otbImageViewerManager.cxx index b9327bf4ee..08be5cd96e 100644 --- a/ViewerManager/otbImageViewerManager.cxx +++ b/ViewerManager/otbImageViewerManager.cxx @@ -1,18 +1,18 @@ /*========================================================================= -Program: ORFEO Toolbox -Language: C++ -Date: $Date$ -Version: $Revision$ + Program: ORFEO Toolbox + Language: C++ + Date: $Date$ + Version: $Revision$ -Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. + Copyright (c) Centre National d'Etudes Spatiales. All rights reserved. See OTBCopyright.txt for details. -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. + 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 "otbImageViewerManagerViewGUI.h" -- GitLab