
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: oniguruma.h: 9: regcomp.c: 10: regenc.[ch]: 11: regerror.c: 12: regex.c: 13: regexec.c: 14: regint.h: 15: regparse.[ch]: 16: ascii.c: 17: euc_jp.c: 18: sjis.c: 19: utf8.c: 20: 21: Oniguruma ---- (C) K.Kosako <sndgk393 AT ybb DOT ne DOT jp> 22: 23: http://www.geocities.jp/kosako3/oniguruma/ 24: http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/oniguruma/ 25: http://www.freebsd.org/cgi/cvsweb.cgi/ports/devel/oniguruma/ 26: 27: When this software is partly used or it is distributed with Ruby, 28: this of Ruby follows the license of Ruby. 29: 30: configure: 31: 32: This file is free software. 33: 34: Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. 35: 36: This configure script is free software; the Free Software Foundation 37: gives unlimited permission to copy, distribute and modify it. 38: 39: config.guess: 40: config.sub: 41: parse.c: 42: 43: As long as you distribute these files with the file configure, they 44: are covered under the Ruby's license. 45: 46: Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999 47: Free Software Foundation, Inc. 48: 49: This file is free software; you can redistribute it and/or modify it 50: under the terms of the GNU General Public License as published by 51: the Free Software Foundation; either version 2 of the License, or 52: (at your option) any later version. 53: 54: This program is distributed in the hope that it will be useful, but 55: WITHOUT ANY WARRANTY; without even the implied warranty of 56: MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 57: General Public License for more details. 58: 59: You should have received a copy of the GNU General Public License 60: along with this program; if not, write to the Free Software 61: Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 62: 63: As a special exception to the GNU General Public License, if you 64: distribute this file as part of a program that contains a 65: configuration script generated by Autoconf, you may include it under 66: the same distribution terms that you use for the rest of that program. 67: 68: util.c (partly): 69: 70: Copyright (c) 1991, 2000, 2001 by Lucent Technologies. 71: 72: Permission to use, copy, modify, and distribute this software for any 73: purpose without fee is hereby granted, provided that this entire notice 74: is included in all copies of any software which is or includes a copy 75: or modification of this software and in all copies of the supporting 76: documentation for such software. 77: 78: THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED 79: WARRANTY. IN PARTICULAR, NEITHER THE AUTHOR NOR LUCENT MAKES ANY 80: REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY 81: OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE. 82: 83: util.c (partly): 84: win32/win32.[ch]: 85: 86: You can apply the Artistic License to these files. (or GPL, 87: alternatively) 88: 89: Copyright (c) 1993, Intergraph Corporation 90: 91: You may distribute under the terms of either the GNU General Public 92: License or the Artistic License, as specified in the perl README file. 93: 94: random.c 95: 96: This file is under the new-style BSD license. 97: 98: A C-program for MT19937, with initialization improved 2002/2/10. 99: Coded by Takuji Nishimura and Makoto Matsumoto. 100: This is a faster version by taking Shawn Cokus's optimization, 101: Matthe Bellew's simplification, Isaku Wada's real version. 102: 103: Before using, initialize the state by using init_genrand(seed) 104: or init_by_array(init_key, key_length). 105: 106: Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura, 107: All rights reserved. 108: 109: Redistribution and use in source and binary forms, with or without 110: modification, are permitted provided that the following conditions 111: are met: 112: 113: 1. Redistributions of source code must retain the above copyright 114: notice, this list of conditions and the following disclaimer. 115: 116: 2. Redistributions in binary form must reproduce the above copyright 117: notice, this list of conditions and the following disclaimer in the 118: documentation and/or other materials provided with the distribution. 119: 120: 3. The names of its contributors may not be used to endorse or promote 121: products derived from this software without specific prior written 122: permission. 123: 124: THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 125: "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 126: LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 127: A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR 128: CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 129: EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 130: PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 131: PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 132: LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 133: NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 134: SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 135: 136: 137: Any feedback is very welcome. 138: http://www.math.keio.ac.jp/matumoto/emt.html 139: email: matumoto@math.keio.ac.jp 140: 141: st.[ch]: 142: x68/*: 143: missing/alloca.c: 144: missing/dup2.c: 145: missing/finite.c: 146: missing/hypot.c: 147: missing/isinf.c: 148: missing/isnan.c: 149: missing/memcmp.c: 150: missing/memmove.c: 151: missing/strcasecmp.c: 152: missing/strchr.c: 153: missing/streror.c: 154: missing/strftime.c: 155: missing/strncasecmp.c: 156: missing/strstr.c: 157: missing/strtol.c: 158: ext/digest/sha1/sha1.[ch]: 159: 160: These files are all under public domain. 161: 162: missing/strtoul.c: 163: 164: This file will not be used on most platforms depending on how the 165: configure script results. In any case you must not receive any fee 166: with the file itself. 167: 168: Copyright 1988 Regents of the University of California 169: 170: Permission to use, copy, modify, and distribute this 171: software and its documentation for any purpose and without 172: fee is hereby granted, provided that the above copyright 173: notice appear in all copies. The University of California 174: makes no representations about the suitability of this 175: software for any purpose. It is provided "as is" without 176: express or implied warranty. 177: 178: missing/erf.c: 179: missing/crypt.c: 180: missing/vsnprintf.c: 181: 182: This file is under the old-style BSD license. Note that the 183: paragraph 3 below is now null and void. 184: 185: Copyright (c) 1990, 1993 186: The Regents of the University of California. All rights reserved. 187: 188: This code is derived from software contributed to Berkeley by 189: Chris Torek. 190: 191: Redistribution and use in source and binary forms, with or without 192: modification, are permitted provided that the following conditions 193: are met: 194: 1. Redistributions of source code must retain the above copyright 195: notice, this list of conditions and the following disclaimer. 196: 2. Redistributions in binary form must reproduce the above copyright 197: notice, this list of conditions and the following disclaimer in the 198: documentation and/or other materials provided with the distribution. 199: 3. Neither the name of the University nor the names of its contributors 200: may be used to endorse or promote products derived from this software 201: without specific prior written permission. 202: 203: THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 204: ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 205: IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 206: ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 207: FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 208: DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 209: OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 210: HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 211: LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 212: OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 213: SUCH DAMAGE. 214: 215: IMPORTANT NOTE: 216: -------------- 217: From ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change 218: paragraph 3 above is now null and void. 219: 220: missing/strlcat.c 221: missing/strlcpy.c 222: 223: These files are under the new-style BSD license. 224: 225: Copyright (c) 1998 Todd C. Miller <Todd.Miller@courtesan.com> 226: All rights reserved. 227: 228: Redistribution and use in source and binary forms, with or without 229: modification, are permitted provided that the following conditions 230: are met: 231: 1. Redistributions of source code must retain the above copyright 232: notice, this list of conditions and the following disclaimer. 233: 2. Redistributions in binary form must reproduce the above copyright 234: notice, this list of conditions and the following disclaimer in the 235: documentation and/or other materials provided with the distribution. 236: 3. The name of the author may not be used to endorse or promote products 237: derived from this software without specific prior written permission. 238: 239: THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, 240: INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY 241: AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL 242: THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 243: EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 244: PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; 245: OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 246: WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 247: OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 248: ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 249: 250: ext/digest/md5/md5.[ch]: 251: 252: These files are under the following license. Ruby uses modified 253: versions of them. 254: 255: Copyright (C) 1999, 2000 Aladdin Enterprises. All rights reserved. 256: 257: This software is provided 'as-is', without any express or implied 258: warranty. In no event will the authors be held liable for any damages 259: arising from the use of this software. 260: 261: Permission is granted to anyone to use this software for any purpose, 262: including commercial applications, and to alter it and redistribute it 263: freely, subject to the following restrictions: 264: 265: 1. The origin of this software must not be misrepresented; you must not 266: claim that you wrote the original software. If you use this software 267: in a product, an acknowledgment in the product documentation would be 268: appreciated but is not required. 269: 2. Altered source versions must be plainly marked as such, and must not be 270: misrepresented as being the original software. 271: 3. This notice may not be removed or altered from any source distribution. 272: 273: L. Peter Deutsch 274: ghost@aladdin.com 275: 276: ext/digest/rmd160/rmd160.[ch]: 277: 278: These files have the following copyright information, and by the 279: author we are allowed to use it under the new-style BSD license. 280: 281: AUTHOR: Antoon Bosselaers, ESAT-COSIC 282: (Arranged for libc by Todd C. Miller) 283: DATE: 1 March 1996 284: 285: Copyright (c) Katholieke Universiteit Leuven 286: 1996, All Rights Reserved 287: 288: ext/digest/rmd160/rmd160hl.c: 289: ext/digest/sha1/sha1hl.c: 290: 291: These files are under the beer-ware license. 292: 293: "THE BEER-WARE LICENSE" (Revision 42): 294: <phk@login.dkuug.dk> wrote this file. As long as you retain this notice you 295: can do whatever you want with this stuff. If we meet some day, and you think 296: this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp 297: 298: ext/digest/sha2/sha2.[ch]: 299: ext/digest/sha2/sha2hl.c: 300: 301: These files are under the new-style BSD license. 302: 303: Copyright 2000 Aaron D. Gifford. All rights reserved. 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 copyright holder nor the names of 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 AUTHOR(S) AND CONTRIBUTOR(S) ``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 AUTHOR(S) OR CONTRIBUTOR(S) 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: ext/nkf/nkf-utf8/config.h: 330: ext/nkf/nkf-utf8/nkf.c: 331: ext/nkf/nkf-utf8/utf8tbl.c: 332: 333: These files are under the following license. So to speak, it is 334: copyrighted semi-public-domain software. 335: 336: Copyright (C) 1987, Fujitsu LTD. (Itaru ICHIKAWA) 337: Everyone is permitted to do anything on this program 338: including copying, modifying, improving, 339: as long as you don't try to pretend that you wrote it. 340: i.e., the above copyright notice has to appear in all copies. 341: Binary distribution requires original version messages. 342: You don't have to ask before copying, redistribution or publishing. 343: THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE. 344: 345: ext/socket/addrinfo.h: 346: ext/socket/getaddrinfo.c: 347: ext/socket/getnameinfo.c: 348: 349: These files are under the new-style BSD license. 350: 351: Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project. 352: All rights reserved. 353: 354: Redistribution and use in source and binary forms, with or without 355: modification, are permitted provided that the following conditions 356: are met: 357: 1. Redistributions of source code must retain the above copyright 358: notice, this list of conditions and the following disclaimer. 359: 2. Redistributions in binary form must reproduce the above copyright 360: notice, this list of conditions and the following disclaimer in the 361: documentation and/or other materials provided with the distribution. 362: 3. Neither the name of the project nor the names of its contributors 363: may be used to endorse or promote products derived from this software 364: without specific prior written permission. 365: 366: THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND 367: ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 368: IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 369: ARE DISCLAIMED. IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE 370: FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 371: DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 372: OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 373: HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 374: LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 375: OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 376: SUCH DAMAGE. 377: 378: ext/win32ole/win32ole.c: 379: 380: You can apply the Artistic License to this file. (or GPL, 381: alternatively) 382: 383: (c) 1995 Microsoft Corporation. All rights reserved. 384: Developed by ActiveWare Internet Corp., http://www.ActiveWare.com 385: 386: Other modifications Copyright (c) 1997, 1998 by Gurusamy Sarathy 387: <gsar@umich.edu> and Jan Dubois <jan.dubois@ibm.net> 388: 389: You may distribute under the terms of either the GNU General Public 390: License or the Artistic License, as specified in the README file 391: of the Perl distribution.