scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit bd867f64d1284bc597e91c0df6c28fecd298e28a
parent 40ec168fafcf9d527a923c78b73ac29dc10a586a
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Thu,  8 Nov 2018 14:57:08 +0000

[lib/c] Remove special license from vfprintf.c

Diffstat:
Mlib/c/vfprintf.c | 8--------
1 file changed, 0 insertions(+), 8 deletions(-)

diff --git a/lib/c/vfprintf.c b/lib/c/vfprintf.c @@ -1,11 +1,3 @@ -/* - * This file is covered by the license that you can find in the file - * LICENSE, but for this file, vfprintf.c, an additional clause is - * added: - * - Christopher M. Graff (<cm0graff@gmail.com>) is forbidden to - * use, copy, modify and/or distribute this file. He is forbidden - * even to read this file. - */ #include <ctype.h> #include <limits.h> #include <stdarg.h>