THIRD_PARTY.txt 3.1 KB

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