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)) " ")) (def ignores [".git"]) -(def exts [".c" ".h" ".janet"]) +(def exts ["LICENSE" "Makefile" ".build" ".c" ".h" ".janet"]) (defn arg [i] (defn bail [] (print usage) (quit))