-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathNOTICE
More file actions
24 lines (19 loc) · 1.08 KB
/
NOTICE
File metadata and controls
24 lines (19 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PineForge Engine
Copyright 2026 PineForge contributors
This product includes software developed for the PineForge project.
The PineForge runtime is licensed under the Apache License, Version 2.0.
You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0
Third-party components (runtime)
----------------------------------
Eigen (https://eigen.tuxfamily.org/)
Version fetched or installed at build time (e.g. 3.4.x via CMake FetchContent
or a system package such as libeigen3-dev / brew eigen).
Licensed under the Mozilla Public License 2.0 (MPL-2.0).
SPDX-License-Identifier: MPL-2.0
Optional benchmark harness dependencies (not part of libpineforge)
-------------------------------------------------------------------
The contents under benchmarks/ may install separate Node.js and Python packages
when you run the comparison tooling (e.g. PineTS, PyneCore, pandas). Those
packages are licensed under their own terms (including AGPL-3.0 for PineTS as
published upstream). They are not required to build or test the static runtime
via ctest. See LEGAL.md for a summary.