From 46845f913e005c5361075e8bcb003c1145f07b87 Mon Sep 17 00:00:00 2001 From: Thomas Paviot Date: Wed, 22 May 2024 09:04:33 +0200 Subject: [PATCH 1/3] Build conda using swig-4.2.1 --- ci/conda/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/conda/meta.yaml b/ci/conda/meta.yaml index e4dcc4553..cf200b43e 100644 --- a/ci/conda/meta.yaml +++ b/ci/conda/meta.yaml @@ -22,7 +22,7 @@ requirements: - {{ cdt('libxi-devel') }} # [linux] - ninja - cmake - - swig ==4.1.1 + - swig ==4.2.1 host: - python {{ python }} From 1292b2291ec0a0a2ff51901728503cfb98232997 Mon Sep 17 00:00:00 2001 From: Thomas Paviot Date: Wed, 22 May 2024 09:11:01 +0200 Subject: [PATCH 2/3] swig-4.2.1 required --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 61f36b125..becd4673a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -110,7 +110,7 @@ message(STATUS "Python library release: ${Python3_LIBRARY_RELEASE}") ######## # SWIG # ######## -find_package(SWIG 4.1.1 REQUIRED) +find_package(SWIG 4.2.1 REQUIRED) include(${SWIG_USE_FILE}) set(SWIG_FILES_PATH src/SWIG_files/wrapper) set(CMAKE_SWIG_FLAGS ${CMAKE_SWIG_FLAGS} -fvirtual) From 7cea68762bada6b28424bbbaaee3216e7e1a3d3f Mon Sep 17 00:00:00 2001 From: Thomas Paviot Date: Wed, 22 May 2024 09:13:03 +0200 Subject: [PATCH 3/3] Remove shadowed templates, build using swig-4.2.1, update lgpl header --- src/SWIG_files/headers/AIS_module.hxx | 2 +- src/SWIG_files/headers/APIHeaderSection_module.hxx | 2 +- src/SWIG_files/headers/Adaptor2d_module.hxx | 2 +- src/SWIG_files/headers/Adaptor3d_module.hxx | 2 +- src/SWIG_files/headers/AdvApp2Var_module.hxx | 2 +- src/SWIG_files/headers/AdvApprox_module.hxx | 2 +- src/SWIG_files/headers/AppBlend_module.hxx | 2 +- src/SWIG_files/headers/AppCont_module.hxx | 2 +- src/SWIG_files/headers/AppDef_module.hxx | 2 +- src/SWIG_files/headers/AppParCurves_module.hxx | 2 +- src/SWIG_files/headers/AppStdL_module.hxx | 2 +- src/SWIG_files/headers/AppStd_module.hxx | 2 +- src/SWIG_files/headers/ApproxInt_module.hxx | 2 +- src/SWIG_files/headers/Approx_module.hxx | 2 +- src/SWIG_files/headers/Aspect_module.hxx | 2 +- src/SWIG_files/headers/BOPAlgo_module.hxx | 2 +- src/SWIG_files/headers/BOPDS_module.hxx | 2 +- src/SWIG_files/headers/BOPTools_module.hxx | 2 +- src/SWIG_files/headers/BRepAdaptor_module.hxx | 2 +- src/SWIG_files/headers/BRepAlgoAPI_module.hxx | 2 +- src/SWIG_files/headers/BRepAlgo_module.hxx | 2 +- src/SWIG_files/headers/BRepApprox_module.hxx | 2 +- src/SWIG_files/headers/BRepBlend_module.hxx | 2 +- src/SWIG_files/headers/BRepBndLib_module.hxx | 2 +- src/SWIG_files/headers/BRepBuilderAPI_module.hxx | 2 +- src/SWIG_files/headers/BRepCheck_module.hxx | 2 +- src/SWIG_files/headers/BRepClass3d_module.hxx | 2 +- src/SWIG_files/headers/BRepClass_module.hxx | 2 +- src/SWIG_files/headers/BRepExtrema_module.hxx | 2 +- src/SWIG_files/headers/BRepFeat_module.hxx | 2 +- src/SWIG_files/headers/BRepFill_module.hxx | 2 +- src/SWIG_files/headers/BRepFilletAPI_module.hxx | 2 +- src/SWIG_files/headers/BRepGProp_module.hxx | 2 +- .../headers/BRepIntCurveSurface_module.hxx | 2 +- src/SWIG_files/headers/BRepLProp_module.hxx | 2 +- src/SWIG_files/headers/BRepLib_module.hxx | 2 +- src/SWIG_files/headers/BRepMAT2d_module.hxx | 2 +- src/SWIG_files/headers/BRepMeshData_module.hxx | 2 +- src/SWIG_files/headers/BRepMesh_module.hxx | 2 +- src/SWIG_files/headers/BRepOffsetAPI_module.hxx | 2 +- src/SWIG_files/headers/BRepOffset_module.hxx | 2 +- src/SWIG_files/headers/BRepPrimAPI_module.hxx | 2 +- src/SWIG_files/headers/BRepPrim_module.hxx | 2 +- src/SWIG_files/headers/BRepProj_module.hxx | 2 +- src/SWIG_files/headers/BRepSweep_module.hxx | 2 +- src/SWIG_files/headers/BRepTools_module.hxx | 2 +- src/SWIG_files/headers/BRepTopAdaptor_module.hxx | 2 +- src/SWIG_files/headers/BRep_module.hxx | 2 +- src/SWIG_files/headers/BSplCLib_module.hxx | 2 +- src/SWIG_files/headers/BSplSLib_module.hxx | 2 +- src/SWIG_files/headers/BVH_module.hxx | 2 +- src/SWIG_files/headers/BiTgte_module.hxx | 2 +- src/SWIG_files/headers/BinDrivers_module.hxx | 2 +- src/SWIG_files/headers/BinLDrivers_module.hxx | 2 +- src/SWIG_files/headers/BinMDF_module.hxx | 2 +- src/SWIG_files/headers/BinMDataStd_module.hxx | 2 +- src/SWIG_files/headers/BinMDataXtd_module.hxx | 2 +- src/SWIG_files/headers/BinMDocStd_module.hxx | 2 +- src/SWIG_files/headers/BinMFunction_module.hxx | 2 +- src/SWIG_files/headers/BinMNaming_module.hxx | 2 +- src/SWIG_files/headers/BinMXCAFDoc_module.hxx | 2 +- src/SWIG_files/headers/BinObjMgt_module.hxx | 2 +- src/SWIG_files/headers/BinTObjDrivers_module.hxx | 2 +- src/SWIG_files/headers/BinTools_module.hxx | 2 +- src/SWIG_files/headers/BinXCAFDrivers_module.hxx | 2 +- src/SWIG_files/headers/Bisector_module.hxx | 2 +- src/SWIG_files/headers/BlendFunc_module.hxx | 2 +- src/SWIG_files/headers/Blend_module.hxx | 2 +- src/SWIG_files/headers/BndLib_module.hxx | 2 +- src/SWIG_files/headers/Bnd_module.hxx | 2 +- src/SWIG_files/headers/CDF_module.hxx | 2 +- src/SWIG_files/headers/CDM_module.hxx | 2 +- src/SWIG_files/headers/CPnts_module.hxx | 2 +- src/SWIG_files/headers/CSLib_module.hxx | 2 +- src/SWIG_files/headers/ChFi2d_module.hxx | 2 +- src/SWIG_files/headers/ChFi3d_module.hxx | 2 +- src/SWIG_files/headers/ChFiDS_module.hxx | 2 +- src/SWIG_files/headers/ChFiKPart_module.hxx | 2 +- src/SWIG_files/headers/Contap_module.hxx | 2 +- src/SWIG_files/headers/Convert_module.hxx | 2 +- src/SWIG_files/headers/DEBRepCascade_module.hxx | 2 +- src/SWIG_files/headers/DEXCAFCascade_module.hxx | 2 +- src/SWIG_files/headers/DE_module.hxx | 2 +- src/SWIG_files/headers/Draft_module.hxx | 2 +- src/SWIG_files/headers/DsgPrs_module.hxx | 2 +- src/SWIG_files/headers/ElCLib_module.hxx | 2 +- src/SWIG_files/headers/ElSLib_module.hxx | 2 +- src/SWIG_files/headers/ExprIntrp_module.hxx | 2 +- src/SWIG_files/headers/Expr_module.hxx | 2 +- src/SWIG_files/headers/Extrema_module.hxx | 2 +- src/SWIG_files/headers/FEmTool_module.hxx | 2 +- src/SWIG_files/headers/FSD_module.hxx | 2 +- src/SWIG_files/headers/FairCurve_module.hxx | 2 +- src/SWIG_files/headers/FilletSurf_module.hxx | 2 +- src/SWIG_files/headers/GCE2d_module.hxx | 2 +- src/SWIG_files/headers/GCPnts_module.hxx | 2 +- src/SWIG_files/headers/GC_module.hxx | 2 +- src/SWIG_files/headers/GProp_module.hxx | 2 +- src/SWIG_files/headers/GccAna_module.hxx | 2 +- src/SWIG_files/headers/GccEnt_module.hxx | 2 +- src/SWIG_files/headers/GccInt_module.hxx | 2 +- src/SWIG_files/headers/Geom2dAPI_module.hxx | 2 +- src/SWIG_files/headers/Geom2dAdaptor_module.hxx | 2 +- src/SWIG_files/headers/Geom2dConvert_module.hxx | 2 +- src/SWIG_files/headers/Geom2dEvaluator_module.hxx | 2 +- src/SWIG_files/headers/Geom2dGcc_module.hxx | 2 +- src/SWIG_files/headers/Geom2dHatch_module.hxx | 2 +- src/SWIG_files/headers/Geom2dInt_module.hxx | 2 +- src/SWIG_files/headers/Geom2dLProp_module.hxx | 2 +- src/SWIG_files/headers/Geom2d_module.hxx | 2 +- src/SWIG_files/headers/GeomAPI_module.hxx | 2 +- src/SWIG_files/headers/GeomAbs_module.hxx | 2 +- src/SWIG_files/headers/GeomAdaptor_module.hxx | 2 +- src/SWIG_files/headers/GeomConvert_module.hxx | 2 +- src/SWIG_files/headers/GeomEvaluator_module.hxx | 2 +- src/SWIG_files/headers/GeomFill_module.hxx | 2 +- src/SWIG_files/headers/GeomInt_module.hxx | 2 +- src/SWIG_files/headers/GeomLProp_module.hxx | 2 +- src/SWIG_files/headers/GeomLib_module.hxx | 2 +- src/SWIG_files/headers/GeomPlate_module.hxx | 2 +- src/SWIG_files/headers/GeomProjLib_module.hxx | 2 +- src/SWIG_files/headers/GeomToStep_module.hxx | 2 +- src/SWIG_files/headers/GeomTools_module.hxx | 2 +- src/SWIG_files/headers/Geom_module.hxx | 2 +- src/SWIG_files/headers/Graphic3d_module.hxx | 2 +- src/SWIG_files/headers/HLRAlgo_module.hxx | 2 +- src/SWIG_files/headers/HLRAppli_module.hxx | 2 +- src/SWIG_files/headers/HLRBRep_module.hxx | 2 +- src/SWIG_files/headers/HLRTopoBRep_module.hxx | 2 +- src/SWIG_files/headers/HatchGen_module.hxx | 2 +- src/SWIG_files/headers/Hatch_module.hxx | 2 +- src/SWIG_files/headers/HeaderSection_module.hxx | 2 +- src/SWIG_files/headers/Hermit_module.hxx | 2 +- src/SWIG_files/headers/IFSelect_module.hxx | 2 +- src/SWIG_files/headers/IGESCAFControl_module.hxx | 2 +- src/SWIG_files/headers/IGESControl_module.hxx | 2 +- src/SWIG_files/headers/IGESData_module.hxx | 2 +- src/SWIG_files/headers/IGESToBRep_module.hxx | 2 +- src/SWIG_files/headers/IMeshData_module.hxx | 2 +- src/SWIG_files/headers/IMeshTools_module.hxx | 2 +- src/SWIG_files/headers/IVtkOCC_module.hxx | 2 +- src/SWIG_files/headers/IVtkTools_module.hxx | 2 +- src/SWIG_files/headers/IVtkVTK_module.hxx | 2 +- src/SWIG_files/headers/IVtk_module.hxx | 2 +- src/SWIG_files/headers/Image_module.hxx | 2 +- src/SWIG_files/headers/IntAna2d_module.hxx | 2 +- src/SWIG_files/headers/IntAna_module.hxx | 2 +- src/SWIG_files/headers/IntCurveSurface_module.hxx | 2 +- src/SWIG_files/headers/IntCurve_module.hxx | 2 +- src/SWIG_files/headers/IntCurvesFace_module.hxx | 2 +- src/SWIG_files/headers/IntImpParGen_module.hxx | 2 +- src/SWIG_files/headers/IntImp_module.hxx | 2 +- src/SWIG_files/headers/IntPatch_module.hxx | 2 +- src/SWIG_files/headers/IntPolyh_module.hxx | 2 +- src/SWIG_files/headers/IntRes2d_module.hxx | 2 +- src/SWIG_files/headers/IntStart_module.hxx | 2 +- src/SWIG_files/headers/IntSurf_module.hxx | 2 +- src/SWIG_files/headers/IntTools_module.hxx | 2 +- src/SWIG_files/headers/IntWalk_module.hxx | 2 +- src/SWIG_files/headers/InterfaceGraphic_module.hxx | 2 +- src/SWIG_files/headers/Interface_module.hxx | 2 +- src/SWIG_files/headers/Intf_module.hxx | 2 +- src/SWIG_files/headers/Intrv_module.hxx | 2 +- src/SWIG_files/headers/LDOM_module.hxx | 2 +- src/SWIG_files/headers/LProp3d_module.hxx | 2 +- src/SWIG_files/headers/LProp_module.hxx | 2 +- src/SWIG_files/headers/Law_module.hxx | 2 +- src/SWIG_files/headers/LocOpe_module.hxx | 2 +- src/SWIG_files/headers/LocalAnalysis_module.hxx | 2 +- src/SWIG_files/headers/MAT2d_module.hxx | 2 +- src/SWIG_files/headers/MAT_module.hxx | 2 +- src/SWIG_files/headers/Media_module.hxx | 2 +- src/SWIG_files/headers/MeshVS_module.hxx | 2 +- src/SWIG_files/headers/Message_module.hxx | 2 +- src/SWIG_files/headers/MoniTool_module.hxx | 2 +- src/SWIG_files/headers/NCollection_module.hxx | 2 +- src/SWIG_files/headers/NLPlate_module.hxx | 2 +- src/SWIG_files/headers/OSD_module.hxx | 2 +- src/SWIG_files/headers/PCDM_module.hxx | 2 +- src/SWIG_files/headers/PLib_module.hxx | 2 +- src/SWIG_files/headers/Plate_module.hxx | 2 +- src/SWIG_files/headers/Plugin_module.hxx | 2 +- src/SWIG_files/headers/Poly_module.hxx | 2 +- src/SWIG_files/headers/Precision_module.hxx | 2 +- src/SWIG_files/headers/ProjLib_module.hxx | 2 +- src/SWIG_files/headers/Prs3d_module.hxx | 2 +- src/SWIG_files/headers/PrsDim_module.hxx | 2 +- src/SWIG_files/headers/PrsMgr_module.hxx | 2 +- src/SWIG_files/headers/Quantity_module.hxx | 2 +- src/SWIG_files/headers/RWGltf_module.hxx | 2 +- src/SWIG_files/headers/RWHeaderSection_module.hxx | 2 +- src/SWIG_files/headers/RWMesh_module.hxx | 2 +- src/SWIG_files/headers/RWObj_module.hxx | 2 +- src/SWIG_files/headers/RWPly_module.hxx | 2 +- src/SWIG_files/headers/RWStepAP203_module.hxx | 2 +- src/SWIG_files/headers/RWStepAP214_module.hxx | 2 +- src/SWIG_files/headers/RWStepAP242_module.hxx | 2 +- src/SWIG_files/headers/RWStepBasic_module.hxx | 2 +- src/SWIG_files/headers/RWStepDimTol_module.hxx | 2 +- src/SWIG_files/headers/RWStepElement_module.hxx | 2 +- src/SWIG_files/headers/RWStepFEA_module.hxx | 2 +- src/SWIG_files/headers/RWStepGeom_module.hxx | 2 +- src/SWIG_files/headers/RWStepKinematics_module.hxx | 2 +- src/SWIG_files/headers/RWStepRepr_module.hxx | 2 +- src/SWIG_files/headers/RWStepShape_module.hxx | 2 +- src/SWIG_files/headers/RWStepVisual_module.hxx | 2 +- src/SWIG_files/headers/RWStl_module.hxx | 2 +- src/SWIG_files/headers/Resource_module.hxx | 2 +- src/SWIG_files/headers/STEPCAFControl_module.hxx | 2 +- src/SWIG_files/headers/STEPConstruct_module.hxx | 2 +- src/SWIG_files/headers/STEPControl_module.hxx | 2 +- src/SWIG_files/headers/STEPEdit_module.hxx | 2 +- src/SWIG_files/headers/STEPSelections_module.hxx | 2 +- src/SWIG_files/headers/Select3D_module.hxx | 2 +- src/SWIG_files/headers/SelectBasics_module.hxx | 2 +- src/SWIG_files/headers/SelectMgr_module.hxx | 2 +- src/SWIG_files/headers/ShapeAlgo_module.hxx | 2 +- src/SWIG_files/headers/ShapeAnalysis_module.hxx | 2 +- src/SWIG_files/headers/ShapeBuild_module.hxx | 2 +- src/SWIG_files/headers/ShapeConstruct_module.hxx | 2 +- src/SWIG_files/headers/ShapeCustom_module.hxx | 2 +- src/SWIG_files/headers/ShapeExtend_module.hxx | 2 +- src/SWIG_files/headers/ShapeFix_module.hxx | 2 +- src/SWIG_files/headers/ShapeProcessAPI_module.hxx | 2 +- src/SWIG_files/headers/ShapeProcess_module.hxx | 2 +- src/SWIG_files/headers/ShapeUpgrade_module.hxx | 2 +- src/SWIG_files/headers/Standard_module.hxx | 2 +- src/SWIG_files/headers/StdFail_module.hxx | 2 +- src/SWIG_files/headers/StdPrs_module.hxx | 2 +- src/SWIG_files/headers/StdSelect_module.hxx | 2 +- src/SWIG_files/headers/StepAP203_module.hxx | 2 +- src/SWIG_files/headers/StepAP209_module.hxx | 2 +- src/SWIG_files/headers/StepAP214_module.hxx | 2 +- src/SWIG_files/headers/StepAP242_module.hxx | 2 +- src/SWIG_files/headers/StepBasic_module.hxx | 2 +- src/SWIG_files/headers/StepData_module.hxx | 2 +- src/SWIG_files/headers/StepDimTol_module.hxx | 2 +- src/SWIG_files/headers/StepElement_module.hxx | 2 +- src/SWIG_files/headers/StepFEA_module.hxx | 2 +- src/SWIG_files/headers/StepGeom_module.hxx | 2 +- src/SWIG_files/headers/StepKinematics_module.hxx | 2 +- src/SWIG_files/headers/StepRepr_module.hxx | 2 +- src/SWIG_files/headers/StepShape_module.hxx | 2 +- src/SWIG_files/headers/StepToGeom_module.hxx | 2 +- src/SWIG_files/headers/StepToTopoDS_module.hxx | 2 +- src/SWIG_files/headers/StepVisual_module.hxx | 2 +- src/SWIG_files/headers/StlAPI_module.hxx | 2 +- src/SWIG_files/headers/Storage_module.hxx | 2 +- src/SWIG_files/headers/Sweep_module.hxx | 2 +- src/SWIG_files/headers/TColGeom2d_module.hxx | 2 +- src/SWIG_files/headers/TColGeom_module.hxx | 2 +- src/SWIG_files/headers/TColQuantity_module.hxx | 2 +- src/SWIG_files/headers/TColStd_module.hxx | 2 +- src/SWIG_files/headers/TColgp_module.hxx | 2 +- src/SWIG_files/headers/TCollection_module.hxx | 2 +- src/SWIG_files/headers/TDF_module.hxx | 2 +- src/SWIG_files/headers/TDataStd_module.hxx | 2 +- src/SWIG_files/headers/TDataXtd_module.hxx | 2 +- src/SWIG_files/headers/TDocStd_module.hxx | 2 +- src/SWIG_files/headers/TFunction_module.hxx | 2 +- src/SWIG_files/headers/TNaming_module.hxx | 2 +- src/SWIG_files/headers/TObj_module.hxx | 2 +- src/SWIG_files/headers/TPrsStd_module.hxx | 2 +- src/SWIG_files/headers/TShort_module.hxx | 2 +- src/SWIG_files/headers/TopAbs_module.hxx | 2 +- src/SWIG_files/headers/TopBas_module.hxx | 2 +- src/SWIG_files/headers/TopClass_module.hxx | 2 +- src/SWIG_files/headers/TopCnx_module.hxx | 2 +- src/SWIG_files/headers/TopExp_module.hxx | 2 +- src/SWIG_files/headers/TopLoc_module.hxx | 2 +- src/SWIG_files/headers/TopOpeBRepBuild_module.hxx | 2 +- src/SWIG_files/headers/TopOpeBRepDS_module.hxx | 2 +- src/SWIG_files/headers/TopOpeBRepTool_module.hxx | 2 +- src/SWIG_files/headers/TopOpeBRep_module.hxx | 2 +- src/SWIG_files/headers/TopTools_module.hxx | 2 +- src/SWIG_files/headers/TopTrans_module.hxx | 2 +- src/SWIG_files/headers/TopoDSToStep_module.hxx | 2 +- src/SWIG_files/headers/TopoDS_module.hxx | 2 +- src/SWIG_files/headers/TransferBRep_module.hxx | 2 +- src/SWIG_files/headers/Transfer_module.hxx | 2 +- src/SWIG_files/headers/UTL_module.hxx | 2 +- src/SWIG_files/headers/UnitsAPI_module.hxx | 2 +- src/SWIG_files/headers/UnitsMethods_module.hxx | 2 +- src/SWIG_files/headers/Units_module.hxx | 2 +- src/SWIG_files/headers/V3d_module.hxx | 2 +- src/SWIG_files/headers/VrmlAPI_module.hxx | 2 +- src/SWIG_files/headers/VrmlConverter_module.hxx | 2 +- src/SWIG_files/headers/VrmlData_module.hxx | 2 +- src/SWIG_files/headers/Vrml_module.hxx | 2 +- src/SWIG_files/headers/XBRepMesh_module.hxx | 2 +- src/SWIG_files/headers/XCAFApp_module.hxx | 2 +- .../headers/XCAFDimTolObjects_module.hxx | 2 +- src/SWIG_files/headers/XCAFDoc_module.hxx | 2 +- src/SWIG_files/headers/XCAFNoteObjects_module.hxx | 2 +- src/SWIG_files/headers/XCAFPrs_module.hxx | 2 +- src/SWIG_files/headers/XCAFView_module.hxx | 2 +- src/SWIG_files/headers/XSControl_module.hxx | 2 +- src/SWIG_files/headers/XmlDrivers_module.hxx | 2 +- src/SWIG_files/headers/XmlLDrivers_module.hxx | 2 +- src/SWIG_files/headers/XmlMDF_module.hxx | 2 +- src/SWIG_files/headers/XmlMDataStd_module.hxx | 2 +- src/SWIG_files/headers/XmlMDataXtd_module.hxx | 2 +- src/SWIG_files/headers/XmlMDocStd_module.hxx | 2 +- src/SWIG_files/headers/XmlMFunction_module.hxx | 2 +- src/SWIG_files/headers/XmlMNaming_module.hxx | 2 +- src/SWIG_files/headers/XmlMXCAFDoc_module.hxx | 2 +- src/SWIG_files/headers/XmlObjMgt_module.hxx | 2 +- src/SWIG_files/headers/XmlTObjDrivers_module.hxx | 2 +- src/SWIG_files/headers/XmlXCAFDrivers_module.hxx | 2 +- src/SWIG_files/headers/gce_module.hxx | 2 +- src/SWIG_files/headers/gp_module.hxx | 2 +- src/SWIG_files/headers/math_module.hxx | 2 +- src/SWIG_files/wrapper/AIS.i | 2 +- src/SWIG_files/wrapper/APIHeaderSection.i | 2 +- src/SWIG_files/wrapper/Adaptor2d.i | 2 +- src/SWIG_files/wrapper/Adaptor3d.i | 2 +- src/SWIG_files/wrapper/AdvApp2Var.i | 2 +- src/SWIG_files/wrapper/AdvApprox.i | 2 +- src/SWIG_files/wrapper/AppBlend.i | 2 +- src/SWIG_files/wrapper/AppCont.i | 2 +- src/SWIG_files/wrapper/AppDef.i | 2 +- src/SWIG_files/wrapper/AppParCurves.i | 2 +- src/SWIG_files/wrapper/AppStd.i | 2 +- src/SWIG_files/wrapper/AppStdL.i | 2 +- src/SWIG_files/wrapper/Approx.i | 2 +- src/SWIG_files/wrapper/ApproxInt.i | 2 +- src/SWIG_files/wrapper/Aspect.i | 2 +- src/SWIG_files/wrapper/BOPAlgo.i | 2 +- src/SWIG_files/wrapper/BOPDS.i | 2 +- src/SWIG_files/wrapper/BOPTools.i | 3 ++- src/SWIG_files/wrapper/BRep.i | 2 +- src/SWIG_files/wrapper/BRepAdaptor.i | 2 +- src/SWIG_files/wrapper/BRepAlgo.i | 2 +- src/SWIG_files/wrapper/BRepAlgoAPI.i | 2 +- src/SWIG_files/wrapper/BRepApprox.i | 2 +- src/SWIG_files/wrapper/BRepBlend.i | 2 +- src/SWIG_files/wrapper/BRepBndLib.i | 2 +- src/SWIG_files/wrapper/BRepBuilderAPI.i | 2 +- src/SWIG_files/wrapper/BRepCheck.i | 2 +- src/SWIG_files/wrapper/BRepClass.i | 2 +- src/SWIG_files/wrapper/BRepClass3d.i | 2 +- src/SWIG_files/wrapper/BRepExtrema.i | 2 +- src/SWIG_files/wrapper/BRepFeat.i | 2 +- src/SWIG_files/wrapper/BRepFill.i | 2 +- src/SWIG_files/wrapper/BRepFilletAPI.i | 2 +- src/SWIG_files/wrapper/BRepGProp.i | 2 +- src/SWIG_files/wrapper/BRepIntCurveSurface.i | 2 +- src/SWIG_files/wrapper/BRepLProp.i | 2 +- src/SWIG_files/wrapper/BRepLib.i | 2 +- src/SWIG_files/wrapper/BRepMAT2d.i | 2 +- src/SWIG_files/wrapper/BRepMesh.i | 2 +- src/SWIG_files/wrapper/BRepMeshData.i | 2 +- src/SWIG_files/wrapper/BRepOffset.i | 2 +- src/SWIG_files/wrapper/BRepOffsetAPI.i | 2 +- src/SWIG_files/wrapper/BRepPrim.i | 2 +- src/SWIG_files/wrapper/BRepPrimAPI.i | 2 +- src/SWIG_files/wrapper/BRepProj.i | 2 +- src/SWIG_files/wrapper/BRepSweep.i | 2 +- src/SWIG_files/wrapper/BRepTools.i | 2 +- src/SWIG_files/wrapper/BRepTopAdaptor.i | 2 +- src/SWIG_files/wrapper/BSplCLib.i | 2 +- src/SWIG_files/wrapper/BSplSLib.i | 2 +- src/SWIG_files/wrapper/BVH.i | 2 +- src/SWIG_files/wrapper/BiTgte.i | 2 +- src/SWIG_files/wrapper/BinDrivers.i | 2 +- src/SWIG_files/wrapper/BinLDrivers.i | 2 +- src/SWIG_files/wrapper/BinMDF.i | 2 +- src/SWIG_files/wrapper/BinMDataStd.i | 2 +- src/SWIG_files/wrapper/BinMDataXtd.i | 2 +- src/SWIG_files/wrapper/BinMDocStd.i | 2 +- src/SWIG_files/wrapper/BinMFunction.i | 2 +- src/SWIG_files/wrapper/BinMNaming.i | 2 +- src/SWIG_files/wrapper/BinMXCAFDoc.i | 2 +- src/SWIG_files/wrapper/BinObjMgt.i | 2 +- src/SWIG_files/wrapper/BinTObjDrivers.i | 2 +- src/SWIG_files/wrapper/BinTools.i | 2 +- src/SWIG_files/wrapper/BinXCAFDrivers.i | 2 +- src/SWIG_files/wrapper/Bisector.i | 2 +- src/SWIG_files/wrapper/Blend.i | 2 +- src/SWIG_files/wrapper/BlendFunc.i | 2 +- src/SWIG_files/wrapper/Bnd.i | 2 +- src/SWIG_files/wrapper/BndLib.i | 2 +- src/SWIG_files/wrapper/CDF.i | 2 +- src/SWIG_files/wrapper/CDM.i | 2 +- src/SWIG_files/wrapper/CPnts.i | 2 +- src/SWIG_files/wrapper/CSLib.i | 2 +- src/SWIG_files/wrapper/ChFi2d.i | 2 +- src/SWIG_files/wrapper/ChFi3d.i | 2 +- src/SWIG_files/wrapper/ChFiDS.i | 2 +- src/SWIG_files/wrapper/ChFiKPart.i | 2 +- src/SWIG_files/wrapper/Contap.i | 2 +- src/SWIG_files/wrapper/Convert.i | 2 +- src/SWIG_files/wrapper/DE.i | 2 +- src/SWIG_files/wrapper/DEBRepCascade.i | 2 +- src/SWIG_files/wrapper/DEXCAFCascade.i | 2 +- src/SWIG_files/wrapper/Draft.i | 2 +- src/SWIG_files/wrapper/DsgPrs.i | 2 +- src/SWIG_files/wrapper/ElCLib.i | 2 +- src/SWIG_files/wrapper/ElSLib.i | 2 +- src/SWIG_files/wrapper/Expr.i | 2 +- src/SWIG_files/wrapper/ExprIntrp.i | 2 +- src/SWIG_files/wrapper/Extrema.i | 2 +- src/SWIG_files/wrapper/FEmTool.i | 2 +- src/SWIG_files/wrapper/FSD.i | 2 +- src/SWIG_files/wrapper/FairCurve.i | 2 +- src/SWIG_files/wrapper/FilletSurf.i | 2 +- src/SWIG_files/wrapper/GC.i | 2 +- src/SWIG_files/wrapper/GCE2d.i | 2 +- src/SWIG_files/wrapper/GCPnts.i | 2 +- src/SWIG_files/wrapper/GProp.i | 2 +- src/SWIG_files/wrapper/GccAna.i | 2 +- src/SWIG_files/wrapper/GccEnt.i | 2 +- src/SWIG_files/wrapper/GccInt.i | 2 +- src/SWIG_files/wrapper/Geom.i | 2 +- src/SWIG_files/wrapper/Geom2d.i | 2 +- src/SWIG_files/wrapper/Geom2dAPI.i | 2 +- src/SWIG_files/wrapper/Geom2dAdaptor.i | 2 +- src/SWIG_files/wrapper/Geom2dConvert.i | 2 +- src/SWIG_files/wrapper/Geom2dEvaluator.i | 2 +- src/SWIG_files/wrapper/Geom2dGcc.i | 2 +- src/SWIG_files/wrapper/Geom2dHatch.i | 2 +- src/SWIG_files/wrapper/Geom2dInt.i | 2 +- src/SWIG_files/wrapper/Geom2dLProp.i | 2 +- src/SWIG_files/wrapper/GeomAPI.i | 2 +- src/SWIG_files/wrapper/GeomAbs.i | 2 +- src/SWIG_files/wrapper/GeomAdaptor.i | 2 +- src/SWIG_files/wrapper/GeomConvert.i | 2 +- src/SWIG_files/wrapper/GeomEvaluator.i | 2 +- src/SWIG_files/wrapper/GeomFill.i | 2 +- src/SWIG_files/wrapper/GeomInt.i | 2 +- src/SWIG_files/wrapper/GeomLProp.i | 2 +- src/SWIG_files/wrapper/GeomLib.i | 2 +- src/SWIG_files/wrapper/GeomPlate.i | 2 +- src/SWIG_files/wrapper/GeomProjLib.i | 2 +- src/SWIG_files/wrapper/GeomToStep.i | 2 +- src/SWIG_files/wrapper/GeomTools.i | 2 +- src/SWIG_files/wrapper/Graphic3d.i | 2 +- src/SWIG_files/wrapper/HLRAlgo.i | 2 +- src/SWIG_files/wrapper/HLRAppli.i | 2 +- src/SWIG_files/wrapper/HLRBRep.i | 2 +- src/SWIG_files/wrapper/HLRTopoBRep.i | 2 +- src/SWIG_files/wrapper/Hatch.i | 2 +- src/SWIG_files/wrapper/HatchGen.i | 2 +- src/SWIG_files/wrapper/HeaderSection.i | 2 +- src/SWIG_files/wrapper/Hermit.i | 2 +- src/SWIG_files/wrapper/IFSelect.i | 2 +- src/SWIG_files/wrapper/IGESCAFControl.i | 2 +- src/SWIG_files/wrapper/IGESControl.i | 2 +- src/SWIG_files/wrapper/IGESData.i | 2 +- src/SWIG_files/wrapper/IGESToBRep.i | 2 +- src/SWIG_files/wrapper/IMeshData.i | 2 +- src/SWIG_files/wrapper/IMeshTools.i | 2 +- src/SWIG_files/wrapper/IVtk.i | 2 +- src/SWIG_files/wrapper/IVtkOCC.i | 2 +- src/SWIG_files/wrapper/IVtkTools.i | 2 +- src/SWIG_files/wrapper/IVtkVTK.i | 2 +- src/SWIG_files/wrapper/Image.i | 2 +- src/SWIG_files/wrapper/IntAna.i | 2 +- src/SWIG_files/wrapper/IntAna2d.i | 2 +- src/SWIG_files/wrapper/IntCurve.i | 2 +- src/SWIG_files/wrapper/IntCurveSurface.i | 2 +- src/SWIG_files/wrapper/IntCurvesFace.i | 2 +- src/SWIG_files/wrapper/IntImp.i | 2 +- src/SWIG_files/wrapper/IntImpParGen.i | 2 +- src/SWIG_files/wrapper/IntPatch.i | 2 +- src/SWIG_files/wrapper/IntPolyh.i | 2 +- src/SWIG_files/wrapper/IntRes2d.i | 2 +- src/SWIG_files/wrapper/IntStart.i | 2 +- src/SWIG_files/wrapper/IntSurf.i | 2 +- src/SWIG_files/wrapper/IntTools.i | 2 +- src/SWIG_files/wrapper/IntWalk.i | 2 +- src/SWIG_files/wrapper/Interface.i | 2 +- src/SWIG_files/wrapper/InterfaceGraphic.i | 2 +- src/SWIG_files/wrapper/Intf.i | 2 +- src/SWIG_files/wrapper/Intrv.i | 2 +- src/SWIG_files/wrapper/LDOM.i | 2 +- src/SWIG_files/wrapper/LProp.i | 2 +- src/SWIG_files/wrapper/LProp3d.i | 2 +- src/SWIG_files/wrapper/Law.i | 2 +- src/SWIG_files/wrapper/LocOpe.i | 2 +- src/SWIG_files/wrapper/LocalAnalysis.i | 2 +- src/SWIG_files/wrapper/MAT.i | 2 +- src/SWIG_files/wrapper/MAT2d.i | 2 +- src/SWIG_files/wrapper/Media.i | 2 +- src/SWIG_files/wrapper/MeshVS.i | 2 +- src/SWIG_files/wrapper/Message.i | 2 +- src/SWIG_files/wrapper/MoniTool.i | 2 +- src/SWIG_files/wrapper/NCollection.i | 10 +++++++--- src/SWIG_files/wrapper/NLPlate.i | 2 +- src/SWIG_files/wrapper/OSD.i | 2 +- src/SWIG_files/wrapper/PCDM.i | 2 +- src/SWIG_files/wrapper/PLib.i | 2 +- src/SWIG_files/wrapper/Plate.i | 2 +- src/SWIG_files/wrapper/Plugin.i | 2 +- src/SWIG_files/wrapper/Poly.i | 2 +- src/SWIG_files/wrapper/Precision.i | 2 +- src/SWIG_files/wrapper/ProjLib.i | 2 +- src/SWIG_files/wrapper/Prs3d.i | 2 +- src/SWIG_files/wrapper/PrsDim.i | 2 +- src/SWIG_files/wrapper/PrsMgr.i | 2 +- src/SWIG_files/wrapper/Quantity.i | 2 +- src/SWIG_files/wrapper/RWGltf.i | 2 +- src/SWIG_files/wrapper/RWHeaderSection.i | 2 +- src/SWIG_files/wrapper/RWMesh.i | 2 +- src/SWIG_files/wrapper/RWObj.i | 2 +- src/SWIG_files/wrapper/RWPly.i | 2 +- src/SWIG_files/wrapper/RWStepAP203.i | 2 +- src/SWIG_files/wrapper/RWStepAP214.i | 2 +- src/SWIG_files/wrapper/RWStepAP242.i | 2 +- src/SWIG_files/wrapper/RWStepBasic.i | 2 +- src/SWIG_files/wrapper/RWStepDimTol.i | 2 +- src/SWIG_files/wrapper/RWStepElement.i | 2 +- src/SWIG_files/wrapper/RWStepFEA.i | 2 +- src/SWIG_files/wrapper/RWStepGeom.i | 2 +- src/SWIG_files/wrapper/RWStepKinematics.i | 2 +- src/SWIG_files/wrapper/RWStepRepr.i | 2 +- src/SWIG_files/wrapper/RWStepShape.i | 2 +- src/SWIG_files/wrapper/RWStepVisual.i | 2 +- src/SWIG_files/wrapper/RWStl.i | 2 +- src/SWIG_files/wrapper/Resource.i | 2 +- src/SWIG_files/wrapper/STEPCAFControl.i | 2 +- src/SWIG_files/wrapper/STEPConstruct.i | 2 +- src/SWIG_files/wrapper/STEPControl.i | 2 +- src/SWIG_files/wrapper/STEPEdit.i | 2 +- src/SWIG_files/wrapper/STEPSelections.i | 2 +- src/SWIG_files/wrapper/Select3D.i | 2 +- src/SWIG_files/wrapper/SelectBasics.i | 2 +- src/SWIG_files/wrapper/SelectMgr.i | 2 +- src/SWIG_files/wrapper/ShapeAlgo.i | 2 +- src/SWIG_files/wrapper/ShapeAnalysis.i | 2 +- src/SWIG_files/wrapper/ShapeBuild.i | 2 +- src/SWIG_files/wrapper/ShapeConstruct.i | 2 +- src/SWIG_files/wrapper/ShapeCustom.i | 2 +- src/SWIG_files/wrapper/ShapeExtend.i | 2 +- src/SWIG_files/wrapper/ShapeFix.i | 2 +- src/SWIG_files/wrapper/ShapeProcess.i | 2 +- src/SWIG_files/wrapper/ShapeProcessAPI.i | 2 +- src/SWIG_files/wrapper/ShapeUpgrade.i | 2 +- src/SWIG_files/wrapper/Standard.i | 2 +- src/SWIG_files/wrapper/StdFail.i | 2 +- src/SWIG_files/wrapper/StdPrs.i | 2 +- src/SWIG_files/wrapper/StdSelect.i | 2 +- src/SWIG_files/wrapper/StepAP203.i | 2 +- src/SWIG_files/wrapper/StepAP209.i | 2 +- src/SWIG_files/wrapper/StepAP214.i | 2 +- src/SWIG_files/wrapper/StepAP242.i | 2 +- src/SWIG_files/wrapper/StepBasic.i | 2 +- src/SWIG_files/wrapper/StepData.i | 2 +- src/SWIG_files/wrapper/StepDimTol.i | 2 +- src/SWIG_files/wrapper/StepElement.i | 2 +- src/SWIG_files/wrapper/StepFEA.i | 2 +- src/SWIG_files/wrapper/StepGeom.i | 2 +- src/SWIG_files/wrapper/StepKinematics.i | 2 +- src/SWIG_files/wrapper/StepRepr.i | 2 +- src/SWIG_files/wrapper/StepShape.i | 2 +- src/SWIG_files/wrapper/StepToGeom.i | 2 +- src/SWIG_files/wrapper/StepToTopoDS.i | 2 +- src/SWIG_files/wrapper/StepVisual.i | 2 +- src/SWIG_files/wrapper/StlAPI.i | 2 +- src/SWIG_files/wrapper/Storage.i | 2 +- src/SWIG_files/wrapper/Sweep.i | 2 +- src/SWIG_files/wrapper/TColGeom.i | 2 +- src/SWIG_files/wrapper/TColGeom2d.i | 2 +- src/SWIG_files/wrapper/TColQuantity.i | 2 +- src/SWIG_files/wrapper/TColStd.i | 2 +- src/SWIG_files/wrapper/TColgp.i | 2 +- src/SWIG_files/wrapper/TCollection.i | 2 +- src/SWIG_files/wrapper/TDF.i | 2 +- src/SWIG_files/wrapper/TDataStd.i | 2 +- src/SWIG_files/wrapper/TDataXtd.i | 2 +- src/SWIG_files/wrapper/TDocStd.i | 2 +- src/SWIG_files/wrapper/TFunction.i | 2 +- src/SWIG_files/wrapper/TNaming.i | 2 +- src/SWIG_files/wrapper/TObj.i | 2 +- src/SWIG_files/wrapper/TPrsStd.i | 2 +- src/SWIG_files/wrapper/TShort.i | 2 +- src/SWIG_files/wrapper/TopAbs.i | 2 +- src/SWIG_files/wrapper/TopBas.i | 2 +- src/SWIG_files/wrapper/TopClass.i | 2 +- src/SWIG_files/wrapper/TopCnx.i | 2 +- src/SWIG_files/wrapper/TopExp.i | 2 +- src/SWIG_files/wrapper/TopLoc.i | 2 +- src/SWIG_files/wrapper/TopOpeBRep.i | 2 +- src/SWIG_files/wrapper/TopOpeBRepBuild.i | 2 +- src/SWIG_files/wrapper/TopOpeBRepDS.i | 2 +- src/SWIG_files/wrapper/TopOpeBRepTool.i | 2 +- src/SWIG_files/wrapper/TopTools.i | 2 +- src/SWIG_files/wrapper/TopTrans.i | 2 +- src/SWIG_files/wrapper/TopoDS.i | 13 +------------ src/SWIG_files/wrapper/TopoDS.pyi | 14 -------------- src/SWIG_files/wrapper/TopoDSToStep.i | 2 +- src/SWIG_files/wrapper/Transfer.i | 2 +- src/SWIG_files/wrapper/TransferBRep.i | 2 +- src/SWIG_files/wrapper/UTL.i | 2 +- src/SWIG_files/wrapper/Units.i | 2 +- src/SWIG_files/wrapper/UnitsAPI.i | 2 +- src/SWIG_files/wrapper/UnitsMethods.i | 2 +- src/SWIG_files/wrapper/V3d.i | 2 +- src/SWIG_files/wrapper/Vrml.i | 2 +- src/SWIG_files/wrapper/VrmlAPI.i | 2 +- src/SWIG_files/wrapper/VrmlConverter.i | 2 +- src/SWIG_files/wrapper/VrmlData.i | 2 +- src/SWIG_files/wrapper/XBRepMesh.i | 2 +- src/SWIG_files/wrapper/XCAFApp.i | 2 +- src/SWIG_files/wrapper/XCAFDimTolObjects.i | 2 +- src/SWIG_files/wrapper/XCAFDoc.i | 2 +- src/SWIG_files/wrapper/XCAFNoteObjects.i | 2 +- src/SWIG_files/wrapper/XCAFPrs.i | 2 +- src/SWIG_files/wrapper/XCAFView.i | 2 +- src/SWIG_files/wrapper/XSControl.i | 2 +- src/SWIG_files/wrapper/XmlDrivers.i | 2 +- src/SWIG_files/wrapper/XmlLDrivers.i | 2 +- src/SWIG_files/wrapper/XmlMDF.i | 2 +- src/SWIG_files/wrapper/XmlMDataStd.i | 2 +- src/SWIG_files/wrapper/XmlMDataXtd.i | 2 +- src/SWIG_files/wrapper/XmlMDocStd.i | 2 +- src/SWIG_files/wrapper/XmlMFunction.i | 2 +- src/SWIG_files/wrapper/XmlMNaming.i | 2 +- src/SWIG_files/wrapper/XmlMXCAFDoc.i | 2 +- src/SWIG_files/wrapper/XmlObjMgt.i | 2 +- src/SWIG_files/wrapper/XmlTObjDrivers.i | 2 +- src/SWIG_files/wrapper/XmlXCAFDrivers.i | 2 +- src/SWIG_files/wrapper/gce.i | 2 +- src/SWIG_files/wrapper/generator.log | 8 ++++---- src/SWIG_files/wrapper/gp.i | 2 +- src/SWIG_files/wrapper/math.i | 2 +- 626 files changed, 635 insertions(+), 655 deletions(-) diff --git a/src/SWIG_files/headers/AIS_module.hxx b/src/SWIG_files/headers/AIS_module.hxx index 48adf3bc2..6c52abff7 100644 --- a/src/SWIG_files/headers/AIS_module.hxx +++ b/src/SWIG_files/headers/AIS_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/APIHeaderSection_module.hxx b/src/SWIG_files/headers/APIHeaderSection_module.hxx index 3837a8f7d..0349cfc90 100644 --- a/src/SWIG_files/headers/APIHeaderSection_module.hxx +++ b/src/SWIG_files/headers/APIHeaderSection_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/Adaptor2d_module.hxx b/src/SWIG_files/headers/Adaptor2d_module.hxx index ef0dc4183..a678c8dec 100644 --- a/src/SWIG_files/headers/Adaptor2d_module.hxx +++ b/src/SWIG_files/headers/Adaptor2d_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/Adaptor3d_module.hxx b/src/SWIG_files/headers/Adaptor3d_module.hxx index 1fc169650..aa3fbd2aa 100644 --- a/src/SWIG_files/headers/Adaptor3d_module.hxx +++ b/src/SWIG_files/headers/Adaptor3d_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/AdvApp2Var_module.hxx b/src/SWIG_files/headers/AdvApp2Var_module.hxx index ac50afd23..e04da8a60 100644 --- a/src/SWIG_files/headers/AdvApp2Var_module.hxx +++ b/src/SWIG_files/headers/AdvApp2Var_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/AdvApprox_module.hxx b/src/SWIG_files/headers/AdvApprox_module.hxx index 89640e0b6..ce82cc70a 100644 --- a/src/SWIG_files/headers/AdvApprox_module.hxx +++ b/src/SWIG_files/headers/AdvApprox_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/AppBlend_module.hxx b/src/SWIG_files/headers/AppBlend_module.hxx index 282e7521f..22402a934 100644 --- a/src/SWIG_files/headers/AppBlend_module.hxx +++ b/src/SWIG_files/headers/AppBlend_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/AppCont_module.hxx b/src/SWIG_files/headers/AppCont_module.hxx index 02ec4b6d4..13616b12c 100644 --- a/src/SWIG_files/headers/AppCont_module.hxx +++ b/src/SWIG_files/headers/AppCont_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/AppDef_module.hxx b/src/SWIG_files/headers/AppDef_module.hxx index ef239f174..f8862b6bc 100644 --- a/src/SWIG_files/headers/AppDef_module.hxx +++ b/src/SWIG_files/headers/AppDef_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/AppParCurves_module.hxx b/src/SWIG_files/headers/AppParCurves_module.hxx index c74b36f1f..9a75676c7 100644 --- a/src/SWIG_files/headers/AppParCurves_module.hxx +++ b/src/SWIG_files/headers/AppParCurves_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/AppStdL_module.hxx b/src/SWIG_files/headers/AppStdL_module.hxx index c4ef9b103..f2c2e3fcb 100644 --- a/src/SWIG_files/headers/AppStdL_module.hxx +++ b/src/SWIG_files/headers/AppStdL_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/AppStd_module.hxx b/src/SWIG_files/headers/AppStd_module.hxx index 53e95100b..3784b65c9 100644 --- a/src/SWIG_files/headers/AppStd_module.hxx +++ b/src/SWIG_files/headers/AppStd_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/ApproxInt_module.hxx b/src/SWIG_files/headers/ApproxInt_module.hxx index 429e96972..92d8bd8bf 100644 --- a/src/SWIG_files/headers/ApproxInt_module.hxx +++ b/src/SWIG_files/headers/ApproxInt_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/Approx_module.hxx b/src/SWIG_files/headers/Approx_module.hxx index dde72cc58..fd3d3bda3 100644 --- a/src/SWIG_files/headers/Approx_module.hxx +++ b/src/SWIG_files/headers/Approx_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/Aspect_module.hxx b/src/SWIG_files/headers/Aspect_module.hxx index e972fe5ef..53f52fa0c 100644 --- a/src/SWIG_files/headers/Aspect_module.hxx +++ b/src/SWIG_files/headers/Aspect_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/BOPAlgo_module.hxx b/src/SWIG_files/headers/BOPAlgo_module.hxx index 3fe4b6984..3d539e3b2 100644 --- a/src/SWIG_files/headers/BOPAlgo_module.hxx +++ b/src/SWIG_files/headers/BOPAlgo_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/BOPDS_module.hxx b/src/SWIG_files/headers/BOPDS_module.hxx index b0dd4dcc6..cb8419c75 100644 --- a/src/SWIG_files/headers/BOPDS_module.hxx +++ b/src/SWIG_files/headers/BOPDS_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/BOPTools_module.hxx b/src/SWIG_files/headers/BOPTools_module.hxx index 4cce82faa..be6b5075b 100644 --- a/src/SWIG_files/headers/BOPTools_module.hxx +++ b/src/SWIG_files/headers/BOPTools_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/BRepAdaptor_module.hxx b/src/SWIG_files/headers/BRepAdaptor_module.hxx index 4b4fc0fdf..a1c7c4191 100644 --- a/src/SWIG_files/headers/BRepAdaptor_module.hxx +++ b/src/SWIG_files/headers/BRepAdaptor_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/BRepAlgoAPI_module.hxx b/src/SWIG_files/headers/BRepAlgoAPI_module.hxx index 893e8bd16..cef89d002 100644 --- a/src/SWIG_files/headers/BRepAlgoAPI_module.hxx +++ b/src/SWIG_files/headers/BRepAlgoAPI_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/BRepAlgo_module.hxx b/src/SWIG_files/headers/BRepAlgo_module.hxx index da5fd3d66..5b8b7bf4a 100644 --- a/src/SWIG_files/headers/BRepAlgo_module.hxx +++ b/src/SWIG_files/headers/BRepAlgo_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/BRepApprox_module.hxx b/src/SWIG_files/headers/BRepApprox_module.hxx index ff74a4248..dcb32c491 100644 --- a/src/SWIG_files/headers/BRepApprox_module.hxx +++ b/src/SWIG_files/headers/BRepApprox_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/BRepBlend_module.hxx b/src/SWIG_files/headers/BRepBlend_module.hxx index 5f3e07d03..b91b305be 100644 --- a/src/SWIG_files/headers/BRepBlend_module.hxx +++ b/src/SWIG_files/headers/BRepBlend_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/BRepBndLib_module.hxx b/src/SWIG_files/headers/BRepBndLib_module.hxx index 0bcd5f480..7b4c2be82 100644 --- a/src/SWIG_files/headers/BRepBndLib_module.hxx +++ b/src/SWIG_files/headers/BRepBndLib_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/BRepBuilderAPI_module.hxx b/src/SWIG_files/headers/BRepBuilderAPI_module.hxx index 642c71df7..e4fbfe1d4 100644 --- a/src/SWIG_files/headers/BRepBuilderAPI_module.hxx +++ b/src/SWIG_files/headers/BRepBuilderAPI_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/BRepCheck_module.hxx b/src/SWIG_files/headers/BRepCheck_module.hxx index 2144f3deb..0f429ef6c 100644 --- a/src/SWIG_files/headers/BRepCheck_module.hxx +++ b/src/SWIG_files/headers/BRepCheck_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/BRepClass3d_module.hxx b/src/SWIG_files/headers/BRepClass3d_module.hxx index 7f3b90b53..ea0a7e4df 100644 --- a/src/SWIG_files/headers/BRepClass3d_module.hxx +++ b/src/SWIG_files/headers/BRepClass3d_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/BRepClass_module.hxx b/src/SWIG_files/headers/BRepClass_module.hxx index fa2cb213e..38557a75e 100644 --- a/src/SWIG_files/headers/BRepClass_module.hxx +++ b/src/SWIG_files/headers/BRepClass_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/BRepExtrema_module.hxx b/src/SWIG_files/headers/BRepExtrema_module.hxx index 612310c70..2ac7085ab 100644 --- a/src/SWIG_files/headers/BRepExtrema_module.hxx +++ b/src/SWIG_files/headers/BRepExtrema_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/BRepFeat_module.hxx b/src/SWIG_files/headers/BRepFeat_module.hxx index e0bfb3e50..045db1eaa 100644 --- a/src/SWIG_files/headers/BRepFeat_module.hxx +++ b/src/SWIG_files/headers/BRepFeat_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/BRepFill_module.hxx b/src/SWIG_files/headers/BRepFill_module.hxx index 7efcaa9f6..b69778b6f 100644 --- a/src/SWIG_files/headers/BRepFill_module.hxx +++ b/src/SWIG_files/headers/BRepFill_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/BRepFilletAPI_module.hxx b/src/SWIG_files/headers/BRepFilletAPI_module.hxx index 74356c46d..ed030e9d8 100644 --- a/src/SWIG_files/headers/BRepFilletAPI_module.hxx +++ b/src/SWIG_files/headers/BRepFilletAPI_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/BRepGProp_module.hxx b/src/SWIG_files/headers/BRepGProp_module.hxx index 783299286..e53cc782c 100644 --- a/src/SWIG_files/headers/BRepGProp_module.hxx +++ b/src/SWIG_files/headers/BRepGProp_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/BRepIntCurveSurface_module.hxx b/src/SWIG_files/headers/BRepIntCurveSurface_module.hxx index e6c6e53e7..c302f833a 100644 --- a/src/SWIG_files/headers/BRepIntCurveSurface_module.hxx +++ b/src/SWIG_files/headers/BRepIntCurveSurface_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/BRepLProp_module.hxx b/src/SWIG_files/headers/BRepLProp_module.hxx index 391598459..af3832679 100644 --- a/src/SWIG_files/headers/BRepLProp_module.hxx +++ b/src/SWIG_files/headers/BRepLProp_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/BRepLib_module.hxx b/src/SWIG_files/headers/BRepLib_module.hxx index c3dbbc5a2..c26c5c72b 100644 --- a/src/SWIG_files/headers/BRepLib_module.hxx +++ b/src/SWIG_files/headers/BRepLib_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/BRepMAT2d_module.hxx b/src/SWIG_files/headers/BRepMAT2d_module.hxx index b4e0aff14..c2409f22b 100644 --- a/src/SWIG_files/headers/BRepMAT2d_module.hxx +++ b/src/SWIG_files/headers/BRepMAT2d_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/BRepMeshData_module.hxx b/src/SWIG_files/headers/BRepMeshData_module.hxx index c38b6e182..e6b6049a7 100644 --- a/src/SWIG_files/headers/BRepMeshData_module.hxx +++ b/src/SWIG_files/headers/BRepMeshData_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/BRepMesh_module.hxx b/src/SWIG_files/headers/BRepMesh_module.hxx index 2cceaa055..06d0dc5f5 100644 --- a/src/SWIG_files/headers/BRepMesh_module.hxx +++ b/src/SWIG_files/headers/BRepMesh_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/BRepOffsetAPI_module.hxx b/src/SWIG_files/headers/BRepOffsetAPI_module.hxx index 3b97313a7..3faf7cadf 100644 --- a/src/SWIG_files/headers/BRepOffsetAPI_module.hxx +++ b/src/SWIG_files/headers/BRepOffsetAPI_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/BRepOffset_module.hxx b/src/SWIG_files/headers/BRepOffset_module.hxx index d69292b09..0e1bfe581 100644 --- a/src/SWIG_files/headers/BRepOffset_module.hxx +++ b/src/SWIG_files/headers/BRepOffset_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/BRepPrimAPI_module.hxx b/src/SWIG_files/headers/BRepPrimAPI_module.hxx index c3cfab89d..e7260ff64 100644 --- a/src/SWIG_files/headers/BRepPrimAPI_module.hxx +++ b/src/SWIG_files/headers/BRepPrimAPI_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/BRepPrim_module.hxx b/src/SWIG_files/headers/BRepPrim_module.hxx index b7abb2f50..ab4b56ef2 100644 --- a/src/SWIG_files/headers/BRepPrim_module.hxx +++ b/src/SWIG_files/headers/BRepPrim_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/BRepProj_module.hxx b/src/SWIG_files/headers/BRepProj_module.hxx index 372ece241..b254270a3 100644 --- a/src/SWIG_files/headers/BRepProj_module.hxx +++ b/src/SWIG_files/headers/BRepProj_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/BRepSweep_module.hxx b/src/SWIG_files/headers/BRepSweep_module.hxx index f33b730f9..f9fef9541 100644 --- a/src/SWIG_files/headers/BRepSweep_module.hxx +++ b/src/SWIG_files/headers/BRepSweep_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/BRepTools_module.hxx b/src/SWIG_files/headers/BRepTools_module.hxx index 0a277a7b0..eb2fba391 100644 --- a/src/SWIG_files/headers/BRepTools_module.hxx +++ b/src/SWIG_files/headers/BRepTools_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/BRepTopAdaptor_module.hxx b/src/SWIG_files/headers/BRepTopAdaptor_module.hxx index e64cbc6d8..a8174b80b 100644 --- a/src/SWIG_files/headers/BRepTopAdaptor_module.hxx +++ b/src/SWIG_files/headers/BRepTopAdaptor_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/BRep_module.hxx b/src/SWIG_files/headers/BRep_module.hxx index 150b70ea0..5893cfae1 100644 --- a/src/SWIG_files/headers/BRep_module.hxx +++ b/src/SWIG_files/headers/BRep_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/BSplCLib_module.hxx b/src/SWIG_files/headers/BSplCLib_module.hxx index 7f028edc3..026293610 100644 --- a/src/SWIG_files/headers/BSplCLib_module.hxx +++ b/src/SWIG_files/headers/BSplCLib_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/BSplSLib_module.hxx b/src/SWIG_files/headers/BSplSLib_module.hxx index 6a061924d..2cb9445c1 100644 --- a/src/SWIG_files/headers/BSplSLib_module.hxx +++ b/src/SWIG_files/headers/BSplSLib_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/BVH_module.hxx b/src/SWIG_files/headers/BVH_module.hxx index 61572cbd5..379b90839 100644 --- a/src/SWIG_files/headers/BVH_module.hxx +++ b/src/SWIG_files/headers/BVH_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/BiTgte_module.hxx b/src/SWIG_files/headers/BiTgte_module.hxx index 17903222f..19a816ecf 100644 --- a/src/SWIG_files/headers/BiTgte_module.hxx +++ b/src/SWIG_files/headers/BiTgte_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/BinDrivers_module.hxx b/src/SWIG_files/headers/BinDrivers_module.hxx index 6007d2e13..6c675753d 100644 --- a/src/SWIG_files/headers/BinDrivers_module.hxx +++ b/src/SWIG_files/headers/BinDrivers_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/BinLDrivers_module.hxx b/src/SWIG_files/headers/BinLDrivers_module.hxx index 0c047a050..6ca6112a2 100644 --- a/src/SWIG_files/headers/BinLDrivers_module.hxx +++ b/src/SWIG_files/headers/BinLDrivers_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/BinMDF_module.hxx b/src/SWIG_files/headers/BinMDF_module.hxx index 7b80a37ab..45aa06419 100644 --- a/src/SWIG_files/headers/BinMDF_module.hxx +++ b/src/SWIG_files/headers/BinMDF_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/BinMDataStd_module.hxx b/src/SWIG_files/headers/BinMDataStd_module.hxx index 420fabfa3..352d1bb1f 100644 --- a/src/SWIG_files/headers/BinMDataStd_module.hxx +++ b/src/SWIG_files/headers/BinMDataStd_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/BinMDataXtd_module.hxx b/src/SWIG_files/headers/BinMDataXtd_module.hxx index 5c1fe5992..63cd18822 100644 --- a/src/SWIG_files/headers/BinMDataXtd_module.hxx +++ b/src/SWIG_files/headers/BinMDataXtd_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/BinMDocStd_module.hxx b/src/SWIG_files/headers/BinMDocStd_module.hxx index ca9c91d50..e4eb3958c 100644 --- a/src/SWIG_files/headers/BinMDocStd_module.hxx +++ b/src/SWIG_files/headers/BinMDocStd_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/BinMFunction_module.hxx b/src/SWIG_files/headers/BinMFunction_module.hxx index 84f9487d8..78f424243 100644 --- a/src/SWIG_files/headers/BinMFunction_module.hxx +++ b/src/SWIG_files/headers/BinMFunction_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/BinMNaming_module.hxx b/src/SWIG_files/headers/BinMNaming_module.hxx index 1a266ff44..76a0a13bf 100644 --- a/src/SWIG_files/headers/BinMNaming_module.hxx +++ b/src/SWIG_files/headers/BinMNaming_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/BinMXCAFDoc_module.hxx b/src/SWIG_files/headers/BinMXCAFDoc_module.hxx index f2990f199..36b3abec4 100644 --- a/src/SWIG_files/headers/BinMXCAFDoc_module.hxx +++ b/src/SWIG_files/headers/BinMXCAFDoc_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/BinObjMgt_module.hxx b/src/SWIG_files/headers/BinObjMgt_module.hxx index 63221f4fd..ca536ccba 100644 --- a/src/SWIG_files/headers/BinObjMgt_module.hxx +++ b/src/SWIG_files/headers/BinObjMgt_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/BinTObjDrivers_module.hxx b/src/SWIG_files/headers/BinTObjDrivers_module.hxx index 8296aabc7..97a35f1b7 100644 --- a/src/SWIG_files/headers/BinTObjDrivers_module.hxx +++ b/src/SWIG_files/headers/BinTObjDrivers_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/BinTools_module.hxx b/src/SWIG_files/headers/BinTools_module.hxx index f8c862316..7c12d44b0 100644 --- a/src/SWIG_files/headers/BinTools_module.hxx +++ b/src/SWIG_files/headers/BinTools_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/BinXCAFDrivers_module.hxx b/src/SWIG_files/headers/BinXCAFDrivers_module.hxx index 38633da09..b22e88354 100644 --- a/src/SWIG_files/headers/BinXCAFDrivers_module.hxx +++ b/src/SWIG_files/headers/BinXCAFDrivers_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/Bisector_module.hxx b/src/SWIG_files/headers/Bisector_module.hxx index 8f40dbd70..3a679cf95 100644 --- a/src/SWIG_files/headers/Bisector_module.hxx +++ b/src/SWIG_files/headers/Bisector_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/BlendFunc_module.hxx b/src/SWIG_files/headers/BlendFunc_module.hxx index 5e66f132e..129205ebd 100644 --- a/src/SWIG_files/headers/BlendFunc_module.hxx +++ b/src/SWIG_files/headers/BlendFunc_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/Blend_module.hxx b/src/SWIG_files/headers/Blend_module.hxx index c17576602..73cbe8b77 100644 --- a/src/SWIG_files/headers/Blend_module.hxx +++ b/src/SWIG_files/headers/Blend_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/BndLib_module.hxx b/src/SWIG_files/headers/BndLib_module.hxx index 569dcd48d..eafc50be3 100644 --- a/src/SWIG_files/headers/BndLib_module.hxx +++ b/src/SWIG_files/headers/BndLib_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/Bnd_module.hxx b/src/SWIG_files/headers/Bnd_module.hxx index 3f98fa07f..0b8754e3d 100644 --- a/src/SWIG_files/headers/Bnd_module.hxx +++ b/src/SWIG_files/headers/Bnd_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/CDF_module.hxx b/src/SWIG_files/headers/CDF_module.hxx index fd785ca2e..a3e1f44bd 100644 --- a/src/SWIG_files/headers/CDF_module.hxx +++ b/src/SWIG_files/headers/CDF_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/CDM_module.hxx b/src/SWIG_files/headers/CDM_module.hxx index fedaca007..9cb3ee998 100644 --- a/src/SWIG_files/headers/CDM_module.hxx +++ b/src/SWIG_files/headers/CDM_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/CPnts_module.hxx b/src/SWIG_files/headers/CPnts_module.hxx index ffbaf0a05..67852c910 100644 --- a/src/SWIG_files/headers/CPnts_module.hxx +++ b/src/SWIG_files/headers/CPnts_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/CSLib_module.hxx b/src/SWIG_files/headers/CSLib_module.hxx index 9cd3d945b..7ceddd455 100644 --- a/src/SWIG_files/headers/CSLib_module.hxx +++ b/src/SWIG_files/headers/CSLib_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/ChFi2d_module.hxx b/src/SWIG_files/headers/ChFi2d_module.hxx index 9874577b5..1c37d8a26 100644 --- a/src/SWIG_files/headers/ChFi2d_module.hxx +++ b/src/SWIG_files/headers/ChFi2d_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/ChFi3d_module.hxx b/src/SWIG_files/headers/ChFi3d_module.hxx index 2eb44830d..e36fe1ff7 100644 --- a/src/SWIG_files/headers/ChFi3d_module.hxx +++ b/src/SWIG_files/headers/ChFi3d_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/ChFiDS_module.hxx b/src/SWIG_files/headers/ChFiDS_module.hxx index 584708c3f..22bab5b3a 100644 --- a/src/SWIG_files/headers/ChFiDS_module.hxx +++ b/src/SWIG_files/headers/ChFiDS_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/ChFiKPart_module.hxx b/src/SWIG_files/headers/ChFiKPart_module.hxx index 11008da00..1605cf780 100644 --- a/src/SWIG_files/headers/ChFiKPart_module.hxx +++ b/src/SWIG_files/headers/ChFiKPart_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/Contap_module.hxx b/src/SWIG_files/headers/Contap_module.hxx index efea55667..3076c69f6 100644 --- a/src/SWIG_files/headers/Contap_module.hxx +++ b/src/SWIG_files/headers/Contap_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/Convert_module.hxx b/src/SWIG_files/headers/Convert_module.hxx index fe3ecf486..b00fad6ce 100644 --- a/src/SWIG_files/headers/Convert_module.hxx +++ b/src/SWIG_files/headers/Convert_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/DEBRepCascade_module.hxx b/src/SWIG_files/headers/DEBRepCascade_module.hxx index 16262c71e..068f18321 100644 --- a/src/SWIG_files/headers/DEBRepCascade_module.hxx +++ b/src/SWIG_files/headers/DEBRepCascade_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/DEXCAFCascade_module.hxx b/src/SWIG_files/headers/DEXCAFCascade_module.hxx index 866a6a23c..842017f03 100644 --- a/src/SWIG_files/headers/DEXCAFCascade_module.hxx +++ b/src/SWIG_files/headers/DEXCAFCascade_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/DE_module.hxx b/src/SWIG_files/headers/DE_module.hxx index 421223bcd..766100657 100644 --- a/src/SWIG_files/headers/DE_module.hxx +++ b/src/SWIG_files/headers/DE_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/Draft_module.hxx b/src/SWIG_files/headers/Draft_module.hxx index 076ff6c6f..b96773909 100644 --- a/src/SWIG_files/headers/Draft_module.hxx +++ b/src/SWIG_files/headers/Draft_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/DsgPrs_module.hxx b/src/SWIG_files/headers/DsgPrs_module.hxx index 44d0f0f4c..c32ac5137 100644 --- a/src/SWIG_files/headers/DsgPrs_module.hxx +++ b/src/SWIG_files/headers/DsgPrs_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/ElCLib_module.hxx b/src/SWIG_files/headers/ElCLib_module.hxx index d69023842..1fe982011 100644 --- a/src/SWIG_files/headers/ElCLib_module.hxx +++ b/src/SWIG_files/headers/ElCLib_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/ElSLib_module.hxx b/src/SWIG_files/headers/ElSLib_module.hxx index a1dc697ed..233efa4d1 100644 --- a/src/SWIG_files/headers/ElSLib_module.hxx +++ b/src/SWIG_files/headers/ElSLib_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/ExprIntrp_module.hxx b/src/SWIG_files/headers/ExprIntrp_module.hxx index 13229981c..29bf516f1 100644 --- a/src/SWIG_files/headers/ExprIntrp_module.hxx +++ b/src/SWIG_files/headers/ExprIntrp_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/Expr_module.hxx b/src/SWIG_files/headers/Expr_module.hxx index 6820f4479..70d8c7d4e 100644 --- a/src/SWIG_files/headers/Expr_module.hxx +++ b/src/SWIG_files/headers/Expr_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/Extrema_module.hxx b/src/SWIG_files/headers/Extrema_module.hxx index 0a703e9ba..6cdb4923c 100644 --- a/src/SWIG_files/headers/Extrema_module.hxx +++ b/src/SWIG_files/headers/Extrema_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/FEmTool_module.hxx b/src/SWIG_files/headers/FEmTool_module.hxx index 3a044fdd6..d012a09d3 100644 --- a/src/SWIG_files/headers/FEmTool_module.hxx +++ b/src/SWIG_files/headers/FEmTool_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/FSD_module.hxx b/src/SWIG_files/headers/FSD_module.hxx index 44e94ce12..a430e88de 100644 --- a/src/SWIG_files/headers/FSD_module.hxx +++ b/src/SWIG_files/headers/FSD_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/FairCurve_module.hxx b/src/SWIG_files/headers/FairCurve_module.hxx index c5c35bb50..86cf3f9ac 100644 --- a/src/SWIG_files/headers/FairCurve_module.hxx +++ b/src/SWIG_files/headers/FairCurve_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/FilletSurf_module.hxx b/src/SWIG_files/headers/FilletSurf_module.hxx index 372eb8cee..ad8c93546 100644 --- a/src/SWIG_files/headers/FilletSurf_module.hxx +++ b/src/SWIG_files/headers/FilletSurf_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/GCE2d_module.hxx b/src/SWIG_files/headers/GCE2d_module.hxx index 6cf2bed77..fa0c5a0e3 100644 --- a/src/SWIG_files/headers/GCE2d_module.hxx +++ b/src/SWIG_files/headers/GCE2d_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/GCPnts_module.hxx b/src/SWIG_files/headers/GCPnts_module.hxx index a8fe35f30..742762eb6 100644 --- a/src/SWIG_files/headers/GCPnts_module.hxx +++ b/src/SWIG_files/headers/GCPnts_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/GC_module.hxx b/src/SWIG_files/headers/GC_module.hxx index 8a01a29b6..0c73009f2 100644 --- a/src/SWIG_files/headers/GC_module.hxx +++ b/src/SWIG_files/headers/GC_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/GProp_module.hxx b/src/SWIG_files/headers/GProp_module.hxx index 4b1a746a4..622934ce1 100644 --- a/src/SWIG_files/headers/GProp_module.hxx +++ b/src/SWIG_files/headers/GProp_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/GccAna_module.hxx b/src/SWIG_files/headers/GccAna_module.hxx index a989650cf..eb5d20703 100644 --- a/src/SWIG_files/headers/GccAna_module.hxx +++ b/src/SWIG_files/headers/GccAna_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/GccEnt_module.hxx b/src/SWIG_files/headers/GccEnt_module.hxx index b40b279ff..1d0d73dd3 100644 --- a/src/SWIG_files/headers/GccEnt_module.hxx +++ b/src/SWIG_files/headers/GccEnt_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/GccInt_module.hxx b/src/SWIG_files/headers/GccInt_module.hxx index dbf40fd4f..86f601043 100644 --- a/src/SWIG_files/headers/GccInt_module.hxx +++ b/src/SWIG_files/headers/GccInt_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/Geom2dAPI_module.hxx b/src/SWIG_files/headers/Geom2dAPI_module.hxx index c845d8d1d..139164a38 100644 --- a/src/SWIG_files/headers/Geom2dAPI_module.hxx +++ b/src/SWIG_files/headers/Geom2dAPI_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/Geom2dAdaptor_module.hxx b/src/SWIG_files/headers/Geom2dAdaptor_module.hxx index 7531557bc..80d12287a 100644 --- a/src/SWIG_files/headers/Geom2dAdaptor_module.hxx +++ b/src/SWIG_files/headers/Geom2dAdaptor_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/Geom2dConvert_module.hxx b/src/SWIG_files/headers/Geom2dConvert_module.hxx index 9cb453cf6..9f325fd2a 100644 --- a/src/SWIG_files/headers/Geom2dConvert_module.hxx +++ b/src/SWIG_files/headers/Geom2dConvert_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/Geom2dEvaluator_module.hxx b/src/SWIG_files/headers/Geom2dEvaluator_module.hxx index 70c82947d..4a52e380d 100644 --- a/src/SWIG_files/headers/Geom2dEvaluator_module.hxx +++ b/src/SWIG_files/headers/Geom2dEvaluator_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/Geom2dGcc_module.hxx b/src/SWIG_files/headers/Geom2dGcc_module.hxx index e9044326d..fa15d0f79 100644 --- a/src/SWIG_files/headers/Geom2dGcc_module.hxx +++ b/src/SWIG_files/headers/Geom2dGcc_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/Geom2dHatch_module.hxx b/src/SWIG_files/headers/Geom2dHatch_module.hxx index 45e914fa3..1bf8f4fae 100644 --- a/src/SWIG_files/headers/Geom2dHatch_module.hxx +++ b/src/SWIG_files/headers/Geom2dHatch_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/Geom2dInt_module.hxx b/src/SWIG_files/headers/Geom2dInt_module.hxx index 8c69a72e6..c8511b739 100644 --- a/src/SWIG_files/headers/Geom2dInt_module.hxx +++ b/src/SWIG_files/headers/Geom2dInt_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/Geom2dLProp_module.hxx b/src/SWIG_files/headers/Geom2dLProp_module.hxx index 8048f99e9..f60eaa05b 100644 --- a/src/SWIG_files/headers/Geom2dLProp_module.hxx +++ b/src/SWIG_files/headers/Geom2dLProp_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/Geom2d_module.hxx b/src/SWIG_files/headers/Geom2d_module.hxx index 57dae5df2..bdce88231 100644 --- a/src/SWIG_files/headers/Geom2d_module.hxx +++ b/src/SWIG_files/headers/Geom2d_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/GeomAPI_module.hxx b/src/SWIG_files/headers/GeomAPI_module.hxx index cde26a8ce..19f5ff991 100644 --- a/src/SWIG_files/headers/GeomAPI_module.hxx +++ b/src/SWIG_files/headers/GeomAPI_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/GeomAbs_module.hxx b/src/SWIG_files/headers/GeomAbs_module.hxx index 2c5210fe6..4502a72eb 100644 --- a/src/SWIG_files/headers/GeomAbs_module.hxx +++ b/src/SWIG_files/headers/GeomAbs_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/GeomAdaptor_module.hxx b/src/SWIG_files/headers/GeomAdaptor_module.hxx index 91f8ef374..91b7cf1df 100644 --- a/src/SWIG_files/headers/GeomAdaptor_module.hxx +++ b/src/SWIG_files/headers/GeomAdaptor_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/GeomConvert_module.hxx b/src/SWIG_files/headers/GeomConvert_module.hxx index 70fa3d37e..8c48406ca 100644 --- a/src/SWIG_files/headers/GeomConvert_module.hxx +++ b/src/SWIG_files/headers/GeomConvert_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/GeomEvaluator_module.hxx b/src/SWIG_files/headers/GeomEvaluator_module.hxx index 33a012c56..5d4aad610 100644 --- a/src/SWIG_files/headers/GeomEvaluator_module.hxx +++ b/src/SWIG_files/headers/GeomEvaluator_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/GeomFill_module.hxx b/src/SWIG_files/headers/GeomFill_module.hxx index 5fa0c5f18..7839c1610 100644 --- a/src/SWIG_files/headers/GeomFill_module.hxx +++ b/src/SWIG_files/headers/GeomFill_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/GeomInt_module.hxx b/src/SWIG_files/headers/GeomInt_module.hxx index a91aa92d3..1694f96c2 100644 --- a/src/SWIG_files/headers/GeomInt_module.hxx +++ b/src/SWIG_files/headers/GeomInt_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/GeomLProp_module.hxx b/src/SWIG_files/headers/GeomLProp_module.hxx index 20b63f69b..5694f4ca1 100644 --- a/src/SWIG_files/headers/GeomLProp_module.hxx +++ b/src/SWIG_files/headers/GeomLProp_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/GeomLib_module.hxx b/src/SWIG_files/headers/GeomLib_module.hxx index 0d6c51f71..a8aa74e5d 100644 --- a/src/SWIG_files/headers/GeomLib_module.hxx +++ b/src/SWIG_files/headers/GeomLib_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/GeomPlate_module.hxx b/src/SWIG_files/headers/GeomPlate_module.hxx index b7fc86b86..1610f1a48 100644 --- a/src/SWIG_files/headers/GeomPlate_module.hxx +++ b/src/SWIG_files/headers/GeomPlate_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/GeomProjLib_module.hxx b/src/SWIG_files/headers/GeomProjLib_module.hxx index a17c7840b..721ab146a 100644 --- a/src/SWIG_files/headers/GeomProjLib_module.hxx +++ b/src/SWIG_files/headers/GeomProjLib_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/GeomToStep_module.hxx b/src/SWIG_files/headers/GeomToStep_module.hxx index 7472a755f..9ec7f4a77 100644 --- a/src/SWIG_files/headers/GeomToStep_module.hxx +++ b/src/SWIG_files/headers/GeomToStep_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/GeomTools_module.hxx b/src/SWIG_files/headers/GeomTools_module.hxx index 67a82f86b..19390fd08 100644 --- a/src/SWIG_files/headers/GeomTools_module.hxx +++ b/src/SWIG_files/headers/GeomTools_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/Geom_module.hxx b/src/SWIG_files/headers/Geom_module.hxx index 964d4225f..bbb6d1832 100644 --- a/src/SWIG_files/headers/Geom_module.hxx +++ b/src/SWIG_files/headers/Geom_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/Graphic3d_module.hxx b/src/SWIG_files/headers/Graphic3d_module.hxx index b5f899c69..dc3f962e0 100644 --- a/src/SWIG_files/headers/Graphic3d_module.hxx +++ b/src/SWIG_files/headers/Graphic3d_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/HLRAlgo_module.hxx b/src/SWIG_files/headers/HLRAlgo_module.hxx index e9b51e94a..17c40024f 100644 --- a/src/SWIG_files/headers/HLRAlgo_module.hxx +++ b/src/SWIG_files/headers/HLRAlgo_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/HLRAppli_module.hxx b/src/SWIG_files/headers/HLRAppli_module.hxx index e8e66bc9b..bfa9eb0bf 100644 --- a/src/SWIG_files/headers/HLRAppli_module.hxx +++ b/src/SWIG_files/headers/HLRAppli_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/HLRBRep_module.hxx b/src/SWIG_files/headers/HLRBRep_module.hxx index 91a262554..5079ef632 100644 --- a/src/SWIG_files/headers/HLRBRep_module.hxx +++ b/src/SWIG_files/headers/HLRBRep_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/HLRTopoBRep_module.hxx b/src/SWIG_files/headers/HLRTopoBRep_module.hxx index 40b49eddb..a51b85c2c 100644 --- a/src/SWIG_files/headers/HLRTopoBRep_module.hxx +++ b/src/SWIG_files/headers/HLRTopoBRep_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/HatchGen_module.hxx b/src/SWIG_files/headers/HatchGen_module.hxx index 4ed531d02..bb043e59e 100644 --- a/src/SWIG_files/headers/HatchGen_module.hxx +++ b/src/SWIG_files/headers/HatchGen_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/Hatch_module.hxx b/src/SWIG_files/headers/Hatch_module.hxx index e55135f48..c9317492b 100644 --- a/src/SWIG_files/headers/Hatch_module.hxx +++ b/src/SWIG_files/headers/Hatch_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/HeaderSection_module.hxx b/src/SWIG_files/headers/HeaderSection_module.hxx index b83283691..74d106f31 100644 --- a/src/SWIG_files/headers/HeaderSection_module.hxx +++ b/src/SWIG_files/headers/HeaderSection_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/Hermit_module.hxx b/src/SWIG_files/headers/Hermit_module.hxx index a0c84f41d..efca86430 100644 --- a/src/SWIG_files/headers/Hermit_module.hxx +++ b/src/SWIG_files/headers/Hermit_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/IFSelect_module.hxx b/src/SWIG_files/headers/IFSelect_module.hxx index d099c1881..2dc24bf80 100644 --- a/src/SWIG_files/headers/IFSelect_module.hxx +++ b/src/SWIG_files/headers/IFSelect_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/IGESCAFControl_module.hxx b/src/SWIG_files/headers/IGESCAFControl_module.hxx index 4b45fb02e..f53e0ed27 100644 --- a/src/SWIG_files/headers/IGESCAFControl_module.hxx +++ b/src/SWIG_files/headers/IGESCAFControl_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/IGESControl_module.hxx b/src/SWIG_files/headers/IGESControl_module.hxx index 61cfd0ac3..7d0ef7d3f 100644 --- a/src/SWIG_files/headers/IGESControl_module.hxx +++ b/src/SWIG_files/headers/IGESControl_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/IGESData_module.hxx b/src/SWIG_files/headers/IGESData_module.hxx index 94b47d706..1983d61fe 100644 --- a/src/SWIG_files/headers/IGESData_module.hxx +++ b/src/SWIG_files/headers/IGESData_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/IGESToBRep_module.hxx b/src/SWIG_files/headers/IGESToBRep_module.hxx index cbbeb42ea..91f6233ef 100644 --- a/src/SWIG_files/headers/IGESToBRep_module.hxx +++ b/src/SWIG_files/headers/IGESToBRep_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/IMeshData_module.hxx b/src/SWIG_files/headers/IMeshData_module.hxx index ba603216c..9666deb91 100644 --- a/src/SWIG_files/headers/IMeshData_module.hxx +++ b/src/SWIG_files/headers/IMeshData_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/IMeshTools_module.hxx b/src/SWIG_files/headers/IMeshTools_module.hxx index 751cc3294..f8fd1d938 100644 --- a/src/SWIG_files/headers/IMeshTools_module.hxx +++ b/src/SWIG_files/headers/IMeshTools_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/IVtkOCC_module.hxx b/src/SWIG_files/headers/IVtkOCC_module.hxx index a9d1bd175..89b580193 100644 --- a/src/SWIG_files/headers/IVtkOCC_module.hxx +++ b/src/SWIG_files/headers/IVtkOCC_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/IVtkTools_module.hxx b/src/SWIG_files/headers/IVtkTools_module.hxx index 09ad4cbac..793cfcc96 100644 --- a/src/SWIG_files/headers/IVtkTools_module.hxx +++ b/src/SWIG_files/headers/IVtkTools_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/IVtkVTK_module.hxx b/src/SWIG_files/headers/IVtkVTK_module.hxx index 97d3ed630..45ad0fb6e 100644 --- a/src/SWIG_files/headers/IVtkVTK_module.hxx +++ b/src/SWIG_files/headers/IVtkVTK_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/IVtk_module.hxx b/src/SWIG_files/headers/IVtk_module.hxx index 1e7be1fe1..9babe841e 100644 --- a/src/SWIG_files/headers/IVtk_module.hxx +++ b/src/SWIG_files/headers/IVtk_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/Image_module.hxx b/src/SWIG_files/headers/Image_module.hxx index 5b36324d5..22f8f56b8 100644 --- a/src/SWIG_files/headers/Image_module.hxx +++ b/src/SWIG_files/headers/Image_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/IntAna2d_module.hxx b/src/SWIG_files/headers/IntAna2d_module.hxx index 29bab4bc7..6fe9214d8 100644 --- a/src/SWIG_files/headers/IntAna2d_module.hxx +++ b/src/SWIG_files/headers/IntAna2d_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/IntAna_module.hxx b/src/SWIG_files/headers/IntAna_module.hxx index 7fd1beb2a..be3baa4b9 100644 --- a/src/SWIG_files/headers/IntAna_module.hxx +++ b/src/SWIG_files/headers/IntAna_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/IntCurveSurface_module.hxx b/src/SWIG_files/headers/IntCurveSurface_module.hxx index edf5c2e35..b99ad7444 100644 --- a/src/SWIG_files/headers/IntCurveSurface_module.hxx +++ b/src/SWIG_files/headers/IntCurveSurface_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/IntCurve_module.hxx b/src/SWIG_files/headers/IntCurve_module.hxx index e33b68457..612bb0324 100644 --- a/src/SWIG_files/headers/IntCurve_module.hxx +++ b/src/SWIG_files/headers/IntCurve_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/IntCurvesFace_module.hxx b/src/SWIG_files/headers/IntCurvesFace_module.hxx index 8f29a422a..6463efa0b 100644 --- a/src/SWIG_files/headers/IntCurvesFace_module.hxx +++ b/src/SWIG_files/headers/IntCurvesFace_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/IntImpParGen_module.hxx b/src/SWIG_files/headers/IntImpParGen_module.hxx index a24bf97d5..e66e48ed0 100644 --- a/src/SWIG_files/headers/IntImpParGen_module.hxx +++ b/src/SWIG_files/headers/IntImpParGen_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/IntImp_module.hxx b/src/SWIG_files/headers/IntImp_module.hxx index cb378b784..d5fb66329 100644 --- a/src/SWIG_files/headers/IntImp_module.hxx +++ b/src/SWIG_files/headers/IntImp_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/IntPatch_module.hxx b/src/SWIG_files/headers/IntPatch_module.hxx index c9814ee1c..1b678d089 100644 --- a/src/SWIG_files/headers/IntPatch_module.hxx +++ b/src/SWIG_files/headers/IntPatch_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/IntPolyh_module.hxx b/src/SWIG_files/headers/IntPolyh_module.hxx index b8be40bee..d71c3658c 100644 --- a/src/SWIG_files/headers/IntPolyh_module.hxx +++ b/src/SWIG_files/headers/IntPolyh_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/IntRes2d_module.hxx b/src/SWIG_files/headers/IntRes2d_module.hxx index a91a6d890..841efa396 100644 --- a/src/SWIG_files/headers/IntRes2d_module.hxx +++ b/src/SWIG_files/headers/IntRes2d_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/IntStart_module.hxx b/src/SWIG_files/headers/IntStart_module.hxx index 030508f1f..9e73fd701 100644 --- a/src/SWIG_files/headers/IntStart_module.hxx +++ b/src/SWIG_files/headers/IntStart_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/IntSurf_module.hxx b/src/SWIG_files/headers/IntSurf_module.hxx index 45568858c..57374d8c3 100644 --- a/src/SWIG_files/headers/IntSurf_module.hxx +++ b/src/SWIG_files/headers/IntSurf_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/IntTools_module.hxx b/src/SWIG_files/headers/IntTools_module.hxx index e0dc7864a..d21c34a83 100644 --- a/src/SWIG_files/headers/IntTools_module.hxx +++ b/src/SWIG_files/headers/IntTools_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/IntWalk_module.hxx b/src/SWIG_files/headers/IntWalk_module.hxx index 9214c44d0..adee7686a 100644 --- a/src/SWIG_files/headers/IntWalk_module.hxx +++ b/src/SWIG_files/headers/IntWalk_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/InterfaceGraphic_module.hxx b/src/SWIG_files/headers/InterfaceGraphic_module.hxx index d10366fd1..70c1a19ab 100644 --- a/src/SWIG_files/headers/InterfaceGraphic_module.hxx +++ b/src/SWIG_files/headers/InterfaceGraphic_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/Interface_module.hxx b/src/SWIG_files/headers/Interface_module.hxx index b275f4ab2..eb96750c7 100644 --- a/src/SWIG_files/headers/Interface_module.hxx +++ b/src/SWIG_files/headers/Interface_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/Intf_module.hxx b/src/SWIG_files/headers/Intf_module.hxx index bfefe1208..5d63a1da1 100644 --- a/src/SWIG_files/headers/Intf_module.hxx +++ b/src/SWIG_files/headers/Intf_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/Intrv_module.hxx b/src/SWIG_files/headers/Intrv_module.hxx index 572a2340e..3e5aef5c5 100644 --- a/src/SWIG_files/headers/Intrv_module.hxx +++ b/src/SWIG_files/headers/Intrv_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/LDOM_module.hxx b/src/SWIG_files/headers/LDOM_module.hxx index bfa31ea60..7fb0fe589 100644 --- a/src/SWIG_files/headers/LDOM_module.hxx +++ b/src/SWIG_files/headers/LDOM_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/LProp3d_module.hxx b/src/SWIG_files/headers/LProp3d_module.hxx index dd08b240a..a5c24bb46 100644 --- a/src/SWIG_files/headers/LProp3d_module.hxx +++ b/src/SWIG_files/headers/LProp3d_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/LProp_module.hxx b/src/SWIG_files/headers/LProp_module.hxx index e414b8528..e15c1917f 100644 --- a/src/SWIG_files/headers/LProp_module.hxx +++ b/src/SWIG_files/headers/LProp_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/Law_module.hxx b/src/SWIG_files/headers/Law_module.hxx index 439121a42..4fbb5bdc3 100644 --- a/src/SWIG_files/headers/Law_module.hxx +++ b/src/SWIG_files/headers/Law_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/LocOpe_module.hxx b/src/SWIG_files/headers/LocOpe_module.hxx index f8f8b8e56..529bb2f05 100644 --- a/src/SWIG_files/headers/LocOpe_module.hxx +++ b/src/SWIG_files/headers/LocOpe_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/LocalAnalysis_module.hxx b/src/SWIG_files/headers/LocalAnalysis_module.hxx index caade43b5..be531463d 100644 --- a/src/SWIG_files/headers/LocalAnalysis_module.hxx +++ b/src/SWIG_files/headers/LocalAnalysis_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/MAT2d_module.hxx b/src/SWIG_files/headers/MAT2d_module.hxx index 208ffdab9..629bf9a9a 100644 --- a/src/SWIG_files/headers/MAT2d_module.hxx +++ b/src/SWIG_files/headers/MAT2d_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/MAT_module.hxx b/src/SWIG_files/headers/MAT_module.hxx index e2cb76847..f9c031828 100644 --- a/src/SWIG_files/headers/MAT_module.hxx +++ b/src/SWIG_files/headers/MAT_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/Media_module.hxx b/src/SWIG_files/headers/Media_module.hxx index 026794ddc..38862c8b8 100644 --- a/src/SWIG_files/headers/Media_module.hxx +++ b/src/SWIG_files/headers/Media_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/MeshVS_module.hxx b/src/SWIG_files/headers/MeshVS_module.hxx index 0da674fba..cfed97b30 100644 --- a/src/SWIG_files/headers/MeshVS_module.hxx +++ b/src/SWIG_files/headers/MeshVS_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/Message_module.hxx b/src/SWIG_files/headers/Message_module.hxx index ab9208606..e15ed3844 100644 --- a/src/SWIG_files/headers/Message_module.hxx +++ b/src/SWIG_files/headers/Message_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/MoniTool_module.hxx b/src/SWIG_files/headers/MoniTool_module.hxx index bbeec391a..ae3606086 100644 --- a/src/SWIG_files/headers/MoniTool_module.hxx +++ b/src/SWIG_files/headers/MoniTool_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/NCollection_module.hxx b/src/SWIG_files/headers/NCollection_module.hxx index 363026007..cf64f8ca8 100644 --- a/src/SWIG_files/headers/NCollection_module.hxx +++ b/src/SWIG_files/headers/NCollection_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/NLPlate_module.hxx b/src/SWIG_files/headers/NLPlate_module.hxx index b602e1563..cf319597c 100644 --- a/src/SWIG_files/headers/NLPlate_module.hxx +++ b/src/SWIG_files/headers/NLPlate_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/OSD_module.hxx b/src/SWIG_files/headers/OSD_module.hxx index a431c1bf0..9db7f118f 100644 --- a/src/SWIG_files/headers/OSD_module.hxx +++ b/src/SWIG_files/headers/OSD_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/PCDM_module.hxx b/src/SWIG_files/headers/PCDM_module.hxx index f47141307..9b24dccd5 100644 --- a/src/SWIG_files/headers/PCDM_module.hxx +++ b/src/SWIG_files/headers/PCDM_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/PLib_module.hxx b/src/SWIG_files/headers/PLib_module.hxx index b66791a4d..ef34347f5 100644 --- a/src/SWIG_files/headers/PLib_module.hxx +++ b/src/SWIG_files/headers/PLib_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/Plate_module.hxx b/src/SWIG_files/headers/Plate_module.hxx index 6dd6421fa..e6147aa43 100644 --- a/src/SWIG_files/headers/Plate_module.hxx +++ b/src/SWIG_files/headers/Plate_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/Plugin_module.hxx b/src/SWIG_files/headers/Plugin_module.hxx index 410fe860c..2c49e267c 100644 --- a/src/SWIG_files/headers/Plugin_module.hxx +++ b/src/SWIG_files/headers/Plugin_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/Poly_module.hxx b/src/SWIG_files/headers/Poly_module.hxx index 2b4a661c9..22b55de4a 100644 --- a/src/SWIG_files/headers/Poly_module.hxx +++ b/src/SWIG_files/headers/Poly_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/Precision_module.hxx b/src/SWIG_files/headers/Precision_module.hxx index 1afa93553..8a7634645 100644 --- a/src/SWIG_files/headers/Precision_module.hxx +++ b/src/SWIG_files/headers/Precision_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/ProjLib_module.hxx b/src/SWIG_files/headers/ProjLib_module.hxx index 233891e21..7066b25b6 100644 --- a/src/SWIG_files/headers/ProjLib_module.hxx +++ b/src/SWIG_files/headers/ProjLib_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/Prs3d_module.hxx b/src/SWIG_files/headers/Prs3d_module.hxx index 5d8da9794..839539752 100644 --- a/src/SWIG_files/headers/Prs3d_module.hxx +++ b/src/SWIG_files/headers/Prs3d_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/PrsDim_module.hxx b/src/SWIG_files/headers/PrsDim_module.hxx index c6f8fb29d..bea401ae0 100644 --- a/src/SWIG_files/headers/PrsDim_module.hxx +++ b/src/SWIG_files/headers/PrsDim_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/PrsMgr_module.hxx b/src/SWIG_files/headers/PrsMgr_module.hxx index 7dc0819ad..77a273960 100644 --- a/src/SWIG_files/headers/PrsMgr_module.hxx +++ b/src/SWIG_files/headers/PrsMgr_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/Quantity_module.hxx b/src/SWIG_files/headers/Quantity_module.hxx index 3e4a1b039..bc9c9ed38 100644 --- a/src/SWIG_files/headers/Quantity_module.hxx +++ b/src/SWIG_files/headers/Quantity_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/RWGltf_module.hxx b/src/SWIG_files/headers/RWGltf_module.hxx index acfbfa85d..b5b7b9f6b 100644 --- a/src/SWIG_files/headers/RWGltf_module.hxx +++ b/src/SWIG_files/headers/RWGltf_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/RWHeaderSection_module.hxx b/src/SWIG_files/headers/RWHeaderSection_module.hxx index 93c5c2be8..1818de453 100644 --- a/src/SWIG_files/headers/RWHeaderSection_module.hxx +++ b/src/SWIG_files/headers/RWHeaderSection_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/RWMesh_module.hxx b/src/SWIG_files/headers/RWMesh_module.hxx index 059b6036d..ad95291b2 100644 --- a/src/SWIG_files/headers/RWMesh_module.hxx +++ b/src/SWIG_files/headers/RWMesh_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/RWObj_module.hxx b/src/SWIG_files/headers/RWObj_module.hxx index 814d2d5b5..66f5e8147 100644 --- a/src/SWIG_files/headers/RWObj_module.hxx +++ b/src/SWIG_files/headers/RWObj_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/RWPly_module.hxx b/src/SWIG_files/headers/RWPly_module.hxx index 5680628ee..33da751d0 100644 --- a/src/SWIG_files/headers/RWPly_module.hxx +++ b/src/SWIG_files/headers/RWPly_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/RWStepAP203_module.hxx b/src/SWIG_files/headers/RWStepAP203_module.hxx index c5f4bb565..ec22ab3f4 100644 --- a/src/SWIG_files/headers/RWStepAP203_module.hxx +++ b/src/SWIG_files/headers/RWStepAP203_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/RWStepAP214_module.hxx b/src/SWIG_files/headers/RWStepAP214_module.hxx index 3fc4e3d15..6cd617a09 100644 --- a/src/SWIG_files/headers/RWStepAP214_module.hxx +++ b/src/SWIG_files/headers/RWStepAP214_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/RWStepAP242_module.hxx b/src/SWIG_files/headers/RWStepAP242_module.hxx index 1a5eeec51..2da542e4b 100644 --- a/src/SWIG_files/headers/RWStepAP242_module.hxx +++ b/src/SWIG_files/headers/RWStepAP242_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/RWStepBasic_module.hxx b/src/SWIG_files/headers/RWStepBasic_module.hxx index 5e1dc048b..bfda7ce8d 100644 --- a/src/SWIG_files/headers/RWStepBasic_module.hxx +++ b/src/SWIG_files/headers/RWStepBasic_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/RWStepDimTol_module.hxx b/src/SWIG_files/headers/RWStepDimTol_module.hxx index 7ddf292ca..31bf8e793 100644 --- a/src/SWIG_files/headers/RWStepDimTol_module.hxx +++ b/src/SWIG_files/headers/RWStepDimTol_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/RWStepElement_module.hxx b/src/SWIG_files/headers/RWStepElement_module.hxx index 1479d0ff8..549e1f94c 100644 --- a/src/SWIG_files/headers/RWStepElement_module.hxx +++ b/src/SWIG_files/headers/RWStepElement_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/RWStepFEA_module.hxx b/src/SWIG_files/headers/RWStepFEA_module.hxx index 427f49c05..522bfb4e8 100644 --- a/src/SWIG_files/headers/RWStepFEA_module.hxx +++ b/src/SWIG_files/headers/RWStepFEA_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/RWStepGeom_module.hxx b/src/SWIG_files/headers/RWStepGeom_module.hxx index c559eb361..652586cf2 100644 --- a/src/SWIG_files/headers/RWStepGeom_module.hxx +++ b/src/SWIG_files/headers/RWStepGeom_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/RWStepKinematics_module.hxx b/src/SWIG_files/headers/RWStepKinematics_module.hxx index b25a8f1f3..2365d7bfa 100644 --- a/src/SWIG_files/headers/RWStepKinematics_module.hxx +++ b/src/SWIG_files/headers/RWStepKinematics_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/RWStepRepr_module.hxx b/src/SWIG_files/headers/RWStepRepr_module.hxx index a2869cea1..f39f7c484 100644 --- a/src/SWIG_files/headers/RWStepRepr_module.hxx +++ b/src/SWIG_files/headers/RWStepRepr_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/RWStepShape_module.hxx b/src/SWIG_files/headers/RWStepShape_module.hxx index 2f86a6d0b..f18278098 100644 --- a/src/SWIG_files/headers/RWStepShape_module.hxx +++ b/src/SWIG_files/headers/RWStepShape_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/RWStepVisual_module.hxx b/src/SWIG_files/headers/RWStepVisual_module.hxx index 66411a03b..79ed53b3f 100644 --- a/src/SWIG_files/headers/RWStepVisual_module.hxx +++ b/src/SWIG_files/headers/RWStepVisual_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/RWStl_module.hxx b/src/SWIG_files/headers/RWStl_module.hxx index 9c698b8a5..4f629147b 100644 --- a/src/SWIG_files/headers/RWStl_module.hxx +++ b/src/SWIG_files/headers/RWStl_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/Resource_module.hxx b/src/SWIG_files/headers/Resource_module.hxx index cc19ae1af..4d608b204 100644 --- a/src/SWIG_files/headers/Resource_module.hxx +++ b/src/SWIG_files/headers/Resource_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/STEPCAFControl_module.hxx b/src/SWIG_files/headers/STEPCAFControl_module.hxx index 6a2515191..8e4408411 100644 --- a/src/SWIG_files/headers/STEPCAFControl_module.hxx +++ b/src/SWIG_files/headers/STEPCAFControl_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/STEPConstruct_module.hxx b/src/SWIG_files/headers/STEPConstruct_module.hxx index 814628c31..6a9da5c40 100644 --- a/src/SWIG_files/headers/STEPConstruct_module.hxx +++ b/src/SWIG_files/headers/STEPConstruct_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/STEPControl_module.hxx b/src/SWIG_files/headers/STEPControl_module.hxx index 04f891a3b..1a9f0dbe1 100644 --- a/src/SWIG_files/headers/STEPControl_module.hxx +++ b/src/SWIG_files/headers/STEPControl_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/STEPEdit_module.hxx b/src/SWIG_files/headers/STEPEdit_module.hxx index 9a16fe917..3cd7f3fe9 100644 --- a/src/SWIG_files/headers/STEPEdit_module.hxx +++ b/src/SWIG_files/headers/STEPEdit_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/STEPSelections_module.hxx b/src/SWIG_files/headers/STEPSelections_module.hxx index eb13eb9c4..be37fd0fc 100644 --- a/src/SWIG_files/headers/STEPSelections_module.hxx +++ b/src/SWIG_files/headers/STEPSelections_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/Select3D_module.hxx b/src/SWIG_files/headers/Select3D_module.hxx index be358a226..ac010a25e 100644 --- a/src/SWIG_files/headers/Select3D_module.hxx +++ b/src/SWIG_files/headers/Select3D_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/SelectBasics_module.hxx b/src/SWIG_files/headers/SelectBasics_module.hxx index e1207be03..19077370e 100644 --- a/src/SWIG_files/headers/SelectBasics_module.hxx +++ b/src/SWIG_files/headers/SelectBasics_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/SelectMgr_module.hxx b/src/SWIG_files/headers/SelectMgr_module.hxx index f296545d6..769c972c3 100644 --- a/src/SWIG_files/headers/SelectMgr_module.hxx +++ b/src/SWIG_files/headers/SelectMgr_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/ShapeAlgo_module.hxx b/src/SWIG_files/headers/ShapeAlgo_module.hxx index 102b40397..2b70e4299 100644 --- a/src/SWIG_files/headers/ShapeAlgo_module.hxx +++ b/src/SWIG_files/headers/ShapeAlgo_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/ShapeAnalysis_module.hxx b/src/SWIG_files/headers/ShapeAnalysis_module.hxx index f56fc5666..9114d613e 100644 --- a/src/SWIG_files/headers/ShapeAnalysis_module.hxx +++ b/src/SWIG_files/headers/ShapeAnalysis_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/ShapeBuild_module.hxx b/src/SWIG_files/headers/ShapeBuild_module.hxx index dccd524ab..538bc76bb 100644 --- a/src/SWIG_files/headers/ShapeBuild_module.hxx +++ b/src/SWIG_files/headers/ShapeBuild_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/ShapeConstruct_module.hxx b/src/SWIG_files/headers/ShapeConstruct_module.hxx index 238703c37..7d78a89c3 100644 --- a/src/SWIG_files/headers/ShapeConstruct_module.hxx +++ b/src/SWIG_files/headers/ShapeConstruct_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/ShapeCustom_module.hxx b/src/SWIG_files/headers/ShapeCustom_module.hxx index 127e13d3f..84f0dbe13 100644 --- a/src/SWIG_files/headers/ShapeCustom_module.hxx +++ b/src/SWIG_files/headers/ShapeCustom_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/ShapeExtend_module.hxx b/src/SWIG_files/headers/ShapeExtend_module.hxx index 1884a4eed..79f4e61fa 100644 --- a/src/SWIG_files/headers/ShapeExtend_module.hxx +++ b/src/SWIG_files/headers/ShapeExtend_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/ShapeFix_module.hxx b/src/SWIG_files/headers/ShapeFix_module.hxx index 013aa3701..764dee81a 100644 --- a/src/SWIG_files/headers/ShapeFix_module.hxx +++ b/src/SWIG_files/headers/ShapeFix_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/ShapeProcessAPI_module.hxx b/src/SWIG_files/headers/ShapeProcessAPI_module.hxx index be8acc674..eb94f019f 100644 --- a/src/SWIG_files/headers/ShapeProcessAPI_module.hxx +++ b/src/SWIG_files/headers/ShapeProcessAPI_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/ShapeProcess_module.hxx b/src/SWIG_files/headers/ShapeProcess_module.hxx index 3d868d377..ac6d588a2 100644 --- a/src/SWIG_files/headers/ShapeProcess_module.hxx +++ b/src/SWIG_files/headers/ShapeProcess_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/ShapeUpgrade_module.hxx b/src/SWIG_files/headers/ShapeUpgrade_module.hxx index 57d5940aa..9af26b2b9 100644 --- a/src/SWIG_files/headers/ShapeUpgrade_module.hxx +++ b/src/SWIG_files/headers/ShapeUpgrade_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/Standard_module.hxx b/src/SWIG_files/headers/Standard_module.hxx index bd5307ef3..2d37fc7e0 100644 --- a/src/SWIG_files/headers/Standard_module.hxx +++ b/src/SWIG_files/headers/Standard_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/StdFail_module.hxx b/src/SWIG_files/headers/StdFail_module.hxx index b0fa8ad95..6d456ea94 100644 --- a/src/SWIG_files/headers/StdFail_module.hxx +++ b/src/SWIG_files/headers/StdFail_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/StdPrs_module.hxx b/src/SWIG_files/headers/StdPrs_module.hxx index e2b646801..6f2bf1e03 100644 --- a/src/SWIG_files/headers/StdPrs_module.hxx +++ b/src/SWIG_files/headers/StdPrs_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/StdSelect_module.hxx b/src/SWIG_files/headers/StdSelect_module.hxx index 7421f4e51..98e599cbc 100644 --- a/src/SWIG_files/headers/StdSelect_module.hxx +++ b/src/SWIG_files/headers/StdSelect_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/StepAP203_module.hxx b/src/SWIG_files/headers/StepAP203_module.hxx index ba57a09dd..6344460e1 100644 --- a/src/SWIG_files/headers/StepAP203_module.hxx +++ b/src/SWIG_files/headers/StepAP203_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/StepAP209_module.hxx b/src/SWIG_files/headers/StepAP209_module.hxx index 0193003b7..0b59ab661 100644 --- a/src/SWIG_files/headers/StepAP209_module.hxx +++ b/src/SWIG_files/headers/StepAP209_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/StepAP214_module.hxx b/src/SWIG_files/headers/StepAP214_module.hxx index 50d6ef044..ae645cb29 100644 --- a/src/SWIG_files/headers/StepAP214_module.hxx +++ b/src/SWIG_files/headers/StepAP214_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/StepAP242_module.hxx b/src/SWIG_files/headers/StepAP242_module.hxx index 190e52502..694bcf6f3 100644 --- a/src/SWIG_files/headers/StepAP242_module.hxx +++ b/src/SWIG_files/headers/StepAP242_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/StepBasic_module.hxx b/src/SWIG_files/headers/StepBasic_module.hxx index cb727c4f5..49ea59d6e 100644 --- a/src/SWIG_files/headers/StepBasic_module.hxx +++ b/src/SWIG_files/headers/StepBasic_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/StepData_module.hxx b/src/SWIG_files/headers/StepData_module.hxx index 09fcd80c7..b1cfad606 100644 --- a/src/SWIG_files/headers/StepData_module.hxx +++ b/src/SWIG_files/headers/StepData_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/StepDimTol_module.hxx b/src/SWIG_files/headers/StepDimTol_module.hxx index 28baf3ef5..b1b5a164c 100644 --- a/src/SWIG_files/headers/StepDimTol_module.hxx +++ b/src/SWIG_files/headers/StepDimTol_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/StepElement_module.hxx b/src/SWIG_files/headers/StepElement_module.hxx index 21737d543..921cc9a7e 100644 --- a/src/SWIG_files/headers/StepElement_module.hxx +++ b/src/SWIG_files/headers/StepElement_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/StepFEA_module.hxx b/src/SWIG_files/headers/StepFEA_module.hxx index e6f1a2e90..f10898aba 100644 --- a/src/SWIG_files/headers/StepFEA_module.hxx +++ b/src/SWIG_files/headers/StepFEA_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/StepGeom_module.hxx b/src/SWIG_files/headers/StepGeom_module.hxx index 5446ceb3b..d9412206d 100644 --- a/src/SWIG_files/headers/StepGeom_module.hxx +++ b/src/SWIG_files/headers/StepGeom_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/StepKinematics_module.hxx b/src/SWIG_files/headers/StepKinematics_module.hxx index a9a5fc9e5..039b0f1dc 100644 --- a/src/SWIG_files/headers/StepKinematics_module.hxx +++ b/src/SWIG_files/headers/StepKinematics_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/StepRepr_module.hxx b/src/SWIG_files/headers/StepRepr_module.hxx index d19c6088f..ca7fcbf3a 100644 --- a/src/SWIG_files/headers/StepRepr_module.hxx +++ b/src/SWIG_files/headers/StepRepr_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/StepShape_module.hxx b/src/SWIG_files/headers/StepShape_module.hxx index f1e90a161..d1abaa284 100644 --- a/src/SWIG_files/headers/StepShape_module.hxx +++ b/src/SWIG_files/headers/StepShape_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/StepToGeom_module.hxx b/src/SWIG_files/headers/StepToGeom_module.hxx index f81f46a0f..3c749840e 100644 --- a/src/SWIG_files/headers/StepToGeom_module.hxx +++ b/src/SWIG_files/headers/StepToGeom_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/StepToTopoDS_module.hxx b/src/SWIG_files/headers/StepToTopoDS_module.hxx index 16af09e45..a5b0c9933 100644 --- a/src/SWIG_files/headers/StepToTopoDS_module.hxx +++ b/src/SWIG_files/headers/StepToTopoDS_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/StepVisual_module.hxx b/src/SWIG_files/headers/StepVisual_module.hxx index 4c8ccad8d..463e0951f 100644 --- a/src/SWIG_files/headers/StepVisual_module.hxx +++ b/src/SWIG_files/headers/StepVisual_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/StlAPI_module.hxx b/src/SWIG_files/headers/StlAPI_module.hxx index e72683580..999712f5d 100644 --- a/src/SWIG_files/headers/StlAPI_module.hxx +++ b/src/SWIG_files/headers/StlAPI_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/Storage_module.hxx b/src/SWIG_files/headers/Storage_module.hxx index b7457d7fe..af8b6b1a9 100644 --- a/src/SWIG_files/headers/Storage_module.hxx +++ b/src/SWIG_files/headers/Storage_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/Sweep_module.hxx b/src/SWIG_files/headers/Sweep_module.hxx index 6625ba25a..c80488087 100644 --- a/src/SWIG_files/headers/Sweep_module.hxx +++ b/src/SWIG_files/headers/Sweep_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/TColGeom2d_module.hxx b/src/SWIG_files/headers/TColGeom2d_module.hxx index 8339e35e2..de97900db 100644 --- a/src/SWIG_files/headers/TColGeom2d_module.hxx +++ b/src/SWIG_files/headers/TColGeom2d_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/TColGeom_module.hxx b/src/SWIG_files/headers/TColGeom_module.hxx index 684522c4f..1aed94b3b 100644 --- a/src/SWIG_files/headers/TColGeom_module.hxx +++ b/src/SWIG_files/headers/TColGeom_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/TColQuantity_module.hxx b/src/SWIG_files/headers/TColQuantity_module.hxx index aaa2c2bb4..d58cf4c71 100644 --- a/src/SWIG_files/headers/TColQuantity_module.hxx +++ b/src/SWIG_files/headers/TColQuantity_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/TColStd_module.hxx b/src/SWIG_files/headers/TColStd_module.hxx index 060d3942e..56c95f08d 100644 --- a/src/SWIG_files/headers/TColStd_module.hxx +++ b/src/SWIG_files/headers/TColStd_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/TColgp_module.hxx b/src/SWIG_files/headers/TColgp_module.hxx index 314d715fe..7d39afd26 100644 --- a/src/SWIG_files/headers/TColgp_module.hxx +++ b/src/SWIG_files/headers/TColgp_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/TCollection_module.hxx b/src/SWIG_files/headers/TCollection_module.hxx index fce7d6e9a..4173d3339 100644 --- a/src/SWIG_files/headers/TCollection_module.hxx +++ b/src/SWIG_files/headers/TCollection_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/TDF_module.hxx b/src/SWIG_files/headers/TDF_module.hxx index 30ad64fe1..ccf45c419 100644 --- a/src/SWIG_files/headers/TDF_module.hxx +++ b/src/SWIG_files/headers/TDF_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/TDataStd_module.hxx b/src/SWIG_files/headers/TDataStd_module.hxx index 0a7f41648..75f0e9461 100644 --- a/src/SWIG_files/headers/TDataStd_module.hxx +++ b/src/SWIG_files/headers/TDataStd_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/TDataXtd_module.hxx b/src/SWIG_files/headers/TDataXtd_module.hxx index 36d8bfaa9..f28e3c7a5 100644 --- a/src/SWIG_files/headers/TDataXtd_module.hxx +++ b/src/SWIG_files/headers/TDataXtd_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/TDocStd_module.hxx b/src/SWIG_files/headers/TDocStd_module.hxx index 96b463da4..44fd91e94 100644 --- a/src/SWIG_files/headers/TDocStd_module.hxx +++ b/src/SWIG_files/headers/TDocStd_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/TFunction_module.hxx b/src/SWIG_files/headers/TFunction_module.hxx index f176814a1..fefcb366d 100644 --- a/src/SWIG_files/headers/TFunction_module.hxx +++ b/src/SWIG_files/headers/TFunction_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/TNaming_module.hxx b/src/SWIG_files/headers/TNaming_module.hxx index 1bc361777..0a919dceb 100644 --- a/src/SWIG_files/headers/TNaming_module.hxx +++ b/src/SWIG_files/headers/TNaming_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/TObj_module.hxx b/src/SWIG_files/headers/TObj_module.hxx index bfdc0ca7b..6d818a845 100644 --- a/src/SWIG_files/headers/TObj_module.hxx +++ b/src/SWIG_files/headers/TObj_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/TPrsStd_module.hxx b/src/SWIG_files/headers/TPrsStd_module.hxx index bf88f3426..e17ec7728 100644 --- a/src/SWIG_files/headers/TPrsStd_module.hxx +++ b/src/SWIG_files/headers/TPrsStd_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/TShort_module.hxx b/src/SWIG_files/headers/TShort_module.hxx index 468a935b1..77cf46843 100644 --- a/src/SWIG_files/headers/TShort_module.hxx +++ b/src/SWIG_files/headers/TShort_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/TopAbs_module.hxx b/src/SWIG_files/headers/TopAbs_module.hxx index b1d832bbf..f775eaeb9 100644 --- a/src/SWIG_files/headers/TopAbs_module.hxx +++ b/src/SWIG_files/headers/TopAbs_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/TopBas_module.hxx b/src/SWIG_files/headers/TopBas_module.hxx index e58f5fd7e..ff40b31bd 100644 --- a/src/SWIG_files/headers/TopBas_module.hxx +++ b/src/SWIG_files/headers/TopBas_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/TopClass_module.hxx b/src/SWIG_files/headers/TopClass_module.hxx index 90f6fadd3..823b2baef 100644 --- a/src/SWIG_files/headers/TopClass_module.hxx +++ b/src/SWIG_files/headers/TopClass_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/TopCnx_module.hxx b/src/SWIG_files/headers/TopCnx_module.hxx index 406f20bf3..99d6729f6 100644 --- a/src/SWIG_files/headers/TopCnx_module.hxx +++ b/src/SWIG_files/headers/TopCnx_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/TopExp_module.hxx b/src/SWIG_files/headers/TopExp_module.hxx index b5c6242de..f38d8d67c 100644 --- a/src/SWIG_files/headers/TopExp_module.hxx +++ b/src/SWIG_files/headers/TopExp_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/TopLoc_module.hxx b/src/SWIG_files/headers/TopLoc_module.hxx index 5e3f92cf2..972a1806f 100644 --- a/src/SWIG_files/headers/TopLoc_module.hxx +++ b/src/SWIG_files/headers/TopLoc_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/TopOpeBRepBuild_module.hxx b/src/SWIG_files/headers/TopOpeBRepBuild_module.hxx index 90f17bad8..bdf46951c 100644 --- a/src/SWIG_files/headers/TopOpeBRepBuild_module.hxx +++ b/src/SWIG_files/headers/TopOpeBRepBuild_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/TopOpeBRepDS_module.hxx b/src/SWIG_files/headers/TopOpeBRepDS_module.hxx index 997511b5b..eed9961d5 100644 --- a/src/SWIG_files/headers/TopOpeBRepDS_module.hxx +++ b/src/SWIG_files/headers/TopOpeBRepDS_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/TopOpeBRepTool_module.hxx b/src/SWIG_files/headers/TopOpeBRepTool_module.hxx index 86d8ad42f..ec300f2c3 100644 --- a/src/SWIG_files/headers/TopOpeBRepTool_module.hxx +++ b/src/SWIG_files/headers/TopOpeBRepTool_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/TopOpeBRep_module.hxx b/src/SWIG_files/headers/TopOpeBRep_module.hxx index 1e6beb5da..88fce1127 100644 --- a/src/SWIG_files/headers/TopOpeBRep_module.hxx +++ b/src/SWIG_files/headers/TopOpeBRep_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/TopTools_module.hxx b/src/SWIG_files/headers/TopTools_module.hxx index 975f0d47e..e9ab0041a 100644 --- a/src/SWIG_files/headers/TopTools_module.hxx +++ b/src/SWIG_files/headers/TopTools_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/TopTrans_module.hxx b/src/SWIG_files/headers/TopTrans_module.hxx index 9dba1914d..176a73be1 100644 --- a/src/SWIG_files/headers/TopTrans_module.hxx +++ b/src/SWIG_files/headers/TopTrans_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/TopoDSToStep_module.hxx b/src/SWIG_files/headers/TopoDSToStep_module.hxx index 2d35b59f7..a63941da8 100644 --- a/src/SWIG_files/headers/TopoDSToStep_module.hxx +++ b/src/SWIG_files/headers/TopoDSToStep_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/TopoDS_module.hxx b/src/SWIG_files/headers/TopoDS_module.hxx index abf525851..e91e32a96 100644 --- a/src/SWIG_files/headers/TopoDS_module.hxx +++ b/src/SWIG_files/headers/TopoDS_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/TransferBRep_module.hxx b/src/SWIG_files/headers/TransferBRep_module.hxx index 174fa3255..89d4492dc 100644 --- a/src/SWIG_files/headers/TransferBRep_module.hxx +++ b/src/SWIG_files/headers/TransferBRep_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/Transfer_module.hxx b/src/SWIG_files/headers/Transfer_module.hxx index c822b407c..a90686251 100644 --- a/src/SWIG_files/headers/Transfer_module.hxx +++ b/src/SWIG_files/headers/Transfer_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/UTL_module.hxx b/src/SWIG_files/headers/UTL_module.hxx index 4da0fa56e..6ae217f35 100644 --- a/src/SWIG_files/headers/UTL_module.hxx +++ b/src/SWIG_files/headers/UTL_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/UnitsAPI_module.hxx b/src/SWIG_files/headers/UnitsAPI_module.hxx index 3ad400dcd..aa42975ec 100644 --- a/src/SWIG_files/headers/UnitsAPI_module.hxx +++ b/src/SWIG_files/headers/UnitsAPI_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/UnitsMethods_module.hxx b/src/SWIG_files/headers/UnitsMethods_module.hxx index 87953b265..07752581a 100644 --- a/src/SWIG_files/headers/UnitsMethods_module.hxx +++ b/src/SWIG_files/headers/UnitsMethods_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/Units_module.hxx b/src/SWIG_files/headers/Units_module.hxx index ed2c033a7..94a320f8c 100644 --- a/src/SWIG_files/headers/Units_module.hxx +++ b/src/SWIG_files/headers/Units_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/V3d_module.hxx b/src/SWIG_files/headers/V3d_module.hxx index 7874aec43..807978249 100644 --- a/src/SWIG_files/headers/V3d_module.hxx +++ b/src/SWIG_files/headers/V3d_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/VrmlAPI_module.hxx b/src/SWIG_files/headers/VrmlAPI_module.hxx index 933948a6b..7bc08e9a3 100644 --- a/src/SWIG_files/headers/VrmlAPI_module.hxx +++ b/src/SWIG_files/headers/VrmlAPI_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/VrmlConverter_module.hxx b/src/SWIG_files/headers/VrmlConverter_module.hxx index f3d5f268a..3100acd24 100644 --- a/src/SWIG_files/headers/VrmlConverter_module.hxx +++ b/src/SWIG_files/headers/VrmlConverter_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/VrmlData_module.hxx b/src/SWIG_files/headers/VrmlData_module.hxx index 9bb9fbfa2..2e8fc0a5d 100644 --- a/src/SWIG_files/headers/VrmlData_module.hxx +++ b/src/SWIG_files/headers/VrmlData_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/Vrml_module.hxx b/src/SWIG_files/headers/Vrml_module.hxx index 81f4a35c2..3020044dd 100644 --- a/src/SWIG_files/headers/Vrml_module.hxx +++ b/src/SWIG_files/headers/Vrml_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/XBRepMesh_module.hxx b/src/SWIG_files/headers/XBRepMesh_module.hxx index e5421e932..1a643baec 100644 --- a/src/SWIG_files/headers/XBRepMesh_module.hxx +++ b/src/SWIG_files/headers/XBRepMesh_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/XCAFApp_module.hxx b/src/SWIG_files/headers/XCAFApp_module.hxx index 564836d4d..fe813f8f9 100644 --- a/src/SWIG_files/headers/XCAFApp_module.hxx +++ b/src/SWIG_files/headers/XCAFApp_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/XCAFDimTolObjects_module.hxx b/src/SWIG_files/headers/XCAFDimTolObjects_module.hxx index d16238943..20c9ba65b 100644 --- a/src/SWIG_files/headers/XCAFDimTolObjects_module.hxx +++ b/src/SWIG_files/headers/XCAFDimTolObjects_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/XCAFDoc_module.hxx b/src/SWIG_files/headers/XCAFDoc_module.hxx index c25c06ec8..1c648bb87 100644 --- a/src/SWIG_files/headers/XCAFDoc_module.hxx +++ b/src/SWIG_files/headers/XCAFDoc_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/XCAFNoteObjects_module.hxx b/src/SWIG_files/headers/XCAFNoteObjects_module.hxx index f3d55022b..068cf18c3 100644 --- a/src/SWIG_files/headers/XCAFNoteObjects_module.hxx +++ b/src/SWIG_files/headers/XCAFNoteObjects_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/XCAFPrs_module.hxx b/src/SWIG_files/headers/XCAFPrs_module.hxx index 4343099af..204780109 100644 --- a/src/SWIG_files/headers/XCAFPrs_module.hxx +++ b/src/SWIG_files/headers/XCAFPrs_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/XCAFView_module.hxx b/src/SWIG_files/headers/XCAFView_module.hxx index 8811434d1..8d75c62f5 100644 --- a/src/SWIG_files/headers/XCAFView_module.hxx +++ b/src/SWIG_files/headers/XCAFView_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/XSControl_module.hxx b/src/SWIG_files/headers/XSControl_module.hxx index 43dd223ff..c684ac658 100644 --- a/src/SWIG_files/headers/XSControl_module.hxx +++ b/src/SWIG_files/headers/XSControl_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/XmlDrivers_module.hxx b/src/SWIG_files/headers/XmlDrivers_module.hxx index d3462551a..0d4fee8b9 100644 --- a/src/SWIG_files/headers/XmlDrivers_module.hxx +++ b/src/SWIG_files/headers/XmlDrivers_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/XmlLDrivers_module.hxx b/src/SWIG_files/headers/XmlLDrivers_module.hxx index ea1259b9b..a679a6dcf 100644 --- a/src/SWIG_files/headers/XmlLDrivers_module.hxx +++ b/src/SWIG_files/headers/XmlLDrivers_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/XmlMDF_module.hxx b/src/SWIG_files/headers/XmlMDF_module.hxx index a7a6fe228..7446e4d4b 100644 --- a/src/SWIG_files/headers/XmlMDF_module.hxx +++ b/src/SWIG_files/headers/XmlMDF_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/XmlMDataStd_module.hxx b/src/SWIG_files/headers/XmlMDataStd_module.hxx index ccff4ce67..1ae46747b 100644 --- a/src/SWIG_files/headers/XmlMDataStd_module.hxx +++ b/src/SWIG_files/headers/XmlMDataStd_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/XmlMDataXtd_module.hxx b/src/SWIG_files/headers/XmlMDataXtd_module.hxx index f2fa8f590..e037c5c00 100644 --- a/src/SWIG_files/headers/XmlMDataXtd_module.hxx +++ b/src/SWIG_files/headers/XmlMDataXtd_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/XmlMDocStd_module.hxx b/src/SWIG_files/headers/XmlMDocStd_module.hxx index 4086c21cc..8f1f8c077 100644 --- a/src/SWIG_files/headers/XmlMDocStd_module.hxx +++ b/src/SWIG_files/headers/XmlMDocStd_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/XmlMFunction_module.hxx b/src/SWIG_files/headers/XmlMFunction_module.hxx index 2bfc93c56..396ed69ba 100644 --- a/src/SWIG_files/headers/XmlMFunction_module.hxx +++ b/src/SWIG_files/headers/XmlMFunction_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/XmlMNaming_module.hxx b/src/SWIG_files/headers/XmlMNaming_module.hxx index ca4a90024..5ae8828ac 100644 --- a/src/SWIG_files/headers/XmlMNaming_module.hxx +++ b/src/SWIG_files/headers/XmlMNaming_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/XmlMXCAFDoc_module.hxx b/src/SWIG_files/headers/XmlMXCAFDoc_module.hxx index f8cfd7b6b..7d8ae7ae6 100644 --- a/src/SWIG_files/headers/XmlMXCAFDoc_module.hxx +++ b/src/SWIG_files/headers/XmlMXCAFDoc_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/XmlObjMgt_module.hxx b/src/SWIG_files/headers/XmlObjMgt_module.hxx index 76beb580f..f55f04895 100644 --- a/src/SWIG_files/headers/XmlObjMgt_module.hxx +++ b/src/SWIG_files/headers/XmlObjMgt_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/XmlTObjDrivers_module.hxx b/src/SWIG_files/headers/XmlTObjDrivers_module.hxx index 38d47544e..7b943d401 100644 --- a/src/SWIG_files/headers/XmlTObjDrivers_module.hxx +++ b/src/SWIG_files/headers/XmlTObjDrivers_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/XmlXCAFDrivers_module.hxx b/src/SWIG_files/headers/XmlXCAFDrivers_module.hxx index 7694517cd..8a74b0a3f 100644 --- a/src/SWIG_files/headers/XmlXCAFDrivers_module.hxx +++ b/src/SWIG_files/headers/XmlXCAFDrivers_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/gce_module.hxx b/src/SWIG_files/headers/gce_module.hxx index 14e164512..1c0d47f7e 100644 --- a/src/SWIG_files/headers/gce_module.hxx +++ b/src/SWIG_files/headers/gce_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/gp_module.hxx b/src/SWIG_files/headers/gp_module.hxx index def985a3c..204f91059 100644 --- a/src/SWIG_files/headers/gp_module.hxx +++ b/src/SWIG_files/headers/gp_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/headers/math_module.hxx b/src/SWIG_files/headers/math_module.hxx index 183f69524..84c8f6cc3 100644 --- a/src/SWIG_files/headers/math_module.hxx +++ b/src/SWIG_files/headers/math_module.hxx @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/AIS.i b/src/SWIG_files/wrapper/AIS.i index 1b21521e2..5a8dfca38 100644 --- a/src/SWIG_files/wrapper/AIS.i +++ b/src/SWIG_files/wrapper/AIS.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/APIHeaderSection.i b/src/SWIG_files/wrapper/APIHeaderSection.i index 10a84fa52..28295f8b0 100644 --- a/src/SWIG_files/wrapper/APIHeaderSection.i +++ b/src/SWIG_files/wrapper/APIHeaderSection.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/Adaptor2d.i b/src/SWIG_files/wrapper/Adaptor2d.i index aa043fd40..fb575a889 100644 --- a/src/SWIG_files/wrapper/Adaptor2d.i +++ b/src/SWIG_files/wrapper/Adaptor2d.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/Adaptor3d.i b/src/SWIG_files/wrapper/Adaptor3d.i index 3e8ba9199..beb69d789 100644 --- a/src/SWIG_files/wrapper/Adaptor3d.i +++ b/src/SWIG_files/wrapper/Adaptor3d.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/AdvApp2Var.i b/src/SWIG_files/wrapper/AdvApp2Var.i index f4a03ef98..0615813bd 100644 --- a/src/SWIG_files/wrapper/AdvApp2Var.i +++ b/src/SWIG_files/wrapper/AdvApp2Var.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/AdvApprox.i b/src/SWIG_files/wrapper/AdvApprox.i index ba32758b3..5a22ef058 100644 --- a/src/SWIG_files/wrapper/AdvApprox.i +++ b/src/SWIG_files/wrapper/AdvApprox.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/AppBlend.i b/src/SWIG_files/wrapper/AppBlend.i index 60a9bd4bb..291887b8d 100644 --- a/src/SWIG_files/wrapper/AppBlend.i +++ b/src/SWIG_files/wrapper/AppBlend.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/AppCont.i b/src/SWIG_files/wrapper/AppCont.i index c12eb3ae2..c4187a16f 100644 --- a/src/SWIG_files/wrapper/AppCont.i +++ b/src/SWIG_files/wrapper/AppCont.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/AppDef.i b/src/SWIG_files/wrapper/AppDef.i index 75236569e..0102fe3f5 100644 --- a/src/SWIG_files/wrapper/AppDef.i +++ b/src/SWIG_files/wrapper/AppDef.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/AppParCurves.i b/src/SWIG_files/wrapper/AppParCurves.i index a2b539222..80d797e46 100644 --- a/src/SWIG_files/wrapper/AppParCurves.i +++ b/src/SWIG_files/wrapper/AppParCurves.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/AppStd.i b/src/SWIG_files/wrapper/AppStd.i index f8c731ca8..7974c03db 100644 --- a/src/SWIG_files/wrapper/AppStd.i +++ b/src/SWIG_files/wrapper/AppStd.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/AppStdL.i b/src/SWIG_files/wrapper/AppStdL.i index 789b80c9e..5d1201251 100644 --- a/src/SWIG_files/wrapper/AppStdL.i +++ b/src/SWIG_files/wrapper/AppStdL.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/Approx.i b/src/SWIG_files/wrapper/Approx.i index 0952b0508..bcbe96121 100644 --- a/src/SWIG_files/wrapper/Approx.i +++ b/src/SWIG_files/wrapper/Approx.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/ApproxInt.i b/src/SWIG_files/wrapper/ApproxInt.i index 6b8367f99..a17d3ad61 100644 --- a/src/SWIG_files/wrapper/ApproxInt.i +++ b/src/SWIG_files/wrapper/ApproxInt.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/Aspect.i b/src/SWIG_files/wrapper/Aspect.i index 1f8288317..4473ecce9 100644 --- a/src/SWIG_files/wrapper/Aspect.i +++ b/src/SWIG_files/wrapper/Aspect.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/BOPAlgo.i b/src/SWIG_files/wrapper/BOPAlgo.i index ba27d5c71..9d16ea4a8 100644 --- a/src/SWIG_files/wrapper/BOPAlgo.i +++ b/src/SWIG_files/wrapper/BOPAlgo.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/BOPDS.i b/src/SWIG_files/wrapper/BOPDS.i index 655935cc1..ddf9787cb 100644 --- a/src/SWIG_files/wrapper/BOPDS.i +++ b/src/SWIG_files/wrapper/BOPDS.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/BOPTools.i b/src/SWIG_files/wrapper/BOPTools.i index bc593157d..f1ee2ad44 100644 --- a/src/SWIG_files/wrapper/BOPTools.i +++ b/src/SWIG_files/wrapper/BOPTools.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify @@ -65,6 +65,7 @@ https://dev.opencascade.org/doc/occt-7.7.0/refman/html/package_boptools.html" #include #include #include +#include #include #include #include diff --git a/src/SWIG_files/wrapper/BRep.i b/src/SWIG_files/wrapper/BRep.i index 9aec7a028..44f20a7ae 100644 --- a/src/SWIG_files/wrapper/BRep.i +++ b/src/SWIG_files/wrapper/BRep.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/BRepAdaptor.i b/src/SWIG_files/wrapper/BRepAdaptor.i index c7f859da3..044eef2e8 100644 --- a/src/SWIG_files/wrapper/BRepAdaptor.i +++ b/src/SWIG_files/wrapper/BRepAdaptor.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/BRepAlgo.i b/src/SWIG_files/wrapper/BRepAlgo.i index 6a1908d52..a62e785e1 100644 --- a/src/SWIG_files/wrapper/BRepAlgo.i +++ b/src/SWIG_files/wrapper/BRepAlgo.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/BRepAlgoAPI.i b/src/SWIG_files/wrapper/BRepAlgoAPI.i index 9dd271a97..43747531c 100644 --- a/src/SWIG_files/wrapper/BRepAlgoAPI.i +++ b/src/SWIG_files/wrapper/BRepAlgoAPI.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/BRepApprox.i b/src/SWIG_files/wrapper/BRepApprox.i index b53137449..520d68820 100644 --- a/src/SWIG_files/wrapper/BRepApprox.i +++ b/src/SWIG_files/wrapper/BRepApprox.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/BRepBlend.i b/src/SWIG_files/wrapper/BRepBlend.i index 6c18c8b5f..87717752c 100644 --- a/src/SWIG_files/wrapper/BRepBlend.i +++ b/src/SWIG_files/wrapper/BRepBlend.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/BRepBndLib.i b/src/SWIG_files/wrapper/BRepBndLib.i index 087df3af9..834b435fd 100644 --- a/src/SWIG_files/wrapper/BRepBndLib.i +++ b/src/SWIG_files/wrapper/BRepBndLib.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/BRepBuilderAPI.i b/src/SWIG_files/wrapper/BRepBuilderAPI.i index 48cdc17fa..f0666289b 100644 --- a/src/SWIG_files/wrapper/BRepBuilderAPI.i +++ b/src/SWIG_files/wrapper/BRepBuilderAPI.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/BRepCheck.i b/src/SWIG_files/wrapper/BRepCheck.i index 0525897b4..a903da9b5 100644 --- a/src/SWIG_files/wrapper/BRepCheck.i +++ b/src/SWIG_files/wrapper/BRepCheck.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/BRepClass.i b/src/SWIG_files/wrapper/BRepClass.i index f011628e1..189ba76b8 100644 --- a/src/SWIG_files/wrapper/BRepClass.i +++ b/src/SWIG_files/wrapper/BRepClass.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/BRepClass3d.i b/src/SWIG_files/wrapper/BRepClass3d.i index 1a0d3c7d5..ec8b7c21d 100644 --- a/src/SWIG_files/wrapper/BRepClass3d.i +++ b/src/SWIG_files/wrapper/BRepClass3d.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/BRepExtrema.i b/src/SWIG_files/wrapper/BRepExtrema.i index 243ef3933..25bed1a6b 100644 --- a/src/SWIG_files/wrapper/BRepExtrema.i +++ b/src/SWIG_files/wrapper/BRepExtrema.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/BRepFeat.i b/src/SWIG_files/wrapper/BRepFeat.i index 8d7c98a95..8e5b460fb 100644 --- a/src/SWIG_files/wrapper/BRepFeat.i +++ b/src/SWIG_files/wrapper/BRepFeat.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/BRepFill.i b/src/SWIG_files/wrapper/BRepFill.i index 770907319..c7829a7db 100644 --- a/src/SWIG_files/wrapper/BRepFill.i +++ b/src/SWIG_files/wrapper/BRepFill.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/BRepFilletAPI.i b/src/SWIG_files/wrapper/BRepFilletAPI.i index 30be02a17..5874aac8b 100644 --- a/src/SWIG_files/wrapper/BRepFilletAPI.i +++ b/src/SWIG_files/wrapper/BRepFilletAPI.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/BRepGProp.i b/src/SWIG_files/wrapper/BRepGProp.i index 745bbf650..9df9a9759 100644 --- a/src/SWIG_files/wrapper/BRepGProp.i +++ b/src/SWIG_files/wrapper/BRepGProp.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/BRepIntCurveSurface.i b/src/SWIG_files/wrapper/BRepIntCurveSurface.i index 01bcb0e92..a5d61b0b7 100644 --- a/src/SWIG_files/wrapper/BRepIntCurveSurface.i +++ b/src/SWIG_files/wrapper/BRepIntCurveSurface.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/BRepLProp.i b/src/SWIG_files/wrapper/BRepLProp.i index c8a92aae6..428affa09 100644 --- a/src/SWIG_files/wrapper/BRepLProp.i +++ b/src/SWIG_files/wrapper/BRepLProp.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/BRepLib.i b/src/SWIG_files/wrapper/BRepLib.i index 362d79864..19670f239 100644 --- a/src/SWIG_files/wrapper/BRepLib.i +++ b/src/SWIG_files/wrapper/BRepLib.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/BRepMAT2d.i b/src/SWIG_files/wrapper/BRepMAT2d.i index e502fc097..1c966628b 100644 --- a/src/SWIG_files/wrapper/BRepMAT2d.i +++ b/src/SWIG_files/wrapper/BRepMAT2d.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/BRepMesh.i b/src/SWIG_files/wrapper/BRepMesh.i index e22da86a9..ed564d6de 100644 --- a/src/SWIG_files/wrapper/BRepMesh.i +++ b/src/SWIG_files/wrapper/BRepMesh.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/BRepMeshData.i b/src/SWIG_files/wrapper/BRepMeshData.i index 649b46d20..d920b33cb 100644 --- a/src/SWIG_files/wrapper/BRepMeshData.i +++ b/src/SWIG_files/wrapper/BRepMeshData.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/BRepOffset.i b/src/SWIG_files/wrapper/BRepOffset.i index 015077ad3..006dbfe7d 100644 --- a/src/SWIG_files/wrapper/BRepOffset.i +++ b/src/SWIG_files/wrapper/BRepOffset.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/BRepOffsetAPI.i b/src/SWIG_files/wrapper/BRepOffsetAPI.i index 8a1e161fd..7c56d2dac 100644 --- a/src/SWIG_files/wrapper/BRepOffsetAPI.i +++ b/src/SWIG_files/wrapper/BRepOffsetAPI.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/BRepPrim.i b/src/SWIG_files/wrapper/BRepPrim.i index 33a24f621..1e317d657 100644 --- a/src/SWIG_files/wrapper/BRepPrim.i +++ b/src/SWIG_files/wrapper/BRepPrim.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/BRepPrimAPI.i b/src/SWIG_files/wrapper/BRepPrimAPI.i index 5882fb58f..f95ba2fa5 100644 --- a/src/SWIG_files/wrapper/BRepPrimAPI.i +++ b/src/SWIG_files/wrapper/BRepPrimAPI.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/BRepProj.i b/src/SWIG_files/wrapper/BRepProj.i index 225b7359c..3bf778a49 100644 --- a/src/SWIG_files/wrapper/BRepProj.i +++ b/src/SWIG_files/wrapper/BRepProj.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/BRepSweep.i b/src/SWIG_files/wrapper/BRepSweep.i index 34a2d7478..e1bf6b726 100644 --- a/src/SWIG_files/wrapper/BRepSweep.i +++ b/src/SWIG_files/wrapper/BRepSweep.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/BRepTools.i b/src/SWIG_files/wrapper/BRepTools.i index 9404b71fd..d4ac6d5cd 100644 --- a/src/SWIG_files/wrapper/BRepTools.i +++ b/src/SWIG_files/wrapper/BRepTools.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/BRepTopAdaptor.i b/src/SWIG_files/wrapper/BRepTopAdaptor.i index f015a3e75..707eb7bf9 100644 --- a/src/SWIG_files/wrapper/BRepTopAdaptor.i +++ b/src/SWIG_files/wrapper/BRepTopAdaptor.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/BSplCLib.i b/src/SWIG_files/wrapper/BSplCLib.i index 9c3f1559d..f40e9465c 100644 --- a/src/SWIG_files/wrapper/BSplCLib.i +++ b/src/SWIG_files/wrapper/BSplCLib.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/BSplSLib.i b/src/SWIG_files/wrapper/BSplSLib.i index 242d0208a..d9780de8d 100644 --- a/src/SWIG_files/wrapper/BSplSLib.i +++ b/src/SWIG_files/wrapper/BSplSLib.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/BVH.i b/src/SWIG_files/wrapper/BVH.i index 63a44252b..b9260f09d 100644 --- a/src/SWIG_files/wrapper/BVH.i +++ b/src/SWIG_files/wrapper/BVH.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/BiTgte.i b/src/SWIG_files/wrapper/BiTgte.i index c2ce5cce9..c6fb5d2ac 100644 --- a/src/SWIG_files/wrapper/BiTgte.i +++ b/src/SWIG_files/wrapper/BiTgte.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/BinDrivers.i b/src/SWIG_files/wrapper/BinDrivers.i index 553725456..dfd3e3024 100644 --- a/src/SWIG_files/wrapper/BinDrivers.i +++ b/src/SWIG_files/wrapper/BinDrivers.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/BinLDrivers.i b/src/SWIG_files/wrapper/BinLDrivers.i index 4978cb447..9a751cd6b 100644 --- a/src/SWIG_files/wrapper/BinLDrivers.i +++ b/src/SWIG_files/wrapper/BinLDrivers.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/BinMDF.i b/src/SWIG_files/wrapper/BinMDF.i index b420884aa..3e18a8eca 100644 --- a/src/SWIG_files/wrapper/BinMDF.i +++ b/src/SWIG_files/wrapper/BinMDF.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/BinMDataStd.i b/src/SWIG_files/wrapper/BinMDataStd.i index 798f66258..fdbca1043 100644 --- a/src/SWIG_files/wrapper/BinMDataStd.i +++ b/src/SWIG_files/wrapper/BinMDataStd.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/BinMDataXtd.i b/src/SWIG_files/wrapper/BinMDataXtd.i index 154360954..049a45b41 100644 --- a/src/SWIG_files/wrapper/BinMDataXtd.i +++ b/src/SWIG_files/wrapper/BinMDataXtd.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/BinMDocStd.i b/src/SWIG_files/wrapper/BinMDocStd.i index 4670a8052..a87af92e5 100644 --- a/src/SWIG_files/wrapper/BinMDocStd.i +++ b/src/SWIG_files/wrapper/BinMDocStd.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/BinMFunction.i b/src/SWIG_files/wrapper/BinMFunction.i index a3cee1284..63195e897 100644 --- a/src/SWIG_files/wrapper/BinMFunction.i +++ b/src/SWIG_files/wrapper/BinMFunction.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/BinMNaming.i b/src/SWIG_files/wrapper/BinMNaming.i index 4916eae02..081b91260 100644 --- a/src/SWIG_files/wrapper/BinMNaming.i +++ b/src/SWIG_files/wrapper/BinMNaming.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/BinMXCAFDoc.i b/src/SWIG_files/wrapper/BinMXCAFDoc.i index 8302af901..33abb801b 100644 --- a/src/SWIG_files/wrapper/BinMXCAFDoc.i +++ b/src/SWIG_files/wrapper/BinMXCAFDoc.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/BinObjMgt.i b/src/SWIG_files/wrapper/BinObjMgt.i index 391bea0e0..7c034d23a 100644 --- a/src/SWIG_files/wrapper/BinObjMgt.i +++ b/src/SWIG_files/wrapper/BinObjMgt.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/BinTObjDrivers.i b/src/SWIG_files/wrapper/BinTObjDrivers.i index 2628625f8..ebc2ac7bb 100644 --- a/src/SWIG_files/wrapper/BinTObjDrivers.i +++ b/src/SWIG_files/wrapper/BinTObjDrivers.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/BinTools.i b/src/SWIG_files/wrapper/BinTools.i index ad242e99c..b827c4c22 100644 --- a/src/SWIG_files/wrapper/BinTools.i +++ b/src/SWIG_files/wrapper/BinTools.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/BinXCAFDrivers.i b/src/SWIG_files/wrapper/BinXCAFDrivers.i index f6f4075e7..4afba7423 100644 --- a/src/SWIG_files/wrapper/BinXCAFDrivers.i +++ b/src/SWIG_files/wrapper/BinXCAFDrivers.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/Bisector.i b/src/SWIG_files/wrapper/Bisector.i index b48928b21..5a5eda348 100644 --- a/src/SWIG_files/wrapper/Bisector.i +++ b/src/SWIG_files/wrapper/Bisector.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/Blend.i b/src/SWIG_files/wrapper/Blend.i index 4943b839b..8c3c1e33c 100644 --- a/src/SWIG_files/wrapper/Blend.i +++ b/src/SWIG_files/wrapper/Blend.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/BlendFunc.i b/src/SWIG_files/wrapper/BlendFunc.i index 48e6d04c8..2da22a908 100644 --- a/src/SWIG_files/wrapper/BlendFunc.i +++ b/src/SWIG_files/wrapper/BlendFunc.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/Bnd.i b/src/SWIG_files/wrapper/Bnd.i index 8b807ee15..9105e20a7 100644 --- a/src/SWIG_files/wrapper/Bnd.i +++ b/src/SWIG_files/wrapper/Bnd.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/BndLib.i b/src/SWIG_files/wrapper/BndLib.i index 7a47e35f8..a9bbf88a5 100644 --- a/src/SWIG_files/wrapper/BndLib.i +++ b/src/SWIG_files/wrapper/BndLib.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/CDF.i b/src/SWIG_files/wrapper/CDF.i index dbe558367..d856a0da8 100644 --- a/src/SWIG_files/wrapper/CDF.i +++ b/src/SWIG_files/wrapper/CDF.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/CDM.i b/src/SWIG_files/wrapper/CDM.i index 78101657b..159a2e556 100644 --- a/src/SWIG_files/wrapper/CDM.i +++ b/src/SWIG_files/wrapper/CDM.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/CPnts.i b/src/SWIG_files/wrapper/CPnts.i index 848b967a4..ebebc77f8 100644 --- a/src/SWIG_files/wrapper/CPnts.i +++ b/src/SWIG_files/wrapper/CPnts.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/CSLib.i b/src/SWIG_files/wrapper/CSLib.i index be4ab91f9..6aae80a3c 100644 --- a/src/SWIG_files/wrapper/CSLib.i +++ b/src/SWIG_files/wrapper/CSLib.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/ChFi2d.i b/src/SWIG_files/wrapper/ChFi2d.i index 8661cb9fb..001ee59c0 100644 --- a/src/SWIG_files/wrapper/ChFi2d.i +++ b/src/SWIG_files/wrapper/ChFi2d.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/ChFi3d.i b/src/SWIG_files/wrapper/ChFi3d.i index 1d1841644..6ebbe4174 100644 --- a/src/SWIG_files/wrapper/ChFi3d.i +++ b/src/SWIG_files/wrapper/ChFi3d.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/ChFiDS.i b/src/SWIG_files/wrapper/ChFiDS.i index 9aab7adf2..704e7d9af 100644 --- a/src/SWIG_files/wrapper/ChFiDS.i +++ b/src/SWIG_files/wrapper/ChFiDS.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/ChFiKPart.i b/src/SWIG_files/wrapper/ChFiKPart.i index 4ac085d5f..47137ac55 100644 --- a/src/SWIG_files/wrapper/ChFiKPart.i +++ b/src/SWIG_files/wrapper/ChFiKPart.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/Contap.i b/src/SWIG_files/wrapper/Contap.i index 14f670933..6fbf0cf8a 100644 --- a/src/SWIG_files/wrapper/Contap.i +++ b/src/SWIG_files/wrapper/Contap.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/Convert.i b/src/SWIG_files/wrapper/Convert.i index e360f3407..f43ac28bf 100644 --- a/src/SWIG_files/wrapper/Convert.i +++ b/src/SWIG_files/wrapper/Convert.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/DE.i b/src/SWIG_files/wrapper/DE.i index 1ab03cf6a..e52a3446a 100644 --- a/src/SWIG_files/wrapper/DE.i +++ b/src/SWIG_files/wrapper/DE.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/DEBRepCascade.i b/src/SWIG_files/wrapper/DEBRepCascade.i index 2e74533a7..5dc896ce2 100644 --- a/src/SWIG_files/wrapper/DEBRepCascade.i +++ b/src/SWIG_files/wrapper/DEBRepCascade.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/DEXCAFCascade.i b/src/SWIG_files/wrapper/DEXCAFCascade.i index 2aaed9079..0a56ab3a8 100644 --- a/src/SWIG_files/wrapper/DEXCAFCascade.i +++ b/src/SWIG_files/wrapper/DEXCAFCascade.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/Draft.i b/src/SWIG_files/wrapper/Draft.i index d1435fe83..43d268357 100644 --- a/src/SWIG_files/wrapper/Draft.i +++ b/src/SWIG_files/wrapper/Draft.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/DsgPrs.i b/src/SWIG_files/wrapper/DsgPrs.i index b9e258323..66af73459 100644 --- a/src/SWIG_files/wrapper/DsgPrs.i +++ b/src/SWIG_files/wrapper/DsgPrs.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/ElCLib.i b/src/SWIG_files/wrapper/ElCLib.i index 6a1652620..054ebaa8e 100644 --- a/src/SWIG_files/wrapper/ElCLib.i +++ b/src/SWIG_files/wrapper/ElCLib.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/ElSLib.i b/src/SWIG_files/wrapper/ElSLib.i index a4ada54c4..44d6dc638 100644 --- a/src/SWIG_files/wrapper/ElSLib.i +++ b/src/SWIG_files/wrapper/ElSLib.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/Expr.i b/src/SWIG_files/wrapper/Expr.i index b0f32f609..50d1390f5 100644 --- a/src/SWIG_files/wrapper/Expr.i +++ b/src/SWIG_files/wrapper/Expr.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/ExprIntrp.i b/src/SWIG_files/wrapper/ExprIntrp.i index b211f1447..3a89b7e05 100644 --- a/src/SWIG_files/wrapper/ExprIntrp.i +++ b/src/SWIG_files/wrapper/ExprIntrp.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/Extrema.i b/src/SWIG_files/wrapper/Extrema.i index 8c1065860..57ac86787 100644 --- a/src/SWIG_files/wrapper/Extrema.i +++ b/src/SWIG_files/wrapper/Extrema.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/FEmTool.i b/src/SWIG_files/wrapper/FEmTool.i index d036db4d1..a6cf887b9 100644 --- a/src/SWIG_files/wrapper/FEmTool.i +++ b/src/SWIG_files/wrapper/FEmTool.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/FSD.i b/src/SWIG_files/wrapper/FSD.i index cd6c6dce4..ceeb6f5e2 100644 --- a/src/SWIG_files/wrapper/FSD.i +++ b/src/SWIG_files/wrapper/FSD.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/FairCurve.i b/src/SWIG_files/wrapper/FairCurve.i index cc2af1803..76f04174a 100644 --- a/src/SWIG_files/wrapper/FairCurve.i +++ b/src/SWIG_files/wrapper/FairCurve.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/FilletSurf.i b/src/SWIG_files/wrapper/FilletSurf.i index 3bffb6ff1..a99c9f878 100644 --- a/src/SWIG_files/wrapper/FilletSurf.i +++ b/src/SWIG_files/wrapper/FilletSurf.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/GC.i b/src/SWIG_files/wrapper/GC.i index e7cbcb7ba..41a0240c2 100644 --- a/src/SWIG_files/wrapper/GC.i +++ b/src/SWIG_files/wrapper/GC.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/GCE2d.i b/src/SWIG_files/wrapper/GCE2d.i index 104c86c44..69fe3607b 100644 --- a/src/SWIG_files/wrapper/GCE2d.i +++ b/src/SWIG_files/wrapper/GCE2d.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/GCPnts.i b/src/SWIG_files/wrapper/GCPnts.i index a206fc57e..2921c634f 100644 --- a/src/SWIG_files/wrapper/GCPnts.i +++ b/src/SWIG_files/wrapper/GCPnts.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/GProp.i b/src/SWIG_files/wrapper/GProp.i index 630936ece..af8b665d5 100644 --- a/src/SWIG_files/wrapper/GProp.i +++ b/src/SWIG_files/wrapper/GProp.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/GccAna.i b/src/SWIG_files/wrapper/GccAna.i index 7a7c4bd50..178c9c426 100644 --- a/src/SWIG_files/wrapper/GccAna.i +++ b/src/SWIG_files/wrapper/GccAna.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/GccEnt.i b/src/SWIG_files/wrapper/GccEnt.i index 563811ad0..0adcf2af8 100644 --- a/src/SWIG_files/wrapper/GccEnt.i +++ b/src/SWIG_files/wrapper/GccEnt.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/GccInt.i b/src/SWIG_files/wrapper/GccInt.i index 0646d809a..89cd1c1da 100644 --- a/src/SWIG_files/wrapper/GccInt.i +++ b/src/SWIG_files/wrapper/GccInt.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/Geom.i b/src/SWIG_files/wrapper/Geom.i index 7c948973f..184805eb7 100644 --- a/src/SWIG_files/wrapper/Geom.i +++ b/src/SWIG_files/wrapper/Geom.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/Geom2d.i b/src/SWIG_files/wrapper/Geom2d.i index a3a7d81b4..416bb07df 100644 --- a/src/SWIG_files/wrapper/Geom2d.i +++ b/src/SWIG_files/wrapper/Geom2d.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/Geom2dAPI.i b/src/SWIG_files/wrapper/Geom2dAPI.i index dc9e749a9..025a86b3b 100644 --- a/src/SWIG_files/wrapper/Geom2dAPI.i +++ b/src/SWIG_files/wrapper/Geom2dAPI.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/Geom2dAdaptor.i b/src/SWIG_files/wrapper/Geom2dAdaptor.i index 133ac5004..6919effb0 100644 --- a/src/SWIG_files/wrapper/Geom2dAdaptor.i +++ b/src/SWIG_files/wrapper/Geom2dAdaptor.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/Geom2dConvert.i b/src/SWIG_files/wrapper/Geom2dConvert.i index 0bf4fa2ea..779771737 100644 --- a/src/SWIG_files/wrapper/Geom2dConvert.i +++ b/src/SWIG_files/wrapper/Geom2dConvert.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/Geom2dEvaluator.i b/src/SWIG_files/wrapper/Geom2dEvaluator.i index d054771bf..f992d1f05 100644 --- a/src/SWIG_files/wrapper/Geom2dEvaluator.i +++ b/src/SWIG_files/wrapper/Geom2dEvaluator.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/Geom2dGcc.i b/src/SWIG_files/wrapper/Geom2dGcc.i index a242a4736..1e0b5ab9f 100644 --- a/src/SWIG_files/wrapper/Geom2dGcc.i +++ b/src/SWIG_files/wrapper/Geom2dGcc.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/Geom2dHatch.i b/src/SWIG_files/wrapper/Geom2dHatch.i index b4d2e7172..4d4ea1c56 100644 --- a/src/SWIG_files/wrapper/Geom2dHatch.i +++ b/src/SWIG_files/wrapper/Geom2dHatch.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/Geom2dInt.i b/src/SWIG_files/wrapper/Geom2dInt.i index e09c4dc6d..c58b064af 100644 --- a/src/SWIG_files/wrapper/Geom2dInt.i +++ b/src/SWIG_files/wrapper/Geom2dInt.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/Geom2dLProp.i b/src/SWIG_files/wrapper/Geom2dLProp.i index bca67e7ff..339dc83ff 100644 --- a/src/SWIG_files/wrapper/Geom2dLProp.i +++ b/src/SWIG_files/wrapper/Geom2dLProp.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/GeomAPI.i b/src/SWIG_files/wrapper/GeomAPI.i index 00cac8891..c7c77f898 100644 --- a/src/SWIG_files/wrapper/GeomAPI.i +++ b/src/SWIG_files/wrapper/GeomAPI.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/GeomAbs.i b/src/SWIG_files/wrapper/GeomAbs.i index 2eabfcfeb..109ae47da 100644 --- a/src/SWIG_files/wrapper/GeomAbs.i +++ b/src/SWIG_files/wrapper/GeomAbs.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/GeomAdaptor.i b/src/SWIG_files/wrapper/GeomAdaptor.i index d7a334465..bb13793ca 100644 --- a/src/SWIG_files/wrapper/GeomAdaptor.i +++ b/src/SWIG_files/wrapper/GeomAdaptor.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/GeomConvert.i b/src/SWIG_files/wrapper/GeomConvert.i index bf40410c3..f1988bf59 100644 --- a/src/SWIG_files/wrapper/GeomConvert.i +++ b/src/SWIG_files/wrapper/GeomConvert.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/GeomEvaluator.i b/src/SWIG_files/wrapper/GeomEvaluator.i index b8cf46c28..e80c5cba8 100644 --- a/src/SWIG_files/wrapper/GeomEvaluator.i +++ b/src/SWIG_files/wrapper/GeomEvaluator.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/GeomFill.i b/src/SWIG_files/wrapper/GeomFill.i index 919f7f45d..4aeadcab5 100644 --- a/src/SWIG_files/wrapper/GeomFill.i +++ b/src/SWIG_files/wrapper/GeomFill.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/GeomInt.i b/src/SWIG_files/wrapper/GeomInt.i index 5686fdc9b..ef4d929ea 100644 --- a/src/SWIG_files/wrapper/GeomInt.i +++ b/src/SWIG_files/wrapper/GeomInt.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/GeomLProp.i b/src/SWIG_files/wrapper/GeomLProp.i index 61c013def..f96b78249 100644 --- a/src/SWIG_files/wrapper/GeomLProp.i +++ b/src/SWIG_files/wrapper/GeomLProp.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/GeomLib.i b/src/SWIG_files/wrapper/GeomLib.i index b4c985f7d..2ef740b28 100644 --- a/src/SWIG_files/wrapper/GeomLib.i +++ b/src/SWIG_files/wrapper/GeomLib.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/GeomPlate.i b/src/SWIG_files/wrapper/GeomPlate.i index 19a4f7327..40c3bdd85 100644 --- a/src/SWIG_files/wrapper/GeomPlate.i +++ b/src/SWIG_files/wrapper/GeomPlate.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/GeomProjLib.i b/src/SWIG_files/wrapper/GeomProjLib.i index 31b444395..4a934c08c 100644 --- a/src/SWIG_files/wrapper/GeomProjLib.i +++ b/src/SWIG_files/wrapper/GeomProjLib.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/GeomToStep.i b/src/SWIG_files/wrapper/GeomToStep.i index 88719db80..d1b0a8a0a 100644 --- a/src/SWIG_files/wrapper/GeomToStep.i +++ b/src/SWIG_files/wrapper/GeomToStep.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/GeomTools.i b/src/SWIG_files/wrapper/GeomTools.i index f93e02abe..59979d704 100644 --- a/src/SWIG_files/wrapper/GeomTools.i +++ b/src/SWIG_files/wrapper/GeomTools.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/Graphic3d.i b/src/SWIG_files/wrapper/Graphic3d.i index 051bfeba6..3754b71f6 100644 --- a/src/SWIG_files/wrapper/Graphic3d.i +++ b/src/SWIG_files/wrapper/Graphic3d.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/HLRAlgo.i b/src/SWIG_files/wrapper/HLRAlgo.i index 6f9aea8cb..503293ad8 100644 --- a/src/SWIG_files/wrapper/HLRAlgo.i +++ b/src/SWIG_files/wrapper/HLRAlgo.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/HLRAppli.i b/src/SWIG_files/wrapper/HLRAppli.i index c9fcd0908..dbd7413ee 100644 --- a/src/SWIG_files/wrapper/HLRAppli.i +++ b/src/SWIG_files/wrapper/HLRAppli.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/HLRBRep.i b/src/SWIG_files/wrapper/HLRBRep.i index 1e43ccb5e..876f3b28c 100644 --- a/src/SWIG_files/wrapper/HLRBRep.i +++ b/src/SWIG_files/wrapper/HLRBRep.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/HLRTopoBRep.i b/src/SWIG_files/wrapper/HLRTopoBRep.i index 50adcadec..02ade2ecb 100644 --- a/src/SWIG_files/wrapper/HLRTopoBRep.i +++ b/src/SWIG_files/wrapper/HLRTopoBRep.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/Hatch.i b/src/SWIG_files/wrapper/Hatch.i index 73269271a..4999577d2 100644 --- a/src/SWIG_files/wrapper/Hatch.i +++ b/src/SWIG_files/wrapper/Hatch.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/HatchGen.i b/src/SWIG_files/wrapper/HatchGen.i index 9de49180d..95d4e631f 100644 --- a/src/SWIG_files/wrapper/HatchGen.i +++ b/src/SWIG_files/wrapper/HatchGen.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/HeaderSection.i b/src/SWIG_files/wrapper/HeaderSection.i index 2594b993f..f2a88e2ac 100644 --- a/src/SWIG_files/wrapper/HeaderSection.i +++ b/src/SWIG_files/wrapper/HeaderSection.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/Hermit.i b/src/SWIG_files/wrapper/Hermit.i index c8d0d0b3e..5a20c51c4 100644 --- a/src/SWIG_files/wrapper/Hermit.i +++ b/src/SWIG_files/wrapper/Hermit.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/IFSelect.i b/src/SWIG_files/wrapper/IFSelect.i index 08950dc4e..923d71e1f 100644 --- a/src/SWIG_files/wrapper/IFSelect.i +++ b/src/SWIG_files/wrapper/IFSelect.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/IGESCAFControl.i b/src/SWIG_files/wrapper/IGESCAFControl.i index de99ef399..444135c4b 100644 --- a/src/SWIG_files/wrapper/IGESCAFControl.i +++ b/src/SWIG_files/wrapper/IGESCAFControl.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/IGESControl.i b/src/SWIG_files/wrapper/IGESControl.i index 4499f4ae6..251179578 100644 --- a/src/SWIG_files/wrapper/IGESControl.i +++ b/src/SWIG_files/wrapper/IGESControl.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/IGESData.i b/src/SWIG_files/wrapper/IGESData.i index 36dd23225..35052ac2b 100644 --- a/src/SWIG_files/wrapper/IGESData.i +++ b/src/SWIG_files/wrapper/IGESData.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/IGESToBRep.i b/src/SWIG_files/wrapper/IGESToBRep.i index dd7ac58e1..ed478d905 100644 --- a/src/SWIG_files/wrapper/IGESToBRep.i +++ b/src/SWIG_files/wrapper/IGESToBRep.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/IMeshData.i b/src/SWIG_files/wrapper/IMeshData.i index a489f5b9c..c7f861db4 100644 --- a/src/SWIG_files/wrapper/IMeshData.i +++ b/src/SWIG_files/wrapper/IMeshData.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/IMeshTools.i b/src/SWIG_files/wrapper/IMeshTools.i index bcecc5167..886a1e1db 100644 --- a/src/SWIG_files/wrapper/IMeshTools.i +++ b/src/SWIG_files/wrapper/IMeshTools.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/IVtk.i b/src/SWIG_files/wrapper/IVtk.i index fdb28a785..7fb5881bb 100644 --- a/src/SWIG_files/wrapper/IVtk.i +++ b/src/SWIG_files/wrapper/IVtk.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/IVtkOCC.i b/src/SWIG_files/wrapper/IVtkOCC.i index 3bb2eaec9..7c94c13aa 100644 --- a/src/SWIG_files/wrapper/IVtkOCC.i +++ b/src/SWIG_files/wrapper/IVtkOCC.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/IVtkTools.i b/src/SWIG_files/wrapper/IVtkTools.i index 98e512046..26d1fa9d8 100644 --- a/src/SWIG_files/wrapper/IVtkTools.i +++ b/src/SWIG_files/wrapper/IVtkTools.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/IVtkVTK.i b/src/SWIG_files/wrapper/IVtkVTK.i index 066078829..9d18deee5 100644 --- a/src/SWIG_files/wrapper/IVtkVTK.i +++ b/src/SWIG_files/wrapper/IVtkVTK.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/Image.i b/src/SWIG_files/wrapper/Image.i index 41d943899..4302999fd 100644 --- a/src/SWIG_files/wrapper/Image.i +++ b/src/SWIG_files/wrapper/Image.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/IntAna.i b/src/SWIG_files/wrapper/IntAna.i index 75d322adf..0e22912ca 100644 --- a/src/SWIG_files/wrapper/IntAna.i +++ b/src/SWIG_files/wrapper/IntAna.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/IntAna2d.i b/src/SWIG_files/wrapper/IntAna2d.i index 09c70a7af..88a51bd9d 100644 --- a/src/SWIG_files/wrapper/IntAna2d.i +++ b/src/SWIG_files/wrapper/IntAna2d.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/IntCurve.i b/src/SWIG_files/wrapper/IntCurve.i index d1b80d1c0..4d2b1a4df 100644 --- a/src/SWIG_files/wrapper/IntCurve.i +++ b/src/SWIG_files/wrapper/IntCurve.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/IntCurveSurface.i b/src/SWIG_files/wrapper/IntCurveSurface.i index 885bfd61c..7af8765b6 100644 --- a/src/SWIG_files/wrapper/IntCurveSurface.i +++ b/src/SWIG_files/wrapper/IntCurveSurface.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/IntCurvesFace.i b/src/SWIG_files/wrapper/IntCurvesFace.i index 92b68c25a..64e338096 100644 --- a/src/SWIG_files/wrapper/IntCurvesFace.i +++ b/src/SWIG_files/wrapper/IntCurvesFace.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/IntImp.i b/src/SWIG_files/wrapper/IntImp.i index 3925b8d18..099db9cb3 100644 --- a/src/SWIG_files/wrapper/IntImp.i +++ b/src/SWIG_files/wrapper/IntImp.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/IntImpParGen.i b/src/SWIG_files/wrapper/IntImpParGen.i index 823144c36..16db4953d 100644 --- a/src/SWIG_files/wrapper/IntImpParGen.i +++ b/src/SWIG_files/wrapper/IntImpParGen.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/IntPatch.i b/src/SWIG_files/wrapper/IntPatch.i index 8cb0bf7b1..b289fd400 100644 --- a/src/SWIG_files/wrapper/IntPatch.i +++ b/src/SWIG_files/wrapper/IntPatch.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/IntPolyh.i b/src/SWIG_files/wrapper/IntPolyh.i index 3c0eb059c..d0427a9a0 100644 --- a/src/SWIG_files/wrapper/IntPolyh.i +++ b/src/SWIG_files/wrapper/IntPolyh.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/IntRes2d.i b/src/SWIG_files/wrapper/IntRes2d.i index a9040a2b6..4d1b404b7 100644 --- a/src/SWIG_files/wrapper/IntRes2d.i +++ b/src/SWIG_files/wrapper/IntRes2d.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/IntStart.i b/src/SWIG_files/wrapper/IntStart.i index 8b2876620..8622f6f38 100644 --- a/src/SWIG_files/wrapper/IntStart.i +++ b/src/SWIG_files/wrapper/IntStart.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/IntSurf.i b/src/SWIG_files/wrapper/IntSurf.i index b4cc58847..342729643 100644 --- a/src/SWIG_files/wrapper/IntSurf.i +++ b/src/SWIG_files/wrapper/IntSurf.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/IntTools.i b/src/SWIG_files/wrapper/IntTools.i index ad69be61e..20438962b 100644 --- a/src/SWIG_files/wrapper/IntTools.i +++ b/src/SWIG_files/wrapper/IntTools.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/IntWalk.i b/src/SWIG_files/wrapper/IntWalk.i index 705a922b4..f07eebf86 100644 --- a/src/SWIG_files/wrapper/IntWalk.i +++ b/src/SWIG_files/wrapper/IntWalk.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/Interface.i b/src/SWIG_files/wrapper/Interface.i index a9253166e..0f9af4702 100644 --- a/src/SWIG_files/wrapper/Interface.i +++ b/src/SWIG_files/wrapper/Interface.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/InterfaceGraphic.i b/src/SWIG_files/wrapper/InterfaceGraphic.i index 353dd8c01..19c079cd5 100644 --- a/src/SWIG_files/wrapper/InterfaceGraphic.i +++ b/src/SWIG_files/wrapper/InterfaceGraphic.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/Intf.i b/src/SWIG_files/wrapper/Intf.i index 1a3f1494b..2af2c40b8 100644 --- a/src/SWIG_files/wrapper/Intf.i +++ b/src/SWIG_files/wrapper/Intf.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/Intrv.i b/src/SWIG_files/wrapper/Intrv.i index 65d9ba621..c6a4bc132 100644 --- a/src/SWIG_files/wrapper/Intrv.i +++ b/src/SWIG_files/wrapper/Intrv.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/LDOM.i b/src/SWIG_files/wrapper/LDOM.i index 6ed1579ad..f2e24b070 100644 --- a/src/SWIG_files/wrapper/LDOM.i +++ b/src/SWIG_files/wrapper/LDOM.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/LProp.i b/src/SWIG_files/wrapper/LProp.i index 298285809..d04696de8 100644 --- a/src/SWIG_files/wrapper/LProp.i +++ b/src/SWIG_files/wrapper/LProp.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/LProp3d.i b/src/SWIG_files/wrapper/LProp3d.i index d1945aa16..7a18b7d6f 100644 --- a/src/SWIG_files/wrapper/LProp3d.i +++ b/src/SWIG_files/wrapper/LProp3d.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/Law.i b/src/SWIG_files/wrapper/Law.i index 5c235d5b2..bae32c1cf 100644 --- a/src/SWIG_files/wrapper/Law.i +++ b/src/SWIG_files/wrapper/Law.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/LocOpe.i b/src/SWIG_files/wrapper/LocOpe.i index af648c293..09945fbdd 100644 --- a/src/SWIG_files/wrapper/LocOpe.i +++ b/src/SWIG_files/wrapper/LocOpe.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/LocalAnalysis.i b/src/SWIG_files/wrapper/LocalAnalysis.i index cd0b0c628..123cb94c8 100644 --- a/src/SWIG_files/wrapper/LocalAnalysis.i +++ b/src/SWIG_files/wrapper/LocalAnalysis.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/MAT.i b/src/SWIG_files/wrapper/MAT.i index 6475506cc..03a854670 100644 --- a/src/SWIG_files/wrapper/MAT.i +++ b/src/SWIG_files/wrapper/MAT.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/MAT2d.i b/src/SWIG_files/wrapper/MAT2d.i index 188616ad6..89c623d7a 100644 --- a/src/SWIG_files/wrapper/MAT2d.i +++ b/src/SWIG_files/wrapper/MAT2d.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/Media.i b/src/SWIG_files/wrapper/Media.i index c219566d4..19f1a5c88 100644 --- a/src/SWIG_files/wrapper/Media.i +++ b/src/SWIG_files/wrapper/Media.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/MeshVS.i b/src/SWIG_files/wrapper/MeshVS.i index 73bd00798..acff3c641 100644 --- a/src/SWIG_files/wrapper/MeshVS.i +++ b/src/SWIG_files/wrapper/MeshVS.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/Message.i b/src/SWIG_files/wrapper/Message.i index c8af27daf..207b24df0 100644 --- a/src/SWIG_files/wrapper/Message.i +++ b/src/SWIG_files/wrapper/Message.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/MoniTool.i b/src/SWIG_files/wrapper/MoniTool.i index 0b0ce244f..aeb73add1 100644 --- a/src/SWIG_files/wrapper/MoniTool.i +++ b/src/SWIG_files/wrapper/MoniTool.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/NCollection.i b/src/SWIG_files/wrapper/NCollection.i index 48b17d096..34647d1e0 100644 --- a/src/SWIG_files/wrapper/NCollection.i +++ b/src/SWIG_files/wrapper/NCollection.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify @@ -54,9 +54,15 @@ from OCC.Core.Exception import * }; +%include "Standard_Macro.hxx"; +%include "Standard_DefineAlloc.hxx"; +%include "NCollection_DefineAlloc.hxx"; %include "NCollection_TypeDef.hxx"; %include "NCollection_Array1.hxx"; %include "NCollection_Array2.hxx"; +%include "NCollection_BaseList.hxx"; +%include "NCollection_BaseMap.hxx"; +%include "NCollection_BasePointerVector.hxx"; %include "NCollection_Map.hxx"; %include "NCollection_DefaultHasher.hxx"; %include "NCollection_List.hxx"; @@ -66,8 +72,6 @@ from OCC.Core.Exception import * %include "NCollection_IndexedDataMap.hxx"; %include "NCollection_DoubleMap.hxx"; %include "NCollection_DefineAlloc.hxx"; -%include "Standard_Macro.hxx"; -%include "Standard_DefineAlloc.hxx"; %include "NCollection_UBTree.hxx"; %include "NCollection_UBTreeFiller.hxx"; %include "NCollection_Lerp.hxx"; diff --git a/src/SWIG_files/wrapper/NLPlate.i b/src/SWIG_files/wrapper/NLPlate.i index 796ffe068..e3df3a488 100644 --- a/src/SWIG_files/wrapper/NLPlate.i +++ b/src/SWIG_files/wrapper/NLPlate.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/OSD.i b/src/SWIG_files/wrapper/OSD.i index 86b93cada..b44302238 100644 --- a/src/SWIG_files/wrapper/OSD.i +++ b/src/SWIG_files/wrapper/OSD.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/PCDM.i b/src/SWIG_files/wrapper/PCDM.i index a7c51bbad..91d6afa0f 100644 --- a/src/SWIG_files/wrapper/PCDM.i +++ b/src/SWIG_files/wrapper/PCDM.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/PLib.i b/src/SWIG_files/wrapper/PLib.i index b4f1ae884..4abe429f3 100644 --- a/src/SWIG_files/wrapper/PLib.i +++ b/src/SWIG_files/wrapper/PLib.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/Plate.i b/src/SWIG_files/wrapper/Plate.i index 3064e080f..d83bee344 100644 --- a/src/SWIG_files/wrapper/Plate.i +++ b/src/SWIG_files/wrapper/Plate.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/Plugin.i b/src/SWIG_files/wrapper/Plugin.i index 3ccd27529..8b95a3e14 100644 --- a/src/SWIG_files/wrapper/Plugin.i +++ b/src/SWIG_files/wrapper/Plugin.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/Poly.i b/src/SWIG_files/wrapper/Poly.i index 29875d0fd..f90ba7698 100644 --- a/src/SWIG_files/wrapper/Poly.i +++ b/src/SWIG_files/wrapper/Poly.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/Precision.i b/src/SWIG_files/wrapper/Precision.i index 4ce712bc3..589a44ab4 100644 --- a/src/SWIG_files/wrapper/Precision.i +++ b/src/SWIG_files/wrapper/Precision.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/ProjLib.i b/src/SWIG_files/wrapper/ProjLib.i index 243eaf47b..4bc4e42e5 100644 --- a/src/SWIG_files/wrapper/ProjLib.i +++ b/src/SWIG_files/wrapper/ProjLib.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/Prs3d.i b/src/SWIG_files/wrapper/Prs3d.i index 3bf5bcbc9..1cdbb8687 100644 --- a/src/SWIG_files/wrapper/Prs3d.i +++ b/src/SWIG_files/wrapper/Prs3d.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/PrsDim.i b/src/SWIG_files/wrapper/PrsDim.i index 84fc82405..473c05761 100644 --- a/src/SWIG_files/wrapper/PrsDim.i +++ b/src/SWIG_files/wrapper/PrsDim.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/PrsMgr.i b/src/SWIG_files/wrapper/PrsMgr.i index fbfd5338d..a14295bd9 100644 --- a/src/SWIG_files/wrapper/PrsMgr.i +++ b/src/SWIG_files/wrapper/PrsMgr.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/Quantity.i b/src/SWIG_files/wrapper/Quantity.i index 600965e4d..aae6c3e2c 100644 --- a/src/SWIG_files/wrapper/Quantity.i +++ b/src/SWIG_files/wrapper/Quantity.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/RWGltf.i b/src/SWIG_files/wrapper/RWGltf.i index ba9bb7ebb..6245ff70d 100644 --- a/src/SWIG_files/wrapper/RWGltf.i +++ b/src/SWIG_files/wrapper/RWGltf.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/RWHeaderSection.i b/src/SWIG_files/wrapper/RWHeaderSection.i index 5e65f8ad5..596e2b01b 100644 --- a/src/SWIG_files/wrapper/RWHeaderSection.i +++ b/src/SWIG_files/wrapper/RWHeaderSection.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/RWMesh.i b/src/SWIG_files/wrapper/RWMesh.i index 164f37f12..219c8d4b6 100644 --- a/src/SWIG_files/wrapper/RWMesh.i +++ b/src/SWIG_files/wrapper/RWMesh.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/RWObj.i b/src/SWIG_files/wrapper/RWObj.i index 712d8a5e3..aaa43d69e 100644 --- a/src/SWIG_files/wrapper/RWObj.i +++ b/src/SWIG_files/wrapper/RWObj.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/RWPly.i b/src/SWIG_files/wrapper/RWPly.i index 86034f136..a1e6de69c 100644 --- a/src/SWIG_files/wrapper/RWPly.i +++ b/src/SWIG_files/wrapper/RWPly.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/RWStepAP203.i b/src/SWIG_files/wrapper/RWStepAP203.i index ab281b19a..bf0426ed7 100644 --- a/src/SWIG_files/wrapper/RWStepAP203.i +++ b/src/SWIG_files/wrapper/RWStepAP203.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/RWStepAP214.i b/src/SWIG_files/wrapper/RWStepAP214.i index 85460d69c..3783bb387 100644 --- a/src/SWIG_files/wrapper/RWStepAP214.i +++ b/src/SWIG_files/wrapper/RWStepAP214.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/RWStepAP242.i b/src/SWIG_files/wrapper/RWStepAP242.i index 27f101213..fe96b3d67 100644 --- a/src/SWIG_files/wrapper/RWStepAP242.i +++ b/src/SWIG_files/wrapper/RWStepAP242.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/RWStepBasic.i b/src/SWIG_files/wrapper/RWStepBasic.i index 4e2b23d96..abfe02cce 100644 --- a/src/SWIG_files/wrapper/RWStepBasic.i +++ b/src/SWIG_files/wrapper/RWStepBasic.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/RWStepDimTol.i b/src/SWIG_files/wrapper/RWStepDimTol.i index b1422a5e4..6c6f73043 100644 --- a/src/SWIG_files/wrapper/RWStepDimTol.i +++ b/src/SWIG_files/wrapper/RWStepDimTol.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/RWStepElement.i b/src/SWIG_files/wrapper/RWStepElement.i index f67b7cde1..1f0aaac0e 100644 --- a/src/SWIG_files/wrapper/RWStepElement.i +++ b/src/SWIG_files/wrapper/RWStepElement.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/RWStepFEA.i b/src/SWIG_files/wrapper/RWStepFEA.i index 4c0491894..f46a8731f 100644 --- a/src/SWIG_files/wrapper/RWStepFEA.i +++ b/src/SWIG_files/wrapper/RWStepFEA.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/RWStepGeom.i b/src/SWIG_files/wrapper/RWStepGeom.i index cb0745815..0bc8f9acf 100644 --- a/src/SWIG_files/wrapper/RWStepGeom.i +++ b/src/SWIG_files/wrapper/RWStepGeom.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/RWStepKinematics.i b/src/SWIG_files/wrapper/RWStepKinematics.i index 675bdaf5f..633d88ee2 100644 --- a/src/SWIG_files/wrapper/RWStepKinematics.i +++ b/src/SWIG_files/wrapper/RWStepKinematics.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/RWStepRepr.i b/src/SWIG_files/wrapper/RWStepRepr.i index da0d7f1c7..e73f1e0b3 100644 --- a/src/SWIG_files/wrapper/RWStepRepr.i +++ b/src/SWIG_files/wrapper/RWStepRepr.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/RWStepShape.i b/src/SWIG_files/wrapper/RWStepShape.i index 20f057152..569ee2bd3 100644 --- a/src/SWIG_files/wrapper/RWStepShape.i +++ b/src/SWIG_files/wrapper/RWStepShape.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/RWStepVisual.i b/src/SWIG_files/wrapper/RWStepVisual.i index 0474b84ce..5d3530bbd 100644 --- a/src/SWIG_files/wrapper/RWStepVisual.i +++ b/src/SWIG_files/wrapper/RWStepVisual.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/RWStl.i b/src/SWIG_files/wrapper/RWStl.i index 1353072bb..d9d38f293 100644 --- a/src/SWIG_files/wrapper/RWStl.i +++ b/src/SWIG_files/wrapper/RWStl.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/Resource.i b/src/SWIG_files/wrapper/Resource.i index aa003496a..ff1c273bd 100644 --- a/src/SWIG_files/wrapper/Resource.i +++ b/src/SWIG_files/wrapper/Resource.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/STEPCAFControl.i b/src/SWIG_files/wrapper/STEPCAFControl.i index 1a09f904d..04ad903ae 100644 --- a/src/SWIG_files/wrapper/STEPCAFControl.i +++ b/src/SWIG_files/wrapper/STEPCAFControl.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/STEPConstruct.i b/src/SWIG_files/wrapper/STEPConstruct.i index f7e73717b..db2f8161d 100644 --- a/src/SWIG_files/wrapper/STEPConstruct.i +++ b/src/SWIG_files/wrapper/STEPConstruct.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/STEPControl.i b/src/SWIG_files/wrapper/STEPControl.i index 698682807..7be7c9b07 100644 --- a/src/SWIG_files/wrapper/STEPControl.i +++ b/src/SWIG_files/wrapper/STEPControl.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/STEPEdit.i b/src/SWIG_files/wrapper/STEPEdit.i index d1c7afa78..ddeb157a8 100644 --- a/src/SWIG_files/wrapper/STEPEdit.i +++ b/src/SWIG_files/wrapper/STEPEdit.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/STEPSelections.i b/src/SWIG_files/wrapper/STEPSelections.i index d847f231f..6816a1382 100644 --- a/src/SWIG_files/wrapper/STEPSelections.i +++ b/src/SWIG_files/wrapper/STEPSelections.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/Select3D.i b/src/SWIG_files/wrapper/Select3D.i index f1112d193..a6432e80b 100644 --- a/src/SWIG_files/wrapper/Select3D.i +++ b/src/SWIG_files/wrapper/Select3D.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/SelectBasics.i b/src/SWIG_files/wrapper/SelectBasics.i index 48dc1a798..ffbccef29 100644 --- a/src/SWIG_files/wrapper/SelectBasics.i +++ b/src/SWIG_files/wrapper/SelectBasics.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/SelectMgr.i b/src/SWIG_files/wrapper/SelectMgr.i index 52643af63..1529117d6 100644 --- a/src/SWIG_files/wrapper/SelectMgr.i +++ b/src/SWIG_files/wrapper/SelectMgr.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/ShapeAlgo.i b/src/SWIG_files/wrapper/ShapeAlgo.i index 762286adb..ebf4c01dd 100644 --- a/src/SWIG_files/wrapper/ShapeAlgo.i +++ b/src/SWIG_files/wrapper/ShapeAlgo.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/ShapeAnalysis.i b/src/SWIG_files/wrapper/ShapeAnalysis.i index 265ee4d09..4921e1e28 100644 --- a/src/SWIG_files/wrapper/ShapeAnalysis.i +++ b/src/SWIG_files/wrapper/ShapeAnalysis.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/ShapeBuild.i b/src/SWIG_files/wrapper/ShapeBuild.i index 095d027a5..00e40ca7f 100644 --- a/src/SWIG_files/wrapper/ShapeBuild.i +++ b/src/SWIG_files/wrapper/ShapeBuild.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/ShapeConstruct.i b/src/SWIG_files/wrapper/ShapeConstruct.i index 5611b6a81..56c41e957 100644 --- a/src/SWIG_files/wrapper/ShapeConstruct.i +++ b/src/SWIG_files/wrapper/ShapeConstruct.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/ShapeCustom.i b/src/SWIG_files/wrapper/ShapeCustom.i index 674d131ad..73d778a99 100644 --- a/src/SWIG_files/wrapper/ShapeCustom.i +++ b/src/SWIG_files/wrapper/ShapeCustom.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/ShapeExtend.i b/src/SWIG_files/wrapper/ShapeExtend.i index b50260627..282e413d7 100644 --- a/src/SWIG_files/wrapper/ShapeExtend.i +++ b/src/SWIG_files/wrapper/ShapeExtend.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/ShapeFix.i b/src/SWIG_files/wrapper/ShapeFix.i index 473371272..5f3929872 100644 --- a/src/SWIG_files/wrapper/ShapeFix.i +++ b/src/SWIG_files/wrapper/ShapeFix.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/ShapeProcess.i b/src/SWIG_files/wrapper/ShapeProcess.i index ab3727c02..b18e9c099 100644 --- a/src/SWIG_files/wrapper/ShapeProcess.i +++ b/src/SWIG_files/wrapper/ShapeProcess.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/ShapeProcessAPI.i b/src/SWIG_files/wrapper/ShapeProcessAPI.i index a014f654b..436ce4890 100644 --- a/src/SWIG_files/wrapper/ShapeProcessAPI.i +++ b/src/SWIG_files/wrapper/ShapeProcessAPI.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/ShapeUpgrade.i b/src/SWIG_files/wrapper/ShapeUpgrade.i index 08e57ca34..71b82a80e 100644 --- a/src/SWIG_files/wrapper/ShapeUpgrade.i +++ b/src/SWIG_files/wrapper/ShapeUpgrade.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/Standard.i b/src/SWIG_files/wrapper/Standard.i index 6f9068403..288a4d2a4 100644 --- a/src/SWIG_files/wrapper/Standard.i +++ b/src/SWIG_files/wrapper/Standard.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/StdFail.i b/src/SWIG_files/wrapper/StdFail.i index 43c0b769f..5b0e5b471 100644 --- a/src/SWIG_files/wrapper/StdFail.i +++ b/src/SWIG_files/wrapper/StdFail.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/StdPrs.i b/src/SWIG_files/wrapper/StdPrs.i index f2979a4ee..5b6fd2136 100644 --- a/src/SWIG_files/wrapper/StdPrs.i +++ b/src/SWIG_files/wrapper/StdPrs.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/StdSelect.i b/src/SWIG_files/wrapper/StdSelect.i index 1d7cd96dc..ca169a418 100644 --- a/src/SWIG_files/wrapper/StdSelect.i +++ b/src/SWIG_files/wrapper/StdSelect.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/StepAP203.i b/src/SWIG_files/wrapper/StepAP203.i index 6149d64df..893d36e2f 100644 --- a/src/SWIG_files/wrapper/StepAP203.i +++ b/src/SWIG_files/wrapper/StepAP203.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/StepAP209.i b/src/SWIG_files/wrapper/StepAP209.i index d80e32d77..a4c8107f9 100644 --- a/src/SWIG_files/wrapper/StepAP209.i +++ b/src/SWIG_files/wrapper/StepAP209.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/StepAP214.i b/src/SWIG_files/wrapper/StepAP214.i index 2d57addab..c6dc32fb5 100644 --- a/src/SWIG_files/wrapper/StepAP214.i +++ b/src/SWIG_files/wrapper/StepAP214.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/StepAP242.i b/src/SWIG_files/wrapper/StepAP242.i index 954d9ebb0..02da91523 100644 --- a/src/SWIG_files/wrapper/StepAP242.i +++ b/src/SWIG_files/wrapper/StepAP242.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/StepBasic.i b/src/SWIG_files/wrapper/StepBasic.i index 7439dfd6e..84e3b5c4d 100644 --- a/src/SWIG_files/wrapper/StepBasic.i +++ b/src/SWIG_files/wrapper/StepBasic.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/StepData.i b/src/SWIG_files/wrapper/StepData.i index 05242302e..8b4264f4b 100644 --- a/src/SWIG_files/wrapper/StepData.i +++ b/src/SWIG_files/wrapper/StepData.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/StepDimTol.i b/src/SWIG_files/wrapper/StepDimTol.i index 85effd6c9..da7f74e4c 100644 --- a/src/SWIG_files/wrapper/StepDimTol.i +++ b/src/SWIG_files/wrapper/StepDimTol.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/StepElement.i b/src/SWIG_files/wrapper/StepElement.i index 2569493ee..3881e1eab 100644 --- a/src/SWIG_files/wrapper/StepElement.i +++ b/src/SWIG_files/wrapper/StepElement.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/StepFEA.i b/src/SWIG_files/wrapper/StepFEA.i index 204d253f5..212fcdc80 100644 --- a/src/SWIG_files/wrapper/StepFEA.i +++ b/src/SWIG_files/wrapper/StepFEA.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/StepGeom.i b/src/SWIG_files/wrapper/StepGeom.i index 16d6f7cd9..c558d7632 100644 --- a/src/SWIG_files/wrapper/StepGeom.i +++ b/src/SWIG_files/wrapper/StepGeom.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/StepKinematics.i b/src/SWIG_files/wrapper/StepKinematics.i index d2f72bc08..a3f76ecae 100644 --- a/src/SWIG_files/wrapper/StepKinematics.i +++ b/src/SWIG_files/wrapper/StepKinematics.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/StepRepr.i b/src/SWIG_files/wrapper/StepRepr.i index 25f9b9f7a..0287c3d85 100644 --- a/src/SWIG_files/wrapper/StepRepr.i +++ b/src/SWIG_files/wrapper/StepRepr.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/StepShape.i b/src/SWIG_files/wrapper/StepShape.i index 139e084dd..132e77bff 100644 --- a/src/SWIG_files/wrapper/StepShape.i +++ b/src/SWIG_files/wrapper/StepShape.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/StepToGeom.i b/src/SWIG_files/wrapper/StepToGeom.i index 1870b1076..4d0a15a73 100644 --- a/src/SWIG_files/wrapper/StepToGeom.i +++ b/src/SWIG_files/wrapper/StepToGeom.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/StepToTopoDS.i b/src/SWIG_files/wrapper/StepToTopoDS.i index d23045538..a4ea2153a 100644 --- a/src/SWIG_files/wrapper/StepToTopoDS.i +++ b/src/SWIG_files/wrapper/StepToTopoDS.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/StepVisual.i b/src/SWIG_files/wrapper/StepVisual.i index 2ad5808b8..82ec72846 100644 --- a/src/SWIG_files/wrapper/StepVisual.i +++ b/src/SWIG_files/wrapper/StepVisual.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/StlAPI.i b/src/SWIG_files/wrapper/StlAPI.i index fc86438ad..3dee98973 100644 --- a/src/SWIG_files/wrapper/StlAPI.i +++ b/src/SWIG_files/wrapper/StlAPI.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/Storage.i b/src/SWIG_files/wrapper/Storage.i index 0ecfafc7a..4656939ed 100644 --- a/src/SWIG_files/wrapper/Storage.i +++ b/src/SWIG_files/wrapper/Storage.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/Sweep.i b/src/SWIG_files/wrapper/Sweep.i index 7767b7dfd..761bb777a 100644 --- a/src/SWIG_files/wrapper/Sweep.i +++ b/src/SWIG_files/wrapper/Sweep.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/TColGeom.i b/src/SWIG_files/wrapper/TColGeom.i index e0b67efde..8dc410b7d 100644 --- a/src/SWIG_files/wrapper/TColGeom.i +++ b/src/SWIG_files/wrapper/TColGeom.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/TColGeom2d.i b/src/SWIG_files/wrapper/TColGeom2d.i index 20b742e89..3d47c1423 100644 --- a/src/SWIG_files/wrapper/TColGeom2d.i +++ b/src/SWIG_files/wrapper/TColGeom2d.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/TColQuantity.i b/src/SWIG_files/wrapper/TColQuantity.i index a60b90259..f280a6bb0 100644 --- a/src/SWIG_files/wrapper/TColQuantity.i +++ b/src/SWIG_files/wrapper/TColQuantity.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/TColStd.i b/src/SWIG_files/wrapper/TColStd.i index 7227b6708..952dcfeec 100644 --- a/src/SWIG_files/wrapper/TColStd.i +++ b/src/SWIG_files/wrapper/TColStd.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/TColgp.i b/src/SWIG_files/wrapper/TColgp.i index 7045eca7b..1f1fe8297 100644 --- a/src/SWIG_files/wrapper/TColgp.i +++ b/src/SWIG_files/wrapper/TColgp.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/TCollection.i b/src/SWIG_files/wrapper/TCollection.i index 33165a982..b03232e84 100644 --- a/src/SWIG_files/wrapper/TCollection.i +++ b/src/SWIG_files/wrapper/TCollection.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/TDF.i b/src/SWIG_files/wrapper/TDF.i index 575e00a10..ee166ba32 100644 --- a/src/SWIG_files/wrapper/TDF.i +++ b/src/SWIG_files/wrapper/TDF.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/TDataStd.i b/src/SWIG_files/wrapper/TDataStd.i index 0984dbd9a..7c5758155 100644 --- a/src/SWIG_files/wrapper/TDataStd.i +++ b/src/SWIG_files/wrapper/TDataStd.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/TDataXtd.i b/src/SWIG_files/wrapper/TDataXtd.i index 85986738c..ebdd07c42 100644 --- a/src/SWIG_files/wrapper/TDataXtd.i +++ b/src/SWIG_files/wrapper/TDataXtd.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/TDocStd.i b/src/SWIG_files/wrapper/TDocStd.i index 55c64195a..85c72da2b 100644 --- a/src/SWIG_files/wrapper/TDocStd.i +++ b/src/SWIG_files/wrapper/TDocStd.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/TFunction.i b/src/SWIG_files/wrapper/TFunction.i index c693b8ff6..8482ad7e1 100644 --- a/src/SWIG_files/wrapper/TFunction.i +++ b/src/SWIG_files/wrapper/TFunction.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/TNaming.i b/src/SWIG_files/wrapper/TNaming.i index 809cde65d..d2ba73a6c 100644 --- a/src/SWIG_files/wrapper/TNaming.i +++ b/src/SWIG_files/wrapper/TNaming.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/TObj.i b/src/SWIG_files/wrapper/TObj.i index 0e9033599..d50e5381f 100644 --- a/src/SWIG_files/wrapper/TObj.i +++ b/src/SWIG_files/wrapper/TObj.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/TPrsStd.i b/src/SWIG_files/wrapper/TPrsStd.i index 44ac482b7..a2eceba7c 100644 --- a/src/SWIG_files/wrapper/TPrsStd.i +++ b/src/SWIG_files/wrapper/TPrsStd.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/TShort.i b/src/SWIG_files/wrapper/TShort.i index 31a31fe70..daf5dc8ab 100644 --- a/src/SWIG_files/wrapper/TShort.i +++ b/src/SWIG_files/wrapper/TShort.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/TopAbs.i b/src/SWIG_files/wrapper/TopAbs.i index 206906ed7..44d1fffbe 100644 --- a/src/SWIG_files/wrapper/TopAbs.i +++ b/src/SWIG_files/wrapper/TopAbs.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/TopBas.i b/src/SWIG_files/wrapper/TopBas.i index f24ec2a9a..2867b8208 100644 --- a/src/SWIG_files/wrapper/TopBas.i +++ b/src/SWIG_files/wrapper/TopBas.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/TopClass.i b/src/SWIG_files/wrapper/TopClass.i index 0b48703cd..60c26ecba 100644 --- a/src/SWIG_files/wrapper/TopClass.i +++ b/src/SWIG_files/wrapper/TopClass.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/TopCnx.i b/src/SWIG_files/wrapper/TopCnx.i index 521b1aca7..4812d2b49 100644 --- a/src/SWIG_files/wrapper/TopCnx.i +++ b/src/SWIG_files/wrapper/TopCnx.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/TopExp.i b/src/SWIG_files/wrapper/TopExp.i index 82c9260d8..18d5daffd 100644 --- a/src/SWIG_files/wrapper/TopExp.i +++ b/src/SWIG_files/wrapper/TopExp.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/TopLoc.i b/src/SWIG_files/wrapper/TopLoc.i index 25186ad9a..f2f25ccf1 100644 --- a/src/SWIG_files/wrapper/TopLoc.i +++ b/src/SWIG_files/wrapper/TopLoc.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/TopOpeBRep.i b/src/SWIG_files/wrapper/TopOpeBRep.i index c83c431df..17dbb7618 100644 --- a/src/SWIG_files/wrapper/TopOpeBRep.i +++ b/src/SWIG_files/wrapper/TopOpeBRep.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/TopOpeBRepBuild.i b/src/SWIG_files/wrapper/TopOpeBRepBuild.i index f55d001d5..350727948 100644 --- a/src/SWIG_files/wrapper/TopOpeBRepBuild.i +++ b/src/SWIG_files/wrapper/TopOpeBRepBuild.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/TopOpeBRepDS.i b/src/SWIG_files/wrapper/TopOpeBRepDS.i index c5665ec9f..f8a89de6e 100644 --- a/src/SWIG_files/wrapper/TopOpeBRepDS.i +++ b/src/SWIG_files/wrapper/TopOpeBRepDS.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/TopOpeBRepTool.i b/src/SWIG_files/wrapper/TopOpeBRepTool.i index 1b178977e..65273430d 100644 --- a/src/SWIG_files/wrapper/TopOpeBRepTool.i +++ b/src/SWIG_files/wrapper/TopOpeBRepTool.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/TopTools.i b/src/SWIG_files/wrapper/TopTools.i index 5a6bad349..c6a1edbd2 100644 --- a/src/SWIG_files/wrapper/TopTools.i +++ b/src/SWIG_files/wrapper/TopTools.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/TopTrans.i b/src/SWIG_files/wrapper/TopTrans.i index 2d547f642..893611cc1 100644 --- a/src/SWIG_files/wrapper/TopTrans.i +++ b/src/SWIG_files/wrapper/TopTrans.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/TopoDS.i b/src/SWIG_files/wrapper/TopoDS.i index 4ae3aac8a..5c4f57046 100644 --- a/src/SWIG_files/wrapper/TopoDS.i +++ b/src/SWIG_files/wrapper/TopoDS.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify @@ -86,20 +86,9 @@ from OCC.Core.Exception import * /* end handles declaration */ /* templates */ -%template(TopoDS_ListIteratorOfListOfShape) NCollection_TListIterator; -%template(TopoDS_ListOfShape) NCollection_List; - -%extend NCollection_List { - %pythoncode { - def __len__(self): - return self.Size() - } -}; /* end templates declaration */ /* typedefs */ -typedef NCollection_List::Iterator TopoDS_ListIteratorOfListOfShape; -typedef NCollection_List TopoDS_ListOfShape; /* end typedefs declaration */ /*************** diff --git a/src/SWIG_files/wrapper/TopoDS.pyi b/src/SWIG_files/wrapper/TopoDS.pyi index 3b380565d..0f9d466e2 100644 --- a/src/SWIG_files/wrapper/TopoDS.pyi +++ b/src/SWIG_files/wrapper/TopoDS.pyi @@ -9,20 +9,6 @@ from OCC.Core.TopAbs import * from OCC.Core.TopLoc import * -class TopoDS_ListOfShape: - def __init__(self) -> None: ... - def __len__(self) -> int: ... - def Size(self) -> int: ... - def Clear(self) -> None: ... - def First(self) -> TopoDS_Shape: ... - def Last(self) -> TopoDS_Shape: ... - def Append(self, theItem: TopoDS_Shape) -> TopoDS_Shape: ... - def Prepend(self, theItem: TopoDS_Shape) -> TopoDS_Shape: ... - def RemoveFirst(self) -> None: ... - def Reverse(self) -> None: ... - def Value(self, theIndex: int) -> TopoDS_Shape: ... - def SetValue(self, theIndex: int, theValue: TopoDS_Shape) -> None: ... - class topods: @overload @staticmethod diff --git a/src/SWIG_files/wrapper/TopoDSToStep.i b/src/SWIG_files/wrapper/TopoDSToStep.i index a7be958ac..98adca4e3 100644 --- a/src/SWIG_files/wrapper/TopoDSToStep.i +++ b/src/SWIG_files/wrapper/TopoDSToStep.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/Transfer.i b/src/SWIG_files/wrapper/Transfer.i index eaab50eda..557e7dcd4 100644 --- a/src/SWIG_files/wrapper/Transfer.i +++ b/src/SWIG_files/wrapper/Transfer.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/TransferBRep.i b/src/SWIG_files/wrapper/TransferBRep.i index e97224935..fc6302b85 100644 --- a/src/SWIG_files/wrapper/TransferBRep.i +++ b/src/SWIG_files/wrapper/TransferBRep.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/UTL.i b/src/SWIG_files/wrapper/UTL.i index f0a966ddc..232103474 100644 --- a/src/SWIG_files/wrapper/UTL.i +++ b/src/SWIG_files/wrapper/UTL.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/Units.i b/src/SWIG_files/wrapper/Units.i index 37720aa2e..ad49d071f 100644 --- a/src/SWIG_files/wrapper/Units.i +++ b/src/SWIG_files/wrapper/Units.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/UnitsAPI.i b/src/SWIG_files/wrapper/UnitsAPI.i index c8cc0b35c..693977be9 100644 --- a/src/SWIG_files/wrapper/UnitsAPI.i +++ b/src/SWIG_files/wrapper/UnitsAPI.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/UnitsMethods.i b/src/SWIG_files/wrapper/UnitsMethods.i index 1474a8bab..64a1c2454 100644 --- a/src/SWIG_files/wrapper/UnitsMethods.i +++ b/src/SWIG_files/wrapper/UnitsMethods.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/V3d.i b/src/SWIG_files/wrapper/V3d.i index 003c28641..70be8db0d 100644 --- a/src/SWIG_files/wrapper/V3d.i +++ b/src/SWIG_files/wrapper/V3d.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/Vrml.i b/src/SWIG_files/wrapper/Vrml.i index 6e8b9892d..e7e1967fe 100644 --- a/src/SWIG_files/wrapper/Vrml.i +++ b/src/SWIG_files/wrapper/Vrml.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/VrmlAPI.i b/src/SWIG_files/wrapper/VrmlAPI.i index c67923846..7ddbea57a 100644 --- a/src/SWIG_files/wrapper/VrmlAPI.i +++ b/src/SWIG_files/wrapper/VrmlAPI.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/VrmlConverter.i b/src/SWIG_files/wrapper/VrmlConverter.i index e1c6d6596..7edaccbbf 100644 --- a/src/SWIG_files/wrapper/VrmlConverter.i +++ b/src/SWIG_files/wrapper/VrmlConverter.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/VrmlData.i b/src/SWIG_files/wrapper/VrmlData.i index b6650086e..8adfcd1ff 100644 --- a/src/SWIG_files/wrapper/VrmlData.i +++ b/src/SWIG_files/wrapper/VrmlData.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/XBRepMesh.i b/src/SWIG_files/wrapper/XBRepMesh.i index 461bc1f23..f93e60ade 100644 --- a/src/SWIG_files/wrapper/XBRepMesh.i +++ b/src/SWIG_files/wrapper/XBRepMesh.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/XCAFApp.i b/src/SWIG_files/wrapper/XCAFApp.i index 1a243703b..049b5fcad 100644 --- a/src/SWIG_files/wrapper/XCAFApp.i +++ b/src/SWIG_files/wrapper/XCAFApp.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/XCAFDimTolObjects.i b/src/SWIG_files/wrapper/XCAFDimTolObjects.i index 1c57da567..b3fe2502d 100644 --- a/src/SWIG_files/wrapper/XCAFDimTolObjects.i +++ b/src/SWIG_files/wrapper/XCAFDimTolObjects.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/XCAFDoc.i b/src/SWIG_files/wrapper/XCAFDoc.i index 8cdf592f1..31bfb6499 100644 --- a/src/SWIG_files/wrapper/XCAFDoc.i +++ b/src/SWIG_files/wrapper/XCAFDoc.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/XCAFNoteObjects.i b/src/SWIG_files/wrapper/XCAFNoteObjects.i index fe5365cb5..a2c94a7c0 100644 --- a/src/SWIG_files/wrapper/XCAFNoteObjects.i +++ b/src/SWIG_files/wrapper/XCAFNoteObjects.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/XCAFPrs.i b/src/SWIG_files/wrapper/XCAFPrs.i index db46d2a2c..321790255 100644 --- a/src/SWIG_files/wrapper/XCAFPrs.i +++ b/src/SWIG_files/wrapper/XCAFPrs.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/XCAFView.i b/src/SWIG_files/wrapper/XCAFView.i index e35813090..5ce677616 100644 --- a/src/SWIG_files/wrapper/XCAFView.i +++ b/src/SWIG_files/wrapper/XCAFView.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/XSControl.i b/src/SWIG_files/wrapper/XSControl.i index ace831996..d26cda0b2 100644 --- a/src/SWIG_files/wrapper/XSControl.i +++ b/src/SWIG_files/wrapper/XSControl.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/XmlDrivers.i b/src/SWIG_files/wrapper/XmlDrivers.i index 21525a035..2b4b4ee42 100644 --- a/src/SWIG_files/wrapper/XmlDrivers.i +++ b/src/SWIG_files/wrapper/XmlDrivers.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/XmlLDrivers.i b/src/SWIG_files/wrapper/XmlLDrivers.i index 6fbeb0a88..922f9fe6b 100644 --- a/src/SWIG_files/wrapper/XmlLDrivers.i +++ b/src/SWIG_files/wrapper/XmlLDrivers.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/XmlMDF.i b/src/SWIG_files/wrapper/XmlMDF.i index 08dff5cee..690e427ff 100644 --- a/src/SWIG_files/wrapper/XmlMDF.i +++ b/src/SWIG_files/wrapper/XmlMDF.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/XmlMDataStd.i b/src/SWIG_files/wrapper/XmlMDataStd.i index 49f0b46e6..c4c7ee25c 100644 --- a/src/SWIG_files/wrapper/XmlMDataStd.i +++ b/src/SWIG_files/wrapper/XmlMDataStd.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/XmlMDataXtd.i b/src/SWIG_files/wrapper/XmlMDataXtd.i index 97da5bf1c..4219f037d 100644 --- a/src/SWIG_files/wrapper/XmlMDataXtd.i +++ b/src/SWIG_files/wrapper/XmlMDataXtd.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/XmlMDocStd.i b/src/SWIG_files/wrapper/XmlMDocStd.i index e47017184..e9c90b185 100644 --- a/src/SWIG_files/wrapper/XmlMDocStd.i +++ b/src/SWIG_files/wrapper/XmlMDocStd.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/XmlMFunction.i b/src/SWIG_files/wrapper/XmlMFunction.i index 61371e4c3..5ed76d753 100644 --- a/src/SWIG_files/wrapper/XmlMFunction.i +++ b/src/SWIG_files/wrapper/XmlMFunction.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/XmlMNaming.i b/src/SWIG_files/wrapper/XmlMNaming.i index 5e2967b08..4ebfff23d 100644 --- a/src/SWIG_files/wrapper/XmlMNaming.i +++ b/src/SWIG_files/wrapper/XmlMNaming.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/XmlMXCAFDoc.i b/src/SWIG_files/wrapper/XmlMXCAFDoc.i index e50725185..76ec6ccd9 100644 --- a/src/SWIG_files/wrapper/XmlMXCAFDoc.i +++ b/src/SWIG_files/wrapper/XmlMXCAFDoc.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/XmlObjMgt.i b/src/SWIG_files/wrapper/XmlObjMgt.i index e77a38f55..85c1040d8 100644 --- a/src/SWIG_files/wrapper/XmlObjMgt.i +++ b/src/SWIG_files/wrapper/XmlObjMgt.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/XmlTObjDrivers.i b/src/SWIG_files/wrapper/XmlTObjDrivers.i index 2aa9aea80..7f94ebb69 100644 --- a/src/SWIG_files/wrapper/XmlTObjDrivers.i +++ b/src/SWIG_files/wrapper/XmlTObjDrivers.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/XmlXCAFDrivers.i b/src/SWIG_files/wrapper/XmlXCAFDrivers.i index b531069e7..a6befbb6e 100644 --- a/src/SWIG_files/wrapper/XmlXCAFDrivers.i +++ b/src/SWIG_files/wrapper/XmlXCAFDrivers.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/gce.i b/src/SWIG_files/wrapper/gce.i index 2b8628790..aad0150a9 100644 --- a/src/SWIG_files/wrapper/gce.i +++ b/src/SWIG_files/wrapper/gce.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/generator.log b/src/SWIG_files/wrapper/generator.log index 0c2bb3f92..41cdbcaa3 100644 --- a/src/SWIG_files/wrapper/generator.log +++ b/src/SWIG_files/wrapper/generator.log @@ -2,13 +2,13 @@ ############################ Running pythonocc-generator. ############################ -git revision : 2a5eb79 +git revision : 0a2712e -operating system : Linux 64bit 6.5.0-28-generic +operating system : Linux 64bit 6.5.0-35-generic occt version targeted : 7.8.1 -date : 2024-05-12 07:22:38.072136 +date : 2024-05-22 09:11:26.666677 ############################ [INFO ] Processing toolkit TKBO === @@ -9395,7 +9395,7 @@ date : 2024-05-12 07:22:38.072136 [INFO ] Class: UnitsMethods [INFO ] ################################################# -SWIG interface file generation completed in 18.17s +SWIG interface file generation completed in 17.55s ################################################# [INFO ] Number of classes: 4743 diff --git a/src/SWIG_files/wrapper/gp.i b/src/SWIG_files/wrapper/gp.i index 772cbed66..1a90cad78 100644 --- a/src/SWIG_files/wrapper/gp.i +++ b/src/SWIG_files/wrapper/gp.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify diff --git a/src/SWIG_files/wrapper/math.i b/src/SWIG_files/wrapper/math.i index 9d2fac1b0..04f9f47f5 100644 --- a/src/SWIG_files/wrapper/math.i +++ b/src/SWIG_files/wrapper/math.i @@ -1,5 +1,5 @@ /* -Copyright 2008-2023 Thomas Paviot (tpaviot@gmail.com) +Copyright 2008-2024 Thomas Paviot (tpaviot@gmail.com) This file is part of pythonOCC. pythonOCC is free software: you can redistribute it and/or modify