Minor fixes

git-svn-id: https://forja.rediris.es/svn/cusl6-swadroid/trunk@73 5bc14d19-1e4b-4ba2-aa50-860af135f48c
This commit is contained in:
Juan Miguel Boyero Corral 2011-11-22 22:05:44 +00:00
parent 5e9976b390
commit 38a86ded2d

View File

@ -12,7 +12,7 @@ Android client for e-learning platform SWAD. This project is currently under hea
/res/ Resources required by SWADroid.
/src/ Source files.
SWADroidTest/ Android JUnit tests.
SWADroidTest/ Android JUnit tests.
/LICENSE License file.
/gen/ Files autogenerated by IDE.
/res/ Resources required by SWADroidTest.
@ -33,10 +33,10 @@ 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].
SWADroid uses [ksoap2-android][ksoap2-library] library developed by [Manfred Moser][ksoap2-author] and licensed under [MIT][mit].
[![Copyright and License](http://www.gnu.org/graphics/lgplv3-88x31.png)][lgplv3]
SWADroid uses [Android DataFrameWork][androiddataframework-library] library developed by [Javier Pérez Pacheco][androiddataframework-author]. [Android DataFrameWork][androiddataframework-library] library is licensed under [LGPL3][lgplv3].
SWADroid uses [Android DataFrameWork][androiddataframework-library] library developed by [Javier Pérez Pacheco][androiddataframework-author] and licensed under [LGPL3][lgplv3].
## Contributing