What do you all think about considering Apache 2.0 as the license for the package? A couple of years ago, I reviewed several of the most common open-source licenses and came to the conclusion that Apache 2.0 provided a nice balance between the trade-offs between
-
restrictions on use (minimal),
-
avoiding infection of derivative works (minimal),
-
readability (longer than MIT and BSD but not too long), and
-
protection against hostile intellectual property claims (e.g., somebody adding code and then filing a lawsuit claiming patent infringement).
The inclusion of the last feature (without sacrificing too much on the first three) is the main reason that I use this license for all of my personal open-source projects.
Thoughts?
What do you all think about considering Apache 2.0 as the license for the package? A couple of years ago, I reviewed several of the most common open-source licenses and came to the conclusion that Apache 2.0 provided a nice balance between the trade-offs between
restrictions on use (minimal),
avoiding infection of derivative works (minimal),
readability (longer than MIT and BSD but not too long), and
protection against hostile intellectual property claims (e.g., somebody adding code and then filing a lawsuit claiming patent infringement).
The inclusion of the last feature (without sacrificing too much on the first three) is the main reason that I use this license for all of my personal open-source projects.
Thoughts?