-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathTHIRD_PARTY_NOTICES
More file actions
116 lines (63 loc) · 3.09 KB
/
Copy pathTHIRD_PARTY_NOTICES
File metadata and controls
116 lines (63 loc) · 3.09 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
# Third-Party Software Notices and Licenses
OpenWave uses the following open-source software components. We are grateful to the developers and maintainers of these projects.
---
## Taichi Lang
**License:** Apache License 2.0
**Copyright:** Copyright (c) Taichi Graphics
**Website:** <https://www.taichi-lang.org/>
**Repository:** <https://github.com/taichi-dev/taichi>
**Usage:** GPU-accelerated parallel computing for high-performance physics simulations
Taichi is licensed under the Apache License 2.0. Full license text available at:
<https://www.apache.org/licenses/LICENSE-2.0>
---
## NumPy
**License:** BSD 3-Clause License
**Copyright:** Copyright (c) 2005-2025, NumPy Developers
**Website:** <https://numpy.org/>
**Repository:** <https://github.com/numpy/numpy>
**Usage:** Fundamental package for numerical computing with arrays and mathematical functions
NumPy is licensed under the BSD 3-Clause License. Full license text available at:
<https://numpy.org/doc/stable/license.html>
---
## SciPy
**License:** BSD 3-Clause License
**Copyright:** Copyright (c) 2001-2025, SciPy Developers
**Website:** <https://scipy.org/>
**Repository:** <https://github.com/scipy/scipy>
**Usage:** Scientific computing library for optimization, integration, and advanced mathematics
SciPy is licensed under the BSD 3-Clause License. Full license text available at:
<https://scipy.org/scipylib/license.html>
---
## Matplotlib
**License:** Matplotlib License (BSD-compatible)
**Copyright:** Copyright (c) 2002-2025, Matplotlib Development Team
**Website:** <https://matplotlib.org/>
**Repository:** <https://github.com/matplotlib/matplotlib>
**Usage:** Comprehensive library for creating static, animated, and interactive visualizations
Matplotlib is licensed under a PSF-based license (BSD-compatible). Full license text available at:
<https://matplotlib.org/stable/users/project/license.html>
---
## PyAutoGUI
**License:** BSD 3-Clause License
**Copyright:** Copyright (c) Al Sweigart
**Website:** <https://pyautogui.readthedocs.io/>
**Repository:** <https://github.com/asweigart/pyautogui>
**Usage:** GUI automation for programmatic control of mouse and keyboard
PyAutoGUI is licensed under the BSD 3-Clause License. Full license text available at:
<https://github.com/asweigart/pyautogui/blob/master/LICENSE.txt>
---
## License Compatibility Statement
OpenWave is licensed under the Apache License, Version 2.0.
All third-party dependencies listed above use permissive licenses that are compatible with Apache 2.0:
- **Apache 2.0** is the same license as the project — fully compatible
- **BSD 3-Clause** is a permissive license fully compatible with Apache 2.0
This means OpenWave can legally use these libraries under matching permissive terms.
---
## Attribution Requirements
When using or distributing OpenWave, you must:
1. Include this THIRD_PARTY_NOTICES file
1. Maintain all copyright notices from dependencies
1. Comply with Apache 2.0 license terms for OpenWave (including retention of LICENSE and NOTICE files)
1. Comply with individual license terms for each dependency
---
**Last Updated:** 2025-10-12