From da715252b3f4f974a00359534b4011a32de9a603 Mon Sep 17 00:00:00 2001 From: sin Date: Sun, 16 Nov 2014 12:57:40 +0000 Subject: [PATCH] Add license heading at the top in expr.c --- expr.c | 1 + 1 file changed, 1 insertion(+) 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 #include #include