diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 21 |
1 files changed, 19 insertions, 2 deletions
@@ -24,5 +24,22 @@ Requirements: | |||
24 | License | 24 | License |
25 | ------- | 25 | ------- |
26 | 26 | ||
27 | Project released under the terms of the GNU GPL v3. | 27 | Copyright (C) 2018 Pacien TRAN-GIRARD |
28 | See /license.txt | 28 | |
29 | _tinc app_ is distributed under the terms of GNU General Public License v3.0, | ||
30 | as detailed in the provided `license.md` file. | ||
31 | |||
32 | Builds of this software embed and make use of the following libraries: | ||
33 | |||
34 | * Kotlin Standard Library, licensed under the Apache v2.0 License | ||
35 | * streamsupport-cfuture, licensed under the GNU General Public License v2.0 | ||
36 | * Material Components for Android, licensed under the Apache v2.0 License | ||
37 | * ZXing Android Integration, licensed under the Apache v2.0 License | ||
38 | * Bouncy Castle PKIX, licensed under the Bouncy Castle License | ||
39 | * SLF4J, licensed under the MIT License | ||
40 | * logback-android, licensed under the GNU Lesser General Public License v2.1 | ||
41 | * Apache Commons Configuration, licensed under the Apache v2.0 License | ||
42 | * Apache Commons BeanUtils, licensed under the Apache v2.0 License | ||
43 | * LZO, licensed under the GNU General Public License v2.0 | ||
44 | * LibreSSL libcrypto, licensed under the OpenSSL License, ISC License, public domain | ||
45 | * tinc, licensed under the GNU General Public License v2.0 | ||