From 1b52d023c3d3fc8474cb9fbdd6c08778e5840860 Mon Sep 17 00:00:00 2001 From: Leo Tenenbaum Date: Sat, 7 Dec 2019 13:59:34 -0500 Subject: added license --- types.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'types.c') diff --git a/types.c b/types.c index ec8ca0c..5d13ef3 100644 --- a/types.c +++ b/types.c @@ -1,3 +1,8 @@ +/* + Copyright (C) 2019 Leo Tenenbaum. + This file is part of toc. toc is distributed under version 3 of the GNU General Public License, without any warranty whatsoever. + You should have received a copy of the GNU General Public License along with toc. If not, see . +*/ static bool types_stmt(Typer *tr, Statement *s); static bool types_expr(Typer *tr, Expression *e); static bool types_block(Typer *tr, Block *b); -- cgit v1.2.3