benman1 / generative_ai_with_langchain

Build large language model (LLM) apps with Python, ChatGPT and other models. This is the companion repository for the book on generative AI with LangChain.
https://amzn.to/43PuIkQ
MIT License
644 stars 257 forks source link

Please add a license to this repo #16

Closed mbrukman closed 10 months ago

mbrukman commented 10 months ago

First, thank you for writing this book and sharing these notebooks with us!

Could you please add an explicit LICENSE file to the repo so that it's clear under what terms the content is provided, and under what terms user contributions are licensed?

Per GitHub docs on licensing:

[...] without a license, the default copyright laws apply, meaning that you retain all rights to your source code and no one may reproduce, distribute, or create derivative works from your work. If you're creating an open source project, we strongly encourage you to include an open source license.

Thanks!

benman1 commented 10 months ago

@mbrukman thanks for the suggestion (and explaining)! I've just added an MIT license.