commit 64509b011f5f1942d0fa5e264d35721bdbb4baf5
parent aebf799ffffbba219bba53070fc5604c6a92378a
Author: sin <sin@2f30.org>
Date: Fri, 9 May 2014 13:41:33 +0100
Add LICENSE details at top of files
Diffstat:
3 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/lexer.c b/lexer.c
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
diff --git a/lexer.h b/lexer.h
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */
typedef enum {
Error = -2,
Eof = -1,
diff --git a/repl.c b/repl.c
@@ -1,3 +1,4 @@
+/* See LICENSE file for copyright and license details. */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>