-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathNOTICE
More file actions
77 lines (59 loc) · 3.61 KB
/
Copy pathNOTICE
File metadata and controls
77 lines (59 loc) · 3.61 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
AiDotNet
Copyright 2024 Ooples Finance
This product includes software developed at Ooples Finance (https://github.com/ooples).
--------------------------------------------------------------------------------
LICENSING NOTICE
--------------------------------------------------------------------------------
The Business Source License 1.1 (BSL 1.1) applies to the AiDotNet library
source code only. See the LICENSE file at the repository root for full terms.
Summary:
- Free for non-production use (development, testing, evaluation, education)
- Free for small organizations meeting the Community tier criteria
(Open-source projects, education, personal projects, and companies under
$1M revenue with fewer than 5 developers)
- Commercial production use by larger organizations requires a Professional
or Enterprise license — see https://aidotnet.dev/pricing
- Each release automatically converts to Apache License 2.0 four years
after its first publicly available distribution under this License (per
the BSL "Change Date" / fourth-anniversary clause; see LICENSE)
Pre-trained models and platform services distributed separately may have
different licenses:
- Community Models: Check individual model metadata for license information
(typically MIT, Apache 2.0, or as specified by the author)
- Premium Models: Commercial licenses required for production use
Visit https://aidotnet.dev/pricing for licensing options
- Platform Services: Subject to Terms of Service
See https://aidotnet.dev/terms when available
Federal use (.gov / .mil / national laboratories including U.S. Department
of Energy facilities) requires an Enterprise license and includes air-gapped
deployment support, FIPS 140-3 compatible cryptography, NIST SP 800-218 SSDF
compliance documentation, and custom builds with telemetry and license
validation disabled — see https://aidotnet.dev/federal-use
For licensing questions or commercial inquiries, please contact:
Email: admin@aidotnet.dev
Web: https://aidotnet.dev
--------------------------------------------------------------------------------
RELATED PROJECTS
--------------------------------------------------------------------------------
The AiDotNet csproj declares InternalsVisibleTo for the following private
projects maintained by Ooples Finance. These are NOT part of the publicly
distributed AiDotNet package and are not covered by this NOTICE. Their access
to AiDotNet internals is governed by the BSL 1.1 commercial-tier terms.
- HarmonicEngine Private commercial fork; not publicly available.
- HarmonicEngine.Tests Test suite for HarmonicEngine.
- AiDotNet.ProgramSynthesis.Tooling
Internal tooling project; not publicly available.
If you are a maintainer of an unrelated downstream project that requires
internals access, please contact admin@aidotnet.dev to discuss formal access
under appropriate licensing terms.
--------------------------------------------------------------------------------
THIRD-PARTY COMPONENTS
--------------------------------------------------------------------------------
This project may include or depend on third-party libraries and components,
each with their own license terms. Please refer to the respective component
documentation for specific license information.
CLBlast (Apache 2.0)
https://github.com/CNugteren/CLBlast
Portions of OpenCL kernel sources are included for baseline GEMM tuning.
For a complete list of dependencies and their licenses, see the project
documentation or run dependency analysis tools on the source code.