delthas / JavaSkype

A lightweight, comprehensive Java API for Skype using MSNP24
MIT License
72 stars 28 forks source link

Clarify which libraries have been used/copied #7

Closed delthas closed 8 years ago

delthas commented 8 years ago

Clarify which libraries have been used during the making of this project.

emersion commented 8 years ago

Related: check that included or modified projects used here have a license compatible with MIT, and add copyright lines to the LICENSE file to credit original authors.

emersion commented 8 years ago

Followup: I created https://github.com/msndevs/skylogin/issues/4 and https://github.com/uunicorn/pyskype/issues/6 since these projects haven't a license. No license doesn't mean that we are free to use the code as we want, though.

delthas commented 8 years ago

uunicorn is now under the MIT license. skylogin is still without license. Anyway since JavaSkype doesn't use these libraries directly anymore (the first one was just an example of a working Skype client, the second one has been completely rewritten in Java), this issue is solved.