Skip to content

Commit 541440c

Browse files
committed
PKG: added default.mp4 to manifest and updated 2021 references
1 parent 73cbe5d commit 541440c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ recursive-include psychopy/app/Resources *.ico
99
recursive-include psychopy/app/Resources *.ttf
1010
recursive-include psychopy/app/Resources *.psyexp
1111
recursive-include psychopy/app/Resources *.desktop
12+
recursive-include psychopy/app/Resources *.mp4
1213
recursive-include psychopy/app/locale *.mo
1314
recursive-include psychopy/app *.spec *.xsd
1415

psychopy/app/_psychopyApp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ def onInit(self, showSplash=True, testMode=False):
362362
w, h = splashImage.GetSize()
363363
splash.SetTextPosition((340, h - 30))
364364
splash.SetText(
365-
_translate("Copyright (C) 2021 OpenScienceTools.org"))
365+
_translate("Copyright (C) 2022 OpenScienceTools.org"))
366366
else:
367367
splash = None
368368

psychopy/experiment/components/peristalticPump/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -*- coding: utf-8 -*-
33

44
# Part of the PsychoPy library
5-
# Copyright (C) 2002-2018 Jonathan Peirce (C) 2019-2021 Open Science Tools Ltd.
5+
# Copyright (C) 2002-2018 Jonathan Peirce (C) 2019-2022 Open Science Tools Ltd.
66
# Distributed under the terms of the GNU General Public License (GPL).
77

88
from os import path

0 commit comments

Comments
 (0)