diff options
| author | 2025-03-04 11:31:56 +0900 | |
|---|---|---|
| committer | 2025-03-04 11:31:56 +0900 | |
| commit | 55c10f98bb5987d5e648acb1fb939d0310dcf9ac (patch) | |
| tree | 0724f2e9c78b82c0a6a82a978abcf07cebd7e782 /tools | |
| parent | Update year in copyright disclaimer to 2025 (diff) | |
Check more file extensions
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/update_copyright.janet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/update_copyright.janet b/tools/update_copyright.janet index 04758fb6..71fdf611 100644 --- a/tools/update_copyright.janet +++ b/tools/update_copyright.janet @@ -1,7 +1,7 @@ (def usage (string "usage: janet " (first (dyn :args)) " <last-year> <this-year>")) (def ignores [".git"]) -(def exts [".c" ".h" ".janet"]) +(def exts ["LICENSE" "Makefile" ".build" ".c" ".h" ".janet"]) (defn arg [i] (defn bail [] (print usage) (quit)) |
