diff options
Diffstat (limited to 'host/cmake/redhat/post_install.in')
-rwxr-xr-x | host/cmake/redhat/post_install.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/host/cmake/redhat/post_install.in b/host/cmake/redhat/post_install.in index 0264be384..d02ba4441 100755 --- a/host/cmake/redhat/post_install.in +++ b/host/cmake/redhat/post_install.in @@ -1,8 +1,9 @@ #!/bin/sh # # Copyright 2011,2013 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 # cp @CMAKE_INSTALL_PREFIX@/lib/uhd/utils/uhd-usrp.rules /etc/udev/rules.d/uhd-usrp.rules |