diff options
Diffstat (limited to 'host/lib/experts')
-rw-r--r-- | host/lib/experts/CMakeLists.txt | 1 | ||||
-rw-r--r-- | host/lib/experts/expert_container.cpp | 3 | ||||
-rw-r--r-- | host/lib/experts/expert_container.hpp | 3 | ||||
-rw-r--r-- | host/lib/experts/expert_factory.cpp | 3 | ||||
-rw-r--r-- | host/lib/experts/expert_factory.hpp | 3 | ||||
-rw-r--r-- | host/lib/experts/expert_nodes.hpp | 3 |
6 files changed, 11 insertions, 5 deletions
diff --git a/host/lib/experts/CMakeLists.txt b/host/lib/experts/CMakeLists.txt index 0d2f9ea1e..2c72721a4 100644 --- a/host/lib/experts/CMakeLists.txt +++ b/host/lib/experts/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/experts/expert_container.cpp b/host/lib/experts/expert_container.cpp index 273532415..8d01337f8 100644 --- a/host/lib/experts/expert_container.cpp +++ b/host/lib/experts/expert_container.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 "expert_container.hpp" diff --git a/host/lib/experts/expert_container.hpp b/host/lib/experts/expert_container.hpp index b206aa3fd..1f7193813 100644 --- a/host/lib/experts/expert_container.hpp +++ b/host/lib/experts/expert_container.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_EXPERTS_EXPERT_CONTAINER_HPP diff --git a/host/lib/experts/expert_factory.cpp b/host/lib/experts/expert_factory.cpp index 2999ce97b..54286eee8 100644 --- a/host/lib/experts/expert_factory.cpp +++ b/host/lib/experts/expert_factory.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 "expert_factory.hpp" diff --git a/host/lib/experts/expert_factory.hpp b/host/lib/experts/expert_factory.hpp index f6bfa3ce9..4f24c747d 100644 --- a/host/lib/experts/expert_factory.hpp +++ b/host/lib/experts/expert_factory.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_EXPERTS_EXPERT_FACTORY_HPP diff --git a/host/lib/experts/expert_nodes.hpp b/host/lib/experts/expert_nodes.hpp index 94d6e9a76..697ca19c3 100644 --- a/host/lib/experts/expert_nodes.hpp +++ b/host/lib/experts/expert_nodes.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_EXPERTS_EXPERT_NODES_HPP |