-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathNOTICE
More file actions
79 lines (61 loc) · 3.29 KB
/
Copy pathNOTICE
File metadata and controls
79 lines (61 loc) · 3.29 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
TradingGoose Studio
Copyright 2025-2026 TradingGoose Studio
This product includes software developed for the TradingGoose Studio project.
The overall project distribution is released under AGPL-3.0-only.
TradingGoose Studio integrates PineTS under its AGPL terms, and the project is
intentionally distributed as free software so users can use, study, modify,
self-host, and redistribute it under the same terms.
================================================================================
Upstream Project
================================================================================
TradingGoose Studio is derived from Sim Studio, an Apache 2.0 project.
The original NOTICE from Sim Studio is reproduced below, as required by
Apache License 2.0 Section 4(d):
Sim Studio
Copyright 2025 Sim Studio
This product includes software developed for the Sim project.
Source: https://github.com/simstudioai/sim/releases/tag/v0.4.25
Release: v0.4.25
================================================================================
Third-Party Software Notices
================================================================================
This product includes or depends on the following third-party software.
Full license texts are provided in the THIRD-PARTY-LICENSES file.
--------------------------------------------------------------------------------
TradingView Lightweight Charts
--------------------------------------------------------------------------------
TradingView Lightweight Charts(TM)
Copyright (c) 2025 TradingView, Inc.
https://www.tradingview.com/
License: Apache License 2.0
Source: https://github.com/tradingview/lightweight-charts
Version: 5.1.0
Used as an unmodified package dependency for financial chart rendering.
--------------------------------------------------------------------------------
PineTS
--------------------------------------------------------------------------------
Copyright Alaa-eddine KADDOURI
License: GNU Affero General Public License v3.0 (AGPL-3.0-only)
Upstream also offers a commercial license option.
Source: https://github.com/QuantForgeOrg/PineTS
Version: 0.8.8
Used as an unmodified package dependency for Pine Script indicator execution.
TradingGoose Studio keeps the combined project under AGPL-3.0-only rather than
using a separate commercial PineTS license.
The upstream source is available at the URL above. If TradingGoose Studio
modifies PineTS or distributes a build that conveys a modified PineTS over
a network, AGPL-3.0 Section 13 requires offering corresponding source for
that modified version.
--------------------------------------------------------------------------------
lightweight-charts-line-tools-core
--------------------------------------------------------------------------------
Copyright 2025 difurious
License: Mozilla Public License 2.0 (MPL-2.0)
Source: https://github.com/difurious/lightweight-charts-line-tools-core
Vendored (with modifications) in:
apps/tradinggoose/widgets/widgets/data_chart/plugins/
A copy of the MPL-2.0 license is included alongside the vendored source files.
Per MPL-2.0 Section 3.1, the modified source code in the directory above is
distributed under the terms of the MPL-2.0.
The project's overall AGPL-3.0-only distribution does not replace or remove
the MPL-2.0 terms that continue to apply to those vendored source files.