Salome HOME
Merge from V6_main 01/04/2013
[modules/med.git] / src / MEDOP / gui / DatasourceController.hxx
index 2848c10f8f66a5b78bf718a8fd70858f32e1d685..6abc79f35d4e8c3976564711bef9a2fbcc09ace4 100644 (file)
@@ -1,3 +1,21 @@
+// Copyright (C) 2007-2013  CEA/DEN, EDF R&D
+//
+// 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
+//
 
 // Author : Guillaume Boulant (EDF) 
 
@@ -33,7 +51,7 @@ typedef struct {
     // 
     EVENT_IMPORT_OBJECT, // Simply import the object in the workspace
     EVENT_USE_OBJECT,    // Import in the workspace AND define a proxy
-                        // variable in the tui console to use it
+                         // variable in the tui console to use it
     EVENT_VIEW_OBJECT    // View with a salome viewer (SMESH/VISU/PARAVIS)
   };
   int eventtype;