pre bulk changes

This commit is contained in:
2025-08-23 08:04:11 -04:00
parent d46e1d7f37
commit 387085269d
3 changed files with 37 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
#!/bin/sh
find . -name "*.c" -exec add-copyright-header {} \;
find . -name "*.h" -exec add-copyright-header {} \;