X-Git-Url: http://git.draconx.ca/gitweb/dxcommon.git/blobdiff_plain/85d3347f01e3d27541e5d2fadf5ab49cc6cf54f9..99a96390b8c18144311c1679ab78461d9ecc7bd4:/t/packtestu.c diff --git a/t/packtestu.c b/t/packtestu.c index 5ae3af9..d2a2c44 100644 --- a/t/packtestu.c +++ b/t/packtestu.c @@ -1,3 +1,13 @@ +/* + * Copyright © 2015 Nick Bowler + * + * Test application to verify 16 and 32-bit unsigned unpacking functions. + * + * License WTFPL2: Do What The Fuck You Want To Public License, version 2. + * This is free software: you are free to do what the fuck you want to. + * There is NO WARRANTY, to the extent permitted by law. + */ + #include "pack.h" #include "tap.h"