Merge tag '2023.10.2' into art/bump-2023.10.2

This commit is contained in:
Zel9278 2023-10-29 12:41:11 +09:00
commit 377914bd73
1863 changed files with 39210 additions and 20256 deletions

View file

@ -10,7 +10,7 @@ jobs:
check_copyright_year:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.2.0
- uses: actions/checkout@v4.1.1
- run: |
if [ "$(grep Copyright COPYING | sed -e 's/.*2014-\([0-9]*\) .*/\1/g')" -ne "$(date +%Y)" ]; then
echo "Please change copyright year!"