From 6cec7bc57f599f43f4041cec2093e3c9231dbaab Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Tue, 21 Jun 2016 16:33:14 -0400 Subject: remove comments on copyright status from UTF-8 implementation files despite clarifications made to the COPYRIGHT file in commit f0a61399330bae42beeb27d6ecd05570b3382a60, there continues to be confusion about whether the permissions granted actually apply to all files. I am the sole author of these files and clearly intend, and have always intended, for the grant of permission to apply to them. --- src/multibyte/internal.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/multibyte/internal.c') diff --git a/src/multibyte/internal.c b/src/multibyte/internal.c index bbdc4159..7e1b1c03 100644 --- a/src/multibyte/internal.c +++ b/src/multibyte/internal.c @@ -1,9 +1,3 @@ -/* - * This code was written by Rich Felker in 2010; no copyright is claimed. - * This code is in the public domain. Attribution is appreciated but - * unnecessary. - */ - #include "internal.h" #define C(x) ( x<2 ? -1 : ( R(0x80,0xc0) | x ) ) -- cgit v1.2.1