Skip to content

Commit

Permalink
Teledyne LeCroy, Inc.
Browse files Browse the repository at this point in the history
  • Loading branch information
PetePupalaikis committed Oct 22, 2018
1 parent d98d9c9 commit 3785193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PySIApp/About.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def __init__(self,parent):
msg = Message(self,text="version: %s" % (versionString),justify=CENTER, width=500)
msg.pack(side=TOP,expand=YES,fill=BOTH)
copyrightSymbol=u"\u00A9"
copyrightText=u"%s 2018 Teledyne LeCroy" % (copyrightSymbol)
copyrightText=u"%s 2018 Teledyne LeCroy, Inc." % (copyrightSymbol)
msg = Message(self,text=copyrightText,justify=CENTER, width=500)
msg.pack(side=TOP,expand=YES,fill=BOTH)
hyperLink = Button(self,text="https://github.com/TeledyneLeCroy/PySI", command=self.onHyper, borderwidth=0)
Expand Down

0 comments on commit 3785193

Please sign in to comment.