[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] [gnuradio] 21/46: zeromq: cleanup copyright
From: |
git |
Subject: |
[Commit-gnuradio] [gnuradio] 21/46: zeromq: cleanup copyright |
Date: |
Fri, 16 May 2014 19:37:14 +0000 (UTC) |
This is an automated email from the git hooks/post-receive script.
jcorgan pushed a commit to branch master
in repository gnuradio.
commit 4ea77f5ef1c059a8280aed4713bad63dc4ddeaca
Author: Johnathan Corgan <address@hidden>
Date: Tue May 6 13:26:46 2014 -0700
zeromq: cleanup copyright
---
gr-zeromq/examples/client.py | 7 ++-----
gr-zeromq/examples/gui.py | 7 +++----
gr-zeromq/examples/server.py | 6 ++----
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 bd040b1..3d55cc9 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 <address@hidden>
+# 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 6d2304a..91223dd 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 <address@hidden>
+# 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 ee7d9fc..28b732e 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 <address@hidden>
+# 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 eb6fa86..ac8ebfa 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 <address@hidden>
+# 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
- [Commit-gnuradio] [gnuradio] 11/46: zeromq: Rename "zmqblocks" to zeromq in examples, (continued)
- [Commit-gnuradio] [gnuradio] 11/46: zeromq: Rename "zmqblocks" to zeromq in examples, git, 2014/05/16
- [Commit-gnuradio] [gnuradio] 14/46: zeromq: renamed source_pushpull to pull_source, git, 2014/05/16
- [Commit-gnuradio] [gnuradio] 15/46: zeromq: renamed sink_pubsub to pub_sink, git, 2014/05/16
- [Commit-gnuradio] [gnuradio] 09/46: Fix callback function to work with multiple arguments and return None in case of error., git, 2014/05/16
- [Commit-gnuradio] [gnuradio] 06/46: zeromq: converted SWIG to in-tree build, git, 2014/05/16
- [Commit-gnuradio] [gnuradio] 18/46: Add vlen, git, 2014/05/16
- [Commit-gnuradio] [gnuradio] 16/46: zeromq: removed feedback source, git, 2014/05/16
- [Commit-gnuradio] [gnuradio] 03/46: zeromq: Initial conversion of include/gnuradio/zeromq files, git, 2014/05/16
- [Commit-gnuradio] [gnuradio] 19/46: zeromq: renamed source_reqrep to req_source, git, 2014/05/16
- [Commit-gnuradio] [gnuradio] 20/46: zeromq: remove nopoll req/rep blocks, git, 2014/05/16
- [Commit-gnuradio] [gnuradio] 21/46: zeromq: cleanup copyright,
git <=
- [Commit-gnuradio] [gnuradio] 13/46: zeromq: renamed sink_pushpull push_sink, git, 2014/05/16
- [Commit-gnuradio] [gnuradio] 08/46: Fix ZeroMQ cmake module., git, 2014/05/16
- [Commit-gnuradio] [gnuradio] 10/46: zeromq: Fix typo in CMakeLists to link against libzmq, git, 2014/05/16
- [Commit-gnuradio] [gnuradio] 07/46: zeromq: first try at enabling Python. Segfaults in SWIG code., git, 2014/05/16
- [Commit-gnuradio] [gnuradio] 05/46: zeromq: cleanup and reformatting, git, 2014/05/16
- [Commit-gnuradio] [gnuradio] 12/46: zeromq: fix import in example, git, 2014/05/16
- [Commit-gnuradio] [gnuradio] 30/46: zeromq: set ZMQ_LINGER to 0 for all blocks, git, 2014/05/16
- [Commit-gnuradio] [gnuradio] 22/46: zeromq: rename include guards, git, 2014/05/16
- [Commit-gnuradio] [gnuradio] 33/46: zeromq: Timeout needs to be in milliseconds for zmq 3.0, close sockets correctly, cleanup, git, 2014/05/16
- [Commit-gnuradio] [gnuradio] 24/46: zeromq: Fix doxygen and memcpy for vlen, git, 2014/05/16