summaryrefslogtreecommitdiff
path: root/gr-zeromq/lib/source_pushpull_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gr-zeromq/lib/source_pushpull_impl.cc')
-rw-r--r--gr-zeromq/lib/source_pushpull_impl.cc9
1 files changed, 4 insertions, 5 deletions
diff --git a/gr-zeromq/lib/source_pushpull_impl.cc b/gr-zeromq/lib/source_pushpull_impl.cc
index e8e7a235ff..1912c633f0 100644
--- a/gr-zeromq/lib/source_pushpull_impl.cc
+++ b/gr-zeromq/lib/source_pushpull_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_impl.h"
namespace gr {
- namespace zmqblocks {
+ namespace zeromq {
source_pushpull::sptr
source_pushpull::make(size_t itemsize, char *address)
@@ -91,6 +90,6 @@ namespace gr {
}
}
- } /* namespace zmqblocks */
+ } /* namespace zeromq */
} /* namespace gr */