Salome HOME
updated copyright message
[modules/kernel.git] / idl / SALOME_Registry.idl
index 0cfd1e0ed4b840e3d5ee5fa94da7bfc0a04d77cf..dcd93dd9686bbb07c9a2be1bb5e500d2da4d3f2d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2014  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
@@ -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 () ;