diff options
Diffstat (limited to 'src/multibyte/internal.c')
-rw-r--r-- | src/multibyte/internal.c | 6 |
1 files changed, 0 insertions, 6 deletions
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 ) ) |