THIRD_PARTY.txt 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. ###################################################################
  2. ownCloud Android client
  3. Copyright (C) 2012-2013 ownCloud Inc.
  4. Copyright (C) 2012 Bartek Przybylski
  5. ###################################################################
  6. ###########
  7. # LICENSE #
  8. ###########
  9. This program is free software: you can redistribute it and/or modify
  10. it under the terms of the GNU General Public License verions 2,
  11. as published by the Free Software Foundation.
  12. This program is distributed in the hope that it will be useful,
  13. but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  15. GNU General Public License for more details.
  16. The source distribution of this program should include a full copy
  17. of the GNU GPL version 2 license in the LICENSE.txt file located
  18. in its root directory. If not, see <http://www.gnu.org/licenses/>.
  19. ########################
  20. # THIRD PARTY LICENSES #
  21. ########################
  22. Both the source and binary distributions of this software contain
  23. some third party software. All the third party software included
  24. or linked is redistributed under the terms and conditions of their
  25. original licenses. These licenses are compatible the GPL license
  26. that govern this software, for the purposes they are being used.
  27. The third party software included and used by this project is:
  28. * Apache JackRabbit, version 2.2.5.
  29. Copyright (C) 2004-2010 The Apache Software Foundation.
  30. Licensed under Apache License, Version 2.0.
  31. Placed at libs/jackrabbit-webdav-2.2.5-jar-with-dependencies.jar
  32. The jar file must be included in the ownCloud client APK.
  33. Original license document included at libs/LICENSE.txt
  34. See http://jackrabbit.apache.org/
  35. * Transifex client.
  36. Copyright (C) Transifex.
  37. Licensed under GNU General Public License.
  38. Placed at third_party/transifex-client.
  39. Used as a helper tool, not included in the ownCloud client APK.
  40. Original license document included at third_party/transifex-client/LICENSE.
  41. See http://help.transifex.com/features/client/
  42. * ActionBarSherlock, master branch.
  43. Copyright (C) 2012 Jake Wharton.
  44. Licensed under Apache License, Version 2.0.
  45. The official repository is linked as a submodule in the
  46. ownCloud/android repository.
  47. A binary JAR file must be generated from this linked project
  48. and included in the ownCloud client APK.
  49. See http://http://actionbarsherlock.com/
  50. * TouchImageView, commit 6dbeac4f11936185ba374c73144ac431c23c9aab
  51. Copyright (c) 2012 Michael Ortiz
  52. Licensed under MIT License
  53. JAR file libs/touch-image-view.jar has been generated by ownCloud Inc., including without
  54. modifications com.ortiz.touch.ExtendedViewPager and com.ortiz.touch.TouchImageView classes.
  55. See https://github.com/MikeOrtiz/TouchImageView