Salome HOME
Updated copyright comment
[modules/jobmanager.git] / src / bases / BL_Exception.hxx
index c227eb2811adc61830efdfd47d7d691a8498294b..ae10e3e8e797043408ff16b92ad309c4feaeda60 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2009-2013  CEA/DEN, EDF R&D
+// Copyright (C) 2009-2024  CEA, EDF
 //
 // 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
@@ -40,8 +40,8 @@ namespace BL
     std::string _what;
   public:
     Exception(const std::string& what);
-    const char *what( void ) const throw ();
-    virtual ~Exception() throw ();
+    const char *what( void ) const noexcept;
+    virtual ~Exception() noexcept;
   };
 }