X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPrimitivesAPI%2FPrimitivesAPI_swig.h;h=9de3a6184df4ba8b88793d66326ff07997e89d6d;hb=79099cce04bb946f2cd5152aa1f4df67eaebe181;hp=dc7f95a4c9a2e2a24f1e2eb8eb255cfb8fa4bbb6;hpb=de0943dbcdcbf2c9d8d15d3d6e45b5e1023d0f7f;p=modules%2Fshaper.git diff --git a/src/PrimitivesAPI/PrimitivesAPI_swig.h b/src/PrimitivesAPI/PrimitivesAPI_swig.h index dc7f95a4c..9de3a6184 100644 --- a/src/PrimitivesAPI/PrimitivesAPI_swig.h +++ b/src/PrimitivesAPI/PrimitivesAPI_swig.h @@ -1,15 +1,33 @@ -// Copyright (C) 2014-2016 CEA/DEN, EDF R&D +// Copyright (C) 2014-2017 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.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_