diff options
Diffstat (limited to 'host/examples/gpio.cpp')
-rw-r--r-- | host/examples/gpio.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/host/examples/gpio.cpp b/host/examples/gpio.cpp index b985feb37..1551489dd 100644 --- a/host/examples/gpio.cpp +++ b/host/examples/gpio.cpp @@ -1,7 +1,8 @@ // // Copyright 2014-15 Ettus Research LLC +// Copyright 2018 Ettus Research, a National Instruments Company // -// SPDX-License-Identifier: GPL-3.0 +// SPDX-License-Identifier: GPL-3.0-or-later // // Example for GPIO testing and bit banging. |