Skip to content

Commit

Permalink
DOC: update copyright year -> 2014
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremygray committed Jan 7, 2014
1 parent 8a8b502 commit c362cca
Show file tree
Hide file tree
Showing 103 changed files with 105 additions and 105 deletions.
2 changes: 1 addition & 1 deletion createInitFile.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
f.close()

template="""# Part of the PsychoPy library
# Copyright (C) 2013 Jonathan Peirce
# Copyright (C) 2014 Jonathan Peirce
# Distributed under the terms of the GNU General Public License (GPL).
#--------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

# General information about the project.
project = u'PsychoPy'
copyright = u'2013, Jonathan Peirce'
copyright = u'2014, Jonathan Peirce'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down
2 changes: 1 addition & 1 deletion psychopy/LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2002-2013, JW Peirce.
Copyright (c) 2002-2014, JW Peirce.
All rights reserved.

As of version 1.5 PsychoPy is licensed under the GNU General Public License (version 3). For the complete text of that license see
Expand Down
2 changes: 1 addition & 1 deletion psychopy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Part of the PsychoPy library
# Copyright (C) 2013 Jonathan Peirce
# Copyright (C) 2014 Jonathan Peirce
# Distributed under the terms of the GNU General Public License (GPL).

#--------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion psychopy/_shadersPygame.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Part of the PsychoPy library
# Copyright (C) 2013 Jonathan Peirce
# Copyright (C) 2014 Jonathan Peirce
# Distributed under the terms of the GNU General Public License (GPL).

from OpenGL.GL import *
Expand Down
2 changes: 1 addition & 1 deletion psychopy/_shadersPyglet.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Part of the PsychoPy library
# Copyright (C) 2013 Jonathan Peirce
# Copyright (C) 2014 Jonathan Peirce
# Distributed under the terms of the GNU General Public License (GPL).

from ctypes import *
Expand Down
4 changes: 2 additions & 2 deletions psychopy/app/_psychopyApp.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python

# Part of the PsychoPy library
# Copyright (C) 2013 Jonathan Peirce
# Copyright (C) 2014 Jonathan Peirce
# Distributed under the terms of the GNU General Public License (GPL).

import sys, psychopy
Expand Down Expand Up @@ -440,7 +440,7 @@ def showAbout(self, event):
info.SetVersion('v'+psychopy.__version__)
info.SetDescription(msg)

info.SetCopyright('(C) 2002-2013 Jonathan Peirce')
info.SetCopyright('(C) 2002-2014 Jonathan Peirce')
info.SetWebSite('http://www.psychopy.org')
info.SetLicence(license)
info.AddDeveloper('Jonathan Peirce')
Expand Down
2 changes: 1 addition & 1 deletion psychopy/app/builder/builder.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Part of the PsychoPy library
# Copyright (C) 2013 Jonathan Peirce
# Copyright (C) 2014 Jonathan Peirce
# Distributed under the terms of the GNU General Public License (GPL).

import wx
Expand Down
2 changes: 1 addition & 1 deletion psychopy/app/builder/components/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Extensible set of components for the PsychoPy Builder view
"""
# Part of the PsychoPy library
# Copyright (C) 2013 Jonathan Peirce
# Copyright (C) 2014 Jonathan Peirce
# Distributed under the terms of the GNU General Public License (GPL).

import os, glob, copy
Expand Down
2 changes: 1 addition & 1 deletion psychopy/app/builder/components/_base.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Part of the PsychoPy library
# Copyright (C) 2013 Jonathan Peirce
# Copyright (C) 2014 Jonathan Peirce
# Distributed under the terms of the GNU General Public License (GPL).

import wx, copy
Expand Down
2 changes: 1 addition & 1 deletion psychopy/app/builder/components/_visual.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Part of the PsychoPy library
# Copyright (C) 2013 Jonathan Peirce
# Copyright (C) 2014 Jonathan Peirce
# Distributed under the terms of the GNU General Public License (GPL).

import _base
Expand Down
2 changes: 1 addition & 1 deletion psychopy/app/builder/components/aperture.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Part of the PsychoPy library
# Copyright (C) 2013 Jonathan Peirce
# Copyright (C) 2014 Jonathan Peirce
# Distributed under the terms of the GNU General Public License (GPL).

from _visual import * # to get the template visual component
Expand Down
2 changes: 1 addition & 1 deletion psychopy/app/builder/components/cedrusBox.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Part of the PsychoPy library
# Copyright (C) 2013 Jonathan Peirce
# Copyright (C) 2014 Jonathan Peirce
# Distributed under the terms of the GNU General Public License (GPL).

from keyboard import *
Expand Down
2 changes: 1 addition & 1 deletion psychopy/app/builder/components/code.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Part of the PsychoPy library
# Copyright (C) 2013 Jonathan Peirce
# Copyright (C) 2014 Jonathan Peirce
# Distributed under the terms of the GNU General Public License (GPL).

from _base import *
Expand Down
2 changes: 1 addition & 1 deletion psychopy/app/builder/components/dots.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Part of the PsychoPy library
# Copyright (C) 2013 Jonathan Peirce
# Copyright (C) 2014 Jonathan Peirce
# Distributed under the terms of the GNU General Public License (GPL).

from _visual import *
Expand Down
2 changes: 1 addition & 1 deletion psychopy/app/builder/components/eyetracker.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Part of the PsychoPy library
# Copyright (C) 2013 Jonathan Peirce
# Copyright (C) 2014 Jonathan Peirce
# Distributed under the terms of the GNU General Public License (GPL).

from _base import *
Expand Down
2 changes: 1 addition & 1 deletion psychopy/app/builder/components/grating.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Part of the PsychoPy library
# Copyright (C) 2013 Jonathan Peirce
# Copyright (C) 2014 Jonathan Peirce
# Distributed under the terms of the GNU General Public License (GPL).

from _visual import * #to get the template visual component
Expand Down
2 changes: 1 addition & 1 deletion psychopy/app/builder/components/image.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Part of the PsychoPy library
# Copyright (C) 2013 Jonathan Peirce
# Copyright (C) 2014 Jonathan Peirce
# Distributed under the terms of the GNU General Public License (GPL).

from _visual import * #to get the template visual component
Expand Down
2 changes: 1 addition & 1 deletion psychopy/app/builder/components/ioLabs.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Part of the PsychoPy library
# Copyright (C) 2013 Jonathan Peirce
# Copyright (C) 2014 Jonathan Peirce
# Distributed under the terms of the GNU General Public License (GPL).

from _base import *
Expand Down
2 changes: 1 addition & 1 deletion psychopy/app/builder/components/keyboard.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Part of the PsychoPy library
# Copyright (C) 2013 Jonathan Peirce
# Copyright (C) 2014 Jonathan Peirce
# Distributed under the terms of the GNU General Public License (GPL).

from _base import *
Expand Down
2 changes: 1 addition & 1 deletion psychopy/app/builder/components/microphone.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Part of the PsychoPy library
# Copyright (C) 2013 Jonathan Peirce
# Copyright (C) 2014 Jonathan Peirce
# Distributed under the terms of the GNU General Public License (GPL).

# Author: Jeremy R. Gray, 2012
Expand Down
2 changes: 1 addition & 1 deletion psychopy/app/builder/components/mouse.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Part of the PsychoPy library
# Copyright (C) 2013 Jonathan Peirce
# Copyright (C) 2014 Jonathan Peirce
# Distributed under the terms of the GNU General Public License (GPL).

from _base import *
Expand Down
2 changes: 1 addition & 1 deletion psychopy/app/builder/components/movie.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Part of the PsychoPy library
# Copyright (C) 2013 Jonathan Peirce
# Copyright (C) 2014 Jonathan Peirce
# Distributed under the terms of the GNU General Public License (GPL).

from _visual import * #to get the template visual component
Expand Down
2 changes: 1 addition & 1 deletion psychopy/app/builder/components/parallelOut.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Part of the PsychoPy library
# Copyright (C) 2013 Jonathan Peirce
# Copyright (C) 2014 Jonathan Peirce
# Distributed under the terms of the GNU General Public License (GPL).

from _base import *
Expand Down
2 changes: 1 addition & 1 deletion psychopy/app/builder/components/patch.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Part of the PsychoPy library
# Copyright (C) 2013 Jonathan Peirce
# Copyright (C) 2014 Jonathan Peirce
# Distributed under the terms of the GNU General Public License (GPL).

from _visual import * #to get the template visual component
Expand Down
2 changes: 1 addition & 1 deletion psychopy/app/builder/components/polygon.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Part of the PsychoPy library
# Copyright (C) 2013 Jonathan Peirce
# Copyright (C) 2014 Jonathan Peirce
# Distributed under the terms of the GNU General Public License (GPL).

from _visual import * #to get the template visual component
Expand Down
2 changes: 1 addition & 1 deletion psychopy/app/builder/components/ratingscale.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Part of the PsychoPy library
# Copyright (C) 2013 Jonathan Peirce
# Copyright (C) 2014 Jonathan Peirce
# Distributed under the terms of the GNU General Public License (GPL).

from _base import *
Expand Down
2 changes: 1 addition & 1 deletion psychopy/app/builder/components/sound.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Part of the PsychoPy library
# Copyright (C) 2013 Jonathan Peirce
# Copyright (C) 2014 Jonathan Peirce
# Distributed under the terms of the GNU General Public License (GPL).

from _base import *
Expand Down
2 changes: 1 addition & 1 deletion psychopy/app/builder/components/static.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Part of the PsychoPy library
# Copyright (C) 2013 Jonathan Peirce
# Copyright (C) 2014 Jonathan Peirce
# Distributed under the terms of the GNU General Public License (GPL).

import _base
Expand Down
2 changes: 1 addition & 1 deletion psychopy/app/builder/components/text.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Part of the PsychoPy library
# Copyright (C) 2013 Jonathan Peirce
# Copyright (C) 2014 Jonathan Peirce
# Distributed under the terms of the GNU General Public License (GPL).

from _visual import * #to get the template visual component
Expand Down
2 changes: 1 addition & 1 deletion psychopy/app/builder/experiment.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Part of the PsychoPy library
# Copyright (C) 2013 Jonathan Peirce
# Copyright (C) 2014 Jonathan Peirce
# Distributed under the terms of the GNU General Public License (GPL).

import StringIO, sys, codecs
Expand Down
2 changes: 1 addition & 1 deletion psychopy/app/coder/psychoParser.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Part of the PsychoPy library
# Copyright (C) 2013 Jonathan Peirce
# Copyright (C) 2014 Jonathan Peirce
# Distributed under the terms of the GNU General Public License (GPL).

#python text parser
Expand Down
2 changes: 1 addition & 1 deletion psychopy/app/connections.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Part of the PsychoPy library
# Copyright (C) 2013 Jonathan Peirce
# Copyright (C) 2014 Jonathan Peirce
# Distributed under the terms of the GNU General Public License (GPL).

import urllib2, re, glob
Expand Down
4 changes: 2 additions & 2 deletions psychopy/app/psychopyApp.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python

# Part of the PsychoPy library
# Copyright (C) 2013 Jonathan Peirce
# Copyright (C) 2014 Jonathan Peirce
# Distributed under the terms of the GNU General Public License (GPL).

from psychopy.app._psychopyApp import *
Expand All @@ -12,7 +12,7 @@

if __name__=='__main__':
if '-v' in sys.argv or '--version' in sys.argv:
print 'PsychoPy2, version %s (c)Jonathan Peirce, 2013, GNU GPL license' %psychopy.__version__
print 'PsychoPy2, version %s (c)Jonathan Peirce, 2014, GNU GPL license' %psychopy.__version__
sys.exit()
if '-h' in sys.argv or '--help' in sys.argv:
print """Starts the PsychoPy2 application.
Expand Down
2 changes: 1 addition & 1 deletion psychopy/bits.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Part of the PsychoPy library
# Copyright (C) 2013 Jonathan Peirce
# Copyright (C) 2014 Jonathan Peirce
# Distributed under the terms of the GNU General Public License (GPL).

import logging
Expand Down
2 changes: 1 addition & 1 deletion psychopy/calib.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Deprecated - use the monitors package rather than psychopy.calib
"""
# Part of the PsychoPy library
# Copyright (C) 2013 Jonathan Peirce
# Copyright (C) 2014 Jonathan Peirce
# Distributed under the terms of the GNU General Public License (GPL).

from psychopy import logging
Expand Down
2 changes: 1 addition & 1 deletion psychopy/core.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Basic functions, including timing, rush (imported), quit
"""
# Part of the PsychoPy library
# Copyright (C) 2013 Jonathan Peirce
# Copyright (C) 2014 Jonathan Peirce
# Distributed under the terms of the GNU General Public License (GPL).

import sys, threading
Expand Down
2 changes: 1 addition & 1 deletion psychopy/data.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""Routines for handling data structures and analysis"""
# Part of the PsychoPy library
# Copyright (C) 2013 Jonathan Peirce
# Copyright (C) 2014 Jonathan Peirce
# Distributed under the terms of the GNU General Public License (GPL).

from psychopy import gui, logging
Expand Down
2 changes: 1 addition & 1 deletion psychopy/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""Errors used within Psychopy for testing and handling situations.
"""
# Part of the PsychoPy library
# Copyright (C) 2013 Jonathan Peirce
# Copyright (C) 2014 Jonathan Peirce
# Distributed under the terms of the GNU General Public License (GPL).

class TimeoutError(StandardError):
Expand Down
2 changes: 1 addition & 1 deletion psychopy/event.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
See demo_mouse.py and i{demo_joystick.py} for examples
"""
# Part of the PsychoPy library
# Copyright (C) 2013 Jonathan Peirce
# Copyright (C) 2014 Jonathan Peirce
# Distributed under the terms of the GNU General Public License (GPL).

# 01/2011 modified by Dave Britton to get mouse event timing
Expand Down
2 changes: 1 addition & 1 deletion psychopy/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""
# Part of the PsychoPy library
# Copyright (C) 2013 Jonathan Peirce
# Copyright (C) 2014 Jonathan Peirce
# Distributed under the terms of the GNU General Public License (GPL).

import numpy
Expand Down
2 changes: 1 addition & 1 deletion psychopy/gamma.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#this currently requires a pyglet window (to identify the current scr/display)

# Part of the PsychoPy library
# Copyright (C) 2013 Jonathan Peirce
# Copyright (C) 2014 Jonathan Peirce
# Distributed under the terms of the GNU General Public License (GPL).

import numpy, sys, platform, ctypes, ctypes.util
Expand Down
2 changes: 1 addition & 1 deletion psychopy/gui.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""To build simple dialogues etc. (requires wxPython)
"""
# Part of the PsychoPy library
# Copyright (C) 2013 Jonathan Peirce
# Copyright (C) 2014 Jonathan Peirce
# Distributed under the terms of the GNU General Public License (GPL).
from psychopy import logging
#from wxPython import wx
Expand Down
2 changes: 1 addition & 1 deletion psychopy/hardware/cedrus.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
----------
"""
# Part of the PsychoPy library
# Copyright (C) 2013 Jonathan Peirce
# Copyright (C) 2014 Jonathan Peirce
# Distributed under the terms of the GNU General Public License (GPL).

from psychopy import core, logging
Expand Down
2 changes: 1 addition & 1 deletion psychopy/hardware/crs/bits.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
These may one day get built into psychopy.visual
"""
# Part of the PsychoPy library
# Copyright (C) 2013 Jonathan Peirce
# Copyright (C) 2014 Jonathan Peirce
# Distributed under the terms of the GNU General Public License (GPL).

import numpy
Expand Down
2 changes: 1 addition & 1 deletion psychopy/hardware/egi.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"""
# Part of the PsychoPy library
# Copyright (C) 2013 Jonathan Peirce
# Copyright (C) 2014 Jonathan Peirce
# Distributed under the terms of the GNU General Public License (GPL).

from psychopy import logging
Expand Down
2 changes: 1 addition & 1 deletion psychopy/hardware/emulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
pulses and user responses. Limitations: pyglet only; keyboard events only.
"""
# Part of the PsychoPy library
# Copyright (C) 2013 Jonathan Peirce
# Copyright (C) 2014 Jonathan Peirce
# Distributed under the terms of the GNU General Public License (GPL).

__author__ = 'Jeremy Gray'
Expand Down
2 changes: 1 addition & 1 deletion psychopy/hardware/forp.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"""

# Part of the PsychoPy library
# Copyright (C) 2013 Jonathan Peirce
# Copyright (C) 2014 Jonathan Peirce
# Distributed under the terms of the GNU General Public License (GPL).

# Jeremy Gray and Dan Grupe developed the asKeys and baud parameters
Expand Down
2 changes: 1 addition & 1 deletion psychopy/hardware/iolab.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Part of the PsychoPy library
# Copyright (C) 2013 Jonathan Peirce
# Copyright (C) 2014 Jonathan Peirce
# Distributed under the terms of the GNU General Public License (GPL).

"""This provides a basic ButtonBox class, and imports the `ioLab python library
Expand Down
Loading

0 comments on commit c362cca

Please sign in to comment.