remove comments on copyright status from UTF-8 implementation files
authorRich Felker <dalias@aerifal.cx>
Tue, 21 Jun 2016 20:33:14 +0000 (16:33 -0400)
committerRich Felker <dalias@aerifal.cx>
Tue, 21 Jun 2016 20:33:14 +0000 (16:33 -0400)
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.

13 files changed:
src/multibyte/internal.c
src/multibyte/internal.h
src/multibyte/mblen.c
src/multibyte/mbrlen.c
src/multibyte/mbrtowc.c
src/multibyte/mbsinit.c
src/multibyte/mbsnrtowcs.c
src/multibyte/mbsrtowcs.c
src/multibyte/mbtowc.c
src/multibyte/wcrtomb.c
src/multibyte/wcsnrtombs.c
src/multibyte/wcsrtombs.c
src/multibyte/wctomb.c

index bbdc4159a8aa51d2b04108338023cf60e3e95f81..7e1b1c03409f0e6759d9b0a47cde82eb8bb8b5a3 100644 (file)
@@ -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 ) )
index 51308f4f0cc14a4f0245a541010e2ff4ca22d712..421a3d4af9b10d45f41f1c2441eef90ea2725a93 100644 (file)
@@ -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>
index 96b47b123842ba9810a63d7617a2c1c199fe7b7f..a4304bf5ada91fcde676e2da33f33520a880ad8a 100644 (file)
@@ -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 <stdlib.h>
 
 int mblen(const char *s, size_t n)
index 3a5a74336287fc71d167b30433911b3e3d66b009..accf4b33150eeb865b377414001c0993123a1435 100644 (file)
@@ -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 <wchar.h>
 
 size_t mbrlen(const char *restrict s, size_t n, mbstate_t *restrict st)
index ca7da700ed7f0ec7d4b34d982625b8cb7bef0ee5..c94819e720aac361c70bb61e409ac217b303fdf9 100644 (file)
@@ -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 <stdlib.h>
 #include <wchar.h>
 #include <errno.h>
index e001d84443664406ad9d3a98ea59afe9316ee552..c608194a0791e4763316778f596cfe9434950299 100644 (file)
@@ -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 <wchar.h>
 
 int mbsinit(const mbstate_t *st)
index 68b9960f375e3b3dcbe5f4f5de9d6a8a543be104..cae4caa2a6c74e884f2bccc5698c1d2eaa9e1d24 100644 (file)
@@ -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 <wchar.h>
 
 size_t mbsnrtowcs(wchar_t *restrict wcs, const char **restrict src, size_t n, size_t wn, mbstate_t *restrict st)
index e23083d223fc4c5528d46730b7c12a936888ef64..0ee8b69cbfda8d90354b5b298f8ba7ce567d2957 100644 (file)
@@ -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 <stdint.h>
 #include <wchar.h>
 #include <errno.h>
index 71a950666c8cef7375d92572894fd1054b75d4ff..c191bb038bbfdb05a81daf64c732de3b43b40424 100644 (file)
@@ -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 <stdlib.h>
 #include <wchar.h>
 #include <errno.h>
index ddc37a57b5c4b54dab0887b739c48cde7fe365c5..8e34926ed8c5fe7ece77546ea7ae0601098398d8 100644 (file)
@@ -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 <stdlib.h>
 #include <wchar.h>
 #include <errno.h>
index ee4a534ab0c5131991a9af15c612f63391cf8d27..640cbbeb5416dae49143ba713d689c781979a842 100644 (file)
@@ -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 <wchar.h>
 
 size_t wcsnrtombs(char *restrict dst, const wchar_t **restrict wcs, size_t wn, size_t n, mbstate_t *restrict st)
index 30be415d0683f287bf575a5b33e8c493f9b42434..b5713aeacd84e7c3707926f8916d7ce5636de25a 100644 (file)
@@ -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 <wchar.h>
 
 size_t wcsrtombs(char *restrict s, const wchar_t **restrict ws, size_t n, mbstate_t *restrict st)
index de7ed84d9bbcfc83d5c8e77a45a1677b8a7ab971..bad41c5edf9633941db03c8cfad68d1ec1c3ad03 100644 (file)
@@ -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 <stdlib.h>
 #include <wchar.h>