Salome HOME
updated copyright message
[modules/kernel.git] / idl / SALOME_Registry.idl
index 744ea910f621531ea9667f844f55d5faf86dc38c..dcd93dd9686bbb07c9a2be1bb5e500d2da4d3f2d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2023  CEA, EDF, OPEN CASCADE
 //
 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -6,7 +6,7 @@
 // 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.
+// version 2.1 of the License, or (at your option) any later version.
 //
 // This library is distributed in the hope that it will be useful,
 // but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -32,7 +32,7 @@
 */
 module Registry
 {
-  //! a struct to collect informations about servers (processes)
+  //! a struct to collect information about servers (processes)
        struct Infos
        {
                string  name;
@@ -50,7 +50,7 @@ module Registry
                string  ior;            //  client 
        };
 
-  //! a list of informations
+  //! a list of information
        typedef sequence<Infos> AllInfos;
 
 /*! \brief interface to use %SALOME registry
@@ -67,7 +67,7 @@ module Registry
                void remove ( in unsigned long id ) ;
     //! Get the size of the registry
                unsigned long size() ;
-    //! Get all informations from registry
+    //! Get all information from registry
                AllInfos getall () ;
     //! Get history information from registry
                AllInfos history () ;