-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTICE
More file actions
74 lines (51 loc) · 2.25 KB
/
Copy pathNOTICE
File metadata and controls
74 lines (51 loc) · 2.25 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
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
----------------------
The current LikesProgram source tree does not embed third-party library
source code and the currently available modules do not declare or link
against OpenSSL or other third-party runtime libraries.
If future optional packages introduce external dependencies, those
dependencies should be documented here and remain subject to their own
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"
--------------------------------------------------------