15
Which software license to use for personal projects?
(lemmygrad.ml)
Welcome to the Lemmygrad programming community! This is a space where programmers of all levels can discuss programming, ask for help with problems, and share their personal programming projects with others.
Rules
I’m a fan of the Affero GPLv3. It’s like the GPLv3, but it closes a potential loophole where if someone runs my code on a backend server, they wouldn’t have had to provide that source code to users.
TIL about that loophole. im weary of using GPL because i dont want to inconvenience average joes who want to include and redistribute my work while using a different license for other bits. but if my mind is changed i would want to use Affero, thanks!