From c55fed6a140052c20f90e34ae55c0816f664a678 Mon Sep 17 00:00:00 2001 From: Sebastian Lackner Date: Sun, 8 Jan 2017 20:22:56 +0100 Subject: [PATCH] Update copyright info for 2017. --- LICENSE.md | 2 +- patches/patchinstall.sh | 2 +- staging/patchinstall.sh.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index d0a612cf..5f2f0e23 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -7,7 +7,7 @@ are part of **Wine Staging** and are licensed under the terms of the [LGPLv2.1](#gnu-lgpl-version-21), to stay compatible with Wine: ``` -Copyright (C) 2014-2016 the Wine Staging project authors. +Copyright (C) 2014-2017 the Wine Staging project authors. Wine Staging is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public diff --git a/patches/patchinstall.sh b/patches/patchinstall.sh index 911f6a59..9b8d33db 100755 --- a/patches/patchinstall.sh +++ b/patches/patchinstall.sh @@ -59,7 +59,7 @@ upstream_commit() version() { echo "Wine Staging 2.0-rc4 (unreleased)" - echo "Copyright (C) 2014-2016 the Wine Staging project authors." + echo "Copyright (C) 2014-2017 the Wine Staging project authors." echo "" echo "Patchset to be applied on upstream Wine:" echo " commit $(upstream_commit)" diff --git a/staging/patchinstall.sh.in b/staging/patchinstall.sh.in index aac0d536..cebca2cd 100644 --- a/staging/patchinstall.sh.in +++ b/staging/patchinstall.sh.in @@ -59,7 +59,7 @@ upstream_commit() version() {{ echo "{staging_version}" - echo "Copyright (C) 2014-2016 the Wine Staging project authors." + echo "Copyright (C) 2014-2017 the Wine Staging project authors." echo "" echo "Patchset to be applied on upstream Wine:" echo " commit $(upstream_commit)"