diff options
Diffstat (limited to 'host/cmake/debian/postinst.in')
-rwxr-xr-x | host/cmake/debian/postinst.in | 3 |
1 files changed, 2 insertions, 1 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 |