Salome HOME
updated copyright message
[modules/shaper.git] / src / PartSet / PartSet.h
index e39f0e728555904a966bc7b5d78a48769878783c..9a0aaf94b98b4949a8804c222906f3c341774b72 100644 (file)
@@ -1,20 +1,37 @@
-// Copyright (C) 2014-20xx CEA/DEN, EDF R&D\r
-\r
-#ifndef PARTSET_H\r
-#define PARTSET_H\r
-\r
-#if defined PARTSET_EXPORTS\r
-#if defined WIN32\r
-#define PARTSET_EXPORT              __declspec( dllexport )\r
-#else\r
-#define PARTSET_EXPORT\r
-#endif\r
-#else\r
-#if defined WIN32\r
-#define PARTSET_EXPORT              __declspec( dllimport )\r
-#else\r
-#define PARTSET_EXPORT\r
-#endif\r
-#endif\r
-\r
-#endif //PARTSET_H\r
\ No newline at end of file
+// Copyright (C) 2014-2023  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, 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 PARTSET_H
+#define PARTSET_H
+
+#if defined PARTSET_EXPORTS
+#if defined WIN32
+#define PARTSET_EXPORT              __declspec( dllexport )
+#else
+#define PARTSET_EXPORT
+#endif
+#else
+#if defined WIN32
+#define PARTSET_EXPORT              __declspec( dllimport )
+#else
+#define PARTSET_EXPORT
+#endif
+#endif
+
+#endif //PARTSET_H