diff options
Diffstat (limited to 'gr-zeromq/examples/gui.py')
-rwxr-xr-x | gr-zeromq/examples/gui.py | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gr-zeromq/examples/gui.py b/gr-zeromq/examples/gui.py index 6d2304a71b..91223dd734 100755 --- a/gr-zeromq/examples/gui.py +++ b/gr-zeromq/examples/gui.py @@ -1,9 +1,7 @@ -#!/usr/bin/env python # -# Copyright 2013 Institute for Theoretical Information Technology, -# RWTH Aachen University +# Copyright 2013 Free Software Foundation, Inc. # -# Authors: Johannes Schmitz <schmitz@ti.rwth-aachen.de> +# This file is part of GNU Radio. # # This is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -20,6 +18,7 @@ # the Free Software Foundation, Inc., 51 Franklin Street, # Boston, MA 02110-1301, USA. # + ############################################################################### # Imports ############################################################################### |