Skip to content

Commit

Permalink
update year in c
Browse files Browse the repository at this point in the history
  • Loading branch information
samnemo committed Jan 10, 2019
1 parent 94834ce commit d829215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hnn_qt5.py
Original file line number Diff line number Diff line change
Expand Up @@ -1791,7 +1791,7 @@ def showAboutDialog (self):
msgBox.setText("Human Neocortical Neurosolver (HNN) v" + __version__ + "<br>"+\
"<a href=https://hnn.brown.edu>https://hnn.brown.edu</a><br>"+\
"<a href=https://github.com/jonescompneurolab/hnn>HNN On Github</a><br>"+\
"© 2017-2018 <a href=http://brown.edu>Brown University, Providence, RI</a><br>"+\
"© 2017-2019 <a href=http://brown.edu>Brown University, Providence, RI</a><br>"+\
"<a href=https://github.com/jonescompneurolab/hnn/blob/master/LICENSE>Software License</a>")
msgBox.setStandardButtons(QMessageBox.Ok)
msgBox.exec_()
Expand Down

0 comments on commit d829215

Please sign in to comment.