From fc4d4f0a17571581ffe861ae7e03558d6871ad92 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Tue, 27 Dec 2005 15:05:22 +0000 Subject: [PATCH] Added copyright and license properties to versioned files. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/WSJT/trunk@17 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- wsjt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsjt.py b/wsjt.py index 3ceaf8fd2..6557c6742 100644 --- a/wsjt.py +++ b/wsjt.py @@ -13,7 +13,7 @@ from palettes import colormapblue, colormapgray0, colormapHot, \ colormapAFMHot, colormapgray1, colormapLinrad, Colormap2Palette root = Tk() -Version="5.9.2 r16" +Version="5.9.2 r17" print "******************************************************************" print "WSJT Version " + Version + ", by K1JT" isec=Audio.makedate_sub()