diff options
author | Johnathan Corgan <johnathan@corganlabs.com> | 2014-05-06 13:26:46 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2014-05-06 13:26:46 -0700 |
commit | 4ea77f5ef1c059a8280aed4713bad63dc4ddeaca (patch) | |
tree | c27d77ad02a8336d369c33e8a91d4eeec83073a2 | |
parent | f7966b9cacfd88650dac4b7d9000c82675f46936 (diff) |
zeromq: cleanup copyright
-rwxr-xr-x | gr-zeromq/examples/client.py | 7 | ||||
-rwxr-xr-x | gr-zeromq/examples/gui.py | 7 | ||||
-rwxr-xr-x | gr-zeromq/examples/server.py | 6 | ||||
-rw-r--r-- | gr-zeromq/python/zeromq/rpc_manager.py | 5 |
4 files changed, 9 insertions, 16 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 ############################################################################### 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 ############################################################################### diff --git a/gr-zeromq/examples/server.py b/gr-zeromq/examples/server.py index ee7d9fcf69..28b732ed3e 100755 --- a/gr-zeromq/examples/server.py +++ b/gr-zeromq/examples/server.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 diff --git a/gr-zeromq/python/zeromq/rpc_manager.py b/gr-zeromq/python/zeromq/rpc_manager.py index eb6fa86707..ac8ebfa7cf 100644 --- a/gr-zeromq/python/zeromq/rpc_manager.py +++ b/gr-zeromq/python/zeromq/rpc_manager.py @@ -1,8 +1,7 @@ # -# 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 |