From a07b571da2156bb0d151f20121a485ebfc62c0af Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Thu, 26 Oct 2023 08:01:26 +0100 Subject: Auto fill licenses --- asm/lexer.c | 7 ++++--- asm/lexer.h | 7 ++++--- asm/parser.h | 7 ++++--- 3 files changed, 12 insertions(+), 9 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 diff --git a/asm/lexer.h b/asm/lexer.h index bd9dfb2..b7d00c1 100644 --- a/asm/lexer.h +++ b/asm/lexer.h @@ -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 diff --git a/asm/parser.h b/asm/parser.h index 88dc0e9..09a11d4 100644 --- a/asm/parser.h +++ b/asm/parser.h @@ -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 -- cgit v1.2.3-13-gbd6f