@@ -105,6 +105,7 @@ enc/utf_32be.c::
105
105
enc/utf_32le.c::
106
106
enc/utf_8.c::
107
107
enc/windows_1251.c::
108
+ enc/windows_31j.c::
108
109
109
110
Onigmo (Oniguruma-mod) LICENSE
110
111
@@ -168,6 +169,65 @@ enc/windows_1251.c::
168
169
When this software is partly used or it is distributed with Ruby,
169
170
this of Ruby follows the license of Ruby.
170
171
172
+ enc/windows_1250.c::
173
+ enc/windows_1252.c::
174
+
175
+ >>>
176
+ Copyright (c) 2006-2007 Byte <byte AT mail DOT kna DOT ru>
177
+ K.Kosako <sndgk393 AT ybb DOT ne DOT jp>
178
+ All rights reserved.
179
+
180
+ Redistribution and use in source and binary forms, with or without
181
+ modification, are permitted provided that the following conditions
182
+ are met:
183
+ 1. Redistributions of source code must retain the above copyright
184
+ notice, this list of conditions and the following disclaimer.
185
+ 2. Redistributions in binary form must reproduce the above copyright
186
+ notice, this list of conditions and the following disclaimer in the
187
+ documentation and/or other materials provided with the distribution.
188
+
189
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
190
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
191
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
192
+ ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
193
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
194
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
195
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
196
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
197
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
198
+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
199
+ SUCH DAMAGE.
200
+
201
+ enc/cesu_8.c::
202
+ enc/windows_1253.c::
203
+ enc/windows_1254.c::
204
+ enc/windows_1257.c::
205
+
206
+ >>>
207
+ Copyright (c) 2002-2007 K.Kosako <sndgk393 AT ybb DOT ne DOT jp>
208
+ All rights reserved.
209
+
210
+ Redistribution and use in source and binary forms, with or without
211
+ modification, are permitted provided that the following conditions
212
+ are met:
213
+ 1. Redistributions of source code must retain the above copyright
214
+ notice, this list of conditions and the following disclaimer.
215
+ 2. Redistributions in binary form must reproduce the above copyright
216
+ notice, this list of conditions and the following disclaimer in the
217
+ documentation and/or other materials provided with the distribution.
218
+
219
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
220
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
221
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
222
+ ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
223
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
224
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
225
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
226
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
227
+ LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
228
+ OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
229
+ SUCH DAMAGE.
230
+
171
231
enc/trans/GB/GB12345%UCS.src::
172
232
enc/trans/GB/UCS%GB12345.src::
173
233
enc/trans/GB/GB2312%UCS.src::
0 commit comments