From 747db4bc75e1e7380e2cf7aef4ac2076ae27017d Mon Sep 17 00:00:00 2001 From: Lukas Nykryn Date: Wed, 16 May 2018 11:05:41 +0200 Subject: [PATCH 2/9] Makefile.am: add files with licenses to archive --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 60d1b79..57d0fee 100644 --- a/Makefile.am +++ b/Makefile.am @@ -48,7 +48,9 @@ EXTRA_DIST = \ usb-devices.1.in \ usb-devices \ lsusb.py.in \ - usbreset.c + usbreset.c \ + LICENSES/GPL-2.0.txt \ + LICENSES/GPL-3.0.txt lsusb.py: $(srcdir)/lsusb.py.in sed 's|VERSION|$(VERSION)|g;s|@usbids@|$(datadir)/usb.ids|g' $< >$@ -- 2.14.4