mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 05:38:46 -05:00
GPL license notice on "About" screen.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/WSJT/trunk@22 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
3654a5e30b
commit
5d75fc664c
7
wsjt.py
7
wsjt.py
@ -619,10 +619,9 @@ JT6M, specially optimized for meteor and ionospheric scatter
|
||||
on 50 MHz; JT65, an extremely sensitive mode for troposcatter
|
||||
and EME; CW at 15 WPM with messages structured for EME; and
|
||||
an EME Echo mode for measuring your own echoes from the moon.
|
||||
"""
|
||||
Label(about,text=t,font=(font1,9),justify=LEFT).pack(padx=20)
|
||||
t="""
|
||||
Copyright(C) 2001-2005 by Joseph H. Taylor, Jr., K1JT.
|
||||
|
||||
WSJT is Copyright (c) 2001-2005 by Joseph H. Taylor, Jr., K1JT,
|
||||
and is licensed under the GNU General Public License (GPL).
|
||||
"""
|
||||
Label(about,text=t,font=(font1,9),justify=LEFT).pack(padx=20)
|
||||
t="Revision date: " + \
|
||||
|
Loading…
Reference in New Issue
Block a user