X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FPrimitivesAPI%2FPrimitivesAPI_swig.h;h=a1b7996e3009f056e0c278a4e0ee3ba5c262eb99;hb=dd1aa117196697897dd22d96059d8c7c6d4ea80e;hp=c3bbe6d35e50dfec61b65003991541bfd62cd278;hpb=0b6a6217d4203167a8044456aed1866335d0c334;p=modules%2Fshaper.git diff --git a/src/PrimitivesAPI/PrimitivesAPI_swig.h b/src/PrimitivesAPI/PrimitivesAPI_swig.h index c3bbe6d35..a1b7996e3 100644 --- a/src/PrimitivesAPI/PrimitivesAPI_swig.h +++ b/src/PrimitivesAPI/PrimitivesAPI_swig.h @@ -1,15 +1,32 @@ -// Copyright (C) 2014-2016 CEA/DEN, EDF R&D +// 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 +// -// File: PrimitivesAPI_swig.h -// Created: 28 June 2016 -// Author: Clarisse Genrault (CEA) - -#ifndef PrimitivesAPI_swig_H_ -#define PrimitivesAPI_swig_H_ +#ifndef PRIMITIVESAPI_SWIG_H_ +#define PRIMITIVESAPI_SWIG_H_ #include - - #include "PrimitivesAPI_Box.h" + #include "PrimitivesAPI.h" + #include "PrimitivesAPI_Box.h" + #include "PrimitivesAPI_Cone.h" + #include "PrimitivesAPI_Cylinder.h" + #include "PrimitivesAPI_Sphere.h" + #include "PrimitivesAPI_Torus.h" -#endif // PrimitivesAPI_swig_H_ +#endif // PRIMITIVESAPI_SWIG_H_