diff options
author | Jason Abele | 2010-02-19 15:24:56 -0800 |
---|---|---|
committer | Jason Abele | 2010-02-19 15:39:01 -0800 |
commit | 5c4b47526413c6793463fc3bd1f408e21f65b132 (patch) | |
tree | c95e59190c79d24e2b42d961392a1088f3fb2afc /usrp/host/lib/db_wbxng_adf4350_regs.cc | |
parent | ceeccd034f16f0e74cde8bad57f8975159b0d217 (diff) | |
download | gnuradio-5c4b47526413c6793463fc3bd1f408e21f65b132.tar.gz gnuradio-5c4b47526413c6793463fc3bd1f408e21f65b132.tar.bz2 gnuradio-5c4b47526413c6793463fc3bd1f408e21f65b132.zip |
Clarified copyright and licensing
Diffstat (limited to 'usrp/host/lib/db_wbxng_adf4350_regs.cc')
-rw-r--r-- | usrp/host/lib/db_wbxng_adf4350_regs.cc | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/usrp/host/lib/db_wbxng_adf4350_regs.cc b/usrp/host/lib/db_wbxng_adf4350_regs.cc index bc859158e..21d77dcce 100644 --- a/usrp/host/lib/db_wbxng_adf4350_regs.cc +++ b/usrp/host/lib/db_wbxng_adf4350_regs.cc @@ -1,6 +1,22 @@ -/* - * Copyright 2009 Ettus Research LLC - */ +// +// Copyright 2009 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 asversion 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. #include "db_wbxng_adf4350_regs.h" #include "db_wbxng_adf4350.h" |