From ae5211d71dcd0715ed83e1d4949d8425d64cb3d1 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Mon, 19 Feb 2018 15:30:32 -0800 Subject: 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. --- host/cmake/redhat/post_install.in | 3 ++- host/cmake/redhat/post_uninstall.in | 3 ++- host/cmake/redhat/pre_install.in | 3 ++- host/cmake/redhat/pre_uninstall.in | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) (limited to 'host/cmake/redhat') 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 diff --git a/host/cmake/redhat/post_uninstall.in b/host/cmake/redhat/post_uninstall.in index 058f8a34c..a08526a7d 100755 --- a/host/cmake/redhat/post_uninstall.in +++ b/host/cmake/redhat/post_uninstall.in @@ -1,8 +1,9 @@ #!/bin/sh # # Copyright 2011 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 # ldconfig diff --git a/host/cmake/redhat/pre_install.in b/host/cmake/redhat/pre_install.in index de60cc73d..07426bbf3 100755 --- a/host/cmake/redhat/pre_install.in +++ b/host/cmake/redhat/pre_install.in @@ -1,8 +1,9 @@ #!/bin/sh # # Copyright 2011 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 # echo 'Installing UHD.' diff --git a/host/cmake/redhat/pre_uninstall.in b/host/cmake/redhat/pre_uninstall.in index b3fc2f1ec..8fc96a2e9 100755 --- a/host/cmake/redhat/pre_uninstall.in +++ b/host/cmake/redhat/pre_uninstall.in @@ -1,8 +1,9 @@ #!/bin/sh # # Copyright 2011 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 # echo 'Uninstalling UHD.' -- cgit v1.2.3