-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNOTICE
More file actions
153 lines (107 loc) · 3.92 KB
/
NOTICE
File metadata and controls
153 lines (107 loc) · 3.92 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
# NOTICE - Third-Party Software Attributions
Aetherra is developed and stewarded by **Aetherra Labs and Contributors**.
This software includes components from third-party sources. Each component
retains its original copyright and is used in accordance with its license
terms.
## Python Dependencies
### Core Dependencies
#### PySide6
- Copyright: The Qt Company Ltd.
- License: LGPL-3.0 / GPL-3.0 / Commercial
- Purpose: GUI framework for Lyrixa interface
- Source: <https://pypi.org/project/PySide6/>
#### OpenAI Python Library
- Copyright: OpenAI, Inc.
- License: Apache-2.0
- Purpose: AI model integration
- Source: <https://pypi.org/project/openai/>
#### Anthropic Python Library
- Copyright: Anthropic, PBC
- License: MIT
- Purpose: Claude AI integration
- Source: <https://pypi.org/project/anthropic/>
#### Google Generative AI
- Copyright: Google LLC
- License: Apache-2.0
- Purpose: Gemini AI integration
- Source: <https://pypi.org/project/google-generativeai/>
#### Requests
- Copyright: Kenneth Reitz and contributors
- License: Apache-2.0
- Purpose: HTTP client library
- Source: <https://pypi.org/project/requests/>
#### Flask
- Copyright: The Pallets Team
- License: BSD-3-Clause
- Purpose: Web framework for Aetherra Hub
- Source: <https://pypi.org/project/Flask/>
#### SQLAlchemy
- Copyright: Michael Bayer and contributors
- License: MIT
- Purpose: Database ORM
- Source: <https://pypi.org/project/SQLAlchemy/>
#### Transformers
- Copyright: Hugging Face, Inc.
- License: Apache-2.0
- Purpose: Machine learning model support
- Source: <https://pypi.org/project/transformers/>
#### PyTorch
- Copyright: Facebook, Inc. and its affiliates
- License: BSD-3-Clause
- Purpose: Deep learning framework
- Source: <https://pypi.org/project/torch/>
#### NumPy
- Copyright: NumPy developers
- License: BSD-3-Clause
- Purpose: Numerical computing
- Source: <https://pypi.org/project/numpy/>
#### Pandas
- Copyright: The Pandas Development Team
- License: BSD-3-Clause
- Purpose: Data analysis library
- Source: <https://pypi.org/project/pandas/>
#### Scikit-learn
- Copyright: The scikit-learn developers
- License: BSD-3-Clause
- Purpose: Machine learning library
- Source: <https://pypi.org/project/scikit-learn/>
### Development and Testing Dependencies
#### Pytest
- Copyright: Holger Krekel and pytest-dev team
- License: MIT
- Purpose: Testing framework
#### Black
- Copyright: Python Software Foundation and contributors
- License: MIT
- Purpose: Code formatting
#### Pylint
- Copyright: Logilab and contributors
- License: GPL-2.0+
- Purpose: Static code analysis
## License Compatibility
All third-party components used in this project have licenses that are
compatible with the GNU General Public License v3.0 under which this
project is distributed.
### License Compatibility Matrix
- Apache-2.0 → GPL-3.0: ✅ Compatible
- MIT → GPL-3.0: ✅ Compatible
- BSD-3-Clause → GPL-3.0: ✅ Compatible
- LGPL-3.0 → GPL-3.0: ✅ Compatible
- GPL-2.0+ → GPL-3.0: ✅ Compatible
## Attribution Requirements
This project complies with all attribution requirements of the included
third-party software. Full license texts for each component can be found
in their respective package installations or at the source URLs listed above.
## Disclaimer
Disclaimer: Aetherra is provided "AS IS" without warranty of any kind. See
Sections 15 and 16 of the GNU General Public License v3.0 (LICENSE) for the
full warranty disclaimer and limitation of liability. Inclusion of third-party
software does not imply endorsement. This NOTICE does not grant additional
rights and is for attribution transparency only. This document is not legal
advice—consult a qualified attorney for compliance assessments.
## Updates
This NOTICE file is maintained to reflect the current third-party components
used in the project. For the most current dependency list, refer to
requirements.txt in the project root.
Stewardship: Aetherra Labs and Contributors
Last updated: August 2025