Open source license for new libraries

Posted by storage-null-123@reddit | Python | View on Reddit | 12 comments

Hey, I'm curious about your opinions.

If you were building a new library today, which license would you release it under?

Something copyleft like GPL? LGPL?

or something permissive like BSD or MIT?

Are there situations that would sway your opinion one way or the other?

With copyleft, I like that improvements would remain in the open. On the other hand, with more permissive licenses, there's higher chance of adoption?

On the other hand, copyleft only affects big corporations. Open source projects or research labs that depend on it wouldn't be affected at all.

What do you think?