diff options
Diffstat (limited to 'lib/usrp')
-rw-r--r-- | lib/usrp/Makefile.am | 13 | ||||
-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 | ||||
-rw-r--r-- | lib/usrp/mboard/Makefile.am | 13 | ||||
-rw-r--r-- | lib/usrp/mboard/base.cpp | 13 | ||||
-rw-r--r-- | lib/usrp/mboard/test.cpp | 13 | ||||
-rw-r--r-- | lib/usrp/usrp.cpp | 13 |
12 files changed, 156 insertions, 0 deletions
diff --git a/lib/usrp/Makefile.am b/lib/usrp/Makefile.am index 757e7dd5f..bc279402c 100644 --- a/lib/usrp/Makefile.am +++ b/lib/usrp/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/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> diff --git a/lib/usrp/mboard/Makefile.am b/lib/usrp/mboard/Makefile.am index 0296163b5..33782556d 100644 --- a/lib/usrp/mboard/Makefile.am +++ b/lib/usrp/mboard/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/mboard/base.cpp b/lib/usrp/mboard/base.cpp index 4036b74b2..3baf4c0a4 100644 --- a/lib/usrp/mboard/base.cpp +++ b/lib/usrp/mboard/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/mboard/base.hpp> #include <stdexcept> diff --git a/lib/usrp/mboard/test.cpp b/lib/usrp/mboard/test.cpp index f3bcca670..071a10c2b 100644 --- a/lib/usrp/mboard/test.cpp +++ b/lib/usrp/mboard/test.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/mboard/test.hpp> #include <usrp_uhd/utils.hpp> diff --git a/lib/usrp/usrp.cpp b/lib/usrp/usrp.cpp index 24ac2bccc..56bfd37fc 100644 --- a/lib/usrp/usrp.cpp +++ b/lib/usrp/usrp.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/usrp.hpp> #include <usrp_uhd/usrp/mboard/test.hpp> |