THIRD_PARTY.txt 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. (included by the android-library project)
  30. Copyright (C) 2004-2016 The Apache Software Foundation.
  31. Licensed under Apache License, Version 2.0.
  32. The library is included in the Nextcloud client APK.
  33. See http://jackrabbit.apache.org/
  34. * TouchImageView, 1.2.0. commit 6dbeac4f11936185ba374c73144ac431c23c9aab
  35. Copyright (c) 2014 Michael Ortiz
  36. Licensed under MIT License
  37. This library is in the source code.
  38. See https://github.com/MikeOrtiz/TouchImageView
  39. * floatingactionbutton 1.10.21.
  40. Copyright (c) 2014 Jerzy Chalupski
  41. Licensed under Apache License, Version 2.0.
  42. The library is included in the Nextcloud client APK.
  43. See https://github.com/futuresimple/android-floating-action-button
  44. * AndroidSVG 1.2.1.
  45. Copyright (c) 2014 Paul LeBeau
  46. Licensed under Apache License, Version 2.0.
  47. The library is included in the Nextcloud client APK.
  48. See https://github.com/BigBadaboom/androidsvg
  49. * Disk LRU Cache 2.0.2.
  50. Copyright (c) 2013 Jake Wharton
  51. Licensed under Apache License, Version 2.0.
  52. The library is be included in the Nextcloud client APK.
  53. See https://github.com/JakeWharton/DiskLruCache