Files
rustmailer/about.toml
T
rustmailer fa0c5cb66b feat(docker): include license artifacts in Docker image
- 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
2025-07-28 21:41:21 +08:00

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"
]