Salome HOME
Copyright update 2022
[plugins/hybridplugin.git] / src / HYBRIDPlugin / HYBRIDPlugin_Defs.hxx
index 0006d709441f27455e190a5fd4fe10ddfa2e24bb..a1736c280b33d68652a8154a44b0b05866bd337f 100644 (file)
@@ -1,9 +1,9 @@
-// Copyright (C) 2004-2013  CEA/DEN, EDF R&D
+// Copyright (C) 2004-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
 //
 
 //=============================================================================
-// File      : GHS3DPlugin_Defs.hxx
+// File      : HYBRIDPlugin_Defs.hxx
 // Author    : Alexander A. BORODIN
 //
-#ifndef _GHS3DPlugin_DEFS_HXX_
-#define _GHS3DPlugin_DEFS_HXX_
+#ifndef _HYBRIDPlugin_DEFS_HXX_
+#define _HYBRIDPlugin_DEFS_HXX_
 
 #ifdef WIN32
-  #if defined GHS3DPLUGIN_EXPORTS || defined GHS3DEngine_EXPORTS
-    #define GHS3DPLUGIN_EXPORT __declspec( dllexport )
+  #if defined HYBRIDPLUGIN_EXPORTS || defined HYBRIDEngine_EXPORTS
+    #define HYBRIDPLUGIN_EXPORT __declspec( dllexport )
   #else
-    #define GHS3DPLUGIN_EXPORT __declspec( dllimport )
+    #define HYBRIDPLUGIN_EXPORT __declspec( dllimport )
   #endif
 #else
-  #define GHS3DPLUGIN_EXPORT
+  #define HYBRIDPLUGIN_EXPORT
 #endif
 
 #endif