GPLv2 compatibility list
This commit is contained in:
parent
7ca4f5d008
commit
77c5386994
20
README.md
20
README.md
@ -1 +1,21 @@
|
|||||||
# Melon
|
# Melon
|
||||||
|
|
||||||
|
Melon (an acronym for Media Lounge Network) is a media management to keep and watch your downloaded video files.
|
||||||
|
|
||||||
|
## GPLv2 Compatibility
|
||||||
|
|
||||||
|
Database (Outside the apps)
|
||||||
|
- [MariaDB](https://mariadb.org/) (GPLv2) [Compatible with GPLv2]
|
||||||
|
|
||||||
|
pip CostaPy (Inside the apps)
|
||||||
|
- [cherrypy](https://pypi.org/project/CherryPy/) (BSD) [Compatible with GPLv2]
|
||||||
|
- [mako](https://pypi.org/project/Mako/) (MIT) [Compatible with GPLv2]
|
||||||
|
- [mysql-connector](https://pypi.org/project/mysql-connector/) or [mysql-connector-python](https://pypi.org/project/mysql-connector-python/) (GPLv2) [Compatible with GPLv2]
|
||||||
|
|
||||||
|
pip melon core (Inside the apps)
|
||||||
|
- [cv2](https://pypi.org/project/opencv-python/) (MIT) [Compatible with GPLv2]
|
||||||
|
- [pyffmpeg](https://pypi.org/project/pyffmpeg/) (Apache) [Not compatible with GPLv2]
|
||||||
|
|
||||||
|
Static Front-End library (Inside the apps)
|
||||||
|
- [Bootstrap](https://getbootstrap.com/) (MIT) [Compatible with GPLv2]
|
||||||
|
- [JQuery](https://jquery.com/) (MIT) [Compatible with GPLv2]
|
||||||
|
Loading…
Reference in New Issue
Block a user