mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
Similar to about:license in firefox. Generated with `cargo-about`. A few open questions: - When/how should it be updated (the command I used was `cargo about generate etc/about.hbs > resources/resource_protocol/license.html`, it takes ~20 seconds) - How should `about.toml` be kept in sync with `deny.toml` - What about licenses for packages that are not crates (i.e. gstreamer) Fixes: #40266 --------- Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
19 lines
301 B
TOML
19 lines
301 B
TOML
accepted = [
|
|
"Apache-2.0 WITH LLVM-exception",
|
|
"Apache-2.0",
|
|
"BSD-2-Clause",
|
|
"BSD-3-Clause",
|
|
"BSL-1.0",
|
|
"CC0-1.0",
|
|
"CDLA-Permissive-2.0",
|
|
"ISC",
|
|
"MIT",
|
|
"MPL-2.0",
|
|
"NCSA",
|
|
"OpenSSL",
|
|
"OFL-1.1",
|
|
"Ubuntu-font-1.0",
|
|
"Unicode-3.0",
|
|
"Zlib",
|
|
]
|