From 101ed6b74e0d6549e53a7c8216147af37ffc70df Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Tue, 8 Jan 2019 19:59:41 +1100 Subject: Documentation: Update copyrights to 2019. --- Demos/Device/LowLevel/CCID/HostTestApp/test_generic_ccid_libusb.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Demos/Device/LowLevel/CCID/HostTestApp') diff --git a/Demos/Device/LowLevel/CCID/HostTestApp/test_generic_ccid_libusb.js b/Demos/Device/LowLevel/CCID/HostTestApp/test_generic_ccid_libusb.js index 69cd1c28d..533e0d0d8 100644 --- a/Demos/Device/LowLevel/CCID/HostTestApp/test_generic_ccid_libusb.js +++ b/Demos/Device/LowLevel/CCID/HostTestApp/test_generic_ccid_libusb.js @@ -1,13 +1,13 @@ #!/usr/bin/env node // LUFA Library -// Copyright (C) Dean Camera, 2018. +// Copyright (C) Dean Camera, 2019. // // dean [at] fourwalledcubicle [dot] com // // www.lufa-lib.org -// Copyright 2018 Filipe Rodrigues (filipepazrodrigues [at] gmail [dot] com) +// Copyright 2019 Filipe Rodrigues (filipepazrodrigues [at] gmail [dot] com) // // LUFA Generic CCID device demo host test script. This script test multiple // kinds of CCID messages and shows the result to the console @@ -139,7 +139,7 @@ function XfrBlockMessage(slot, seq, apdu) apdu.length, 0, 0, 0, //length: only for < 0xFF slot, seq, - 0, //BWI + 0, //BWI 0, 0 //level parameter ].concat(apdu); -- cgit v1.2.3