Salome HOME
Merge V8_4_BR branch.
[modules/kernel.git] / src / KernelHelpers / SALOME_KernelServices.cxx
index 552de73687e657f14899dda4064ae750fa43649a..da50bdb075ca1530a1bd690bd0a7f75269a36411 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2016  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // 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
@@ -63,7 +63,7 @@ namespace KERNEL {
   /**
    * This returns a static reference to the SALOME study manager. The
    * study manager can be used to retrieve a study or to get
-   * informations about a study.
+   * information about a study.
    */
   SALOMEDS::StudyManager_ptr getStudyManager() {
     static SALOMEDS::StudyManager_ptr aStudyManager;
@@ -157,7 +157,7 @@ namespace KERNEL {
          anObject = anORB->string_to_object(aValue);
       }
     }catch(...){
-      INFOS("SObjectToObject - Unknown exception was occured!!!");
+      INFOS("SObjectToObject - Unknown exception has occurred!!!");
     }
     return anObject._retn();
   }