sbase

suckless unix tools
git clone git://git.2f30.org/sbase
Log | Files | Refs | README | LICENSE

commit da715252b3f4f974a00359534b4011a32de9a603
parent 15097f6ab361b9db1559b7f16827dea07f147457
Author: sin <sin@2f30.org>
Date:   Sun, 16 Nov 2014 12:57:40 +0000

Add license heading at the top in expr.c

Diffstat:
Mexpr.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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>