summaryrefslogtreecommitdiff
path: root/src/multibyte/internal.h
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2016-06-21 16:33:14 -0400
committerRich Felker <dalias@aerifal.cx>2016-06-21 16:33:14 -0400
commit6cec7bc57f599f43f4041cec2093e3c9231dbaab (patch)
treee9d8722b6837bb40a2eae992f4a3a158a27e3ff6 /src/multibyte/internal.h
parent1e6fc0b690191005a49468c296ad49d0caacacf1 (diff)
downloadmusl-6cec7bc57f599f43f4041cec2093e3c9231dbaab.tar.gz
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.
Diffstat (limited to 'src/multibyte/internal.h')
-rw-r--r--src/multibyte/internal.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/multibyte/internal.h b/src/multibyte/internal.h
index 51308f4f..421a3d4a 100644
--- a/src/multibyte/internal.h
+++ b/src/multibyte/internal.h
@@ -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.
- */
-
#define bittab __fsmu8
#include <stdint.h>