#!/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
         apdu.length, 0, 0, 0, //length: only for < 0xFF
         slot,
         seq,
-        0, //BWI 
+        0, //BWI
         0, 0 //level parameter
     ].concat(apdu);