updated licensing and added submodules hook

This commit is contained in:
2023-03-10 14:24:35 -05:00
parent e0087cd8eb
commit f1a7a4797a
4 changed files with 15 additions and 11 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/bin/sh
# This work is marked with CC0 1.0. To view a copy of this license, visit
# <http://creativecommons.org/publicdomain/zero/1.0>.
# Git hook to update submodules to their latest versions before committing
# changes, good for monorepos constructed from various other repositories.
git submodule foreach 'git pull'
git add