]> git.ktnx.net Git - mobile-ledger.git/blob - README.md
methods for deleting all DB tables
[mobile-ledger.git] / README.md
1 MoLe is a front-end to [[https://hledger.org/hledger-web.html hledger-web]]
2
3 # Copyright and licensing
4
5 ## Main software
6
7 Copyright ⓒ 2018, 2019, 2020, 2021 Damyan Ivanov <dam+mole@ktnx.net>
8
9 MoLe is free software: you can distribute it and/or modify it
10 under the term of the GNU General Public License as published by
11 the Free Software Foundation, either version 3 of the License, or
12 (at your opinion), any later version.
13
14 MoLe is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 GNU General Public License terms for details.
18
19 You should have received a copy of the GNU General Public License
20 along with Mobile-Ledger in a file named COPYING.txt. If not, see
21 <https://www.gnu.org/licenses/>.
22
23 ## Libraries
24
25 ### Jackson JSON processor
26
27 Jackson is a high-performance, Free/Open Source JSON processing library.
28 It was originally written by Tatu Saloranta (tatu.saloranta@iki.fi), and has
29 been in development since 2007.
30 It is currently developed by a community of developers, as well as supported
31 commercially by FasterXML.com.
32
33 Jackson JSON processor streaming parser/generator is licensed under the
34 Apache (Software) License, version 2.0 ("the License").
35 See the License for details about distribution rights, and the
36 specific rights regarding derivate works.
37
38 Apache license is in Apache-2.0.txt. You may obtain a copy at:
39 http://www.apache.org/licenses/LICENSE-2.0
40
41 ## Other items
42
43 Some icons taken from the Android open-source project are Copyright Google Inc
44 and/or Android open-source project and licensed under the Apache License,
45 version 2.0 (See Apache-2.0.txt or
46 <https://www.apache.org/licenses/LICENSE-2.0>)