Skip to content

Commit 45eb5d9

Browse files
committed
clitool: Missing copyright header
1 parent 84dd3c2 commit 45eb5d9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

clitool.c

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
* Copyright 2014 Luke Dashjr
3+
*
4+
* This program is free software; you can redistribute it and/or modify it
5+
* under the terms of the standard MIT license. See COPYING for more details.
6+
*/
7+
18
#include <ctype.h>
29
#include <stdbool.h>
310
#include <stdint.h>

0 commit comments

Comments
 (0)