diff options
Diffstat (limited to 'host/cmake/debian')
-rw-r--r-- | host/cmake/debian/copyright | 4 | ||||
-rwxr-xr-x | host/cmake/debian/postinst.in | 13 | ||||
-rwxr-xr-x | host/cmake/debian/postrm.in | 13 | ||||
-rwxr-xr-x | host/cmake/debian/preinst.in | 13 | ||||
-rwxr-xr-x | host/cmake/debian/prerm.in | 13 |
5 files changed, 6 insertions, 50 deletions
diff --git a/host/cmake/debian/copyright b/host/cmake/debian/copyright index b3201e39c..ba763f6f3 100644 --- a/host/cmake/debian/copyright +++ b/host/cmake/debian/copyright @@ -1,7 +1,7 @@ Format: http://dep.debian.net/deps/dep5/ Upstream-Name: UHD Upstream-Contact: http://www.ettus.com/contact -Source: http://code.ettus.com/redmine/ettus/projects/uhd/wiki#Source-code +Source: https://github.com/EttusResearch/uhd X-Note: The upstream package source tarball was generated from the tag: git archive --format=tar --prefix=uhd-3.7.3/ release_003_007_003 | xz > ../uhd_3.7.3.orig.tar.gz Comment: Only the host directory of the distributed source is used to build the uhd-host package for Debian main. @@ -28,7 +28,7 @@ Copyright: © 2011-2012 A. Maitland Bottoms <bottoms@debian.org> License: GPL-3+ Files: host/* not listed below: -Copyright: Copyright 2010-2011 Ettus Research LLC +Copyright: Copyright 2010-2017 Ettus Research, a National Instruments Company License: GPL-3+ Files: host/cmake/Modules/FindGit.cmake diff --git a/host/cmake/debian/postinst.in b/host/cmake/debian/postinst.in index 3991992ee..c7f4058c7 100755 --- a/host/cmake/debian/postinst.in +++ b/host/cmake/debian/postinst.in @@ -2,18 +2,7 @@ # # Copyright 2011,2013 Ettus Research LLC # -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# SPDX-License-Identifier: GPL-3.0 # if [ "$1" = "configure" ]; then diff --git a/host/cmake/debian/postrm.in b/host/cmake/debian/postrm.in index 63a2e90a9..6fa4b3ab6 100755 --- a/host/cmake/debian/postrm.in +++ b/host/cmake/debian/postrm.in @@ -2,18 +2,7 @@ # # Copyright 2011 Ettus Research LLC # -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# SPDX-License-Identifier: GPL-3.0 # if [ "$1" = "remove" ]; then diff --git a/host/cmake/debian/preinst.in b/host/cmake/debian/preinst.in index 71246b7e7..467a9105f 100755 --- a/host/cmake/debian/preinst.in +++ b/host/cmake/debian/preinst.in @@ -2,18 +2,7 @@ # # Copyright 2011 Ettus Research LLC # -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# SPDX-License-Identifier: GPL-3.0 # if [ "$1" = "install" ]; then diff --git a/host/cmake/debian/prerm.in b/host/cmake/debian/prerm.in index dfe491767..f9e242283 100755 --- a/host/cmake/debian/prerm.in +++ b/host/cmake/debian/prerm.in @@ -2,18 +2,7 @@ # # Copyright 2011 Ettus Research LLC # -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# SPDX-License-Identifier: GPL-3.0 # if [ "$1" = "remove" ]; then |