X-Git-Url: https://git.draconx.ca/gitweb/dxcommon.git/blobdiff_plain/85d3347f01e3d27541e5d2fadf5ab49cc6cf54f9..2849f722ef8dd9bf9dcdfb0aa11e08a050cf302e:/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"