-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTICE
More file actions
88 lines (62 loc) · 2.78 KB
/
NOTICE
File metadata and controls
88 lines (62 loc) · 2.78 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
LikesProgram NOTICE
==================
Project: LikesProgram
Author: 龙兵寅
Website: https://likesprogram.com
GitHub: https://github.com/likesprogram/LikesProgram
Copyright 2025 龙兵寅
Licensed under the Apache License, Version 2.0.
See the LICENSE file for the full license text.
--------------------------------------------------------
Project Statement
-----------------
LikesProgram is a modern C++20 infrastructure library that provides
reusable components for long-running services, tooling, and network
applications.
This project includes modules for Unicode strings, formatting,
configuration, metrics, threading, logging, system utilities, and
event-driven networking.
The official project name, website, repository address, and author
information are provided for attribution and identification purposes.
They may not be used to endorse or promote derived products without
prior written permission.
--------------------------------------------------------
Third-Party Components
----------------------
LikesProgram may link against third-party libraries when optional
features are enabled or when the project is built with package managers
such as vcpkg.
LikesProgram does not embed the source code of the following third-party
libraries in this repository. They are used as external dependencies and
remain subject to their own license terms.
- OpenSSL
License: Apache License 2.0
Website: https://www.openssl.org
Source: https://github.com/openssl/openssl
OpenSSL is used to provide TLS/SSL and cryptographic functionality,
including encrypted network transports, certificate handling, and
TLS-enabled client/server communication.
OpenSSL is a separate third-party component. This NOTICE file does
not replace the OpenSSL license text. When distributing binaries that
link against OpenSSL, include the applicable OpenSSL license file and
comply with its license terms.
--------------------------------------------------------
Third-Party Data and Specifications
-----------------------------------
The following third-party data or specifications may be used during the
development or code generation process:
- UnicodeData.txt
License: Unicode License
Source: https://www.unicode.org/Public/UCD/latest/ucd/UnicodeData.txt
This data is used to generate Unicode case-mapping tables within
LikesProgram. The generated tables are derived works based on the
Unicode Character Database.
--------------------------------------------------------
Acknowledgments
---------------
If you use LikesProgram in your project, attribution is appreciated
but not required beyond the requirements of the Apache License 2.0.
Example acknowledgment:
"This project uses LikesProgram.
https://github.com/likesprogram/LikesProgram"
--------------------------------------------------------