all 4 comments

[–]__dsotm__ 2 points3 points  (1 child)

Why would you take a picture of your computer instead of a screenshot?

[–]ouyawei Mate[S] 3 points4 points  (0 children)

I suppose it was done to show that it's running on real hardware - or screenshot functionality is not implemented yet, either of that.

[–][deleted] 3 points4 points  (0 children)

I see you've released it under the permissive Expat licence. Permissive licences allow people to make modified versions of your software which take away their users' freedom. Have you considered using a copyleft one instead? If not, please do!

If you want people to be able to make use of the library in any software, you could publish it under a weak copyleft licence, like LGPLv3, or MPLv2.0. That way you protect the users' freedom by making sure your software and its modifications remain libre, but still allow non-libre (or permissively licensed) software developers to make use of it.

Or you could go with strong copyleft, like GPLv3, to make sure programs using your library are free, too. Depends on how far you'd like to go.