Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6789ab69 authored by David A. Velasco's avatar David A. Velasco Committed by Andy Scherzinger
Browse files

Included THIRD_PARTY.txt file with notes regarding to third party dependencies

parent 2e705f51
Loading
Loading
Loading
Loading

THIRD_PARTY.txt

0 → 100644
+55 −0
Original line number Diff line number Diff line
###################################################################
  ownCloud Android Library                                       

  Copyright (C) 2014 ownCloud Inc.
  Copyright (C) 2012 Bartek Przybylski
###################################################################


###########
# LICENSE #
###########

This library is free software released under the MIT License.
A full copy of the license can be found in the LICENSE.md file 
in this directory.


########################
# THIRD PARTY LICENSES #
########################

This library uses some third party software that must be included as a 
dependency in projects using the library. All the third party software 
included is redistributed under the terms and conditions of their 
original licenses. These licenses are compatible with the MIT license 
that govern this software, for the purposes they are being used.

The third party software included and used by this project is:

 * Apache JackRabbit, version 2.2.5.
   Copyright (C) 2004-2010 The Apache Software Foundation.
   Licensed under Apache License, Version 2.0.
   Placed at libs/jackrabbit-webdav-2.7.2.jar
   The jar file must be included in projects using the ownCloud Android
   Library, and those must respect the terms of its license.
   Original license document included at libs/APACHE-2.0.txt
   See http://jackrabbit.apache.org/

 * Jakarta Commons Httpclient, version 3.1
   Copyright (C) 2001-2011 The Apache Software Foundation.
   Licensed under Apache License, Version 2.0.
   Placed at libs/commons-httpclient-3.1.jar
   The jar file must be included in projects using the ownCloud Android
   Library, and those must respect the terms of its license.
   Original license document included at libs/APACHE-2.0.txt
   See http://hc.apache.org/httpclient-3.x/
 
 * Simple Logging Facade for Java, version 1.7.5
   Copyright (C) 2004-2013 QOS.ch
   Licensed under the MIT License
   Placed at libs/sl4f-api.1.7.5.jar
   The jar file must be included in projects using the ownCloud Android
   Library, and those must respect the terms of its license.
   Original license document included at libs/sl4j-api-LICENSE.txt
   See http://www.slf4j.org/