diff options
Diffstat (limited to 'gr-zeromq/lib/source_pushpull_feedback_impl.cc')
-rw-r--r-- | gr-zeromq/lib/source_pushpull_feedback_impl.cc | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gr-zeromq/lib/source_pushpull_feedback_impl.cc b/gr-zeromq/lib/source_pushpull_feedback_impl.cc index 9e7836c388..535ff1e6ff 100644 --- a/gr-zeromq/lib/source_pushpull_feedback_impl.cc +++ b/gr-zeromq/lib/source_pushpull_feedback_impl.cc @@ -1,9 +1,8 @@ /* -*- c++ -*- */ /* - * 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 @@ -29,7 +28,7 @@ #include "source_pushpull_feedback_impl.h" namespace gr { - namespace zmqblocks { + namespace zeromq { source_pushpull_feedback::sptr source_pushpull_feedback::make(size_t itemsize, char *address) @@ -92,6 +91,6 @@ namespace gr { } } - } /* namespace zmqblocks */ + } /* namespace zeromq */ } /* namespace gr */ |