jdrouet / tmdb-api

Yet another TMDB api client written in rust, working with async
13 stars 8 forks source link

Licensing the crate? #34

Closed fusetim closed 1 year ago

fusetim commented 1 year ago

Hello, I have a slight problem. The tmdb-api crate does not seem to have a license. This problem didn't occur to me when I started developing my mkube software, but now I'd like to be able to distribute the binaries of my application under a free license in the near future. To do so, your library would have to be available under a similar license.

Do you think you could distribute your crate under a free license?

I thank you warmly for the development of your library and I hope that you will be able to respond positively to my request.

fusetim commented 1 year ago

Oops, looks like I went too fast. Your crate is indeed under MIT license according to the Cargo.toml. The fact that Github doesn't display the license (on the repo page and on the list of dependencies) and that the LICENSE file doesn't exist either misled me. I apologize for the inconvenience, and thank you once again for developing this library.