Skip to content

Commit

Permalink
Update copyright years.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcsteh committed Feb 1, 2016
1 parent ff3c278 commit 1d36be2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/versionInfo.py
@@ -1,6 +1,6 @@
#versionInfo.py
#A part of NonVisual Desktop Access (NVDA)
#Copyright (C) 2006-2015 NV Access Limited
#Copyright (C) 2006-2016 NV Access Limited
#This file is covered by the GNU General Public License.
#See the file COPYING for more details.

Expand Down Expand Up @@ -40,7 +40,7 @@ def _updateVersionFromVCS():
_updateVersionFromVCS()
description=_("A free and open source screen reader for Microsoft Windows")
url="http://www.nvaccess.org/"
copyrightYears="2006-2015"
copyrightYears="2006-2016"
copyright=_("Copyright (C) {years} NVDA Contributors").format(
years=copyrightYears)
aboutMessage=_(u"""{longName} ({name})
Expand Down

0 comments on commit 1d36be2

Please sign in to comment.