mirror of
https://github.com/rustmailer/rustmailer.git
synced 2026-08-18 16:01:07 +00:00
fa0c5cb66b
- Ensure `LICENSE` and `license.html` are included in build artifacts - Extracted build output into `docker/` as Docker context - Updated Dockerfile to COPY `LICENSE` and `license.html` into image - License list generated from accepted SPDX identifiers
19 lines
298 B
TOML
19 lines
298 B
TOML
accepted = [
|
|
"Apache-2.0",
|
|
"MIT",
|
|
"BSD-3-Clause",
|
|
"MPL-2.0",
|
|
"ISC",
|
|
"Unicode-3.0",
|
|
"BSL-1.0",
|
|
"Unicode-DFS-2016",
|
|
"CDLA-Permissive-2.0",
|
|
"Zlib",
|
|
"Apache-2.0 WITH LLVM-exception",
|
|
"0BSD",
|
|
"BSD-2-Clause",
|
|
"NCSA",
|
|
"CC0-1.0",
|
|
"OpenSSL"
|
|
]
|