diff --git a/README.md b/README.md
index 5c6963fb6..f9cbe3c28 100644
--- a/README.md
+++ b/README.md
@@ -18,15 +18,18 @@
Features
- Online Song Search :mag:
+ Online Song Search With Suggestions :mag:
Streaming Support :musical_note:
Download Support :arrow_down:
+ Import & Export Your Data And Never Lose It :floppy_disk:
+ Add Custom Playlists With Link :cool:
Play Local / Downloaded Songs Support :open_file_folder:
High Quality mp3 / m4a / flac Format :fire:
Lyrics Support :pencil:
SponsorBlock Support :scissors:
No Ads :no_entry_sign:
No Subscriptions :dollar:
+ Inbuilt Updater :new:
14 Supported Languages :us:
Material UI & Accent Colors & Dynamic Colors (Android 12+) :art:
@@ -45,6 +48,38 @@
Download
+
+
+
+---
+License
+
+```
+Copyright © 2023 Valeri Gokadze
+
+Musify is a free software licensed under GPL v3.0
+It is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
+without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+```
+
+```
+Being Open Source doesn't mean you can just make a copy of the app and upload it on playstore or sell
+a closed source copy of the same.
+Read the following carefully:
+1. Any copy of a software under GPL must be under same license. So you can't upload the app on a closed source
+ app repository like PlayStore/AppStore without distributing the source code.
+2. You can't sell any copied/modified version of the app under any "non-free" license.
+ You must provide the copy with the original software or with instructions on how to obtain original software,
+ should clearly state all changes, should clearly disclose full source code, should include same license
+ and all copyrights should be retained.
+
+In simple words, You can ONLY use the source code of this app for `Open Source` Project under `GPL v3.0` or later
+with all your source code CLEARLY DISCLOSED on any code hosting platform like GitHub, with clear INSTRUCTIONS on
+how to obtain the original software, should clearly STATE ALL CHANGES made and should RETAIN all copyrights.
+Use of this software under any "non-free" license is NOT permitted.
+```
+
+See the [GNU General Public License](https://github.com/gokadzev/Musify/blob/main/LICENSE) for more details.
---