supabase-community / nextjs-openai-doc-search

Template for building your own custom ChatGPT style doc search powered by Next.js, OpenAI, and Supabase.
https://supabase.com/blog/chatgpt-supabase-docs
Apache License 2.0
1.58k stars 280 forks source link

Add Apache 2.0 LICENSE #51

Closed chartpath closed 10 months ago

chartpath commented 10 months ago

Currently it would be a copyright violation for community users to modify this repo because it is missing a license.

For comparison, the other popular Supabase GenAI community repo https://github.com/supabase-community/vercel-ai-chatbot is already using the Apache 2.0 license.

chartpath commented 10 months ago

BTW I just noticed Supabase uses Apache 2.0 for their main release so I figured that would be consistent in terms of choices. There seem to be a few other community projects that use MIT as well.

chartpath commented 10 months ago

For more reference on the rationale of why not having a license can be restrictive to contributors, see https://opensource.stackexchange.com/questions/1720/what-can-i-assume-if-a-publicly-published-project-has-no-license

gregnr commented 10 months ago

Hey @chartpath, sorry for the delay on this. This is a good call - we've added the Apache 2.0 license now. I mistakenly thought this thread was an issue and not a PR, so merged the change in a separate PR #52. Sorry about that.

Thanks for the suggestion!

chartpath commented 5 months ago

@gregnr Thank you! This will allow me to make a contribution now :)