From: smh Date: Mon, 5 Dec 2005 16:37:06 +0000 (+0000) Subject: Copyrights update X-Git-Tag: BR_3_1_0_deb X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsuperv.git;a=commitdiff_plain;h=c0637dad36e1532d1c841103ad7ab90d1cc256f4 Copyrights update --- diff --git a/INSTALL b/INSTALL index a426023..8c8daf2 100644 --- a/INSTALL +++ b/INSTALL @@ -1,4 +1,4 @@ -This is the version 3.1.0a3 of SUPERV +This is the version 3.1.0b1 of SUPERV Compatible with : - - KERNEL 3.1.0a3 - - SALOMEGUI 3.1.0a3 + - KERNEL 3.1.0b1 + - SALOMEGUI 3.1.0b1 diff --git a/bin/VERSION b/bin/VERSION index a7d32af..2194976 100755 --- a/bin/VERSION +++ b/bin/VERSION @@ -1 +1 @@ -THIS IS SALOME - SUPERV VERSION: 3.1.0a3 +THIS IS SALOME - SUPERV VERSION: 3.1.0b1 diff --git a/idl/ObjRef_omniORB4.idl b/idl/ObjRef_omniORB4.idl index d931f9b..ebccd6a 100644 --- a/idl/ObjRef_omniORB4.idl +++ b/idl/ObjRef_omniORB4.idl @@ -1,3 +1,22 @@ +// Copyright (C) 2005 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/ +// module ObjRef_omniORB4 { diff --git a/resources/SUPERVCatalog.xml b/resources/SUPERVCatalog.xml index f4342b7..ecfa179 100644 --- a/resources/SUPERVCatalog.xml +++ b/resources/SUPERVCatalog.xml @@ -16,7 +16,7 @@ Supervisor SUPERV ARS - 3.1.0a + 3.1.0b1 Supervisor component 1 ModuleSupervision.png diff --git a/src/GraphExecutor/SuperVisionExecutor_CheckOfUndefined.cxx b/src/GraphExecutor/SuperVisionExecutor_CheckOfUndefined.cxx index f8dc395..4180945 100644 --- a/src/GraphExecutor/SuperVisionExecutor_CheckOfUndefined.cxx +++ b/src/GraphExecutor/SuperVisionExecutor_CheckOfUndefined.cxx @@ -1,3 +1,22 @@ +// Copyright (C) 2005 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/ +// using namespace std; #include #include diff --git a/src/SUPERVGUI/SUPERVGUI_DataModel.cxx b/src/SUPERVGUI/SUPERVGUI_DataModel.cxx index 007463a..e9cac64 100644 --- a/src/SUPERVGUI/SUPERVGUI_DataModel.cxx +++ b/src/SUPERVGUI/SUPERVGUI_DataModel.cxx @@ -1,3 +1,22 @@ +// Copyright (C) 2005 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/ +// #include "SUPERVGUI_DataModel.h" #include diff --git a/src/SUPERVGUI/SUPERVGUI_DataModel.h b/src/SUPERVGUI/SUPERVGUI_DataModel.h index 59d707e..376f88d 100644 --- a/src/SUPERVGUI/SUPERVGUI_DataModel.h +++ b/src/SUPERVGUI/SUPERVGUI_DataModel.h @@ -1,3 +1,22 @@ +// Copyright (C) 2005 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/ +// #ifndef SUPERVGUI_DATAMODEL_H #define SUPERVGUI_DATAMODEL_H diff --git a/src/SUPERVGUI/SUPERVGUI_Selection.cxx b/src/SUPERVGUI/SUPERVGUI_Selection.cxx index dc74517..9e42c19 100644 --- a/src/SUPERVGUI/SUPERVGUI_Selection.cxx +++ b/src/SUPERVGUI/SUPERVGUI_Selection.cxx @@ -1,3 +1,22 @@ +// Copyright (C) 2005 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/ +// #include "SUPERVGUI_Selection.h" #include "SUPERVGUI.h" diff --git a/src/Supervision/SuperV_Client_omniORB4.cxx b/src/Supervision/SuperV_Client_omniORB4.cxx index 15c468f..bb45fdf 100644 --- a/src/Supervision/SuperV_Client_omniORB4.cxx +++ b/src/Supervision/SuperV_Client_omniORB4.cxx @@ -1,3 +1,22 @@ +// Copyright (C) 2005 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/ +// #include #include diff --git a/src/Supervision/SuperV_Server_omniORB4.cxx b/src/Supervision/SuperV_Server_omniORB4.cxx index afd0577..d13ace3 100644 --- a/src/Supervision/SuperV_Server_omniORB4.cxx +++ b/src/Supervision/SuperV_Server_omniORB4.cxx @@ -1,3 +1,22 @@ +// Copyright (C) 2005 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/ +// #include #include