-
Notifications
You must be signed in to change notification settings - Fork 0
/
ThirdPartyNotices.txt
108 lines (76 loc) · 4.67 KB
/
ThirdPartyNotices.txt
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
THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
This project incorporates material from the project(s) listed below (collectively, “Third Party Code”).
I am not the original author of the Third Party Code. The original copyright notice and license
under which I received such Third Party Code are set out below. This Third Party Code is licensed
to you under their original license terms set forth below. I reserves all other rights not
expressly granted, whether by implication, estoppel or otherwise.
1. T41-EP software version V049.2K (https://groups.io/g/SoftwareControlledHamRadio/files/SDTVer049.2K.zip)
This software is made available under the GNU GPLv3 license agreement. If commercial use of this
software is planned, we would appreciate it if the interested parties contact Jack Purdum, W8TEE,
and Al Peter, AC8GY.
Any and all other uses, written or implied, by the GPLv3 license are forbidden without written
permission from from Jack Purdum, W8TEE, and Al Peter, AC8GY.
=========================================
END OF T41-EP NOTICES AND INFORMATION
2. T41EEE (https://github.com/Greg-R/T41EEE/tree/main)
%% T41EEE NOTICES AND INFORMATION BEGIN HERE
=========================================
This software is licensed according to:
GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007
Please refer to the included LICENSE file.
Greg Raven, December 13 2023
=========================================
END OF T41EEE NOTICES AND INFORMATION
3. csdr (https://github.com/ha7ilm/csdr)
%% csdr NOTICES AND INFORMATION BEGIN HERE
=========================================
Most of the code of libcsdr is under BSD license.
However, before the implementation of some algoritms, GPL-licensed code from other applications have been reviewed. In order to eliminate any licesing issues, these parts are placed under a different file. However, the library is still fully functional with BSD-only code, altough having only less-optimized versions of some algorithms.
It should also be noted that if you compile with -DUSE_FFTW and -DLIBCSDR_GPL (as default), the GPL license would apply on the whole result.
=========================================
END OF csdr NOTICES AND INFORMATION
4. ft8_lib (https://github.com/kgoba/ft8_lib)
%% ft8_lib NOTICES AND INFORMATION BEGIN HERE
=========================================
MIT License
Copyright (c) 2018 Kārlis Goba
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
=========================================
END OF ft8_lib NOTICES AND INFORMATION
5. Pocket_FT8 (https://github.com/DD4WH/Pocket_FT8)
%% Pocket_FT8 NOTICES AND INFORMATION BEGIN HERE
=========================================
MIT License
Copyright (c) 2022 DD4WH
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
=========================================
END OF Pocket_FT8 NOTICES AND INFORMATION