commit b86862d80b46ff9c7269a02a18f09b81aab3587c parent b5742904c73370eed99a74fdf70419c529abf7ae Author: Hiltjo Posthuma <hiltjo@codemadness.org> Date: Tue, 11 May 2021 01:54:36 +0200 remove LICENSE header in C file, please see the LICENSE file Diffstat:
M | smu.c | | | 7 | +------ |
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/smu.c b/smu.c @@ -1,9 +1,4 @@ -/* smu - simple markup - * Copyright (C) <2007, 2008> Enno Boland <g s01 de> - * - * See LICENSE for further informations - - #include <ctype.h> */ +#include <ctype.h> #include <stdarg.h> #include <stdio.h> #include <stdlib.h>