shithub: scc

Download patch

ref: bd41c3ee99a819ae92887538049cdef0ad482763
parent: 6eaa4bfaae6f1836f8250830673a48a467e5d757
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Thu Nov 8 09:57:08 EST 2018

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

--- 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>