diff options
Diffstat (limited to 'modules/FindUSB.cmake')
-rw-r--r-- | modules/FindUSB.cmake | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/FindUSB.cmake b/modules/FindUSB.cmake index b6c6949e..5c4d65d6 100644 --- a/modules/FindUSB.cmake +++ b/modules/FindUSB.cmake @@ -4,6 +4,12 @@ # LIBUSB_FOUND - system has libusb # LIBUSB_INCLUDE_DIR - the libusb include directory # LIBUSB_LIBRARIES - Link these to use libusb +# +# Copyright (c) 2006, Laurent Montel, <montel@kde.org> +# +# Redistribution and use is allowed according to the terms of the BSD license. +# For details see the accompanying COPYING-CMAKE-SCRIPTS file. + if (LIBUSB_INCLUDE_DIR AND LIBUSB_LIBRARIES) |