Browse code

Created repository.

DoubleBastionAdmin authored on 26/01/2022 20:32:42
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,248 @@
1
+"Roundpin" as a whole is licensed under the GNU Affero General Public
2
+License version 3 or any later version. If you use "Roundpin" or
3
+distribute it in modified or unmodified form, you will have to comply
4
+with the terms of the GNU Affero General Public License version 3 or
5
+any later version.
6
+
7
+"Roundpin" includes large parts from other programs/libraries licensed
8
+under different free software licenses, as detailed below. The files
9
+from other programs/libraries were included either in modified form, or
10
+unmodified. At the top of these files we included a notice stating if
11
+they were changed. In the case of the JavaScript and CSS files that 
12
+have both a minified and an unminified version, the copyright notice 
13
+is included only in the unminified version.
14
+
15
+
16
+------------------------  LICENSE TERMS   ------------------------------
17
+
18
+
19
+
20
+"Roundpin" is a fully featured browser phone that implements audio/video
21
+calls, text messaging and video conferencing. It connects to an Asterisk
22
+server and uses SIP over WebSocket and WebRTC. 
23
+
24
+Copyright (C) 2021  Double Bastion LLC  <www.doublebastion.com>
25
+
26
+This program is free software: you can redistribute it and/or modify
27
+it under the terms of the GNU Affero General Public License as
28
+published by the Free Software Foundation, either version 3 of the
29
+License, or (at your option) any later version.
30
+
31
+This program is distributed in the hope that it will be useful,
32
+but WITHOUT ANY WARRANTY; without even the implied warranty of
33
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
34
+GNU Affero General Public License for more details.
35
+
36
+You should have received a copy of the GNU Affero General Public License
37
+along with this program.  If not, see <https://www.gnu.org/licenses/>.
38
+
39
+
40
+........................................................................
41
+
42
+
43
+"Roundpin" uses large parts of "Browser Phone"
44
+(https://github.com/InnovateAsterisk/Browser-Phone), created by 
45
+Conrad de Wet and licensed under the GNU Affero General Public License v3.0.
46
+"Browser Phone" licensing information follows:
47
+
48
+
49
+-------------------------------------------------------------
50
+ Copyright (c) 2020  - Conrad de Wet - All Rights Reserved.
51
+=============================================================
52
+File: phone.js
53
+License: GNU Affero General Public License v3.0
54
+Version: 0.0.2
55
+Owner: Conrad de Wet
56
+Date: April 2020
57
+Git: https://github.com/InnovateAsterisk/Browser-Phone
58
+
59
+
60
+........................................................................
61
+
62
+
63
+"Roundpin" uses large parts of "Cyber Mega Phone 2K"
64
+(https://github.com/asterisk/cyber_mega_phone_2k), created by Digium, Inc.
65
+and licensed under the MIT License. "Cyber Mega Phone 2K" licensing
66
+information follows:
67
+
68
+
69
+Copyright 2017 Digium, Inc.
70
+
71
+Permission is hereby granted, free of charge, to any person obtaining a copy of
72
+this software and associated documentation files (the "Software"), to deal in
73
+the Software without restriction, including without limitation the rights to
74
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
75
+of the Software, and to permit persons to whom the Software is furnished to do
76
+so, subject to the following conditions:
77
+
78
+The above copyright notice and this permission notice shall be included in all
79
+copies or substantial portions of the Software.
80
+
81
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
82
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
83
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
84
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
85
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
86
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
87
+SOFTWARE.
88
+
89
+
90
+........................................................................
91
+
92
+
93
+"Roundpin" includes the SIP.js JavaScript library (v0.11.6), created by 
94
+Junction Networks, Inc. (https://github.com/onsip/SIP.js),
95
+and licensed under the MIT License. SIP.js licensing information
96
+follows:
97
+
98
+
99
+SIP version 0.11.6
100
+Copyright (c) 2014-2018 Junction Networks, Inc <http://www.onsip.com>
101
+Homepage: https://sipjs.com
102
+License: https://sipjs.com/license/
103
+ 
104
+ 
105
+~~~SIP.js contains substantial portions of JsSIP under the following license~~~
106
+Homepage: http://jssip.net
107
+Copyright (c) 2012-2013 José Luis Millán - Versatica <http://www.versatica.com>
108
+ 
109
+Permission is hereby granted, free of charge, to any person obtaining
110
+a copy of this software and associated documentation files (the
111
+"Software"), to deal in the Software without restriction, including
112
+without limitation the rights to use, copy, modify, merge, publish,
113
+distribute, sublicense, and/or sell copies of the Software, and to
114
+permit persons to whom the Software is furnished to do so, subject to
115
+the following conditions:
116
+
117
+The above copyright notice and this permission notice shall be
118
+included in all copies or substantial portions of the Software.
119
+
120
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
121
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
122
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
123
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
124
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
125
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
126
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
127
+
128
+~~~ end JsSIP license ~~~
129
+
130
+
131
+........................................................................
132
+
133
+
134
+"Roundpin" contains the JsSIP JavaScript library (v3.7.0), created by
135
+José Luis Millán (https://github.com/jmillan), and licensed under the
136
+MIT License. JsSIP licensing information follows:
137
+
138
+
139
+JsSIP v3.7.0
140
+the Javascript SIP library
141
+Copyright: 2012-2020 José Luis Millán <jmillan@aliax.net> (https://github.com/jmillan)
142
+Homepage: https://jssip.net
143
+License: MIT
144
+
145
+License: The MIT License
146
+
147
+Permission is hereby granted, free of charge, to any person obtaining
148
+a copy of this software and associated documentation files (the
149
+"Software"), to deal in the Software without restriction, including
150
+without limitation the rights to use, copy, modify, merge, publish,
151
+distribute, sublicense, and/or sell copies of the Software, and to
152
+permit persons to whom the Software is furnished to do so, subject to
153
+the following conditions:
154
+
155
+The above copyright notice and this permission notice shall be
156
+included in all copies or substantial portions of the Software.
157
+
158
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
159
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
160
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
161
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
162
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
163
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
164
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
165
+
166
+
167
+........................................................................
168
+
169
+
170
+"Roundpin" contains substantial portions of "Pure CSS3 Login Form", created
171
+by Daniel Zawadzki (https://codepen.io/danzawadzki/pen/EgqKRr), and licensed
172
+under the MIT License. "Pure CSS3 Login Form" licensing information follows:
173
+
174
+
175
+Copyright (c) 2019 by Daniel Zawadzki (https://codepen.io/danzawadzki/pen/EgqKRr)
176
+
177
+Permission is hereby granted, free of charge, to any person obtaining a copy of 
178
+this software and associated documentation files (the "Software"), to deal in 
179
+the Software without restriction, including without limitation the rights to use, 
180
+copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the 
181
+Software, and to permit persons to whom the Software is furnished to do so, 
182
+subject to the following conditions:
183
+
184
+The above copyright notice and this permission notice shall be included in all 
185
+copies or substantial portions of the Software.
186
+
187
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
188
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
189
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 
190
+THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
191
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
192
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
193
+
194
+
195
+........................................................................
196
+
197
+
198
+The font files in the "fonts" directory are licensed as follows:
199
+
200
+'Font Awesome' License:
201
+
202
+    The Font Awesome font is licensed under the SIL OFL 1.1:
203
+        http://scripts.sil.org/OFL
204
+    Font Awesome CSS, LESS, and Sass files are licensed under the MIT License:
205
+        https://opensource.org/licenses/mit-license.html
206
+    The Font Awesome documentation is licensed under the CC BY 3.0 License:
207
+        https://creativecommons.org/licenses/by/3.0/
208
+    Attribution is no longer required as of Font Awesome 3.0, but much appreciated:
209
+        Font Awesome by Dave Gandy - http://fontawesome.io
210
+    Full details: http://fontawesome.io/license/
211
+
212
+The 'Inter' font is licensed under the SIL Open Font License, Version 1.1.
213
+
214
+Please note that the 'Font Awesome' font and the 'Inter' font are not used by
215
+Roundpin in a way that would make Roundpin a derivative work of these fonts. They
216
+are just bundled with Roundpin as separate entities. For this reason, Roundpin is
217
+licensed under the GNU Affero General Public License Version 3.0. while the two
218
+fonts keep their original license, the SIL Open Font License, Version 1.1. 
219
+
220
+
221
+The lines containing the word "google" in the following 'Font Awesome' files 
222
+were commented out:
223
+
224
+fonts/font-awesome-4.7.0/src/_layouts/base.html
225
+fonts/font-awesome-4.7.0/src/_layouts/survey.html
226
+fonts/font-awesome-4.7.0/src/test/2.3.2.html
227
+fonts/font-awesome-4.7.0/src/test/glyphicons.html
228
+
229
+
230
+........................................................................
231
+
232
+
233
+The file "videoconference/lib/sdp-interop-sl-1.4.0.js" contains portions
234
+licensed under the Apache License, Version 2.0. The appropriate
235
+copyright notices are included in the file.
236
+
237
+
238
+........................................................................
239
+
240
+
241
+The JavaScript and CSS files whose author is not Double Bastion LLC, which were
242
+not mentioned above, bear their respective original copyright notice
243
+(in the unminified version).
244
+
245
+
246
+-----------------------  END OF LICENSE TERMS  ---------------------------
247
+
248
+