summaryrefslogtreecommitdiff
path: root/gr-zeromq/lib/source_reqrep_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gr-zeromq/lib/source_reqrep_impl.cc')
-rw-r--r--gr-zeromq/lib/source_reqrep_impl.cc9
1 files changed, 4 insertions, 5 deletions
diff --git a/gr-zeromq/lib/source_reqrep_impl.cc b/gr-zeromq/lib/source_reqrep_impl.cc
index fb867192cf..337c221e3e 100644
--- a/gr-zeromq/lib/source_reqrep_impl.cc
+++ b/gr-zeromq/lib/source_reqrep_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_reqrep_impl.h"
namespace gr {
- namespace zmqblocks {
+ namespace zeromq {
source_reqrep::sptr
source_reqrep::make(size_t itemsize, char *address)
@@ -94,6 +93,6 @@ namespace gr {
return 0;
}
- } /* namespace zmqblocks */
+ } /* namespace zeromq */
} /* namespace gr */