diff --git a/tools/build-toolchain.sh b/tools/build-toolchain.sh index 76a8493679..5dc47a3a2f 100755 --- a/tools/build-toolchain.sh +++ b/tools/build-toolchain.sh @@ -1,6 +1,6 @@ #! /bin/bash # N64 MIPS GCC toolchain build/install script for Unix distributions -# (c) 2012-2021 DragonMinded and libDragon Contributors. +# (c) 2012-2023 DragonMinded and libDragon Contributors. # See the root folder for license information. # Bash strict mode http://redsymbol.net/articles/unofficial-bash-strict-mode/