diff options
Diffstat (limited to 'gr-zeromq/examples/client.py')
-rwxr-xr-x | gr-zeromq/examples/client.py | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gr-zeromq/examples/client.py b/gr-zeromq/examples/client.py index bd040b1ee8..3d55cc9a98 100755 --- a/gr-zeromq/examples/client.py +++ b/gr-zeromq/examples/client.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 @@ -21,7 +19,6 @@ # Boston, MA 02110-1301, USA. # - ############################################################################### # Imports ############################################################################### |