-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathCREDITS
22 lines (16 loc) · 1.13 KB
/
CREDITS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
This project makes use of a number of third-party libraries, which we'll acknowledge here:
* SQLite,
Released under the public domain.
(http://sqlite.org/)
* inih (INI Not Invented Here), Copyright (c) 2009, Ben Hoyt,
Released under the New BSD license (https://opensource.org/licenses/BSD-3-Clause).
(https://github.com/benhoyt/inih)
* FBInk (FrameBuffer eInker), Copyright (C) 2018-2024 NiLuJe <[email protected]>,
Released under the GNU General Public License version 3+ (https://www.gnu.org/licenses/gpl.html)
(https://github.com/NiLuJe/FBInk)
* str5 (Str5 functions), Copyright (C) 2016/05, Eric Sanchis <[email protected]>,
Released under the GNU Lesser General Public License (https://www.gnu.org/licenses/lgpl-3.0.html)
(http://aral.iut-rodez.fr/en/sanchis/miscellaneous/str5/str5.html)
* openssh/atomicio.* (Wrappers around read/write, initially imported from the OpenSSH project), Copyright (c) 2006 Damien Miller, Copyright (c) 2005 Anil Madhavapeddy, Copyright (c) 1995,1999 Theo de Raadt,
Released under the BSD 2-clause license (https://opensource.org/licenses/BSD-2-Clause)
(https://www.openssh.com/)