avibrazil/iOSbackup

Missing License

botherder opened this issue · 2 comments

Firstly, thank you very much for writing this code and making it publicly available. It would be important however that you pick and provide a license for use of your code. The general assumption for code published without a license is that all rights are reserved, and as such that means people can not make any use of the code you release, other than looking at it. If your intention is instead for others to make use of your tool, a LICENSE file would help :).

It looks LGPL?

"License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)",

Oh ok, I did notice this. Thanks.