]> SALOME platform Git repositories - modules/hydro.git/commitdiff
Salome HOME
Formatting.
authorouv <ouv@opencascade.com>
Wed, 31 Jul 2013 12:25:12 +0000 (12:25 +0000)
committerouv <ouv@opencascade.com>
Wed, 31 Jul 2013 12:25:12 +0000 (12:25 +0000)
src/HYDROGUI/HYDROGUI_ColorWidget.cxx
src/HYDROGUI/HYDROGUI_ColorWidget.h
src/HYDROGUI/HYDROGUI_TwoImagesDlg.cxx
src/HYDROGUI/HYDROGUI_TwoImagesDlg.h
src/HYDROGUI/HYDROGUI_TwoImagesOp.cxx
src/HYDROGUI/HYDROGUI_TwoImagesOp.h

index 312b9283ebec665854daf335c555e07a41b91263..68ad84a7c2dd297503fc8ea3925205c82daca10c 100644 (file)
@@ -1,5 +1,27 @@
+// Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
+//
+// Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+//
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+//
+
+#include "HYDROGUI_ColorWidget.h"
 
-#include <HYDROGUI_ColorWidget.h>
 #include <QColorDialog>
 
 HYDROGUI_ColorWidget::HYDROGUI_ColorWidget( QWidget* parent )
index 6cb802e5e8f208022ae0ddd03666abdbb8eaa174..800486a60484b38f1029e220be8dea640ba59d97 100644 (file)
@@ -1,6 +1,27 @@
-
-#ifndef HYDROGUI_COLOR_WIDGET_HEADER
-#define HYDROGUI_COLOR_WIDGET_HEADER
+// Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
+//
+// Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+//
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+//
+
+#ifndef HYDROGUI_COLORWIDGET_H
+#define HYDROGUI_COLORWIDGET_H
 
 #include <QFrame>
 
index 5eb67671903ddb971b22d2dc37627c316965b905..bca023a37ef3ee71ff29f1eeb4d08fcbb805c992 100644 (file)
@@ -1,10 +1,33 @@
+// Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
+//
+// Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+//
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+//
 
-#include <HYDROGUI_TwoImagesDlg.h>
-#include <HYDROGUI_ObjSelector.h>
-#include <HYDROGUI_ColorWidget.h>
+#include "HYDROGUI_TwoImagesDlg.h"
+
+#include "HYDROGUI_ObjSelector.h"
+#include "HYDROGUI_ColorWidget.h"
+
+#include <QLayout>
 #include <QLineEdit>
 #include <QRadioButton>
-#include <QLayout>
 
 HYDROGUI_TwoImagesDlg::HYDROGUI_TwoImagesDlg( HYDROGUI_Module* theModule, const QString& theTitle )
 : HYDROGUI_InputPanel( theModule, theTitle )
index 0bd57bc5d34bfe9ca3f3cfb4d47428b7242a4c14..faa0c06bccfccb76f26bc089cdaae3da8355fbb3 100644 (file)
@@ -1,13 +1,35 @@
+// Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
+//
+// Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+//
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+//
 
-#ifndef HYDROGUI_TWO_IMAGE_DLG_HEADER
-#define HYDROGUI_TWO_IMAGE_DLG_HEADER
+#ifndef HYDROGUI_TWOIMAGESDLG_H
+#define HYDROGUI_TWOIMAGESDLG_H
 
-#include <HYDROGUI_InputPanel.h>
+#include "HYDROGUI_InputPanel.h"
 
 class QLineEdit;
-class HYDROGUI_ObjSelector;
 class QRadioButton;
+
 class HYDROGUI_ColorWidget;
+class HYDROGUI_ObjSelector;
 
 class HYDROGUI_TwoImagesDlg : public HYDROGUI_InputPanel
 {
index 5a9a1711b069b514df2c9eaed13e96f75e9eb877..0339fe9d0cd64f3499739092697b01baf9885cdb 100644 (file)
@@ -1,8 +1,32 @@
+// Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
+//
+// Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+//
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+//
+
+#include "HYDROGUI_TwoImagesOp.h"
+
+#include "HYDROGUI_TwoImagesDlg.h"
 
-#include <HYDROGUI_TwoImagesOp.h>
-#include <HYDROGUI_TwoImagesDlg.h>
-#include <HYDROData_Image.h>
 #include <HYDROData_Document.h>
+#include <HYDROData_Image.h>
+
 #include <HYDROOperations_Factory.h>
 
 HYDROGUI_TwoImagesOp::HYDROGUI_TwoImagesOp( HYDROGUI_Module* theModule, const QString& theTitle )
index 59404f65aed3736e8695903f0eb7bb3b24dc75bb..5b98368ab5c25ec6ad5a559ca977a598f221da59 100644 (file)
@@ -1,8 +1,29 @@
-
-#ifndef HYDROGUI_TWO_IMAGE_OP_HEADER
-#define HYDROGUI_TWO_IMAGE_OP_HEADER
-
-#include <HYDROGUI_Operation.h>
+// Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
+//
+// Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+//
+// This library is free software; you can redistribute it and/or
+// modify it under the terms of the GNU Lesser General Public
+// License as published by the Free Software Foundation; either
+// version 2.1 of the License.
+//
+// This library is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+//
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+//
+
+#ifndef HYDROGUI_TWOIMAGESOP_H
+#define HYDROGUI_TWOIMAGESOP_H
+
+#include "HYDROGUI_Operation.h"
 
 class HYDROGUI_TwoImagesOp : public HYDROGUI_Operation
 {