gumpy-bci / gumpy

A Python 3 toolbox to develop Brain-Computer Interfaces (BCI)
MIT License
67 stars 23 forks source link

Gumpy license #16

Open Corinamar opened 2 years ago

Corinamar commented 2 years ago

Hello. Can someone please tell me how to get license for Gumpy? I want to use it for my final project, i am a student in terminal year. Please, i really need an answer. Thank you!

nwaniek commented 2 years ago

gumpy itself is licensed under the MIT License, i.e. it is open source and you're free to use it. No need to obtain another license. However, please make sure to adhere to the MIT License itself.

Corinamar commented 2 years ago

Thank you so much, sir!

Corinamar commented 2 years ago

Hello again, sir! I am sorry for disturbing you, can you please tell me how can i adhere to the MIT license? I did not find a tutorial online, and I am also a beginner. Thank you!

nwaniek commented 2 years ago

You can find the license file in the following link, and it contains what you need to do: https://github.com/gumpy-bci/gumpy/blob/master/LICENSE. If you need more guidance on how to adhere to open source licenses in general, I recommend to search for tutorials on the internet. A good response on what needs to be done to use/include MIT licensed software can, for instance, be found here: https://softwareengineering.stackexchange.com/questions/287921/is-this-the-correct-way-to-include-this-mit-licensed-software-in-my-software

Corinamar commented 2 years ago

Thank you for your answer, sir!