Skip to content

Commit

Permalink
clitool: Missing copyright header
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-jr committed Aug 23, 2014
1 parent 84dd3c2 commit 45eb5d9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions clitool.c
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit 45eb5d9

Please sign in to comment.