Add license and automatic copyright notice #66

Merged
bustikiller merged 12 commits from license into main 2024-10-27 21:23:25 +00:00
Showing only changes of commit 1a44ecd8e6 - Show all commits

View File

@ -22,6 +22,12 @@ jobs:
git config --local user.email "bustikiller@bustikiller.com" git config --local user.email "bustikiller@bustikiller.com"
git config --local user.name "Manuel Bustillo" git config --local user.name "Manuel Bustillo"
git add . git add .
if [ -n "$(git status --porcelain)" ]; then
echo "there are changes";
else
echo "no changes";
fi
git commit -m "Add copyright notice" git commit -m "Add copyright notice"
- name: Push changes - name: Push changes
run: git push run: git push