forked from libretime/libretime
-
Notifications
You must be signed in to change notification settings - Fork 1
/
LICENSE_3RD_PARTY
191 lines (156 loc) · 5.17 KB
/
LICENSE_3RD_PARTY
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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
This application uses the following 3rd Party software:
----------------------
Common Non-linked Code
----------------------
* Linux
- What is it: Kernel
- Web site: https://github.com/torvalds/linux
- License: GPLv2
* RabbitMQ
- What is it: Interprocess Message Passing with Queuing
- Web site: http://www.rabbitmq.com/
- License: Mozilla Public License (http://www.rabbitmq.com/mpl.html)
* monit
- What is it: Monitors processes and restarts them if they die
- Web site: http://mmonit.com/monit/
- License: GPLv3
-----------
Airtime Web
-----------
Linked code:
* Zend Framework 1.10.3
- What is it: Framework for PHP web apps
- Web site: http://framework.zend.com/
- License: New BSD license
- Compatible with GPLv3: Yes
* PEAR
- What is it: PHP library
- Notes: We only use the PEAR base class PEAR_Error, in the "PEAR" PEAR library.
- License: New BSD License
- Compatible with GPLv3? Yes.
* Propel ORM
- What is it: Maps DB data into PHP objects
- Web site: http://www.propelorm.org/
- License: MIT/Expat License
- Compatible with the GPL: Yes. See http://www.gnu.org/licenses/license-list.html
* Phing
- What is it: PHP project build system
- Web site: http://phing.info/trac/
- Note: Only used for development, not needed to run Airtime.
- License: LGPLv3
* PHP-AMQPLIB
- What is it: PHP library to interact with RabbitMQ
- Web site: https://github.com/tnc/php-amqplib
- License: LGPLv2.1
- Compatible with GPLv3? Yes
* Soundcloud PHP API wrapper
- What is it: PHP library to upload to SoundCloud
- Web site: https://github.com/mptre/php-soundcloud/blob/master/Services/Soundcloud.php
- License: MIT
- Compatible with the GPL: Yes. See http://www.gnu.org/licenses/license-list.html
* getID3()
- What is it: PHP script that extracts useful information from MP3s & other multimedia file formats:
- Web site: https://github.com/JamesHeinrich/getID3
- License: GPLv3
Non-linked code:
* Apache Web Server 2.2
- Web site: http://httpd.apache.org/
- License: Apache 2.0. See http://httpd.apache.org/docs/2.2/license.html
* PostgreSQL 9.1
- Web site: http://www.postgresql.org/
- License: The PostgreSQL License. See http://www.postgresql.org/about/licence
* PHP 5.3
- Web site: http://www.php.net/
- License: The PHP License. See http://www.php.net/license/3_01.txt
* jQuery
- Web site: http://jquery.com/
- License: MIT and GPL. See http://jquery.org/license
- jQuery components used:
* Full Calendar
- Web site: http://arshaw.com/fullcalendar/
- License: Dual licensed under MIT and GPLv2
* Colorpicker
- Web site: http://www.eyecon.ro/colorpicker/
- License: Dual licensed under the MIT and GPL licenses.
* Context Menu
- Web site: http://jursza.net/dev/jjmenu/
- License: MIT [http://www.opensource.org/licenses/mit-license.php]
* PLUpload
- Web site: http://www.plupload.com
- License: GPLv2
* jPlayer
- Web site: http://www.jplayer.org/
- License: Dual licensed under the MIT and GPL licenses.
* qtip
- Web site: http://craigsworks.com/projects/qtip/
- License: MIT
* TimePicker
- Web site: http://fgelinas.com/code/timepicker/
- License: Dual licensed under the MIT or GPL Version 2 licenses.
* Data Tables
- Web site: http://www.datatables.net/
- License: GPLv2 or BSD 3-Clause
* Server Browse
- Web site: http://code.google.com/p/jq-serverbrowse/
- License: BSD 2-Clause
* Flot
- Web site: http://www.flotcharts.org/
- License: MIT
-------------
Media-Monitor
-------------
Linked code:
* Mutagen
- What is it: Parser of audio file metadata
- Web site: http://code.google.com/p/mutagen/
- License: GPLv2-only
* Kombu
- What is it: Python interface to RabbitMQ
- Web site: http://pypi.python.org/pypi/kombu/
- License: New BSD
- Compatible with GPLv3? Yes.
* pyinotify
- Python interface to inotify
- Web site: https://github.com/seb-m/pyinotify
- License: MIT
Non-linked code:
* Python 2.7
- Web site: http://www.python.org/
- License: PSF License. See http://docs.python.org/license.html
* Silan
- What is it: Silence detector
- Web site: https://github.com/x42/silan
- License: GPL-2+
- Compatible with GPLv3? Yes.
-------------
Show Recorder
-------------
Linked code:
* Kombu
- What is it: Python interface to RabbitMQ
- Web site: http://pypi.python.org/pypi/kombu/
- License: New BSD
- Compatible with GPLv3? Yes.
Non-linked code:
* Python 2.7
- Web site: http://www.python.org/
- License: PSF License. See http://docs.python.org/license.html
* ecasound 2.8.1
- What is it: Records audio from line-in
- Web site: http://www.eca.cx/ecasound/
- License: GPLv2
----
Pypo
----
Linked code:
* Kombu
- Web site: http://pypi.python.org/pypi/kombu/
- License: New BSD
- Compatible with GPLv3? Yes.
Non-linked code:
* Python 2.7
- Web site: http://www.python.org/
- License: PSF License. See http://docs.python.org/license.html
* Liquidsoap 1.1.1
- Web site: http://savonet.sourceforge.net/
- License: GPLv2