]> git.ktnx.net Git - mobile-ledger.git/blob - README.md
whitespace
[mobile-ledger.git] / README.md
1 MoLe is a front-end to [[http://hledger-web.org hledger-web]]
2
3 # Copyright and licensing
4
5 ## Main software
6
7 Copyright ⓒ 2018, 2019 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. If not, see <https://www.gnu.org/licenses/>.
21
22 ## Libraries
23
24 ### Jackson JSON processor
25
26 Jackson is a high-performance, Free/Open Source JSON processing library.
27 It was originally written by Tatu Saloranta (tatu.saloranta@iki.fi), and has
28 been in development since 2007.
29 It is currently developed by a community of developers, as well as supported
30 commercially by FasterXML.com.
31
32 Jackson JSON processor streaming parser/generator is licensed under the
33 Apache (Software) License, version 2.0 ("the License").
34 See the License for details about distribution rights, and the
35 specific rights regarding derivate works.
36
37 You may obtain a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0
38
39 ## Other items
40
41 Some icons taken from the Android open-source project are 
42 Copyright Google Inc and/or Android open-source project and licensed under the
43 Apache License, version 2.0 (https://www.apache.org/licenses/LICENSE-2.0)