Add license heading at the top in expr.c

This commit is contained in:
sin 2014-11-16 12:57:40 +00:00
parent 15097f6ab3
commit da715252b3
1 changed files with 1 additions and 0 deletions

1
expr.c
View File

@ -1,3 +1,4 @@
/* See LICENSE file for copyright and license details. */
#include <inttypes.h>
#include <limits.h>
#include <regex.h>