Remove LICENSE_3RD_PARTY file
This commit is contained in:
parent
bb5a2963df
commit
c27d818c91
|
@ -1,185 +0,0 @@
|
|||
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
|
||||
|
||||
* 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
|
Loading…
Reference in New Issue