Browse Source

Update year stamps

master
Pekka Helenius 5 years ago
parent
commit
d40d74e2b5
4 changed files with 5 additions and 5 deletions
  1. +1
    -1
      arch/updatewine_arch.sh
  2. +1
    -1
      debian/dxvkroot/dxvkbuild.sh
  3. +1
    -1
      debian/updatewine_debian.sh
  4. +2
    -2
      updatewine.sh

+ 1
- 1
arch/updatewine_arch.sh View File

@ -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


+ 1
- 1
debian/dxvkroot/dxvkbuild.sh View File

@ -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


+ 1
- 1
debian/updatewine_debian.sh View File

@ -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


+ 2
- 2
updatewine.sh View File

@ -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"
########################################################


Loading…
Cancel
Save