debugger-ruby_core_source 1.1.7 → 1.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. data/CHANGELOG.md +4 -0
  2. data/Rakefile +2 -1
  3. data/debugger-ruby_core_source.gemspec +2 -1
  4. data/lib/debugger/ruby_core_source.rb +4 -1
  5. data/lib/debugger/ruby_core_source/ruby-1.9.3-p385/addr2line.h +21 -0
  6. data/lib/debugger/ruby_core_source/ruby-1.9.3-p385/constant.h +34 -0
  7. data/lib/debugger/ruby_core_source/ruby-1.9.3-p385/debug.h +41 -0
  8. data/lib/debugger/ruby_core_source/ruby-1.9.3-p385/dln.h +50 -0
  9. data/lib/debugger/ruby_core_source/ruby-1.9.3-p385/encdb.h +167 -0
  10. data/lib/debugger/ruby_core_source/ruby-1.9.3-p385/eval_intern.h +234 -0
  11. data/lib/debugger/ruby_core_source/ruby-1.9.3-p385/gc.h +99 -0
  12. data/lib/debugger/ruby_core_source/ruby-1.9.3-p385/id.h +175 -0
  13. data/lib/debugger/ruby_core_source/ruby-1.9.3-p385/insns.inc +179 -0
  14. data/lib/debugger/ruby_core_source/ruby-1.9.3-p385/insns_info.inc +695 -0
  15. data/lib/debugger/ruby_core_source/ruby-1.9.3-p385/internal.h +239 -0
  16. data/lib/debugger/ruby_core_source/ruby-1.9.3-p385/iseq.h +126 -0
  17. data/lib/debugger/ruby_core_source/ruby-1.9.3-p385/known_errors.inc +731 -0
  18. data/lib/debugger/ruby_core_source/ruby-1.9.3-p385/method.h +105 -0
  19. data/lib/debugger/ruby_core_source/ruby-1.9.3-p385/node.h +503 -0
  20. data/lib/debugger/ruby_core_source/ruby-1.9.3-p385/node_name.inc +208 -0
  21. data/lib/debugger/ruby_core_source/ruby-1.9.3-p385/opt_sc.inc +670 -0
  22. data/lib/debugger/ruby_core_source/ruby-1.9.3-p385/optinsn.inc +30 -0
  23. data/lib/debugger/ruby_core_source/ruby-1.9.3-p385/optunifs.inc +116 -0
  24. data/lib/debugger/ruby_core_source/ruby-1.9.3-p385/parse.h +302 -0
  25. data/lib/debugger/ruby_core_source/ruby-1.9.3-p385/regenc.h +219 -0
  26. data/lib/debugger/ruby_core_source/ruby-1.9.3-p385/regint.h +850 -0
  27. data/lib/debugger/ruby_core_source/ruby-1.9.3-p385/regparse.h +362 -0
  28. data/lib/debugger/ruby_core_source/ruby-1.9.3-p385/revision.h +1 -0
  29. data/lib/debugger/ruby_core_source/ruby-1.9.3-p385/ruby_atomic.h +115 -0
  30. data/lib/debugger/ruby_core_source/ruby-1.9.3-p385/siphash.h +48 -0
  31. data/lib/debugger/ruby_core_source/ruby-1.9.3-p385/thread_pthread.h +51 -0
  32. data/lib/debugger/ruby_core_source/ruby-1.9.3-p385/thread_win32.h +40 -0
  33. data/lib/debugger/ruby_core_source/ruby-1.9.3-p385/timev.h +21 -0
  34. data/lib/debugger/ruby_core_source/ruby-1.9.3-p385/transcode_data.h +117 -0
  35. data/lib/debugger/ruby_core_source/ruby-1.9.3-p385/transdb.h +189 -0
  36. data/lib/debugger/ruby_core_source/ruby-1.9.3-p385/version.h +52 -0
  37. data/lib/debugger/ruby_core_source/ruby-1.9.3-p385/vm.inc +3054 -0
  38. data/lib/debugger/ruby_core_source/ruby-1.9.3-p385/vm_core.h +763 -0
  39. data/lib/debugger/ruby_core_source/ruby-1.9.3-p385/vm_exec.h +184 -0
  40. data/lib/debugger/ruby_core_source/ruby-1.9.3-p385/vm_insnhelper.h +220 -0
  41. data/lib/debugger/ruby_core_source/ruby-1.9.3-p385/vm_opts.h +51 -0
  42. data/lib/debugger/ruby_core_source/ruby-1.9.3-p385/vmtc.inc +97 -0
  43. data/lib/debugger/ruby_core_source/version.rb +1 -1
  44. metadata +407 -372
  45. data/LEGAL +0 -534
  46. data/LICENSE.txt +0 -22
  47. data/OLD_README +0 -29
  48. data/RUBY_LICENSE +0 -56
data/LEGAL DELETED
@@ -1,534 +0,0 @@
1
- LEGAL NOTICE INFORMATION
2
- ------------------------
3
-
4
- All the files in this distribution are covered under either the Ruby's
5
- license (see the file COPYING) or public-domain except some files
6
- mentioned below.
7
-
8
- include/ruby/oniguruma.h:
9
- regcomp.c:
10
- regenc.[ch]:
11
- regerror.c:
12
- regexec.c:
13
- regint.h:
14
- regparse.[ch]:
15
- enc/ascii.c
16
- enc/big5.c
17
- enc/cp949.c
18
- enc/emacs_mule.c
19
- enc/encdb.c
20
- enc/euc_jp.c
21
- enc/euc_kr.c
22
- enc/euc_tw.c
23
- enc/gb18030.c
24
- enc/gb2312.c
25
- enc/gbk.c
26
- enc/iso_8859_1.c
27
- enc/iso_8859_10.c
28
- enc/iso_8859_11.c
29
- enc/iso_8859_13.c
30
- enc/iso_8859_14.c
31
- enc/iso_8859_15.c
32
- enc/iso_8859_16.c
33
- enc/iso_8859_2.c
34
- enc/iso_8859_3.c
35
- enc/iso_8859_4.c
36
- enc/iso_8859_5.c
37
- enc/iso_8859_6.c
38
- enc/iso_8859_7.c
39
- enc/iso_8859_8.c
40
- enc/iso_8859_9.c
41
- enc/koi8_r.c
42
- enc/koi8_u.c
43
- enc/shift_jis.c
44
- enc/unicode.c
45
- enc/us_ascii.c
46
- enc/utf_16be.c
47
- enc/utf_16le.c
48
- enc/utf_32be.c
49
- enc/utf_32le.c
50
- enc/utf_8.c
51
- enc/windows_1251.c
52
-
53
- Oniguruma ---- (C) K.Kosako <sndgk393 AT ybb DOT ne DOT jp>
54
-
55
- http://www.geocities.jp/kosako3/oniguruma/
56
- http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/oniguruma/
57
- http://www.freebsd.org/cgi/cvsweb.cgi/ports/devel/oniguruma/
58
-
59
- When this software is partly used or it is distributed with Ruby,
60
- this of Ruby follows the license of Ruby.
61
-
62
- configure:
63
-
64
- This file is free software.
65
-
66
- Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
67
-
68
- This configure script is free software; the Free Software Foundation
69
- gives unlimited permission to copy, distribute and modify it.
70
-
71
- tool/config.guess:
72
- tool/config.sub:
73
-
74
- As long as you distribute these files with the file configure, they
75
- are covered under the Ruby's license.
76
-
77
- Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999
78
- Free Software Foundation, Inc.
79
-
80
- This file is free software; you can redistribute it and/or modify it
81
- under the terms of the GNU General Public License as published by
82
- the Free Software Foundation; either version 2 of the License, or
83
- (at your option) any later version.
84
-
85
- This program is distributed in the hope that it will be useful, but
86
- WITHOUT ANY WARRANTY; without even the implied warranty of
87
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
88
- General Public License for more details.
89
-
90
- You should have received a copy of the GNU General Public License
91
- along with this program; if not, write to the Free Software
92
- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
93
-
94
- As a special exception to the GNU General Public License, if you
95
- distribute this file as part of a program that contains a
96
- configuration script generated by Autoconf, you may include it under
97
- the same distribution terms that you use for the rest of that program.
98
-
99
- parse.c:
100
-
101
- This file is licensed under the GPL, but is incorporated into Ruby and
102
- redistributed under the terms of the Ruby license, as permitted by the
103
- exception to the GPL below.
104
-
105
- Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
106
- Free Software Foundation, Inc.
107
-
108
- This program is free software; you can redistribute it and/or modify
109
- it under the terms of the GNU General Public License as published by
110
- the Free Software Foundation; either version 2, or (at your option)
111
- any later version.
112
-
113
- This program is distributed in the hope that it will be useful,
114
- but WITHOUT ANY WARRANTY; without even the implied warranty of
115
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
116
- GNU General Public License for more details.
117
-
118
- You should have received a copy of the GNU General Public License
119
- along with this program; if not, write to the Free Software
120
- Foundation, Inc., 51 Franklin Street, Fifth Floor,
121
- Boston, MA 02110-1301, USA. */
122
-
123
- /* As a special exception, you may create a larger work that contains
124
- part or all of the Bison parser skeleton and distribute that work
125
- under terms of your choice, so long as that work isn't itself a
126
- parser generator using the skeleton or a modified version thereof
127
- as a parser skeleton. Alternatively, if you modify or redistribute
128
- the parser skeleton itself, you may (at your option) remove this
129
- special exception, which will cause the skeleton and the resulting
130
- Bison output files to be licensed under the GNU General Public
131
- License without this special exception.
132
-
133
- This special exception was added by the Free Software Foundation in
134
- version 2.2 of Bison. */
135
-
136
- util.c (partly):
137
-
138
- Copyright (c) 1991, 2000, 2001 by Lucent Technologies.
139
-
140
- Permission to use, copy, modify, and distribute this software for any
141
- purpose without fee is hereby granted, provided that this entire notice
142
- is included in all copies of any software which is or includes a copy
143
- or modification of this software and in all copies of the supporting
144
- documentation for such software.
145
-
146
- THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
147
- WARRANTY. IN PARTICULAR, NEITHER THE AUTHOR NOR LUCENT MAKES ANY
148
- REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
149
- OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
150
-
151
- util.c (partly):
152
- win32/win32.[ch]:
153
-
154
- You can apply the Artistic License to these files. (or GPL,
155
- alternatively)
156
-
157
- Copyright (c) 1993, Intergraph Corporation
158
-
159
- You may distribute under the terms of either the GNU General Public
160
- License or the Artistic License, as specified in the perl README file.
161
-
162
- util.c (partly):
163
-
164
- Copyright (c) 2004-2008 David Schultz <das@FreeBSD.ORG>
165
- All rights reserved.
166
-
167
- Redistribution and use in source and binary forms, with or without
168
- modification, are permitted provided that the following conditions
169
- are met:
170
- 1. Redistributions of source code must retain the above copyright
171
- notice, this list of conditions and the following disclaimer.
172
- 2. Redistributions in binary form must reproduce the above copyright
173
- notice, this list of conditions and the following disclaimer in the
174
- documentation and/or other materials provided with the distribution.
175
-
176
- THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
177
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
178
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
179
- ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
180
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
181
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
182
- OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
183
- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
184
- LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
185
- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
186
- SUCH DAMAGE.
187
-
188
- random.c
189
-
190
- This file is under the new-style BSD license.
191
-
192
- A C-program for MT19937, with initialization improved 2002/2/10.
193
- Coded by Takuji Nishimura and Makoto Matsumoto.
194
- This is a faster version by taking Shawn Cokus's optimization,
195
- Matthe Bellew's simplification, Isaku Wada's real version.
196
-
197
- Before using, initialize the state by using init_genrand(seed)
198
- or init_by_array(init_key, key_length).
199
-
200
- Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura,
201
- All rights reserved.
202
-
203
- Redistribution and use in source and binary forms, with or without
204
- modification, are permitted provided that the following conditions
205
- are met:
206
-
207
- 1. Redistributions of source code must retain the above copyright
208
- notice, this list of conditions and the following disclaimer.
209
-
210
- 2. Redistributions in binary form must reproduce the above copyright
211
- notice, this list of conditions and the following disclaimer in the
212
- documentation and/or other materials provided with the distribution.
213
-
214
- 3. The names of its contributors may not be used to endorse or promote
215
- products derived from this software without specific prior written
216
- permission.
217
-
218
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
219
- "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
220
- LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
221
- A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
222
- CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
223
- EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
224
- PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
225
- PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
226
- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
227
- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
228
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
229
-
230
-
231
- Any feedback is very welcome.
232
- http://www.math.keio.ac.jp/matumoto/emt.html
233
- email: matumoto@math.keio.ac.jp
234
-
235
- vsnprintf.c:
236
-
237
- This file is under the old-style BSD license. Note that the
238
- paragraph 3 below is now null and void.
239
-
240
- Copyright (c) 1990, 1993
241
- The Regents of the University of California. All rights reserved.
242
-
243
- This code is derived from software contributed to Berkeley by
244
- Chris Torek.
245
-
246
- Redistribution and use in source and binary forms, with or without
247
- modification, are permitted provided that the following conditions
248
- are met:
249
- 1. Redistributions of source code must retain the above copyright
250
- notice, this list of conditions and the following disclaimer.
251
- 2. Redistributions in binary form must reproduce the above copyright
252
- notice, this list of conditions and the following disclaimer in the
253
- documentation and/or other materials provided with the distribution.
254
- 3. Neither the name of the University nor the names of its contributors
255
- may be used to endorse or promote products derived from this software
256
- without specific prior written permission.
257
-
258
- THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
259
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
260
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
261
- ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
262
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
263
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
264
- OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
265
- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
266
- LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
267
- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
268
- SUCH DAMAGE.
269
-
270
- IMPORTANT NOTE:
271
- --------------
272
- From ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
273
- paragraph 3 above is now null and void.
274
-
275
- st.[ch]:
276
- missing/alloca.c:
277
- missing/dup2.c:
278
- missing/erf.c:
279
- missing/finite.c:
280
- missing/hypot.c:
281
- missing/isinf.c:
282
- missing/isnan.c:
283
- missing/lgamma_r.c:
284
- missing/memcmp.c:
285
- missing/memmove.c:
286
- missing/strchr.c:
287
- missing/strstr.c:
288
- missing/strtol.c:
289
- missing/tgamma.c:
290
- ext/digest/sha1/sha1.[ch]:
291
-
292
- These files are all under public domain.
293
-
294
- missing/crypt.c:
295
-
296
- This file is under the old-style BSD license. Note that the
297
- paragraph 3 below is now null and void.
298
-
299
- Copyright (c) 1989, 1993
300
- The Regents of the University of California. All rights reserved.
301
-
302
- This code is derived from software contributed to Berkeley by
303
- Tom Truscott.
304
-
305
- Redistribution and use in source and binary forms, with or without
306
- modification, are permitted provided that the following conditions
307
- are met:
308
- 1. Redistributions of source code must retain the above copyright
309
- notice, this list of conditions and the following disclaimer.
310
- 2. Redistributions in binary form must reproduce the above copyright
311
- notice, this list of conditions and the following disclaimer in the
312
- documentation and/or other materials provided with the distribution.
313
- 3. Neither the name of the University nor the names of its contributors
314
- may be used to endorse or promote products derived from this software
315
- without specific prior written permission.
316
-
317
- THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
318
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
319
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
320
- ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
321
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
322
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
323
- OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
324
- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
325
- LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
326
- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
327
- SUCH DAMAGE.
328
-
329
- missing/setproctitle.c
330
-
331
- This file is under the old-style BSD license. Note that the
332
- paragraph 3 below is now null and void.
333
-
334
- Copyright 2003 Damien Miller
335
- Copyright (c) 1983, 1995-1997 Eric P. Allman
336
- Copyright (c) 1988, 1993
337
- The Regents of the University of California. All rights reserved.
338
-
339
- Redistribution and use in source and binary forms, with or without
340
- modification, are permitted provided that the following conditions
341
- are met:
342
- 1. Redistributions of source code must retain the above copyright
343
- notice, this list of conditions and the following disclaimer.
344
- 2. Redistributions in binary form must reproduce the above copyright
345
- notice, this list of conditions and the following disclaimer in the
346
- documentation and/or other materials provided with the distribution.
347
- 3. Neither the name of the University nor the names of its contributors
348
- may be used to endorse or promote products derived from this software
349
- without specific prior written permission.
350
-
351
- THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
352
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
353
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
354
- ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
355
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
356
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
357
- OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
358
- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
359
- LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
360
- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
361
- SUCH DAMAGE.
362
-
363
- missing/strlcat.c
364
- missing/strlcpy.c
365
-
366
- These files are under the new-style BSD license.
367
-
368
- Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com>
369
- All rights reserved.
370
-
371
- Redistribution and use in source and binary forms, with or without
372
- modification, are permitted provided that the following conditions
373
- are met:
374
- 1. Redistributions of source code must retain the above copyright
375
- notice, this list of conditions and the following disclaimer.
376
- 2. Redistributions in binary form must reproduce the above copyright
377
- notice, this list of conditions and the following disclaimer in the
378
- documentation and/or other materials provided with the distribution.
379
- 3. The name of the author may not be used to endorse or promote products
380
- derived from this software without specific prior written permission.
381
-
382
- THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
383
- INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
384
- AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
385
- THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
386
- EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
387
- PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
388
- OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
389
- WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
390
- OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
391
- ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
392
-
393
- missing/langinfo.c
394
-
395
- This file is from http://www.cl.cam.ac.uk/~mgk25/ucs/langinfo.c.
396
- Ruby uses a modified version. The file contains the following
397
- author/copyright notice:
398
-
399
- Markus.Kuhn@cl.cam.ac.uk -- 2002-03-11
400
- Permission to use, copy, modify, and distribute this software
401
- for any purpose and without fee is hereby granted. The author
402
- disclaims all warranties with regard to this software.
403
-
404
- ext/digest/md5/md5.[ch]:
405
-
406
- These files are under the following license. Ruby uses modified
407
- versions of them.
408
-
409
- Copyright (C) 1999, 2000 Aladdin Enterprises. All rights reserved.
410
-
411
- This software is provided 'as-is', without any express or implied
412
- warranty. In no event will the authors be held liable for any damages
413
- arising from the use of this software.
414
-
415
- Permission is granted to anyone to use this software for any purpose,
416
- including commercial applications, and to alter it and redistribute it
417
- freely, subject to the following restrictions:
418
-
419
- 1. The origin of this software must not be misrepresented; you must not
420
- claim that you wrote the original software. If you use this software
421
- in a product, an acknowledgment in the product documentation would be
422
- appreciated but is not required.
423
- 2. Altered source versions must be plainly marked as such, and must not be
424
- misrepresented as being the original software.
425
- 3. This notice may not be removed or altered from any source distribution.
426
-
427
- L. Peter Deutsch
428
- ghost@aladdin.com
429
-
430
- ext/digest/rmd160/rmd160.[ch]:
431
-
432
- These files have the following copyright information, and by the
433
- author we are allowed to use it under the new-style BSD license.
434
-
435
- AUTHOR: Antoon Bosselaers, ESAT-COSIC
436
- (Arranged for libc by Todd C. Miller)
437
- DATE: 1 March 1996
438
-
439
- Copyright (c) Katholieke Universiteit Leuven
440
- 1996, All Rights Reserved
441
-
442
- ext/digest/sha2/sha2.[ch]:
443
-
444
- These files are under the new-style BSD license.
445
-
446
- Copyright 2000 Aaron D. Gifford. All rights reserved.
447
-
448
- Redistribution and use in source and binary forms, with or without
449
- modification, are permitted provided that the following conditions
450
- are met:
451
- 1. Redistributions of source code must retain the above copyright
452
- notice, this list of conditions and the following disclaimer.
453
- 2. Redistributions in binary form must reproduce the above copyright
454
- notice, this list of conditions and the following disclaimer in the
455
- documentation and/or other materials provided with the distribution.
456
- 3. Neither the name of the copyright holder nor the names of contributors
457
- may be used to endorse or promote products derived from this software
458
- without specific prior written permission.
459
-
460
- THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) AND CONTRIBUTOR(S) ``AS IS'' AND
461
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
462
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
463
- ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR(S) OR CONTRIBUTOR(S) BE LIABLE
464
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
465
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
466
- OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
467
- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
468
- LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
469
- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
470
- SUCH DAMAGE.
471
-
472
- ext/nkf/nkf-utf8/config.h:
473
- ext/nkf/nkf-utf8/nkf.c:
474
- ext/nkf/nkf-utf8/utf8tbl.c:
475
-
476
- These files are under the following license. So to speak, it is
477
- copyrighted semi-public-domain software.
478
-
479
- Copyright (C) 1987, Fujitsu LTD. (Itaru ICHIKAWA)
480
- Everyone is permitted to do anything on this program
481
- including copying, modifying, improving,
482
- as long as you don't try to pretend that you wrote it.
483
- i.e., the above copyright notice has to appear in all copies.
484
- Binary distribution requires original version messages.
485
- You don't have to ask before copying, redistribution or publishing.
486
- THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE.
487
-
488
- ext/socket/addrinfo.h:
489
- ext/socket/getaddrinfo.c:
490
- ext/socket/getnameinfo.c:
491
-
492
- These files are under the new-style BSD license.
493
-
494
- Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project.
495
- All rights reserved.
496
-
497
- Redistribution and use in source and binary forms, with or without
498
- modification, are permitted provided that the following conditions
499
- are met:
500
- 1. Redistributions of source code must retain the above copyright
501
- notice, this list of conditions and the following disclaimer.
502
- 2. Redistributions in binary form must reproduce the above copyright
503
- notice, this list of conditions and the following disclaimer in the
504
- documentation and/or other materials provided with the distribution.
505
- 3. Neither the name of the project nor the names of its contributors
506
- may be used to endorse or promote products derived from this software
507
- without specific prior written permission.
508
-
509
- THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
510
- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
511
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
512
- ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE
513
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
514
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
515
- OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
516
- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
517
- LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
518
- OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
519
- SUCH DAMAGE.
520
-
521
- ext/win32ole/win32ole.c:
522
-
523
- You can apply the Artistic License to this file. (or GPL,
524
- alternatively)
525
-
526
- (c) 1995 Microsoft Corporation. All rights reserved.
527
- Developed by ActiveWare Internet Corp., http://www.ActiveWare.com
528
-
529
- Other modifications Copyright (c) 1997, 1998 by Gurusamy Sarathy
530
- <gsar@umich.edu> and Jan Dubois <jan.dubois@ibm.net>
531
-
532
- You may distribute under the terms of either the GNU General Public
533
- License or the Artistic License, as specified in the README file
534
- of the Perl distribution.