Added ksoap2-android license

This commit is contained in:
Juan Miguel Boyero Corral 2010-11-04 09:38:16 +01:00
parent b6df5b2baf
commit d4c3dc3eed

View File

@ -5,13 +5,13 @@ Android client for e-learning platform SWAD.
## Content
SWADroid/ Android client.
SWADroid/ Android client.
/LICENSE License file.
/gen/ Files autogenerated by IDE.
/libs/ Libraries required by SWADroid.
/res/ Resources required by SWADroid.
/src/ Source files.
Webservices/ Webservices implemented in SWAD server.
Webservices/ Webservices implemented in SWAD server.
/LICENSE License file.
HISTORY.md Changelog file in GitHub markdown format.
README.md This file in GitHub markdown format.
@ -27,6 +27,8 @@ it under the same terms as [GPLv3][gplv3] license.
[![Copyright and License](http://www.gnu.org/graphics/agplv3-88x31.png)][agplv3] SWADroid Webservices is free software; you can redistribute it and/or modify
it under the same terms as [AGPLv3][agplv3] license.
[![Copyright and License](http://web.mit.edu/facts/img/mitlogo.gif)][mit] SWADroid uses [ksoap2-android][ksoap2-library] library developed by [Manfred Moser][ksoap2-author]. [ksoap2-android][ksoap2-library] library is licensed under [MIT][mit].
## Contributing
@ -44,5 +46,8 @@ The Github team has also been kind enough to write up some great [documentation]
[gplv3]: http://www.gnu.org/licenses/gpl.html
[agplv3]: http://www.gnu.org/licenses/agpl.html
[mit]: http://www.opensource.org/licenses/mit-license.php
[doc_contrib]: http://help.github.com/pull-requests/
[topic_br]: http://progit.org/book/ch3-4.html
[ksoap2-library]: http://code.google.com/p/ksoap2-android
[ksoap2-author]: https://github.com/mosabua