diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-05-05 12:34:01 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-05-06 03:42:13 +0200 |
commit | 6eda8a85b84c4e661a8763429ae1978f8da7f9dd (patch) | |
tree | 5169e1bf6779f7442235f36a206a91e224cda05d /3rdparty-notices/ps3eyedriver/libusbK-LICENSE-libusb.txt | |
parent | 12dfd6dcf60d9fefef7f8723fb9bc5a21fdb5b61 (diff) |
video/ps3eye: WIP
Diffstat (limited to '3rdparty-notices/ps3eyedriver/libusbK-LICENSE-libusb.txt')
-rw-r--r-- | 3rdparty-notices/ps3eyedriver/libusbK-LICENSE-libusb.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/3rdparty-notices/ps3eyedriver/libusbK-LICENSE-libusb.txt b/3rdparty-notices/ps3eyedriver/libusbK-LICENSE-libusb.txt new file mode 100644 index 00000000..e64f9687 --- /dev/null +++ b/3rdparty-notices/ps3eyedriver/libusbK-LICENSE-libusb.txt @@ -0,0 +1,22 @@ +/* + * Public libusb header file + * Copyright © 2001 Johannes Erdfelt <johannes@erdfelt.com> + * Copyright © 2007-2008 Daniel Drake <dsd@gentoo.org> + * Copyright © 2012 Pete Batard <pete@akeo.ie> + * Copyright © 2012-2018 Nathan Hjelm <hjelmn@cs.unm.edu> + * For more information, please visit: http://libusb.info + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library 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 + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + */ |