Dataherald / dataherald

Interact with your SQL database, Natural Language to SQL using LLMs
https://dataherald.readthedocs.io/en/latest/
Apache License 2.0
3.2k stars 215 forks source link

Missing Apache 2.0 `LICENSE` file referenced from `README.md` #493

Closed mbrukman closed 1 month ago

mbrukman commented 1 month ago

First of all, thank you for releasing this project and sharing it with us!

The README.md says the license for this project is Apache 2.0 and links to a LICENSE file:

https://github.com/Dataherald/dataherald/blob/ab142f2e03bf8b75189c92b5f530be674d376dde/README.md?plain=1#L15-L17

However, there's no LICENSE file in the repo as of the latest commit https://github.com/Dataherald/dataherald/commit/ab142f2e03bf8b75189c92b5f530be674d376dde:

https://github.com/Dataherald/dataherald/blob/ab142f2e03bf8b75189c92b5f530be674d376dde/LICENSE returns "404 Not found"

Could you please add the license? You can find the license text here for easy copy-pasting:

Thanks again!

jtimdwyer commented 1 month ago

Looks like it was moved here.

mbrukman commented 1 month ago

Fixed in https://github.com/Dataherald/dataherald/pull/494 with commit https://github.com/Dataherald/dataherald/pull/494/commits/5998139c574ff72c68636b535c5975a15a9ed35c – thanks!