diff --git a/README.md b/README.md index 4f79b60..daa0770 100644 --- a/README.md +++ b/README.md @@ -1 +1,21 @@ # 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]