From 29bfcc8cef2cc7fff6eb81c3cef2288de20577be Mon Sep 17 00:00:00 2001 From: Alberto Sottile Date: Fri, 1 Feb 2019 10:23:59 +0100 Subject: [PATCH] buildPy2app: update copyright year --- buildPy2app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildPy2app.py b/buildPy2app.py index aa1e0dc..40bbe3f 100755 --- a/buildPy2app.py +++ b/buildPy2app.py @@ -29,7 +29,7 @@ OPTIONS = { 'CFBundleShortVersionString': syncplay.version, 'CFBundleIdentifier': 'pl.syncplay.Syncplay', 'LSMinimumSystemVersion': '10.11.0', - 'NSHumanReadableCopyright': '@ 2018 Syncplay All Rights Reserved' + 'NSHumanReadableCopyright': 'Copyright © 2019 Syncplay All Rights Reserved' } }