aboutsummaryrefslogtreecommitdiffstats
path: root/host/cmake/Modules
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2016-08-18 12:50:23 -0700
committerMartin Braun <martin.braun@ettus.com>2016-08-18 12:50:23 -0700
commit9b51084c27d8dd9c020dca2161b092587255e4a4 (patch)
tree555f8d9451107198987c57673af0e06471604235 /host/cmake/Modules
parent62e5350573157b6d41a92740a740fee7964144c5 (diff)
parente02be1c84ff8c333bcc93379256bda934711dbe4 (diff)
downloaduhd-9b51084c27d8dd9c020dca2161b092587255e4a4.tar.gz
uhd-9b51084c27d8dd9c020dca2161b092587255e4a4.tar.bz2
uhd-9b51084c27d8dd9c020dca2161b092587255e4a4.zip
Merge branch 'maint'
Diffstat (limited to 'host/cmake/Modules')
-rw-r--r--host/cmake/Modules/UHDPackage.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/host/cmake/Modules/UHDPackage.cmake b/host/cmake/Modules/UHDPackage.cmake
index b9fcdf9ed..6c36407b9 100644
--- a/host/cmake/Modules/UHDPackage.cmake
+++ b/host/cmake/Modules/UHDPackage.cmake
@@ -1,5 +1,5 @@
#
-# Copyright 2010-2014 Ettus Research LLC
+# Copyright 2010-2016 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
@@ -114,7 +114,7 @@ ENDIF()
# Setup CPack General
########################################################################
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Ettus Research - USRP Hardware Driver")
-SET(CPACK_PACKAGE_VENDOR "Ettus Research LLC")
+SET(CPACK_PACKAGE_VENDOR "Ettus Research (National Instruments)")
SET(CPACK_PACKAGE_CONTACT "Ettus Research <support@ettus.com>")
SET(CPACK_PACKAGE_VERSION "${UHD_VERSION}")
SET(CPACK_RESOURCE_FILE_WELCOME ${CMAKE_SOURCE_DIR}/README.md)