Age | Commit message (Collapse) | Author |
|
There are more places we can use these, I just picked some that felt
like they improved the code.
|
|
|
|
|
|
SPDX License Identifiers are a more compact / standardized
way of representing file license information.
See: https://spdx.dev/resources/use/#identifiers
This was done with the `ambr` search and replace tool.
ambr --no-parent-ignore --key-from-file --rep-from-file key.txt rep.txt *
|
|
This is a small utility that is similar to gunzip but is used
for compression instead of decompression.
|