alexshelto / reddit_video_maker

This project will find popular Reddit threads and convert them into a text-to-speech videos.
GNU General Public License v3.0
74 stars 13 forks source link

Missing LICENSE #5

Closed TechnologyClassroom closed 3 years ago

TechnologyClassroom commented 3 years ago

I see you have no LICENSE file for this project. The default is copyright.

I would suggest releasing the code under the GPL-3.0-or-later or AGPL-3.0-or-later license so that others are encouraged to contribute changes back to your project.

alexshelto commented 3 years ago

Thanks for the suggestion! I will get on that ASAP :)

TechnologyClassroom commented 3 years ago

Let me know if you need help.

alexshelto commented 3 years ago

Thanks currently I am exploring options for different Licenses

TechnologyClassroom commented 3 years ago

I would recommend the GPL licenses because permissive licenses (MIT, Apache, BSD, etc.) tend to have proprietary forks. If a fork is proprietary, the upstream project never gets the opportunity to benefit from those changes.

alexshelto commented 3 years ago

I am trying to add a GPL license to the repo. I am adding new file, License.md but there are no GPL licenses that pop up for me to select.

alexshelto commented 3 years ago

@TechnologyClassroom Can you confirm I have added the correct GPL license? Found from: https://github.com/KSXGitHub/GPL-3.0/blob/master/LICENSE

TechnologyClassroom commented 3 years ago

@alexshelto LICENSE.md looks right!