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