diff options
author | Tekky <98614666+xtekky@users.noreply.github.com> | 2023-10-12 15:26:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-12 15:26:23 +0200 |
commit | 425b2183e6f7591fc5960da2fd980c5d2ea02679 (patch) | |
tree | e309da04894ecfb208c120bdc7e92fda65cd1951 /README.md | |
parent | ~ (diff) | |
parent | chore: update LICENSE section index (diff) | |
download | gpt4free-425b2183e6f7591fc5960da2fd980c5d2ea02679.tar gpt4free-425b2183e6f7591fc5960da2fd980c5d2ea02679.tar.gz gpt4free-425b2183e6f7591fc5960da2fd980c5d2ea02679.tar.bz2 gpt4free-425b2183e6f7591fc5960da2fd980c5d2ea02679.tar.lz gpt4free-425b2183e6f7591fc5960da2fd980c5d2ea02679.tar.xz gpt4free-425b2183e6f7591fc5960da2fd980c5d2ea02679.tar.zst gpt4free-425b2183e6f7591fc5960da2fd980c5d2ea02679.zip |
Diffstat (limited to '')
-rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -41,6 +41,7 @@ python -m g4f.interference.run - [Contributors](#contributors) - [Copyright](#copyright) - [Star History](#star-history) +- [License](#license) ## Getting Started @@ -622,4 +623,16 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. <img width="500" alt="Star History Chart" src="https://api.star-history.com/svg?repos=xtekky/gpt4free&type=Date"> </a> +## License +<table> + <tr> + <td> + <p align="center"> <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/93/GPLv3_Logo.svg/1200px-GPLv3_Logo.svg.png" width="80%"></img> + </td> + <td> + <img src="https://img.shields.io/badge/License-GNU_GPL_v3.0-red.svg"/> <br> +This project is licensed under <a href="./LICENSE">GNU_GPL_v3.0</a>. <img width=2300/> + </td> + </tr> +</table> |