aboutsummaryrefslogtreecommitdiff
path: root/asm/lexer.c
diff options
context:
space:
mode:
Diffstat (limited to 'asm/lexer.c')
-rw-r--r--asm/lexer.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/asm/lexer.c b/asm/lexer.c
index 2f64e80..7c3f7da 100644
--- a/asm/lexer.c
+++ b/asm/lexer.c
@@ -1,8 +1,9 @@
/* Copyright (C) 2023 Aryadev Chavali
- * You may distribute and modify this code under the terms of the GPLv2
- * license. You should have received a copy of the GPLv2 license with
- * this file. If not, please write to: aryadev@aryadevchavali.com.
+ * You may distribute and modify this code under the terms of the
+ * GPLv2 license. You should have received a copy of the GPLv2
+ * license with this file. If not, please write to:
+ * aryadev@aryadevchavali.com.
* Created: 2023-10-24
* Author: Aryadev Chavali