mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-24 20:28:06 +02:00
docs: Add section on advantages of using Nyx in README (#10)
* docs: Add section on advantages of using Nyx in README * ci: Update branch references from 'main' to 'master' in CI configuration * docs: Add third-party licenses documentation and update build process * Update .github/workflows/release-build.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * docs: Add third-party licenses documentation and update build process --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
a614e157b3
commit
d50684e31b
7 changed files with 6270 additions and 11 deletions
11
about.toml
Normal file
11
about.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
accepted = [
|
||||
"Apache-2.0",
|
||||
"MIT",
|
||||
"MIT-0",
|
||||
"Unicode-3.0",
|
||||
"BSD-2-Clause",
|
||||
"Unlicense",
|
||||
"Zlib",
|
||||
"CC0-1.0",
|
||||
"MPL-2.0"
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue