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