Skip to content

Commit

Permalink
Python: Add some missing copyright notices.
Browse files Browse the repository at this point in the history
setup.py saw quite a few 3rd party contributions.
  • Loading branch information
kleinerm committed Sep 25, 2022
1 parent a289efa commit f44bd08
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PsychPython/demos/ppatest_pythonic.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
# then plays it back until the end, or until a key is pressed.
# The test will be subjec to change without notice, it is throwaway test code.
#
# (c) 2019 Jon Peirce - Licensed under MIT license.
# (c) 2018 Mario Kleiner - Licensed under MIT license.

from psychtoolbox import audio, hid
Expand Down Expand Up @@ -158,4 +159,4 @@ def run():
# playback.close() # PsychPortAudio('Close', pahandle);

if __name__ == '__main__':
run()
run()
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
#
# (c) 2018-2022 Mario Kleiner
# (c) 2020-2022 Alex Forrence
# (c) 2019 Jonathan Peirce
# (c) 2019 Richard Höchenberger
# (c) 2019 Eric Larson
# (c) 2019 Bernhard M. Wiedemann
#
# Licensed under the MIT license.
#
Expand Down

0 comments on commit f44bd08

Please sign in to comment.