X-Git-Url: https://git.draconx.ca/gitweb/dxcommon.git/blobdiff_plain/85d3347f01e3d27541e5d2fadf5ab49cc6cf54f9..6405aa895740d960d6f6e70976eeb44bd403f952:/t/packtests.c diff --git a/t/packtests.c b/t/packtests.c index b3a7a8b..308acb3 100644 --- a/t/packtests.c +++ b/t/packtests.c @@ -1,3 +1,13 @@ +/* + * Copyright © 2015 Nick Bowler + * + * Test application to verify 16 and 32-bit signed 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"