Salome HOME
bos #29477 Information on shape in TUI. New 'shapeInfo' python method.
[modules/shaper.git] / src / ModuleBase / ModuleBase.h
index 6152b63ec36517f13dbcacef993d583383912be2..82d10e84579ad1477d86434ea4bae1c24e068590 100644 (file)
@@ -1,20 +1,37 @@
-// Copyright (C) 2014-20xx CEA/DEN, EDF R&D\r
-\r
-#ifndef MODULEBASE_H\r
-#define MODULEBASE_H\r
-\r
-#if defined MODULEBASE_EXPORTS\r
-#if defined WIN32\r
-#define MODULEBASE_EXPORT              __declspec( dllexport )\r
-#else\r
-#define MODULEBASE_EXPORT\r
-#endif\r
-#else\r
-#if defined WIN32\r
-#define MODULEBASE_EXPORT              __declspec( dllimport )\r
-#else\r
-#define MODULEBASE_EXPORT\r
-#endif\r
-#endif\r
-\r
-#endif //MODULEBASE_H\r
\ No newline at end of file
+// Copyright (C) 2014-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, 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
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+// Lesser General Public License for more details.
+//
+// You should have received a copy of the GNU Lesser General Public
+// License along with this library; if not, write to the Free Software
+// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+//
+// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+//
+
+#ifndef MODULEBASE_H
+#define MODULEBASE_H
+
+#if defined MODULEBASE_EXPORTS
+#if defined WIN32
+#define MODULEBASE_EXPORT              __declspec( dllexport )
+#else
+#define MODULEBASE_EXPORT
+#endif
+#else
+#if defined WIN32
+#define MODULEBASE_EXPORT              __declspec( dllimport )
+#else
+#define MODULEBASE_EXPORT
+#endif
+#endif
+
+#endif //MODULEBASE_H