-
Notifications
You must be signed in to change notification settings - Fork 0
/
NOTICE
34 lines (23 loc) · 1.54 KB
/
NOTICE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
NOTICE
This project uses the following libraries, each of which is distributed under its own license. Please refer to the individual library licenses for full details and terms.
1. LLVM and Clang Libraries
- Libraries: LLVM, Clang (including AST core and related components)
- License: Apache License 2.0
- License URL: https://opensource.org/licenses/Apache-2.0
The LLVM and Clang libraries are provided under the Apache License 2.0. This allows for use, modification, and distribution under the terms specified in the license.
2. jsoncons
- Library: jsoncons
- License: Boost Software License 1.0
- License URL: https://opensource.org/licenses/BSL-1.0
jsoncons is provided under the Boost Software License 1.0, which permits use, modification, and distribution of the library under the terms of this license.
3. libgit
- Library: libgit
- License: GNU General Public License (GPL) v2.0
- License URL: https://opensource.org/licenses/GPL-2.0
libgit is distributed under the GNU General Public License v2.0, which requires that any derivative work also be licensed under GPL-2.0.
4. libfiglet
- Library: libfiglet
- License: MIT License
- License URL: https://opensource.org/licenses/MIT
libfiglet is provided under the MIT License, which allows for use, modification, and redistribution of the library under the terms specified in the license.
For any questions regarding the licensing of these libraries or their usage within this project, please refer to the respective licenses or contact the library authors.