diff --git a/arch/updatewine_arch.sh b/arch/updatewine_arch.sh index 59bb691..8777e34 100755 --- a/arch/updatewine_arch.sh +++ b/arch/updatewine_arch.sh @@ -1,7 +1,7 @@ #!/bin/env bash # Set up Wine Staging + DXVK & D9VK on Arch Linux & Variants -# Copyright (C) 2018 Pekka Helenius +# Copyright (C) 2019 Pekka Helenius # # 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 diff --git a/debian/dxvkroot/dxvkbuild.sh b/debian/dxvkroot/dxvkbuild.sh index fc19f0d..6cc92c4 100755 --- a/debian/dxvkroot/dxvkbuild.sh +++ b/debian/dxvkroot/dxvkbuild.sh @@ -1,7 +1,7 @@ #!/bin/env bash # Compile DXVK & D9VK git on Debian/Ubuntu/Mint and variants -# Copyright (C) 2018 Pekka Helenius +# Copyright (C) 2019 Pekka Helenius # # 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 diff --git a/debian/updatewine_debian.sh b/debian/updatewine_debian.sh index 16f6091..b69d367 100755 --- a/debian/updatewine_debian.sh +++ b/debian/updatewine_debian.sh @@ -1,7 +1,7 @@ #!/bin/env bash # Wrapper for DXVK & Wine compilation scripts -# Copyright (C) 2018 Pekka Helenius +# Copyright (C) 2019 Pekka Helenius # # 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 diff --git a/updatewine.sh b/updatewine.sh index fd0b0e4..a760006 100755 --- a/updatewine.sh +++ b/updatewine.sh @@ -1,7 +1,7 @@ #!/bin/env bash # DXVK/D9VK/Wine-Staging scripts dispatcher for various Linux distributions -# Copyright (C) 2018 Pekka Helenius +# Copyright (C) 2019 Pekka Helenius # # 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 @@ -35,7 +35,7 @@ fi # Just a title & author for this script, used in initialization and help page SCRIPT_TITLE="\e[1mWine/Wine Staging, DXVK & D9VK package builder & auto-installer\e[0m" -SCRIPT_AUTHOR="Pekka Helenius (~Fincer), 2018" +SCRIPT_AUTHOR="Pekka Helenius (~Fincer), 2019" ########################################################