38 lines
1.5 KiB
Markdown
38 lines
1.5 KiB
Markdown
Copyright (c) [2025] [Erick Ahmed]
|
|
|
|
This program is free software: you can redistribute it and/or modify
|
|
it under the terms of the GNU Affero General Public License as published
|
|
by the Free Software Foundation, either version 3 of the License, or
|
|
(at your option) any later version.
|
|
|
|
# ARC
|
|
|
|
|
|
...
|
|
|
|
|
|
## License
|
|
|
|
This project is licensed under the GNU Affero General Public License v3.0 - see [LICENSE.txt](LICENSE.txt) file for details.
|
|
|
|
## Third-Party Dependencies
|
|
|
|
This software uses **Open CASCADE Technology** (OCCT), which is licensed under the GNU LGPL version 2.1 with the following exception:
|
|
|
|
### Open CASCADE Exception (version 1.0)
|
|
> The object code (i.e. not a source) form of a "work that uses the Library"
|
|
> can incorporate material from a header file that is part of the Library.
|
|
> As a special exception to the GNU Lesser General Public License version 2.1,
|
|
> you may distribute such object code incorporating material from header files
|
|
> provided with the Open CASCADE Technology libraries (including code of CDL
|
|
> generic classes) under terms of your choice, provided that you give
|
|
> prominent notice in supporting documentation to this code that it makes use
|
|
> of or is based on facilities provided by the Open CASCADE Technology software.
|
|
|
|
### Source Code Availability
|
|
The source code for Open CASCADE version 7.9.2 can be obtained from:
|
|
- Repository: https://github.com/Open-Cascade-SAS/OCCT.git
|
|
- Commit: `c5f20409c52bf8f658314d205a0e5d6f0be0969c`
|
|
|
|
**This software makes use of facilities provided by Open CASCADE Technology.**
|