diff options
-rwxr-xr-x | mingw-w64-build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mingw-w64-build b/mingw-w64-build index 9ea0edc..a209bb7 100755 --- a/mingw-w64-build +++ b/mingw-w64-build @@ -1,6 +1,6 @@ #!/bin/bash # -# Copyright (C) 2018 Kyle Schwarz +# Copyright (C) 2019 Kyle Schwarz # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -48,7 +48,7 @@ show_version() { cat <<VERSION mingw-w64-build $v_script -Copyright (C) 2018 Kyle Schwarz +Copyright (C) 2019 Kyle Schwarz License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. |