Update copyrights/names

This commit is contained in:
Lain
2023-05-20 01:31:18 -07:00
parent fcfc2eb5fc
commit 106c7aa61f
346 changed files with 442 additions and 441 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ jobs:
SREL="release = '([0-9\.]+)'"
RREL="release = '$VER'"
SCOPY="copyright = '([A-Za-z0-9, ]+)'"
RCOPY="copyright = '2017-$(date +"%Y"), Hugh Bailey'"
RCOPY="copyright = '2017-$(date +"%Y"), Lain Bailey'"
sed -i -E -e "s/${SVER}/${RVER}/g" -e "s/${SREL}/${RREL}/g" -e "s/${SCOPY}/${RCOPY}/g" docs/sphinx/conf.py
- uses: totaldebug/sphinx-publish-action@1.2.0