Skip to content

Commit 3da3b08

Browse files
committed
Update refman and license header
1 parent 5d9cc9a commit 3da3b08

File tree

313 files changed

+627
-628
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

313 files changed

+627
-628
lines changed

src/SWIG_files/wrapper/AIS.i

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2008-2024 Thomas Paviot ([email protected])
2+
Copyright 2008-2025 Thomas Paviot ([email protected])
33

44
This file is part of pythonOCC.
55
pythonOCC is free software: you can redistribute it and/or modify
@@ -17,7 +17,7 @@ along with pythonOCC. If not, see <http://www.gnu.org/licenses/>.
1717
*/
1818
%define AISDOCSTRING
1919
"AIS module, see official documentation at
20-
https://dev.opencascade.org/doc/occt-7.8.0/refman/html/package_ais.html"
20+
https://dev.opencascade.org/doc/occt-7.9.0/refman/html/package_ais.html"
2121
%enddef
2222
%module (package="OCC.Core", docstring=AISDOCSTRING) AIS
2323

src/SWIG_files/wrapper/APIHeaderSection.i

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2008-2024 Thomas Paviot ([email protected])
2+
Copyright 2008-2025 Thomas Paviot ([email protected])
33
44
This file is part of pythonOCC.
55
pythonOCC is free software: you can redistribute it and/or modify
@@ -17,7 +17,7 @@ along with pythonOCC. If not, see <http://www.gnu.org/licenses/>.
1717
*/
1818
%define APIHEADERSECTIONDOCSTRING
1919
"APIHeaderSection module, see official documentation at
20-
https://dev.opencascade.org/doc/occt-7.8.0/refman/html/package_apiheadersection.html"
20+
https://dev.opencascade.org/doc/occt-7.9.0/refman/html/package_apiheadersection.html"
2121
%enddef
2222
%module (package="OCC.Core", docstring=APIHEADERSECTIONDOCSTRING) APIHeaderSection
2323

src/SWIG_files/wrapper/Adaptor2d.i

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2008-2024 Thomas Paviot ([email protected])
2+
Copyright 2008-2025 Thomas Paviot ([email protected])
33
44
This file is part of pythonOCC.
55
pythonOCC is free software: you can redistribute it and/or modify
@@ -17,7 +17,7 @@ along with pythonOCC. If not, see <http://www.gnu.org/licenses/>.
1717
*/
1818
%define ADAPTOR2DDOCSTRING
1919
"Adaptor2d module, see official documentation at
20-
https://dev.opencascade.org/doc/occt-7.8.0/refman/html/package_adaptor2d.html"
20+
https://dev.opencascade.org/doc/occt-7.9.0/refman/html/package_adaptor2d.html"
2121
%enddef
2222
%module (package="OCC.Core", docstring=ADAPTOR2DDOCSTRING) Adaptor2d
2323

src/SWIG_files/wrapper/Adaptor3d.i

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2008-2024 Thomas Paviot ([email protected])
2+
Copyright 2008-2025 Thomas Paviot ([email protected])
33
44
This file is part of pythonOCC.
55
pythonOCC is free software: you can redistribute it and/or modify
@@ -17,7 +17,7 @@ along with pythonOCC. If not, see <http://www.gnu.org/licenses/>.
1717
*/
1818
%define ADAPTOR3DDOCSTRING
1919
"Adaptor3d module, see official documentation at
20-
https://dev.opencascade.org/doc/occt-7.8.0/refman/html/package_adaptor3d.html"
20+
https://dev.opencascade.org/doc/occt-7.9.0/refman/html/package_adaptor3d.html"
2121
%enddef
2222
%module (package="OCC.Core", docstring=ADAPTOR3DDOCSTRING) Adaptor3d
2323

src/SWIG_files/wrapper/AdvApp2Var.i

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2008-2024 Thomas Paviot ([email protected])
2+
Copyright 2008-2025 Thomas Paviot ([email protected])
33
44
This file is part of pythonOCC.
55
pythonOCC is free software: you can redistribute it and/or modify
@@ -17,7 +17,7 @@ along with pythonOCC. If not, see <http://www.gnu.org/licenses/>.
1717
*/
1818
%define ADVAPP2VARDOCSTRING
1919
"AdvApp2Var module, see official documentation at
20-
https://dev.opencascade.org/doc/occt-7.8.0/refman/html/package_advapp2var.html"
20+
https://dev.opencascade.org/doc/occt-7.9.0/refman/html/package_advapp2var.html"
2121
%enddef
2222
%module (package="OCC.Core", docstring=ADVAPP2VARDOCSTRING) AdvApp2Var
2323

src/SWIG_files/wrapper/AdvApprox.i

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2008-2024 Thomas Paviot ([email protected])
2+
Copyright 2008-2025 Thomas Paviot ([email protected])
33
44
This file is part of pythonOCC.
55
pythonOCC is free software: you can redistribute it and/or modify
@@ -17,7 +17,7 @@ along with pythonOCC. If not, see <http://www.gnu.org/licenses/>.
1717
*/
1818
%define ADVAPPROXDOCSTRING
1919
"AdvApprox module, see official documentation at
20-
https://dev.opencascade.org/doc/occt-7.8.0/refman/html/package_advapprox.html"
20+
https://dev.opencascade.org/doc/occt-7.9.0/refman/html/package_advapprox.html"
2121
%enddef
2222
%module (package="OCC.Core", docstring=ADVAPPROXDOCSTRING) AdvApprox
2323

src/SWIG_files/wrapper/AppBlend.i

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2008-2024 Thomas Paviot ([email protected])
2+
Copyright 2008-2025 Thomas Paviot ([email protected])
33
44
This file is part of pythonOCC.
55
pythonOCC is free software: you can redistribute it and/or modify
@@ -17,7 +17,7 @@ along with pythonOCC. If not, see <http://www.gnu.org/licenses/>.
1717
*/
1818
%define APPBLENDDOCSTRING
1919
"AppBlend module, see official documentation at
20-
https://dev.opencascade.org/doc/occt-7.8.0/refman/html/package_appblend.html"
20+
https://dev.opencascade.org/doc/occt-7.9.0/refman/html/package_appblend.html"
2121
%enddef
2222
%module (package="OCC.Core", docstring=APPBLENDDOCSTRING) AppBlend
2323

src/SWIG_files/wrapper/AppCont.i

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2008-2024 Thomas Paviot ([email protected])
2+
Copyright 2008-2025 Thomas Paviot ([email protected])
33
44
This file is part of pythonOCC.
55
pythonOCC is free software: you can redistribute it and/or modify
@@ -17,7 +17,7 @@ along with pythonOCC. If not, see <http://www.gnu.org/licenses/>.
1717
*/
1818
%define APPCONTDOCSTRING
1919
"AppCont module, see official documentation at
20-
https://dev.opencascade.org/doc/occt-7.8.0/refman/html/package_appcont.html"
20+
https://dev.opencascade.org/doc/occt-7.9.0/refman/html/package_appcont.html"
2121
%enddef
2222
%module (package="OCC.Core", docstring=APPCONTDOCSTRING) AppCont
2323

src/SWIG_files/wrapper/AppDef.i

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2008-2024 Thomas Paviot ([email protected])
2+
Copyright 2008-2025 Thomas Paviot ([email protected])
33
44
This file is part of pythonOCC.
55
pythonOCC is free software: you can redistribute it and/or modify
@@ -17,7 +17,7 @@ along with pythonOCC. If not, see <http://www.gnu.org/licenses/>.
1717
*/
1818
%define APPDEFDOCSTRING
1919
"AppDef module, see official documentation at
20-
https://dev.opencascade.org/doc/occt-7.8.0/refman/html/package_appdef.html"
20+
https://dev.opencascade.org/doc/occt-7.9.0/refman/html/package_appdef.html"
2121
%enddef
2222
%module (package="OCC.Core", docstring=APPDEFDOCSTRING) AppDef
2323

src/SWIG_files/wrapper/AppParCurves.i

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2008-2024 Thomas Paviot ([email protected])
2+
Copyright 2008-2025 Thomas Paviot ([email protected])
33
44
This file is part of pythonOCC.
55
pythonOCC is free software: you can redistribute it and/or modify
@@ -17,7 +17,7 @@ along with pythonOCC. If not, see <http://www.gnu.org/licenses/>.
1717
*/
1818
%define APPPARCURVESDOCSTRING
1919
"AppParCurves module, see official documentation at
20-
https://dev.opencascade.org/doc/occt-7.8.0/refman/html/package_appparcurves.html"
20+
https://dev.opencascade.org/doc/occt-7.9.0/refman/html/package_appparcurves.html"
2121
%enddef
2222
%module (package="OCC.Core", docstring=APPPARCURVESDOCSTRING) AppParCurves
2323

src/SWIG_files/wrapper/AppStd.i

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2008-2024 Thomas Paviot ([email protected])
2+
Copyright 2008-2025 Thomas Paviot ([email protected])
33
44
This file is part of pythonOCC.
55
pythonOCC is free software: you can redistribute it and/or modify
@@ -17,7 +17,7 @@ along with pythonOCC. If not, see <http://www.gnu.org/licenses/>.
1717
*/
1818
%define APPSTDDOCSTRING
1919
"AppStd module, see official documentation at
20-
https://dev.opencascade.org/doc/occt-7.8.0/refman/html/package_appstd.html"
20+
https://dev.opencascade.org/doc/occt-7.9.0/refman/html/package_appstd.html"
2121
%enddef
2222
%module (package="OCC.Core", docstring=APPSTDDOCSTRING) AppStd
2323

src/SWIG_files/wrapper/AppStdL.i

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2008-2024 Thomas Paviot ([email protected])
2+
Copyright 2008-2025 Thomas Paviot ([email protected])
33
44
This file is part of pythonOCC.
55
pythonOCC is free software: you can redistribute it and/or modify
@@ -17,7 +17,7 @@ along with pythonOCC. If not, see <http://www.gnu.org/licenses/>.
1717
*/
1818
%define APPSTDLDOCSTRING
1919
"AppStdL module, see official documentation at
20-
https://dev.opencascade.org/doc/occt-7.8.0/refman/html/package_appstdl.html"
20+
https://dev.opencascade.org/doc/occt-7.9.0/refman/html/package_appstdl.html"
2121
%enddef
2222
%module (package="OCC.Core", docstring=APPSTDLDOCSTRING) AppStdL
2323

src/SWIG_files/wrapper/Approx.i

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2008-2024 Thomas Paviot ([email protected])
2+
Copyright 2008-2025 Thomas Paviot ([email protected])
33
44
This file is part of pythonOCC.
55
pythonOCC is free software: you can redistribute it and/or modify
@@ -17,7 +17,7 @@ along with pythonOCC. If not, see <http://www.gnu.org/licenses/>.
1717
*/
1818
%define APPROXDOCSTRING
1919
"Approx module, see official documentation at
20-
https://dev.opencascade.org/doc/occt-7.8.0/refman/html/package_approx.html"
20+
https://dev.opencascade.org/doc/occt-7.9.0/refman/html/package_approx.html"
2121
%enddef
2222
%module (package="OCC.Core", docstring=APPROXDOCSTRING) Approx
2323

src/SWIG_files/wrapper/ApproxInt.i

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2008-2024 Thomas Paviot ([email protected])
2+
Copyright 2008-2025 Thomas Paviot ([email protected])
33
44
This file is part of pythonOCC.
55
pythonOCC is free software: you can redistribute it and/or modify
@@ -17,7 +17,7 @@ along with pythonOCC. If not, see <http://www.gnu.org/licenses/>.
1717
*/
1818
%define APPROXINTDOCSTRING
1919
"ApproxInt module, see official documentation at
20-
https://dev.opencascade.org/doc/occt-7.8.0/refman/html/package_approxint.html"
20+
https://dev.opencascade.org/doc/occt-7.9.0/refman/html/package_approxint.html"
2121
%enddef
2222
%module (package="OCC.Core", docstring=APPROXINTDOCSTRING) ApproxInt
2323

src/SWIG_files/wrapper/Aspect.i

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2008-2024 Thomas Paviot ([email protected])
2+
Copyright 2008-2025 Thomas Paviot ([email protected])
33
44
This file is part of pythonOCC.
55
pythonOCC is free software: you can redistribute it and/or modify
@@ -17,7 +17,7 @@ along with pythonOCC. If not, see <http://www.gnu.org/licenses/>.
1717
*/
1818
%define ASPECTDOCSTRING
1919
"Aspect module, see official documentation at
20-
https://dev.opencascade.org/doc/occt-7.8.0/refman/html/package_aspect.html"
20+
https://dev.opencascade.org/doc/occt-7.9.0/refman/html/package_aspect.html"
2121
%enddef
2222
%module (package="OCC.Core", docstring=ASPECTDOCSTRING) Aspect
2323

src/SWIG_files/wrapper/BOPAlgo.i

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2008-2024 Thomas Paviot ([email protected])
2+
Copyright 2008-2025 Thomas Paviot ([email protected])
33
44
This file is part of pythonOCC.
55
pythonOCC is free software: you can redistribute it and/or modify
@@ -17,7 +17,7 @@ along with pythonOCC. If not, see <http://www.gnu.org/licenses/>.
1717
*/
1818
%define BOPALGODOCSTRING
1919
"BOPAlgo module, see official documentation at
20-
https://dev.opencascade.org/doc/occt-7.8.0/refman/html/package_bopalgo.html"
20+
https://dev.opencascade.org/doc/occt-7.9.0/refman/html/package_bopalgo.html"
2121
%enddef
2222
%module (package="OCC.Core", docstring=BOPALGODOCSTRING) BOPAlgo
2323

src/SWIG_files/wrapper/BOPDS.i

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2008-2024 Thomas Paviot ([email protected])
2+
Copyright 2008-2025 Thomas Paviot ([email protected])
33

44
This file is part of pythonOCC.
55
pythonOCC is free software: you can redistribute it and/or modify
@@ -17,7 +17,7 @@ along with pythonOCC. If not, see <http://www.gnu.org/licenses/>.
1717
*/
1818
%define BOPDSDOCSTRING
1919
"BOPDS module, see official documentation at
20-
https://dev.opencascade.org/doc/occt-7.8.0/refman/html/package_bopds.html"
20+
https://dev.opencascade.org/doc/occt-7.9.0/refman/html/package_bopds.html"
2121
%enddef
2222
%module (package="OCC.Core", docstring=BOPDSDOCSTRING) BOPDS
2323

src/SWIG_files/wrapper/BOPTools.i

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2008-2024 Thomas Paviot ([email protected])
2+
Copyright 2008-2025 Thomas Paviot ([email protected])
33

44
This file is part of pythonOCC.
55
pythonOCC is free software: you can redistribute it and/or modify
@@ -17,7 +17,7 @@ along with pythonOCC. If not, see <http://www.gnu.org/licenses/>.
1717
*/
1818
%define BOPTOOLSDOCSTRING
1919
"BOPTools module, see official documentation at
20-
https://dev.opencascade.org/doc/occt-7.8.0/refman/html/package_boptools.html"
20+
https://dev.opencascade.org/doc/occt-7.9.0/refman/html/package_boptools.html"
2121
%enddef
2222
%module (package="OCC.Core", docstring=BOPTOOLSDOCSTRING) BOPTools
2323

src/SWIG_files/wrapper/BRep.i

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2008-2024 Thomas Paviot ([email protected])
2+
Copyright 2008-2025 Thomas Paviot ([email protected])
33

44
This file is part of pythonOCC.
55
pythonOCC is free software: you can redistribute it and/or modify
@@ -17,7 +17,7 @@ along with pythonOCC. If not, see <http://www.gnu.org/licenses/>.
1717
*/
1818
%define BREPDOCSTRING
1919
"BRep module, see official documentation at
20-
https://dev.opencascade.org/doc/occt-7.8.0/refman/html/package_brep.html"
20+
https://dev.opencascade.org/doc/occt-7.9.0/refman/html/package_brep.html"
2121
%enddef
2222
%module (package="OCC.Core", docstring=BREPDOCSTRING) BRep
2323

src/SWIG_files/wrapper/BRepAdaptor.i

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2008-2024 Thomas Paviot ([email protected])
2+
Copyright 2008-2025 Thomas Paviot ([email protected])
33

44
This file is part of pythonOCC.
55
pythonOCC is free software: you can redistribute it and/or modify
@@ -17,7 +17,7 @@ along with pythonOCC. If not, see <http://www.gnu.org/licenses/>.
1717
*/
1818
%define BREPADAPTORDOCSTRING
1919
"BRepAdaptor module, see official documentation at
20-
https://dev.opencascade.org/doc/occt-7.8.0/refman/html/package_brepadaptor.html"
20+
https://dev.opencascade.org/doc/occt-7.9.0/refman/html/package_brepadaptor.html"
2121
%enddef
2222
%module (package="OCC.Core", docstring=BREPADAPTORDOCSTRING) BRepAdaptor
2323

src/SWIG_files/wrapper/BRepAlgo.i

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2008-2024 Thomas Paviot ([email protected])
2+
Copyright 2008-2025 Thomas Paviot ([email protected])
33

44
This file is part of pythonOCC.
55
pythonOCC is free software: you can redistribute it and/or modify
@@ -17,7 +17,7 @@ along with pythonOCC. If not, see <http://www.gnu.org/licenses/>.
1717
*/
1818
%define BREPALGODOCSTRING
1919
"BRepAlgo module, see official documentation at
20-
https://dev.opencascade.org/doc/occt-7.8.0/refman/html/package_brepalgo.html"
20+
https://dev.opencascade.org/doc/occt-7.9.0/refman/html/package_brepalgo.html"
2121
%enddef
2222
%module (package="OCC.Core", docstring=BREPALGODOCSTRING) BRepAlgo
2323

src/SWIG_files/wrapper/BRepAlgoAPI.i

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2008-2024 Thomas Paviot ([email protected])
2+
Copyright 2008-2025 Thomas Paviot ([email protected])
33

44
This file is part of pythonOCC.
55
pythonOCC is free software: you can redistribute it and/or modify
@@ -17,7 +17,7 @@ along with pythonOCC. If not, see <http://www.gnu.org/licenses/>.
1717
*/
1818
%define BREPALGOAPIDOCSTRING
1919
"BRepAlgoAPI module, see official documentation at
20-
https://dev.opencascade.org/doc/occt-7.8.0/refman/html/package_brepalgoapi.html"
20+
https://dev.opencascade.org/doc/occt-7.9.0/refman/html/package_brepalgoapi.html"
2121
%enddef
2222
%module (package="OCC.Core", docstring=BREPALGOAPIDOCSTRING) BRepAlgoAPI
2323

src/SWIG_files/wrapper/BRepApprox.i

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2008-2024 Thomas Paviot ([email protected])
2+
Copyright 2008-2025 Thomas Paviot ([email protected])
33

44
This file is part of pythonOCC.
55
pythonOCC is free software: you can redistribute it and/or modify
@@ -17,7 +17,7 @@ along with pythonOCC. If not, see <http://www.gnu.org/licenses/>.
1717
*/
1818
%define BREPAPPROXDOCSTRING
1919
"BRepApprox module, see official documentation at
20-
https://dev.opencascade.org/doc/occt-7.8.0/refman/html/package_brepapprox.html"
20+
https://dev.opencascade.org/doc/occt-7.9.0/refman/html/package_brepapprox.html"
2121
%enddef
2222
%module (package="OCC.Core", docstring=BREPAPPROXDOCSTRING) BRepApprox
2323

src/SWIG_files/wrapper/BRepBlend.i

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2008-2024 Thomas Paviot ([email protected])
2+
Copyright 2008-2025 Thomas Paviot ([email protected])
33

44
This file is part of pythonOCC.
55
pythonOCC is free software: you can redistribute it and/or modify
@@ -17,7 +17,7 @@ along with pythonOCC. If not, see <http://www.gnu.org/licenses/>.
1717
*/
1818
%define BREPBLENDDOCSTRING
1919
"BRepBlend module, see official documentation at
20-
https://dev.opencascade.org/doc/occt-7.8.0/refman/html/package_brepblend.html"
20+
https://dev.opencascade.org/doc/occt-7.9.0/refman/html/package_brepblend.html"
2121
%enddef
2222
%module (package="OCC.Core", docstring=BREPBLENDDOCSTRING) BRepBlend
2323

src/SWIG_files/wrapper/BRepBndLib.i

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2008-2024 Thomas Paviot ([email protected])
2+
Copyright 2008-2025 Thomas Paviot ([email protected])
33

44
This file is part of pythonOCC.
55
pythonOCC is free software: you can redistribute it and/or modify
@@ -17,7 +17,7 @@ along with pythonOCC. If not, see <http://www.gnu.org/licenses/>.
1717
*/
1818
%define BREPBNDLIBDOCSTRING
1919
"BRepBndLib module, see official documentation at
20-
https://dev.opencascade.org/doc/occt-7.8.0/refman/html/package_brepbndlib.html"
20+
https://dev.opencascade.org/doc/occt-7.9.0/refman/html/package_brepbndlib.html"
2121
%enddef
2222
%module (package="OCC.Core", docstring=BREPBNDLIBDOCSTRING) BRepBndLib
2323

0 commit comments

Comments
 (0)