commit da715252b3f4f974a00359534b4011a32de9a603 Author: sin <[email protected]> Date: Sun Nov 16 12:57:40 2014 +0000
Add license heading at the top in expr.c
diff --git a/expr.c b/expr.c
index 986aaba..679ad38 100644
--- a/expr.c
+++ b/expr.c
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */
#include <inttypes.h>
#include <limits.h>
#include <regex.h>
