clitool: Missing copyright header

This commit is contained in:
Luke Dashjr
2014-08-23 23:22:49 +00:00
parent 84dd3c2e2d
commit 45eb5d93a2

View File

@@ -1,3 +1,10 @@
/*
* Copyright 2014 Luke Dashjr
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the standard MIT license. See COPYING for more details.
*/
#include <ctype.h>
#include <stdbool.h>
#include <stdint.h>