X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase.h;h=2dd9cfee7dce753ab21a359c8bb9ea4a44f75aac;hb=b22f8bc2d6f96b466583d21445d5c5c719f4c724;hp=6152b63ec36517f13dbcacef993d583383912be2;hpb=3874b57fe5aba25ff5aee2a07654fc23c1ee8eb0;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase.h b/src/ModuleBase/ModuleBase.h index 6152b63ec..2dd9cfee7 100644 --- a/src/ModuleBase/ModuleBase.h +++ b/src/ModuleBase/ModuleBase.h @@ -1,20 +1,37 @@ -// Copyright (C) 2014-20xx CEA/DEN, EDF R&D - -#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 \ No newline at end of file +// Copyright (C) 2014-2019 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