Imported Upstream version 3.0.4
[debian/gnuradio] / gr-radio-astronomy / src / python / usrp_psr_receiver.py
index fd40abb8c1c22342e35626f489681d357c697014..f1e7707d1b7f9607094cdb28349ed862f6eb2502 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,
@@ -1107,7 +1107,7 @@ class app_flow_graph(stdgui.gui_flow_graph):
         return(int(ntaps))
 
 def main ():
-    app = stdgui.stdapp(app_flow_graph, "RADIO ASTRONOMY PULSAR RECEIVER: $Revision: 3626 $", nstatus=1)
+    app = stdgui.stdapp(app_flow_graph, "RADIO ASTRONOMY PULSAR RECEIVER: $Revision: 6077 $", nstatus=1)
     app.MainLoop()
 
 if __name__ == '__main__':