general: update licensing information
This commit is contained in:
@@ -13,11 +13,11 @@ by the Free Software Foundation, either version 3 of the License, or
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
This project is licensed under the GNU Affero General Public License v3.0 - see [LICENSE.txt](LICENSE.txt) file for details.
|
This project is licensed under the [GNU Affero General Public License v3.0](https://spdx.org/licenses/AGPL-3.0-or-later.html) - see [LICENSE.txt](LICENSE.txt) file for details.
|
||||||
|
|
||||||
## Third-Party Dependencies
|
## Third-Party Dependencies
|
||||||
|
|
||||||
This software uses **Open CASCADE Technology** (OCCT), which is licensed under the GNU LGPL version 2.1 with the following exception:
|
This software makes use of facilities provided by **Open CASCADE Technology** (OCCT), which is licensed under the [GNU Lesser General Public License v2.1](https://spdx.org/licenses/LGPL-2.1-only.html) with the following exception:
|
||||||
|
|
||||||
### Open CASCADE Exception (version 1.0)
|
### Open CASCADE Exception (version 1.0)
|
||||||
> The object code (i.e. not a source) form of a "work that uses the Library"
|
> The object code (i.e. not a source) form of a "work that uses the Library"
|
||||||
@@ -30,8 +30,6 @@ This software uses **Open CASCADE Technology** (OCCT), which is licensed under t
|
|||||||
> of or is based on facilities provided by the Open CASCADE Technology software.
|
> of or is based on facilities provided by the Open CASCADE Technology software.
|
||||||
|
|
||||||
### Source Code Availability
|
### Source Code Availability
|
||||||
The source code for Open CASCADE version 7.4.0 can be obtained from:
|
The source code for Open CASCADE version 7.9.2 can be obtained from:
|
||||||
- Repository: https://github.com/Open-Cascade-SAS/OCCT.git
|
- Repository: https://github.com/Open-Cascade-SAS/OCCT.git
|
||||||
- Commit: `fd47711d682be943f0e0a13d1fb54911b0499c31`
|
- Commit: `c5f20409c52bf8f658314d205a0e5d6f0be0969c`
|
||||||
|
|
||||||
**This software makes use of facilities provided by Open CASCADE Technology.**
|
|
||||||
|
|||||||
+5
-1
@@ -1,3 +1,7 @@
|
|||||||
|
# Builds Open CASCADE Technology (OCCT) v7.9.2
|
||||||
|
# Licensed under LGPL-2.1-only with OCCT Exception v1.0
|
||||||
|
# Source: https://github.com/Open-Cascade-SAS/OCCT/tree/c5f20409c52bf8f658314d205a0e5d6f0be0969c
|
||||||
|
|
||||||
# Base builder
|
# Base builder
|
||||||
FROM ubuntu:24.04 AS base
|
FROM ubuntu:24.04 AS base
|
||||||
|
|
||||||
@@ -15,7 +19,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
RUN git clone https://github.com/Open-Cascade-SAS/OCCT.git opencascade
|
RUN git clone https://github.com/Open-Cascade-SAS/OCCT.git opencascade
|
||||||
WORKDIR /opencascade
|
WORKDIR /opencascade
|
||||||
RUN rm -rf /opencascade/build && mkdir build
|
RUN rm -rf /opencascade/build && mkdir build
|
||||||
RUN git checkout V7_4_0 -b dev-branch
|
RUN git checkout c5f20409c52bf8f658314d205a0e5d6f0be0969c #Tag V7_9_2
|
||||||
RUN mkdir -p build
|
RUN mkdir -p build
|
||||||
WORKDIR /opencascade/build
|
WORKDIR /opencascade/build
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user