Salome HOME
Copyright update 2022
[modules/med.git] / src / MEDCouplingCorba / Client / MEDCouplingClient.hxx
index 64553bd060803db44565f29913caec76e7007e5d..89a8df867085123d49b5e2a9e7a100fdcbd0632c 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2007-2012  CEA/DEN, EDF R&D
+// Copyright (C) 2007-2022  CEA/DEN, EDF R&D
 //
 // 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
 //
 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 //
+// Author : Anthony Geay (CEA/DEN)
 
 #ifndef __MEDCOUPLINGCLIENT_HXX__
 #define __MEDCOUPLINGCLIENT_HXX__
 
-#ifdef WNT
+#ifdef WIN32
 #  if defined medcouplingclient_EXPORTS
 #    define MEDCOUPLINGCLIENT_EXPORT __declspec( dllexport )
 #  else