mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-30 20:39:39 +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
12
deny.toml
Normal file
12
deny.toml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[licenses]
|
||||
allow = [
|
||||
"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