diff options
author | Martin Braun <martin.braun@ettus.com> | 2018-02-19 15:30:32 -0800 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2018-02-19 16:54:52 -0800 |
commit | ae5211d71dcd0715ed83e1d4949d8425d64cb3d1 (patch) | |
tree | d78d7cd9138636a8e860af7fbe0f0ca538681cd5 /host/lib/cal | |
parent | f15dbc0484adf95c245ac86fb9aa7ea37ccce71b (diff) | |
download | uhd-ae5211d71dcd0715ed83e1d4949d8425d64cb3d1.tar.gz uhd-ae5211d71dcd0715ed83e1d4949d8425d64cb3d1.tar.bz2 uhd-ae5211d71dcd0715ed83e1d4949d8425d64cb3d1.zip |
uhd: Update license headers
All copyright is now attributed to "Ettus Research, a National
Instruments company".
SPDX headers were also updated to latest version 3.0.
Diffstat (limited to 'host/lib/cal')
-rw-r--r-- | host/lib/cal/CMakeLists.txt | 1 | ||||
-rw-r--r-- | host/lib/cal/interpolation.hpp | 3 | ||||
-rw-r--r-- | host/lib/cal/interpolation.ipp | 3 | ||||
-rw-r--r-- | host/lib/cal/power_container_impl.cpp | 3 | ||||
-rw-r--r-- | host/lib/cal/power_container_impl.hpp | 3 |
5 files changed, 9 insertions, 4 deletions
diff --git a/host/lib/cal/CMakeLists.txt b/host/lib/cal/CMakeLists.txt index 675005233..db15334a4 100644 --- a/host/lib/cal/CMakeLists.txt +++ b/host/lib/cal/CMakeLists.txt @@ -1,5 +1,6 @@ # # Copyright 2016 Ettus Research +# Copyright 2018 Ettus Research, a National Instruments Company # # SPDX-License-Identifier: GPL-3.0 # diff --git a/host/lib/cal/interpolation.hpp b/host/lib/cal/interpolation.hpp index 61e5a1109..d0c9b5b47 100644 --- a/host/lib/cal/interpolation.hpp +++ b/host/lib/cal/interpolation.hpp @@ -1,7 +1,8 @@ // // Copyright 2016 Ettus Research +// Copyright 2018 Ettus Research, a National Instruments Company // -// SPDX-License-Identifier: GPL-3.0 +// SPDX-License-Identifier: GPL-3.0-or-later // #ifndef INCLUDED_UHD_INTERPOLATION_HPP diff --git a/host/lib/cal/interpolation.ipp b/host/lib/cal/interpolation.ipp index a722d383d..13993d979 100644 --- a/host/lib/cal/interpolation.ipp +++ b/host/lib/cal/interpolation.ipp @@ -1,7 +1,8 @@ // // Copyright 2016 Ettus Research +// Copyright 2018 Ettus Research, a National Instruments Company // -// SPDX-License-Identifier: GPL-3.0 +// SPDX-License-Identifier: GPL-3.0-or-later // #ifndef INCLUDED_UHD_INTERPOLATION_IPP diff --git a/host/lib/cal/power_container_impl.cpp b/host/lib/cal/power_container_impl.cpp index 621403fb8..f5dd68ae9 100644 --- a/host/lib/cal/power_container_impl.cpp +++ b/host/lib/cal/power_container_impl.cpp @@ -1,7 +1,8 @@ // // Copyright 2016 Ettus Research +// Copyright 2018 Ettus Research, a National Instruments Company // -// SPDX-License-Identifier: GPL-3.0 +// SPDX-License-Identifier: GPL-3.0-or-later // #include "power_container_impl.hpp" diff --git a/host/lib/cal/power_container_impl.hpp b/host/lib/cal/power_container_impl.hpp index ee0592ca5..c75fe69c2 100644 --- a/host/lib/cal/power_container_impl.hpp +++ b/host/lib/cal/power_container_impl.hpp @@ -1,7 +1,8 @@ // // Copyright 2016 Ettus Research +// Copyright 2018 Ettus Research, a National Instruments Company // -// SPDX-License-Identifier: GPL-3.0 +// SPDX-License-Identifier: GPL-3.0-or-later // #ifndef INCLUDED_UHD_CAL_POWER_CONTAINER_IMPL_HPP |