diff options
author | Josh Blum | 2013-04-15 23:42:58 -0700 |
---|---|---|
committer | Josh Blum | 2013-04-15 23:42:58 -0700 |
commit | 589915f97bba8499715bc61d2dec64b6fd7bca25 (patch) | |
tree | fa1f4d254c4857206726883c294866fe2ac9ca1c /gnuradio-core/src/lib/runtime/pmx_helper.hpp | |
parent | 4d576d8d00ca66214f6447d644ffc400530cb5c5 (diff) | |
download | gnuradio-589915f97bba8499715bc61d2dec64b6fd7bca25.tar.gz gnuradio-589915f97bba8499715bc61d2dec64b6fd7bca25.tar.bz2 gnuradio-589915f97bba8499715bc61d2dec64b6fd7bca25.zip |
gras: copied in standard header w/ correct dates
Diffstat (limited to 'gnuradio-core/src/lib/runtime/pmx_helper.hpp')
-rw-r--r-- | gnuradio-core/src/lib/runtime/pmx_helper.hpp | 35 |
1 files changed, 20 insertions, 15 deletions
diff --git a/gnuradio-core/src/lib/runtime/pmx_helper.hpp b/gnuradio-core/src/lib/runtime/pmx_helper.hpp index 4178daa06..44cc2997c 100644 --- a/gnuradio-core/src/lib/runtime/pmx_helper.hpp +++ b/gnuradio-core/src/lib/runtime/pmx_helper.hpp @@ -1,18 +1,23 @@ -// -// Copyright 2012 Josh Blum -// -// This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Lesser General Public License as published by -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Lesser General Public License for more details. -// -// You should have received a copy of the GNU Lesser General Public License -// along with this program. If not, see <http://www.gnu.org/licenses/>. +/* + * Copyright 2012-2013 Free Software Foundation, Inc. + * + * This file is part of GNU Radio + * + * GNU Radio is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3, or (at your option) + * any later version. + * + * GNU Radio is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with GNU Radio; see the file COPYING. If not, write to + * the Free Software Foundation, Inc., 51 Franklin Street, + * Boston, MA 02110-1301, USA. + */ #ifndef INCLUDED_LIBGRAS_PMX_HELPER_HPP #define INCLUDED_LIBGRAS_PMX_HELPER_HPP |