X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FACISPlugin_license.h.in;fp=src%2FACISPlugin_license.h.in;h=e41270c829e2d6ab8f0c03b670d6fbfa65b21a78;hb=078482e428af0ad5c9c7278f5d1fd3b747f82f38;hp=0000000000000000000000000000000000000000;hpb=e91319df41895303f40086ee69cc754427907b86;p=plugins%2Facisplugin.git diff --git a/src/ACISPlugin_license.h.in b/src/ACISPlugin_license.h.in new file mode 100644 index 0000000..e41270c --- /dev/null +++ b/src/ACISPlugin_license.h.in @@ -0,0 +1,26 @@ +// Copyright (C) 2014 OPEN CASCADE +// +// 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 +// + +#if !defined(__ACISPLUGIN_LICENSE_H) +#define __ACISPLUGIN_LICENSE_H + +#define ACIS_READ_LICENSE "@ACIS_READ_LICENSE@" +#define ACIS_WRITE_LICENSE "@ACIS_WRITE_LICENSE@" + +#endif // __ACISPLUGIN_LICENSE_H