Files
container/licenserc.toml
T
Danny Canter f49f668936 Updates to license headers (#17)
- Capitalize containerization.
- Wrap "All rights reserved" to a new line.

Signed-off-by: Danny Canter <danny_canter@apple.com>
2025-06-05 16:16:22 -07:00

27 lines
435 B
TOML

additionalHeaders = ["scripts/cz-header-style.toml"]
headerPath = "scripts/license-header.txt"
includes = [
"Makefile",
"*.swift",
"*.h",
"*.cpp",
"*.c",
"*.sh",
]
excludes = [
"Sources/ContainerizationArchive/CArchive/include",
]
[git]
attrs = 'enable'
ignore = 'enable'
[properties]
copyrightOwner = "Apple Inc. and the Containerization project authors"
[mapping.SWIFT_STYLE]
extensions = ["swift"]