From ef20433d2206a0d673ba3288052d594eef33123b Mon Sep 17 00:00:00 2001 From: Aditya Seth Date: Sun, 29 Dec 2024 19:01:24 +0530 Subject: [PATCH] =?UTF-8?q?Ready=20to=20publish=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 39 ++++++++++++++------------------------- 1 file changed, 14 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index 538b4ba..2677c04 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ +# Disclaimer + +The code in this repository has been originally developed and provided by the amazing **Shreyas Patil** (GitHub ID: [PatilShreyas](https://github.com/PatilShreyas)). + +### About Shreyas Patil: +- 👦 **Google Developer Expert @Android** +- 💼 **Senior Android Engineer @Deliveroo** (Ex - @Paytm, @ScaleReal) +- 👨‍💻 Builds Mobile, Web apps, and Backend servers +- ✍️ Writes insightful blogs at [blog.shreyaspatil.dev](https://blog.shreyaspatil.dev) +- 🎵 & 🎹 Enthusiast + +While this repository welcomes contributions (refer to [CONTRIBUTING.md](CONTRIBUTING.md) for details), all credit for the initial development of this code belongs to Shreyas Patil. + + # ChaKt - Chat with AI 💬✨ [![Build](https://github.com/PatilShreyas/ChaKt-KMP/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/PatilShreyas/ChaKt-KMP/actions/workflows/build.yml) @@ -86,28 +100,3 @@ gemini_api_key=YOUR_API_KEY Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details and the process. -## License - -``` -MIT License - -Copyright (c) 2024 Shreyas Patil - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. -```