diff options
Diffstat (limited to 'lib/usrp/dboard')
-rw-r--r-- | lib/usrp/dboard/Makefile.am | 13 | ||||
-rw-r--r-- | lib/usrp/dboard/base.cpp | 13 | ||||
-rw-r--r-- | lib/usrp/dboard/basic.cpp | 13 | ||||
-rw-r--r-- | lib/usrp/dboard/dboards.hpp | 13 | ||||
-rw-r--r-- | lib/usrp/dboard/id.cpp | 13 | ||||
-rw-r--r-- | lib/usrp/dboard/interface.cpp | 13 | ||||
-rw-r--r-- | lib/usrp/dboard/manager.cpp | 13 |
7 files changed, 91 insertions, 0 deletions
diff --git a/lib/usrp/dboard/Makefile.am b/lib/usrp/dboard/Makefile.am index 3d14fc115..1230c10d4 100644 --- a/lib/usrp/dboard/Makefile.am +++ b/lib/usrp/dboard/Makefile.am @@ -1,6 +1,19 @@ # # Copyright 2010 Ettus Research LLC # +# This program 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 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see <http://www.gnu.org/licenses/>. +# include $(top_srcdir)/Makefile.common diff --git a/lib/usrp/dboard/base.cpp b/lib/usrp/dboard/base.cpp index 82f4b4016..1dd722ed1 100644 --- a/lib/usrp/dboard/base.cpp +++ b/lib/usrp/dboard/base.cpp @@ -1,6 +1,19 @@ // // Copyright 2010 Ettus Research LLC // +// This program 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 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see <http://www.gnu.org/licenses/>. +// #include <usrp_uhd/usrp/dboard/base.hpp> diff --git a/lib/usrp/dboard/basic.cpp b/lib/usrp/dboard/basic.cpp index 66358f0bb..d92d02eec 100644 --- a/lib/usrp/dboard/basic.cpp +++ b/lib/usrp/dboard/basic.cpp @@ -1,6 +1,19 @@ // // Copyright 2010 Ettus Research LLC // +// This program 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 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see <http://www.gnu.org/licenses/>. +// #include "dboards.hpp" diff --git a/lib/usrp/dboard/dboards.hpp b/lib/usrp/dboard/dboards.hpp index 7a93286ae..35433bb3a 100644 --- a/lib/usrp/dboard/dboards.hpp +++ b/lib/usrp/dboard/dboards.hpp @@ -1,6 +1,19 @@ // // Copyright 2010 Ettus Research LLC // +// This program 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 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see <http://www.gnu.org/licenses/>. +// #ifndef INCLUDED_LOCAL_DBOARDS_HPP #define INCLUDED_LOCAL_DBOARDS_HPP diff --git a/lib/usrp/dboard/id.cpp b/lib/usrp/dboard/id.cpp index 0aee3439e..6f545d4e4 100644 --- a/lib/usrp/dboard/id.cpp +++ b/lib/usrp/dboard/id.cpp @@ -1,6 +1,19 @@ // // Copyright 2010 Ettus Research LLC // +// This program 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 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see <http://www.gnu.org/licenses/>. +// #include <usrp_uhd/usrp/dboard/id.hpp> #include <boost/assign/list_of.hpp> diff --git a/lib/usrp/dboard/interface.cpp b/lib/usrp/dboard/interface.cpp index 5575568c6..dff90ffa4 100644 --- a/lib/usrp/dboard/interface.cpp +++ b/lib/usrp/dboard/interface.cpp @@ -1,6 +1,19 @@ // // Copyright 2010 Ettus Research LLC // +// This program 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 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see <http://www.gnu.org/licenses/>. +// #include <usrp_uhd/usrp/dboard/interface.hpp> diff --git a/lib/usrp/dboard/manager.cpp b/lib/usrp/dboard/manager.cpp index 43152a064..fcdde84db 100644 --- a/lib/usrp/dboard/manager.cpp +++ b/lib/usrp/dboard/manager.cpp @@ -1,6 +1,19 @@ // // Copyright 2010 Ettus Research LLC // +// This program 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 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 General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see <http://www.gnu.org/licenses/>. +// #include <usrp_uhd/usrp/dboard/manager.hpp> #include <usrp_uhd/utils.hpp> |