diff options
Diffstat (limited to 'host/cmake/debian')
-rwxr-xr-x | host/cmake/debian/postinst.in | 3 | ||||
-rwxr-xr-x | host/cmake/debian/postrm.in | 3 | ||||
-rwxr-xr-x | host/cmake/debian/preinst.in | 3 | ||||
-rwxr-xr-x | host/cmake/debian/prerm.in | 3 |
4 files changed, 8 insertions, 4 deletions
diff --git a/host/cmake/debian/postinst.in b/host/cmake/debian/postinst.in index c7f4058c7..3f82cba76 100755 --- a/host/cmake/debian/postinst.in +++ b/host/cmake/debian/postinst.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 # if [ "$1" = "configure" ]; then diff --git a/host/cmake/debian/postrm.in b/host/cmake/debian/postrm.in index 6fa4b3ab6..408d3bfa2 100755 --- a/host/cmake/debian/postrm.in +++ b/host/cmake/debian/postrm.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 # if [ "$1" = "remove" ]; then diff --git a/host/cmake/debian/preinst.in b/host/cmake/debian/preinst.in index 467a9105f..74c3f3a39 100755 --- a/host/cmake/debian/preinst.in +++ b/host/cmake/debian/preinst.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 # if [ "$1" = "install" ]; then diff --git a/host/cmake/debian/prerm.in b/host/cmake/debian/prerm.in index f9e242283..c4c786128 100755 --- a/host/cmake/debian/prerm.in +++ b/host/cmake/debian/prerm.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 # if [ "$1" = "remove" ]; then |