X-Git-Url: https://git.draconx.ca/gitweb/dxcommon.git/blobdiff_plain/b97ef4ca7edf933b4ec0a56fdad7d55d147598e9..6d497f0c19fc62ec9601cd50f4319a823dcdf29b:/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"