Imported Upstream version 3.0.4
[debian/gnuradio] / gr-radio-astronomy / src / python / usrp_ra_receiver.py
index ed35aa6ff327b43b8ae167026c6f0fa7fcc298b6..c68808e80eaa015dbef3c5e5a6830adf5dfb1961 100755 (executable)
@@ -6,7 +6,7 @@
 # 
 # GNU Radio is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
+# the Free Software Foundation; either version 3, or (at your option)
 # any later version.
 # 
 # GNU Radio is distributed in the hope that it will be useful,
@@ -584,7 +584,7 @@ class app_flow_graph(stdgui.gui_flow_graph):
         
 
 def main ():
-    app = stdgui.stdapp(app_flow_graph, "RADIO ASTRONOMY SPECTRAL/CONTINUUM RECEIVER: $Revision: 3602 $", nstatus=1)
+    app = stdgui.stdapp(app_flow_graph, "RADIO ASTRONOMY SPECTRAL/CONTINUUM RECEIVER: $Revision: 6077 $", nstatus=1)
     app.MainLoop()
 
 if __name__ == '__main__':