components/ruby/ruby-19/ruby-19.license
changeset 1482 7a1f84fbc2d7
child 3964 10ed4d01fd40
equal deleted inserted replaced
1481:246d38ae4b93 1482:7a1f84fbc2d7
       
     1 Oracle hereby elects to license all components subject to the election between GPL v2 and the Ruby License under the Ruby License.  
       
     2 Oracle hereby elects to license all components subject to the election between GPL v2 and the MIT under the MIT License.  
       
     3 Oracle hereby elects to license all components subject to the election between GPL v2 and the BSD under the BSD License.
       
     4 Oracle hereby elects to license all components subject to the election between GPL v2 and the Artistic License under the Artistic License.  
       
     5 Oracle hereby elects to license all components subject to the election between GPL v2, LGPL2.1, and MPL1.1 license under the MPL license as compatible, otherwise under the LGPL2.1. 
       
     6 Oracle hereby elects to license all components subject to the election between BSD License and the Ruby License under the BSD License.   
       
     7 
       
     8 LEGAL NOTICE INFORMATION 
       
     9 ------------------------ 
       
    10 
       
    11 All the files in this distribution are covered under either the Ruby's 
       
    12 license (see the file COPYING) or public-domain except some files 
       
    13 mentioned below. 
       
    14 
       
    15 include/ruby/oniguruma.h: 
       
    16 regcomp.c: 
       
    17 regenc.[ch]: 
       
    18 regerror.c: 
       
    19 regexec.c: 
       
    20 regint.h: 
       
    21 regparse.[ch]: 
       
    22 enc/ascii.c 
       
    23 enc/big5.c 
       
    24 enc/cp949.c 
       
    25 enc/emacs_mule.c 
       
    26 enc/encdb.c 
       
    27 enc/euc_jp.c 
       
    28 enc/euc_kr.c 
       
    29 enc/euc_tw.c 
       
    30 enc/gb18030.c 
       
    31 enc/gb2312.c 
       
    32 enc/gbk.c 
       
    33 enc/iso_8859_1.c 
       
    34 enc/iso_8859_10.c 
       
    35 enc/iso_8859_11.c 
       
    36 enc/iso_8859_13.c 
       
    37 enc/iso_8859_14.c 
       
    38 enc/iso_8859_15.c 
       
    39 enc/iso_8859_16.c 
       
    40 enc/iso_8859_2.c 
       
    41 enc/iso_8859_3.c 
       
    42 enc/iso_8859_4.c 
       
    43 enc/iso_8859_5.c 
       
    44 enc/iso_8859_6.c 
       
    45 enc/iso_8859_7.c 
       
    46 enc/iso_8859_8.c 
       
    47 enc/iso_8859_9.c 
       
    48 enc/koi8_r.c 
       
    49 enc/koi8_u.c 
       
    50 enc/shift_jis.c 
       
    51 enc/unicode.c 
       
    52 enc/us_ascii.c 
       
    53 enc/utf_16be.c 
       
    54 enc/utf_16le.c 
       
    55 enc/utf_32be.c 
       
    56 enc/utf_32le.c 
       
    57 enc/utf_8.c 
       
    58 enc/windows_1251.c 
       
    59 
       
    60 Oniguruma  ----   (C) K.Kosako <sndgk393 AT ybb DOT ne DOT jp> 
       
    61 
       
    62 http://www.geocities.jp/kosako3/oniguruma/ 
       
    63 http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/oniguruma/ 
       
    64 http://www.freebsd.org/cgi/cvsweb.cgi/ports/devel/oniguruma/ 
       
    65 
       
    66    When this software is partly used or it is distributed with Ruby, 
       
    67    this of Ruby follows the license of Ruby. 
       
    68 
       
    69 configure: 
       
    70 
       
    71   This file is free software. 
       
    72 
       
    73     Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc. 
       
    74 
       
    75     This configure script is free software; the Free Software Foundation 
       
    76     gives unlimited permission to copy, distribute and modify it. 
       
    77 
       
    78 tool/config.guess: 
       
    79 tool/config.sub: 
       
    80 
       
    81   As long as you distribute these files with the file configure, they 
       
    82   are covered under the Ruby's license. 
       
    83 
       
    84       Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999 
       
    85       Free Software Foundation, Inc. 
       
    86 
       
    87     This file is free software; you can redistribute it and/or modify it 
       
    88     under the terms of the GNU General Public License as published by 
       
    89     the Free Software Foundation; either version 2 of the License, or 
       
    90     (at your option) any later version. 
       
    91 
       
    92     This program is distributed in the hope that it will be useful, but 
       
    93     WITHOUT ANY WARRANTY; without even the implied warranty of 
       
    94     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
       
    95     General Public License for more details. 
       
    96 
       
    97     You should have received a copy of the GNU General Public License 
       
    98     along with this program; if not, write to the Free Software 
       
    99     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 
       
   100 
       
   101     As a special exception to the GNU General Public License, if you 
       
   102     distribute this file as part of a program that contains a 
       
   103     configuration script generated by Autoconf, you may include it under 
       
   104     the same distribution terms that you use for the rest of that program. 
       
   105 
       
   106 parse.c: 
       
   107 
       
   108   This file is licensed under the GPL, but is incorporated into Ruby and 
       
   109   redistributed under the terms of the Ruby license, as permitted by the 
       
   110   exception to the GPL below. 
       
   111 
       
   112      Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006 
       
   113      Free Software Foundation, Inc. 
       
   114 
       
   115      This program is free software; you can redistribute it and/or modify 
       
   116      it under the terms of the GNU General Public License as published by 
       
   117      the Free Software Foundation; either version 2, or (at your option) 
       
   118      any later version. 
       
   119 
       
   120      This program is distributed in the hope that it will be useful, 
       
   121      but WITHOUT ANY WARRANTY; without even the implied warranty of 
       
   122      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
       
   123      GNU General Public License for more details. 
       
   124 
       
   125      You should have received a copy of the GNU General Public License 
       
   126      along with this program; if not, write to the Free Software 
       
   127      Foundation, Inc., 51 Franklin Street, Fifth Floor, 
       
   128      Boston, MA 02110-1301, USA.  */ 
       
   129 
       
   130   /* As a special exception, you may create a larger work that contains 
       
   131      part or all of the Bison parser skeleton and distribute that work 
       
   132      under terms of your choice, so long as that work isn't itself a 
       
   133      parser generator using the skeleton or a modified version thereof 
       
   134      as a parser skeleton.  Alternatively, if you modify or redistribute 
       
   135      the parser skeleton itself, you may (at your option) remove this 
       
   136      special exception, which will cause the skeleton and the resulting 
       
   137      Bison output files to be licensed under the GNU General Public 
       
   138      License without this special exception. 
       
   139 
       
   140      This special exception was added by the Free Software Foundation in 
       
   141      version 2.2 of Bison.  */ 
       
   142 
       
   143 util.c (partly): 
       
   144 
       
   145     Copyright (c) 1991, 2000, 2001 by Lucent Technologies. 
       
   146 
       
   147     Permission to use, copy, modify, and distribute this software for any 
       
   148     purpose without fee is hereby granted, provided that this entire notice 
       
   149     is included in all copies of any software which is or includes a copy 
       
   150     or modification of this software and in all copies of the supporting 
       
   151     documentation for such software. 
       
   152 
       
   153     THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED 
       
   154     WARRANTY.  IN PARTICULAR, NEITHER THE AUTHOR NOR LUCENT MAKES ANY 
       
   155     REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY 
       
   156     OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE. 
       
   157 
       
   158 win32/win32.[ch]: 
       
   159 
       
   160   You can apply the Artistic License to these files. (or GPL, 
       
   161   alternatively) 
       
   162 
       
   163     Copyright (c) 1993, Intergraph Corporation 
       
   164 
       
   165     You may distribute under the terms of either the GNU General Public 
       
   166     License or the Artistic License, as specified in the perl README file. 
       
   167  
       
   168 util.c (partly): 
       
   169 
       
   170    Copyright (c) 2004-2008 David Schultz <[email protected]> 
       
   171    All rights reserved. 
       
   172 
       
   173    Redistribution and use in source and binary forms, with or without 
       
   174    modification, are permitted provided that the following conditions 
       
   175    are met: 
       
   176    1. Redistributions of source code must retain the above copyright 
       
   177       notice, this list of conditions and the following disclaimer. 
       
   178    2. Redistributions in binary form must reproduce the above copyright 
       
   179       notice, this list of conditions and the following disclaimer in the 
       
   180       documentation and/or other materials provided with the distribution. 
       
   181 
       
   182    THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 
       
   183    ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
       
   184    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 
       
   185    ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 
       
   186    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 
       
   187    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 
       
   188    OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 
       
   189    HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 
       
   190    LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 
       
   191    OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 
       
   192    SUCH DAMAGE. 
       
   193 
       
   194 random.c 
       
   195 
       
   196   This file is under the new-style BSD license. 
       
   197 
       
   198     A C-program for MT19937, with initialization improved 2002/2/10. 
       
   199     Coded by Takuji Nishimura and Makoto Matsumoto. 
       
   200     This is a faster version by taking Shawn Cokus's optimization, 
       
   201     Matthe Bellew's simplification, Isaku Wada's real version. 
       
   202 
       
   203     Before using, initialize the state by using init_genrand(seed) 
       
   204     or init_by_array(init_key, key_length). 
       
   205 
       
   206     Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura, 
       
   207     All rights reserved.                          
       
   208 
       
   209     Redistribution and use in source and binary forms, with or without 
       
   210     modification, are permitted provided that the following conditions 
       
   211     are met: 
       
   212 
       
   213       1. Redistributions of source code must retain the above copyright 
       
   214 	 notice, this list of conditions and the following disclaimer. 
       
   215 
       
   216       2. Redistributions in binary form must reproduce the above copyright 
       
   217 	 notice, this list of conditions and the following disclaimer in the 
       
   218 	 documentation and/or other materials provided with the distribution. 
       
   219 
       
   220       3. The names of its contributors may not be used to endorse or promote 
       
   221 	 products derived from this software without specific prior written 
       
   222 	 permission. 
       
   223 
       
   224     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 
       
   225     "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 
       
   226     LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR 
       
   227     A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR 
       
   228     CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 
       
   229     EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 
       
   230     PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 
       
   231     PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 
       
   232     LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 
       
   233     NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 
       
   234     SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
       
   235 
       
   236 
       
   237     Any feedback is very welcome. 
       
   238     http://www.math.keio.ac.jp/matumoto/emt.html 
       
   239     email: [email protected] 
       
   240 
       
   241 vsnprintf.c: 
       
   242 
       
   243   This file is under the old-style BSD license.  Note that the 
       
   244   paragraph 3 below is now null and void. 
       
   245 
       
   246     Copyright (c) 1990, 1993 
       
   247          The Regents of the University of California.  All rights reserved. 
       
   248 
       
   249     This code is derived from software contributed to Berkeley by 
       
   250     Chris Torek. 
       
   251 
       
   252     Redistribution and use in source and binary forms, with or without 
       
   253     modification, are permitted provided that the following conditions 
       
   254     are met: 
       
   255     1. Redistributions of source code must retain the above copyright 
       
   256        notice, this list of conditions and the following disclaimer. 
       
   257     2. Redistributions in binary form must reproduce the above copyright 
       
   258        notice, this list of conditions and the following disclaimer in the 
       
   259        documentation and/or other materials provided with the distribution. 
       
   260     3. Neither the name of the University nor the names of its contributors 
       
   261        may be used to endorse or promote products derived from this software 
       
   262        without specific prior written permission. 
       
   263 
       
   264     THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 
       
   265     ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
       
   266     IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 
       
   267     ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 
       
   268     FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 
       
   269     DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 
       
   270     OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 
       
   271     HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 
       
   272     LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 
       
   273     OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 
       
   274     SUCH DAMAGE. 
       
   275 
       
   276     IMPORTANT NOTE: 
       
   277     -------------- 
       
   278     From ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change 
       
   279     paragraph 3 above is now null and void. 
       
   280 
       
   281 st.[ch]: 
       
   282 missing/alloca.c: 
       
   283 missing/dup2.c: 
       
   284 missing/erf.c: 
       
   285 missing/finite.c: 
       
   286 missing/hypot.c: 
       
   287 missing/isinf.c: 
       
   288 missing/isnan.c: 
       
   289 missing/lgamma_r.c: 
       
   290 missing/memcmp.c: 
       
   291 missing/memmove.c: 
       
   292 missing/strchr.c: 
       
   293 missing/strstr.c: 
       
   294 missing/strtol.c: 
       
   295 missing/tgamma.c: 
       
   296 ext/digest/sha1/sha1.[ch]: 
       
   297 
       
   298   These files are all under public domain. 
       
   299 
       
   300 missing/crypt.c: 
       
   301 
       
   302   This file is under the old-style BSD license.  Note that the 
       
   303   paragraph 3 below is now null and void. 
       
   304 
       
   305     Copyright (c) 1989, 1993 
       
   306     	The Regents of the University of California.  All rights reserved. 
       
   307 
       
   308     This code is derived from software contributed to Berkeley by 
       
   309     Tom Truscott. 
       
   310 
       
   311     Redistribution and use in source and binary forms, with or without 
       
   312     modification, are permitted provided that the following conditions 
       
   313     are met: 
       
   314     1. Redistributions of source code must retain the above copyright 
       
   315        notice, this list of conditions and the following disclaimer. 
       
   316     2. Redistributions in binary form must reproduce the above copyright 
       
   317        notice, this list of conditions and the following disclaimer in the 
       
   318        documentation and/or other materials provided with the distribution. 
       
   319     3. Neither the name of the University nor the names of its contributors 
       
   320        may be used to endorse or promote products derived from this software 
       
   321        without specific prior written permission. 
       
   322 
       
   323     THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 
       
   324     ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
       
   325     IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 
       
   326     ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 
       
   327     FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 
       
   328     DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 
       
   329     OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 
       
   330     HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 
       
   331     LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 
       
   332     OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 
       
   333     SUCH DAMAGE. 
       
   334 
       
   335 missing/setproctitle.c 
       
   336 
       
   337   This file is under the old-style BSD license.  Note that the 
       
   338   paragraph 3 below is now null and void. 
       
   339 
       
   340     Copyright 2003 Damien Miller 
       
   341     Copyright (c) 1983, 1995-1997 Eric P. Allman 
       
   342     Copyright (c) 1988, 1993 
       
   343     	The Regents of the University of California.  All rights reserved. 
       
   344 
       
   345     Redistribution and use in source and binary forms, with or without 
       
   346     modification, are permitted provided that the following conditions 
       
   347     are met: 
       
   348     1. Redistributions of source code must retain the above copyright 
       
   349        notice, this list of conditions and the following disclaimer. 
       
   350     2. Redistributions in binary form must reproduce the above copyright 
       
   351        notice, this list of conditions and the following disclaimer in the 
       
   352        documentation and/or other materials provided with the distribution. 
       
   353     3. Neither the name of the University nor the names of its contributors 
       
   354        may be used to endorse or promote products derived from this software 
       
   355        without specific prior written permission. 
       
   356 
       
   357     THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 
       
   358     ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
       
   359     IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 
       
   360     ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 
       
   361     FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 
       
   362     DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 
       
   363     OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 
       
   364     HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 
       
   365     LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 
       
   366     OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 
       
   367     SUCH DAMAGE. 
       
   368 
       
   369 missing/strlcat.c 
       
   370 missing/strlcpy.c 
       
   371 
       
   372   These files are under the new-style BSD license. 
       
   373 
       
   374    Copyright (c) 1998 Todd C. Miller <[email protected]> 
       
   375    All rights reserved. 
       
   376 
       
   377    Redistribution and use in source and binary forms, with or without 
       
   378    modification, are permitted provided that the following conditions 
       
   379    are met: 
       
   380    1. Redistributions of source code must retain the above copyright 
       
   381       notice, this list of conditions and the following disclaimer. 
       
   382    2. Redistributions in binary form must reproduce the above copyright 
       
   383       notice, this list of conditions and the following disclaimer in the 
       
   384       documentation and/or other materials provided with the distribution. 
       
   385    3. The name of the author may not be used to endorse or promote products 
       
   386       derived from this software without specific prior written permission. 
       
   387 
       
   388    THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, 
       
   389    INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY 
       
   390    AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL 
       
   391    THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 
       
   392    EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 
       
   393    PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; 
       
   394    OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 
       
   395    WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 
       
   396    OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 
       
   397    ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
       
   398 
       
   399 missing/langinfo.c 
       
   400 
       
   401   This file is from http://www.cl.cam.ac.uk/~mgk25/ucs/langinfo.c. 
       
   402   Ruby uses a modified version. The file contains the following 
       
   403   author/copyright notice: 
       
   404 
       
   405   [email protected] -- 2002-03-11 
       
   406   Permission to use, copy, modify, and distribute this software 
       
   407   for any purpose and without fee is hereby granted. The author 
       
   408   disclaims all warranties with regard to this software. 
       
   409 
       
   410 ext/digest/md5/md5.[ch]: 
       
   411 
       
   412   These files are under the following license.  Ruby uses modified 
       
   413   versions of them. 
       
   414 
       
   415     Copyright (C) 1999, 2000 Aladdin Enterprises.  All rights reserved. 
       
   416 
       
   417     This software is provided 'as-is', without any express or implied 
       
   418     warranty.  In no event will the authors be held liable for any damages 
       
   419     arising from the use of this software. 
       
   420 
       
   421     Permission is granted to anyone to use this software for any purpose, 
       
   422     including commercial applications, and to alter it and redistribute it 
       
   423     freely, subject to the following restrictions: 
       
   424 
       
   425     1. The origin of this software must not be misrepresented; you must not 
       
   426        claim that you wrote the original software. If you use this software 
       
   427        in a product, an acknowledgment in the product documentation would be 
       
   428        appreciated but is not required. 
       
   429     2. Altered source versions must be plainly marked as such, and must not be 
       
   430        misrepresented as being the original software. 
       
   431     3. This notice may not be removed or altered from any source distribution. 
       
   432 
       
   433     L. Peter Deutsch 
       
   434     [email protected] 
       
   435 
       
   436 ext/digest/rmd160/rmd160.[ch]: 
       
   437 
       
   438   These files have the following copyright information, and by the 
       
   439   author we are allowed to use it under the new-style BSD license. 
       
   440 
       
   441     AUTHOR:   Antoon Bosselaers, ESAT-COSIC 
       
   442               (Arranged for libc by Todd C. Miller) 
       
   443     DATE:     1 March 1996 
       
   444 
       
   445     Copyright (c) Katholieke Universiteit Leuven 
       
   446     1996, All Rights Reserved 
       
   447 
       
   448 ext/digest/sha2/sha2.[ch]: 
       
   449 
       
   450   These files are under the new-style BSD license. 
       
   451 
       
   452     Copyright 2000 Aaron D. Gifford.  All rights reserved. 
       
   453 
       
   454     Redistribution and use in source and binary forms, with or without 
       
   455     modification, are permitted provided that the following conditions 
       
   456     are met: 
       
   457     1. Redistributions of source code must retain the above copyright 
       
   458        notice, this list of conditions and the following disclaimer. 
       
   459     2. Redistributions in binary form must reproduce the above copyright 
       
   460        notice, this list of conditions and the following disclaimer in the 
       
   461        documentation and/or other materials provided with the distribution. 
       
   462     3. Neither the name of the copyright holder nor the names of contributors 
       
   463        may be used to endorse or promote products derived from this software 
       
   464        without specific prior written permission. 
       
   465 
       
   466     THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) AND CONTRIBUTOR(S) ``AS IS'' AND 
       
   467     ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
       
   468     IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 
       
   469     ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR(S) OR CONTRIBUTOR(S) BE LIABLE 
       
   470     FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 
       
   471     DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 
       
   472     OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 
       
   473     HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 
       
   474     LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 
       
   475     OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 
       
   476     SUCH DAMAGE. 
       
   477 
       
   478 ext/nkf/nkf-utf8/config.h: 
       
   479 ext/nkf/nkf-utf8/nkf.c: 
       
   480 ext/nkf/nkf-utf8/utf8tbl.c: 
       
   481 
       
   482   These files are under the following license.  So to speak, it is 
       
   483   copyrighted semi-public-domain software. 
       
   484 
       
   485     Copyright (C) 1987, Fujitsu LTD. (Itaru ICHIKAWA) 
       
   486        Everyone is permitted to do anything on this program 
       
   487        including copying, modifying, improving, 
       
   488        as long as you don't try to pretend that you wrote it. 
       
   489        i.e., the above copyright notice has to appear in all copies. 
       
   490        Binary distribution requires original version messages. 
       
   491        You don't have to ask before copying, redistribution or publishing. 
       
   492        THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE. 
       
   493 
       
   494 ext/socket/addrinfo.h: 
       
   495 ext/socket/getaddrinfo.c: 
       
   496 ext/socket/getnameinfo.c: 
       
   497 
       
   498   These files are under the new-style BSD license. 
       
   499 
       
   500     Copyright (C) 1995, 1996, 1997, 1998, and 1999 WIDE Project. 
       
   501     All rights reserved. 
       
   502 
       
   503     Redistribution and use in source and binary forms, with or without 
       
   504     modification, are permitted provided that the following conditions 
       
   505     are met: 
       
   506     1. Redistributions of source code must retain the above copyright 
       
   507        notice, this list of conditions and the following disclaimer. 
       
   508     2. Redistributions in binary form must reproduce the above copyright 
       
   509        notice, this list of conditions and the following disclaimer in the 
       
   510        documentation and/or other materials provided with the distribution. 
       
   511     3. Neither the name of the project nor the names of its contributors 
       
   512        may be used to endorse or promote products derived from this software 
       
   513        without specific prior written permission. 
       
   514 
       
   515     THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND 
       
   516     ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
       
   517     IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 
       
   518     ARE DISCLAIMED.  IN NO EVENT SHALL THE PROJECT OR CONTRIBUTORS BE LIABLE 
       
   519     FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 
       
   520     DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 
       
   521     OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 
       
   522     HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 
       
   523     LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 
       
   524     OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 
       
   525     SUCH DAMAGE. 
       
   526 
       
   527 ext/win32ole/win32ole.c: 
       
   528 
       
   529   You can apply the Artistic License to this file. (or GPL, 
       
   530   alternatively) 
       
   531 
       
   532     (c) 1995 Microsoft Corporation. All rights reserved. 
       
   533     Developed by ActiveWare Internet Corp., http://www.ActiveWare.com 
       
   534 
       
   535     Other modifications Copyright (c) 1997, 1998 by Gurusamy Sarathy 
       
   536     <[email protected]> and Jan Dubois <[email protected]> 
       
   537  
       
   538     You may distribute under the terms of either the GNU General Public 
       
   539     License or the Artistic License, as specified in the README file 
       
   540     of the Perl distribution.
       
   541 --------------------------------------------------------------------------------------------------------------------------
       
   542 
       
   543   Copyright (C) 2010 Shinichiro Hamaji 
       
   544 
       
   545   Copyright (C) 1993-2007 Yukihiro Matsumoto 
       
   546   Copyright (C) 2000  Network Applied Communication Laboratory, Inc. 
       
   547   Copyright (C) 2000  Information-technology Promotion Agency, Japan 
       
   548 
       
   549 #  Copyright (c) 2003 Dave Thomas 
       
   550 #  Released under the same terms as Ruby 
       
   551 
       
   552   Copyright (C) 2004-2007 Koichi Sasada 
       
   553 
       
   554   Copyright (C) 2007 Koichi Sasada 
       
   555 
       
   556   Copyright (C) 2008 Yukihiro Matsumoto 
       
   557 
       
   558 # *   Copyright (C) 2001-2005, International Business Machines 
       
   559 # *   Corporation and others.  All Rights Reserved. 
       
   560 
       
   561 # *   Copyright (C) 2001-2002, International Business Machines 
       
   562 # *   Corporation and others.  All Rights Reserved. 
       
   563 
       
   564   Copyright (C) 2001-2003 Akinori MUSHA 
       
   565 
       
   566   Copyright (c) 2008 Yusuke Endoh 
       
   567 
       
   568   Copyright (C) 2006 Akinori MUSHA 
       
   569 
       
   570   Copyright (C) 1995-2001 Yukihiro Matsumoto 
       
   571   Copyright (C) 2001-2006 Akinori MUSHA 
       
   572 
       
   573  *      Copyright (c) Katholieke Universiteit Leuven 
       
   574  *      1996, All Rights Reserved 
       
   575 
       
   576 # Copyright (c) 2006 Akinori MUSHA <[email protected]> 
       
   577 # 
       
   578 # All rights reserved.  You can redistribute and/or modify it under the same 
       
   579 # terms as Ruby. 
       
   580 
       
   581 # Copyright (c) 2006-2007 Justin Bailey 
       
   582 # 
       
   583 # Written and maintained by Justin Bailey <[email protected]>. 
       
   584 # 
       
   585 # This program is free software. You can re-distribute and/or 
       
   586 # modify this program under the same terms of ruby itself --- 
       
   587 # Ruby Distribution License or GNU General Public License. 
       
   588 
       
   589   Copyright (C) 2002  Michal Rokos <[email protected]> 
       
   590   All rights reserved. 
       
   591  
       
   592   Copyright (C) 2001 GOTOU YUUZOU <[email protected]> 
       
   593   All rights reserved. 
       
   594 
       
   595   Copyright (C) 2010  Hiroshi Nakamura <[email protected]> 
       
   596 
       
   597  * Copyright (C) 2001-2002  Michal Rokos <[email protected]> 
       
   598  * All rights reserved. 
       
   599 
       
   600  * Copyright (C) 2003 
       
   601  * All rights reserved. 
       
   602 
       
   603  * Copyright (C) 2001-2002  Technorama team <[email protected]> 
       
   604  * All rights reserved. 
       
   605 
       
   606  * Copyright (C) 2003  GOTOU Yuuzou <[email protected]> 
       
   607  * All rights reserved. 
       
   608 
       
   609  * Copyright (C) 2003  Michal Rokos <[email protected]> 
       
   610  * Copyright (C) 2003  GOTOU Yuuzou <[email protected]> 
       
   611  * All rights reserved. 
       
   612 
       
   613  * Copyright (C) 2007 Technorama Ltd. <[email protected]> 
       
   614 
       
   615  * Copyright (C) 2006-2007 Technorama Ltd. <[email protected]> 
       
   616 
       
   617  * Copyright (C) 2001 Michal Rokos <[email protected]> 
       
   618  * All rights reserved. 
       
   619 
       
   620  * Copyright (C) 2000-2002  GOTOU Yuuzou <[email protected]> 
       
   621  * Copyright (C) 2001-2002  Michal Rokos <[email protected]> 
       
   622  * Copyright (C) 2001-2007  Technorama Ltd. <[email protected]> 
       
   623 
       
   624  *  Copyright (C) 2004-2007 Technorama Ltd. <[email protected]> 
       
   625 
       
   626  * Copyright (C) 2001-2003  Michal Rokos <[email protected]> 
       
   627  * All rights reserved. 
       
   628 
       
   629     Copyright (c) 1999-2006 Minero Aoki 
       
   630 
       
   631   Copyright (C) 1997-2008  Shugo Maeda 
       
   632   Copyright (C) 2008-2009  TAKAO Kouji 
       
   633 
       
   634 # Copyright (c) 2003-2005 Minero Aoki 
       
   635 
       
   636 # Copyright (c) 2004,2005 Minero Aoki 
       
   637 
       
   638   Copyright (C) 1995-2001 Yukihiro Matsumoto 
       
   639 
       
   640  * Copyright (C) 2003 why the lucky stiff 
       
   641 
       
   642  * Copyright (C) 2003 why the lucky stiff 
       
   643  * 
       
   644  * All Base64 code from Ruby's pack.c. 
       
   645  * Ruby is Copyright (C) 1993-2007 Yukihiro Matsumoto 
       
   646 
       
   647 * Copyright (C) 2003-2005 why the lucky stiff 
       
   648 
       
   649 #   Copyright (C) 1998 maeda shugo. All rights reserved. 
       
   650 
       
   651   Copyright (C) 1993-2008 Yukihiro Matsumoto 
       
   652 
       
   653   Copyright (C) 1993-2009 Yukihiro Matsumoto 
       
   654 
       
   655   Copyright (C) 2011 Yukihiro Matsumoto 
       
   656 
       
   657  *   Copyright (C) UENO Katsuhiro 2000-2003 
       
   658 
       
   659   Copyright (C) 2007-2008 Yukihiro Matsumoto 
       
   660 
       
   661   Copyright (C) 2007 Yukihiro Matsumoto 
       
   662 
       
   663   Copyright (C) 2006 Koichi Sasada 
       
   664 
       
   665   Copyright (C) 2004-2008 Koichi Sasada 
       
   666 
       
   667 # Copyright (c) 2001,2003 Akinori MUSHA <[email protected]> 
       
   668 
       
   669 # Copyright (C) 2001  Yukihiro "Matz" Matsumoto 
       
   670 
       
   671 #  Created by James Edward Gray II on 2005-10-31. 
       
   672 #  Copyright 2005 James Edward Gray II. You can redistribute or modify this code 
       
   673 #  under the terms of Ruby's license. 
       
   674 
       
   675 # Copyright (C) 2000-2003  NAKAMURA, Hiroshi  <[email protected]> 
       
   676 
       
   677 # Copyright (c) 2000,2002,2003 Masatoshi SEKI 
       
   678 
       
   679 # Copyright (c) 1999-2003 Masatoshi SEKI.  You can redistribute it and/or 
       
   680 # modify it under the same terms as Ruby. 
       
   681 
       
   682         Copyright (c) 2000,2002 Masatoshi SEKI 
       
   683 
       
   684         Copyright (c) 2000 Masatoshi SEKI 
       
   685 
       
   686 # Copyright (c) 1999-2000,2002,2003 Masatoshi SEKI 
       
   687 
       
   688 # Copyright (c) 2000-2007 Minero Aoki 
       
   689 
       
   690 # Copyright (C) 1998, 1999, 2000  Motoyuki Kasahara. 
       
   691 
       
   692 # Copyright (C) 2001 John W. Small All Rights Reserved 
       
   693 
       
   694 # Copyright (c) 2002 Hajimu UMEMOTO <[email protected]>. 
       
   695 # Copyright (c) 2007, 2009, 2012 Akinori MUSHA <[email protected]>. 
       
   696 # All rights reserved. 
       
   697 
       
   698 # Copyright (C) 2000-2003, 2005, 2008, 2011  NAKAMURA, Hiroshi <[email protected]>. 
       
   699 # 
       
   700 # Documentation:: NAKAMURA, Hiroshi and Gavin Sinclair 
       
   701 # License:: 
       
   702 #   You can redistribute it and/or modify it under the same terms of Ruby's 
       
   703 #   license; either the dual license version in 2003, or any later version. 
       
   704 
       
   705 # == Copyright 
       
   706 # 
       
   707 # Author: Keiju ISHITSUKA (SHL Japan Inc.) 
       
   708 
       
   709 # Copyright (C) 2001  Shugo Maeda <[email protected]> 
       
   710 
       
   711 # Copyright (c) 1999-2007 Yukihiro Matsumoto 
       
   712 # Copyright (c) 1999-2007 Minero Aoki 
       
   713 # Copyright (c) 2001 GOTOU Yuuzou 
       
   714  
       
   715 # Copyright (C) 2000  Shugo Maeda <[email protected]> 
       
   716 
       
   717 # Copyright (c) 1999-2004 Yukihiro Matsumoto 
       
   718 # Copyright (c) 1999-2004 Minero Aoki 
       
   719 
       
   720 #   Copyright (c) 1998-2008 Keiju ISHITSUKA(SHL Japan Inc.) 
       
   721 #   Copyright (c) 2008 Yuki Sonoda (Yugui) <[email protected]> 
       
   722 
       
   723 # Copyright (c) 1999-2006 Minero Aoki 
       
   724 # 
       
   725 # This program is free software. 
       
   726 # You can distribute/modify this program under the same terms of ruby. 
       
   727 # 
       
   728 # As a special exception, when this code is copied by Racc 
       
   729 # into a Racc output file, you may use that output file 
       
   730 # without restriction. 
       
   731 
       
   732   COPYRIGHT = "Copyright © 2001-2008 Sean Russell <[email protected]>" 
       
   733 
       
   734 # Copyright (c) 2003-2007 Kouhei Sutou <[email protected]> 
       
   735 
       
   736 # Copyright:: (c) 2002-2003 David Alan Black 
       
   737 
       
   738 # Copyright (c) 2002-2008 Akinori MUSHA <[email protected]> 
       
   739 
       
   740 # == Copyright 
       
   741 # 
       
   742 # by Keiju ISHITSUKA([email protected]) 
       
   743 
       
   744 # Copyright (c) 2003 WATANABE Hirofumi <[email protected]> 
       
   745 
       
   746 #  Copyright (c) 2001 akira yamada <[email protected]> 
       
   747 
       
   748 # Author:: Akira Yamada <[email protected]> 
       
   749 # License:: 
       
   750 #   You can redistribute it and/or modify it under the same term as Ruby. 
       
   751 
       
   752 # Author:: 
       
   753 #  Takaaki Tateishi <[email protected]> 
       
   754 #  Akira Yamada <[email protected]> 
       
   755 # License:: 
       
   756 #   URI::LDAP is copyrighted free software by Takaaki Tateishi and Akira Yamada. 
       
   757 #   You can redistribute it and/or modify it under the same term as Ruby. 
       
   758 
       
   759 # == Copyright 
       
   760 # 
       
   761 # Author: IPR -- Internet Programming with Ruby -- writers 
       
   762 # 
       
   763 # Copyright (c) 2000 TAKAHASHI Masayoshi, GOTOU YUUZOU 
       
   764 # Copyright (c) 2002 Internet Programming with Ruby writers. All rights 
       
   765 # reserved. 
       
   766 
       
   767 # Copyright (c) 2002 keita yamaguchi 
       
   768 # Copyright (c) 2002 Internet Programming with Ruby writers 
       
   769 
       
   770 # Copyright (c) 2003 Internet Programming with Ruby writers. All rights 
       
   771 # reserved. 
       
   772 
       
   773 # Copyright (c) 2002 GOTOU Yuuzou 
       
   774 # Copyright (c) 2002 Internet Programming with Ruby writers. All rights 
       
   775 # reserved. 
       
   776 
       
   777 # Copyright (c) 2000, 2001 TAKAHASHI Masayoshi, GOTOU Yuuzou 
       
   778 
       
   779 # Copyright (c) 2003 H.M. 
       
   780 
       
   781 # Copyright (c) 2001 TAKAHASHI Masayoshi, GOTOU Yuuzou 
       
   782 
       
   783 # Copyright (c) 2001 GOTOU Yuuzou 
       
   784 
       
   785 # Copyright (c) 2003 GOTOU Yuuzou All rights reserved. 
       
   786 
       
   787 Copyright (C) 2001-2004 by Michael Neumann (mailto:[email protected]) 
       
   788 
       
   789 Copyright (C) 2001, 2002, 2003 by Michael Neumann ([email protected]) 
       
   790 
       
   791 Copyright (C) 2001, 2002, 2003, 2005 by Michael Neumann ([email protected]) 
       
   792 
       
   793   Copyright (C) 2009 Koichi Sasada 
       
   794 
       
   795 ;; Copyright (C) 2005 by Dee Zsombor <dee dot zsombor at gmail dot com>. 
       
   796  
       
   797         Copyright (c) 1999-2000,2002 Masatoshi SEKI 
       
   798 
       
   799   Copyright (C) 2007 Martin Duerst 
       
   800 
       
   801 
       
   802 
       
   803 Ruby is copyrighted free software by Yukihiro Matsumoto <[email protected]>. 
       
   804 You can redistribute it and/or modify it under either the terms of the 
       
   805 2-clause BSDL (see the file BSDL), or the conditions below: 
       
   806 
       
   807   1. You may make and give away verbatim copies of the source form of the 
       
   808      software without restriction, provided that you duplicate all of the 
       
   809      original copyright notices and associated disclaimers. 
       
   810 
       
   811   2. You may modify your copy of the software in any way, provided that 
       
   812      you do at least ONE of the following: 
       
   813 
       
   814        a) place your modifications in the Public Domain or otherwise 
       
   815           make them Freely Available, such as by posting said 
       
   816 	  modifications to Usenet or an equivalent medium, or by allowing 
       
   817 	  the author to include your modifications in the software. 
       
   818 
       
   819        b) use the modified software only within your corporation or 
       
   820           organization. 
       
   821 
       
   822        c) give non-standard binaries non-standard names, with 
       
   823           instructions on where to get the original software distribution. 
       
   824 
       
   825        d) make other distribution arrangements with the author. 
       
   826 
       
   827   3. You may distribute the software in object code or binary form, 
       
   828      provided that you do at least ONE of the following: 
       
   829 
       
   830        a) distribute the binaries and library files of the software, 
       
   831 	  together with instructions (in the manual page or equivalent) 
       
   832 	  on where to get the original distribution. 
       
   833 
       
   834        b) accompany the distribution with the machine-readable source of 
       
   835 	  the software. 
       
   836 
       
   837        c) give non-standard binaries non-standard names, with 
       
   838           instructions on where to get the original software distribution. 
       
   839 
       
   840        d) make other distribution arrangements with the author. 
       
   841 
       
   842   4. You may modify and include the part of the software into any other 
       
   843      software (possibly commercial).  But some files in the distribution 
       
   844      are not written by the author, so that they are not under these terms. 
       
   845 
       
   846      For the list of those files and their copying conditions, see the 
       
   847      file LEGAL. 
       
   848 
       
   849   5. The scripts and library files supplied as input to or produced as 
       
   850      output from the software do not automatically fall under the 
       
   851      copyright of the software, but belong to whomever generated them, 
       
   852      and may be sold commercially, and may be aggregated with this 
       
   853      software. 
       
   854 
       
   855   6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR 
       
   856      IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED 
       
   857      WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 
       
   858      PURPOSE.
       
   859 
       
   860 ---------------------------
       
   861 
       
   862 # Copyright 2006 by Chad Fowler, Rich Kilmer, Jim Weirich and others. 
       
   863 # All rights reserved. 
       
   864 # See LICENSE.txt for permissions. 
       
   865 
       
   866 # Copyright (C) 2004 Mauricio Julio Fernández Pradier 
       
   867 # See LICENSE.txt for additional licensing information. 
       
   868 
       
   869 
       
   870 RubyGems is copyrighted free software by Chad Fowler, Rich Kilmer, Jim 
       
   871 Weirich and others.  You can redistribute it and/or modify it under 
       
   872 either the terms of the GPL (see the GPL.txt file), or the conditions 
       
   873 below: 
       
   874 
       
   875   1. You may make and give away verbatim copies of the source form of the 
       
   876      software without restriction, provided that you duplicate all of the 
       
   877      original copyright notices and associated disclaimers. 
       
   878 
       
   879   2. You may modify your copy of the software in any way, provided that 
       
   880      you do at least ONE of the following: 
       
   881 
       
   882        a) place your modifications in the Public Domain or otherwise 
       
   883           make them Freely Available, such as by posting said 
       
   884 	  modifications to Usenet or an equivalent medium, or by allowing 
       
   885 	  the author to include your modifications in the software. 
       
   886 
       
   887        b) use the modified software only within your corporation or 
       
   888           organization. 
       
   889 
       
   890        c) rename any non-standard executables so the names do not conflict 
       
   891 	  with standard executables, which must also be provided. 
       
   892 
       
   893        d) make other distribution arrangements with the author. 
       
   894 
       
   895   3. You may distribute the software in object code or executable 
       
   896      form, provided that you do at least ONE of the following: 
       
   897 
       
   898        a) distribute the executables and library files of the software, 
       
   899 	  together with instructions (in the manual page or equivalent) 
       
   900 	  on where to get the original distribution. 
       
   901 
       
   902        b) accompany the distribution with the machine-readable source of 
       
   903 	  the software. 
       
   904 
       
   905        c) give non-standard executables non-standard names, with 
       
   906           instructions on where to get the original software distribution. 
       
   907 
       
   908        d) make other distribution arrangements with the author. 
       
   909 
       
   910   4. You may modify and include the part of the software into any other 
       
   911      software (possibly commercial).  
       
   912 
       
   913   5. The scripts and library files supplied as input to or produced as 
       
   914      output from the software do not automatically fall under the 
       
   915      copyright of the software, but belong to whomever generated them, 
       
   916      and may be sold commercially, and may be aggregated with this 
       
   917      software. 
       
   918 
       
   919   6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR 
       
   920      IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED 
       
   921      WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 
       
   922      PURPOSE.
       
   923 ---------------------------
       
   924 
       
   925  * Copyright (c) 2002-2006  K.Kosako  <sndgk393 AT ybb DOT ne DOT jp> 
       
   926  * All rights reserved. 
       
   927 
       
   928  * Copyright (c) 2002-2007  K.Kosako  <sndgk393 AT ybb DOT ne DOT jp> 
       
   929  * All rights reserved. 
       
   930 
       
   931  * Copyright (c) 2002-2008  K.Kosako  <sndgk393 AT ybb DOT ne DOT jp> 
       
   932  * All rights reserved. 
       
   933 
       
   934  * Copyright (c) 2005-2007  KUBO Takehiro <kubo AT jiubao DOT org> 
       
   935  *                          K.Kosako <sndgk393 AT ybb DOT ne DOT jp> 
       
   936  * All rights reserved. 
       
   937 
       
   938  * Copyright (c) 2006-2007  Byte      <byte AT mail DOT kna DOT ru> 
       
   939  *                          K.Kosako  <sndgk393 AT ybb DOT ne DOT jp> 
       
   940  * All rights reserved. 
       
   941 
       
   942 
       
   943 
       
   944 Copyright (C) 1993-2010 Yukihiro Matsumoto. All rights reserved. 
       
   945 
       
   946 Redistribution and use in source and binary forms, with or without 
       
   947 modification, are permitted provided that the following conditions 
       
   948 are met: 
       
   949 1. Redistributions of source code must retain the above copyright 
       
   950 notice, this list of conditions and the following disclaimer. 
       
   951 2. Redistributions in binary form must reproduce the above copyright 
       
   952 notice, this list of conditions and the following disclaimer in the 
       
   953 documentation and/or other materials provided with the distribution. 
       
   954 
       
   955 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND 
       
   956 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
       
   957 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 
       
   958 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 
       
   959 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 
       
   960 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 
       
   961 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 
       
   962 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 
       
   963 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 
       
   964 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 
       
   965 SUCH DAMAGE.
       
   966 
       
   967 ----------------------------------
       
   968 
       
   969  		    GNU GENERAL PUBLIC LICENSE 
       
   970 		       Version 2, June 1991 
       
   971 
       
   972  Copyright (C) 1989, 1991 Free Software Foundation, Inc. 
       
   973                        59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
       
   974  Everyone is permitted to copy and distribute verbatim copies 
       
   975  of this license document, but changing it is not allowed. 
       
   976 
       
   977 			    Preamble 
       
   978 
       
   979   The licenses for most software are designed to take away your 
       
   980 freedom to share and change it.  By contrast, the GNU General Public 
       
   981 License is intended to guarantee your freedom to share and change free 
       
   982 software--to make sure the software is free for all its users.  This 
       
   983 General Public License applies to most of the Free Software 
       
   984 Foundation's software and to any other program whose authors commit to 
       
   985 using it.  (Some other Free Software Foundation software is covered by 
       
   986 the GNU Library General Public License instead.)  You can apply it to 
       
   987 your programs, too. 
       
   988 
       
   989   When we speak of free software, we are referring to freedom, not 
       
   990 price.  Our General Public Licenses are designed to make sure that you 
       
   991 have the freedom to distribute copies of free software (and charge for 
       
   992 this service if you wish), that you receive source code or can get it 
       
   993 if you want it, that you can change the software or use pieces of it 
       
   994 in new free programs; and that you know you can do these things. 
       
   995 
       
   996   To protect your rights, we need to make restrictions that forbid 
       
   997 anyone to deny you these rights or to ask you to surrender the rights. 
       
   998 These restrictions translate to certain responsibilities for you if you 
       
   999 distribute copies of the software, or if you modify it. 
       
  1000 
       
  1001   For example, if you distribute copies of such a program, whether 
       
  1002 gratis or for a fee, you must give the recipients all the rights that 
       
  1003 you have.  You must make sure that they, too, receive or can get the 
       
  1004 source code.  And you must show them these terms so they know their 
       
  1005 rights. 
       
  1006 
       
  1007   We protect your rights with two steps: (1) copyright the software, and 
       
  1008 (2) offer you this license which gives you legal permission to copy, 
       
  1009 distribute and/or modify the software. 
       
  1010 
       
  1011   Also, for each author's protection and ours, we want to make certain 
       
  1012 that everyone understands that there is no warranty for this free 
       
  1013 software.  If the software is modified by someone else and passed on, we 
       
  1014 want its recipients to know that what they have is not the original, so 
       
  1015 that any problems introduced by others will not reflect on the original 
       
  1016 authors' reputations. 
       
  1017 
       
  1018   Finally, any free program is threatened constantly by software 
       
  1019 patents.  We wish to avoid the danger that redistributors of a free 
       
  1020 program will individually obtain patent licenses, in effect making the 
       
  1021 program proprietary.  To prevent this, we have made it clear that any 
       
  1022 patent must be licensed for everyone's free use or not licensed at all. 
       
  1023 
       
  1024   The precise terms and conditions for copying, distribution and 
       
  1025 modification follow. 
       
  1026 
       
  1027 
       
  1028 		    GNU GENERAL PUBLIC LICENSE 
       
  1029    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 
       
  1030 
       
  1031   0. This License applies to any program or other work which contains 
       
  1032 a notice placed by the copyright holder saying it may be distributed 
       
  1033 under the terms of this General Public License.  The "Program", below, 
       
  1034 refers to any such program or work, and a "work based on the Program" 
       
  1035 means either the Program or any derivative work under copyright law: 
       
  1036 that is to say, a work containing the Program or a portion of it, 
       
  1037 either verbatim or with modifications and/or translated into another 
       
  1038 language.  (Hereinafter, translation is included without limitation in 
       
  1039 the term "modification".)  Each licensee is addressed as "you". 
       
  1040 
       
  1041 Activities other than copying, distribution and modification are not 
       
  1042 covered by this License; they are outside its scope.  The act of 
       
  1043 running the Program is not restricted, and the output from the Program 
       
  1044 is covered only if its contents constitute a work based on the 
       
  1045 Program (independent of having been made by running the Program). 
       
  1046 Whether that is true depends on what the Program does. 
       
  1047 
       
  1048   1. You may copy and distribute verbatim copies of the Program's 
       
  1049 source code as you receive it, in any medium, provided that you 
       
  1050 conspicuously and appropriately publish on each copy an appropriate 
       
  1051 copyright notice and disclaimer of warranty; keep intact all the 
       
  1052 notices that refer to this License and to the absence of any warranty; 
       
  1053 and give any other recipients of the Program a copy of this License 
       
  1054 along with the Program. 
       
  1055 
       
  1056 You may charge a fee for the physical act of transferring a copy, and 
       
  1057 you may at your option offer warranty protection in exchange for a fee. 
       
  1058  
       
  1059   2. You may modify your copy or copies of the Program or any portion 
       
  1060 of it, thus forming a work based on the Program, and copy and 
       
  1061 distribute such modifications or work under the terms of Section 1 
       
  1062 above, provided that you also meet all of these conditions: 
       
  1063 
       
  1064     a) You must cause the modified files to carry prominent notices 
       
  1065     stating that you changed the files and the date of any change. 
       
  1066 
       
  1067     b) You must cause any work that you distribute or publish, that in 
       
  1068     whole or in part contains or is derived from the Program or any 
       
  1069     part thereof, to be licensed as a whole at no charge to all third 
       
  1070     parties under the terms of this License. 
       
  1071 
       
  1072     c) If the modified program normally reads commands interactively 
       
  1073     when run, you must cause it, when started running for such 
       
  1074     interactive use in the most ordinary way, to print or display an 
       
  1075     announcement including an appropriate copyright notice and a 
       
  1076     notice that there is no warranty (or else, saying that you provide 
       
  1077     a warranty) and that users may redistribute the program under 
       
  1078     these conditions, and telling the user how to view a copy of this 
       
  1079     License.  (Exception: if the Program itself is interactive but 
       
  1080     does not normally print such an announcement, your work based on 
       
  1081     the Program is not required to print an announcement.) 
       
  1082 
       
  1083 
       
  1084 These requirements apply to the modified work as a whole.  If 
       
  1085 identifiable sections of that work are not derived from the Program, 
       
  1086 and can be reasonably considered independent and separate works in 
       
  1087 themselves, then this License, and its terms, do not apply to those 
       
  1088 sections when you distribute them as separate works.  But when you 
       
  1089 distribute the same sections as part of a whole which is a work based 
       
  1090 on the Program, the distribution of the whole must be on the terms of 
       
  1091 this License, whose permissions for other licensees extend to the 
       
  1092 entire whole, and thus to each and every part regardless of who wrote it. 
       
  1093 
       
  1094 Thus, it is not the intent of this section to claim rights or contest 
       
  1095 your rights to work written entirely by you; rather, the intent is to 
       
  1096 exercise the right to control the distribution of derivative or 
       
  1097 collective works based on the Program. 
       
  1098 
       
  1099 In addition, mere aggregation of another work not based on the Program 
       
  1100 with the Program (or with a work based on the Program) on a volume of 
       
  1101 a storage or distribution medium does not bring the other work under 
       
  1102 the scope of this License. 
       
  1103 
       
  1104   3. You may copy and distribute the Program (or a work based on it, 
       
  1105 under Section 2) in object code or executable form under the terms of 
       
  1106 Sections 1 and 2 above provided that you also do one of the following: 
       
  1107 
       
  1108     a) Accompany it with the complete corresponding machine-readable 
       
  1109     source code, which must be distributed under the terms of Sections 
       
  1110     1 and 2 above on a medium customarily used for software interchange; or, 
       
  1111 
       
  1112     b) Accompany it with a written offer, valid for at least three 
       
  1113     years, to give any third party, for a charge no more than your 
       
  1114     cost of physically performing source distribution, a complete 
       
  1115     machine-readable copy of the corresponding source code, to be 
       
  1116     distributed under the terms of Sections 1 and 2 above on a medium 
       
  1117     customarily used for software interchange; or, 
       
  1118 
       
  1119     c) Accompany it with the information you received as to the offer 
       
  1120     to distribute corresponding source code.  (This alternative is 
       
  1121     allowed only for noncommercial distribution and only if you 
       
  1122     received the program in object code or executable form with such 
       
  1123     an offer, in accord with Subsection b above.) 
       
  1124 
       
  1125 The source code for a work means the preferred form of the work for 
       
  1126 making modifications to it.  For an executable work, complete source 
       
  1127 code means all the source code for all modules it contains, plus any 
       
  1128 associated interface definition files, plus the scripts used to 
       
  1129 control compilation and installation of the executable.  However, as a 
       
  1130 special exception, the source code distributed need not include 
       
  1131 anything that is normally distributed (in either source or binary 
       
  1132 form) with the major components (compiler, kernel, and so on) of the 
       
  1133 operating system on which the executable runs, unless that component 
       
  1134 itself accompanies the executable. 
       
  1135 
       
  1136 If distribution of executable or object code is made by offering 
       
  1137 access to copy from a designated place, then offering equivalent 
       
  1138 access to copy the source code from the same place counts as 
       
  1139 distribution of the source code, even though third parties are not 
       
  1140 compelled to copy the source along with the object code. 
       
  1141 
       
  1142 
       
  1143   4. You may not copy, modify, sublicense, or distribute the Program 
       
  1144 except as expressly provided under this License.  Any attempt 
       
  1145 otherwise to copy, modify, sublicense or distribute the Program is 
       
  1146 void, and will automatically terminate your rights under this License. 
       
  1147 However, parties who have received copies, or rights, from you under 
       
  1148 this License will not have their licenses terminated so long as such 
       
  1149 parties remain in full compliance. 
       
  1150 
       
  1151   5. You are not required to accept this License, since you have not 
       
  1152 signed it.  However, nothing else grants you permission to modify or 
       
  1153 distribute the Program or its derivative works.  These actions are 
       
  1154 prohibited by law if you do not accept this License.  Therefore, by 
       
  1155 modifying or distributing the Program (or any work based on the 
       
  1156 Program), you indicate your acceptance of this License to do so, and 
       
  1157 all its terms and conditions for copying, distributing or modifying 
       
  1158 the Program or works based on it. 
       
  1159 
       
  1160   6. Each time you redistribute the Program (or any work based on the 
       
  1161 Program), the recipient automatically receives a license from the 
       
  1162 original licensor to copy, distribute or modify the Program subject to 
       
  1163 these terms and conditions.  You may not impose any further 
       
  1164 restrictions on the recipients' exercise of the rights granted herein. 
       
  1165 You are not responsible for enforcing compliance by third parties to 
       
  1166 this License. 
       
  1167 
       
  1168   7. If, as a consequence of a court judgment or allegation of patent 
       
  1169 infringement or for any other reason (not limited to patent issues), 
       
  1170 conditions are imposed on you (whether by court order, agreement or 
       
  1171 otherwise) that contradict the conditions of this License, they do not 
       
  1172 excuse you from the conditions of this License.  If you cannot 
       
  1173 distribute so as to satisfy simultaneously your obligations under this 
       
  1174 License and any other pertinent obligations, then as a consequence you 
       
  1175 may not distribute the Program at all.  For example, if a patent 
       
  1176 license would not permit royalty-free redistribution of the Program by 
       
  1177 all those who receive copies directly or indirectly through you, then 
       
  1178 the only way you could satisfy both it and this License would be to 
       
  1179 refrain entirely from distribution of the Program. 
       
  1180 
       
  1181 If any portion of this section is held invalid or unenforceable under 
       
  1182 any particular circumstance, the balance of the section is intended to 
       
  1183 apply and the section as a whole is intended to apply in other 
       
  1184 circumstances. 
       
  1185 
       
  1186 It is not the purpose of this section to induce you to infringe any 
       
  1187 patents or other property right claims or to contest validity of any 
       
  1188 such claims; this section has the sole purpose of protecting the 
       
  1189 integrity of the free software distribution system, which is 
       
  1190 implemented by public license practices.  Many people have made 
       
  1191 generous contributions to the wide range of software distributed 
       
  1192 through that system in reliance on consistent application of that 
       
  1193 system; it is up to the author/donor to decide if he or she is willing 
       
  1194 to distribute software through any other system and a licensee cannot 
       
  1195 impose that choice. 
       
  1196 
       
  1197 This section is intended to make thoroughly clear what is believed to 
       
  1198 be a consequence of the rest of this License. 
       
  1199 
       
  1200 
       
  1201   8. If the distribution and/or use of the Program is restricted in 
       
  1202 certain countries either by patents or by copyrighted interfaces, the 
       
  1203 original copyright holder who places the Program under this License 
       
  1204 may add an explicit geographical distribution limitation excluding 
       
  1205 those countries, so that distribution is permitted only in or among 
       
  1206 countries not thus excluded.  In such case, this License incorporates 
       
  1207 the limitation as if written in the body of this License. 
       
  1208 
       
  1209   9. The Free Software Foundation may publish revised and/or new versions 
       
  1210 of the General Public License from time to time.  Such new versions will 
       
  1211 be similar in spirit to the present version, but may differ in detail to 
       
  1212 address new problems or concerns. 
       
  1213 
       
  1214 Each version is given a distinguishing version number.  If the Program 
       
  1215 specifies a version number of this License which applies to it and "any 
       
  1216 later version", you have the option of following the terms and conditions 
       
  1217 either of that version or of any later version published by the Free 
       
  1218 Software Foundation.  If the Program does not specify a version number of 
       
  1219 this License, you may choose any version ever published by the Free Software 
       
  1220 Foundation. 
       
  1221 
       
  1222   10. If you wish to incorporate parts of the Program into other free 
       
  1223 programs whose distribution conditions are different, write to the author 
       
  1224 to ask for permission.  For software which is copyrighted by the Free 
       
  1225 Software Foundation, write to the Free Software Foundation; we sometimes 
       
  1226 make exceptions for this.  Our decision will be guided by the two goals 
       
  1227 of preserving the free status of all derivatives of our free software and 
       
  1228 of promoting the sharing and reuse of software generally. 
       
  1229 
       
  1230 			    NO WARRANTY 
       
  1231  
       
  1232   11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY 
       
  1233 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN 
       
  1234 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES 
       
  1235 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED 
       
  1236 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 
       
  1237 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS 
       
  1238 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE 
       
  1239 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, 
       
  1240 REPAIR OR CORRECTION. 
       
  1241 
       
  1242   12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 
       
  1243 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR 
       
  1244 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, 
       
  1245 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING 
       
  1246 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED 
       
  1247 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY 
       
  1248 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER 
       
  1249 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE 
       
  1250 POSSIBILITY OF SUCH DAMAGES. 
       
  1251 
       
  1252 		     END OF TERMS AND CONDITIONS 
       
  1253 
       
  1254 
       
  1255 	    How to Apply These Terms to Your New Programs 
       
  1256 
       
  1257   If you develop a new program, and you want it to be of the greatest 
       
  1258 possible use to the public, the best way to achieve this is to make it 
       
  1259 free software which everyone can redistribute and change under these terms. 
       
  1260 
       
  1261   To do so, attach the following notices to the program.  It is safest 
       
  1262 to attach them to the start of each source file to most effectively 
       
  1263 convey the exclusion of warranty; and each file should have at least 
       
  1264 the "copyright" line and a pointer to where the full notice is found. 
       
  1265 
       
  1266     <one line to give the program's name and a brief idea of what it does.> 
       
  1267     Copyright (C) <year>  <name of author> 
       
  1268 
       
  1269     This program is free software; you can redistribute it and/or modify 
       
  1270     it under the terms of the GNU General Public License as published by 
       
  1271     the Free Software Foundation; either version 2 of the License, or 
       
  1272     (at your option) any later version. 
       
  1273 
       
  1274     This program is distributed in the hope that it will be useful, 
       
  1275     but WITHOUT ANY WARRANTY; without even the implied warranty of 
       
  1276     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
       
  1277     GNU General Public License for more details. 
       
  1278 
       
  1279     You should have received a copy of the GNU General Public License 
       
  1280     along with this program; if not, write to the Free Software 
       
  1281     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA 
       
  1282 
       
  1283 
       
  1284 Also add information on how to contact you by electronic and paper mail. 
       
  1285  
       
  1286 If the program is interactive, make it output a short notice like this 
       
  1287 when it starts in an interactive mode: 
       
  1288 
       
  1289     Gnomovision version 69, Copyright (C) year name of author 
       
  1290     Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. 
       
  1291     This is free software, and you are welcome to redistribute it 
       
  1292     under certain conditions; type `show c' for details. 
       
  1293 
       
  1294 The hypothetical commands `show w' and `show c' should show the appropriate 
       
  1295 parts of the General Public License.  Of course, the commands you use may 
       
  1296 be called something other than `show w' and `show c'; they could even be 
       
  1297 mouse-clicks or menu items--whatever suits your program. 
       
  1298 
       
  1299 You should also get your employer (if you work as a programmer) or your 
       
  1300 school, if any, to sign a "copyright disclaimer" for the program, if 
       
  1301 necessary.  Here is a sample; alter the names: 
       
  1302 
       
  1303   Yoyodyne, Inc., hereby disclaims all copyright interest in the program 
       
  1304   `Gnomovision' (which makes passes at compilers) written by James Hacker. 
       
  1305 
       
  1306   <signature of Ty Coon>, 1 April 1989 
       
  1307   Ty Coon, President of Vice 
       
  1308 
       
  1309 This General Public License does not permit incorporating your program into 
       
  1310 proprietary programs.  If your program is a subroutine library, you may 
       
  1311 consider it more useful to permit linking proprietary applications with the 
       
  1312 library.  If this is what you want to do, use the GNU Library General 
       
  1313 Public License instead of this License.
       
  1314 -------------------------------------
       
  1315 
       
  1316 # Copyright (c) 2003, 2004, 2005, 2006, 2007  Jim Weirich 
       
  1317 
       
  1318 Copyright 2003-2008 by Jim Weirich. 
       
  1319 
       
  1320 # Copyright 2003-2010 by Jim Weirich ([email protected]) 
       
  1321 # All rights reserved. 
       
  1322 
       
  1323 # Copyright (c) 2008 James M. Lawrence 
       
  1324 
       
  1325 # Copyright (c) 2003, 2004 Jim Weirich, 2009 Eric Hodel 
       
  1326 
       
  1327 # 
       
  1328 # Permission is hereby granted, free of charge, to any person obtaining 
       
  1329 # a copy of this software and associated documentation files (the 
       
  1330 # "Software"), to deal in the Software without restriction, including 
       
  1331 # without limitation the rights to use, copy, modify, merge, publish, 
       
  1332 # distribute, sublicense, and/or sell copies of the Software, and to 
       
  1333 # permit persons to whom the Software is furnished to do so, subject to 
       
  1334 # the following conditions: 
       
  1335 # 
       
  1336 # The above copyright notice and this permission notice shall be 
       
  1337 # included in all copies or substantial portions of the Software. 
       
  1338 # 
       
  1339 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 
       
  1340 # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
       
  1341 # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 
       
  1342 # NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 
       
  1343 # LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION 
       
  1344 # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION 
       
  1345 # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. 
       
  1346  
       
  1347 -------------------------------------
       
  1348 
       
  1349  * Copyright (c) 2007 cody lindley 
       
  1350  * Licensed under the MIT License: http://www.opensource.org/licenses/mit-license.php 
       
  1351 
       
  1352 (The MIT License) 
       
  1353 
       
  1354 Copyright (c) Ryan Davis, Seattle.rb 
       
  1355 
       
  1356 Permission is hereby granted, free of charge, to any person obtaining 
       
  1357 a copy of this software and associated documentation files (the 
       
  1358 'Software'), to deal in the Software without restriction, including 
       
  1359 without limitation the rights to use, copy, modify, merge, publish, 
       
  1360 distribute, sublicense, and/or sell copies of the Software, and to 
       
  1361 permit persons to whom the Software is furnished to do so, subject to 
       
  1362 the following conditions: 
       
  1363  
       
  1364 The above copyright notice and this permission notice shall be 
       
  1365 included in all copies or substantial portions of the Software. 
       
  1366 
       
  1367 THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, 
       
  1368 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 
       
  1369 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 
       
  1370 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 
       
  1371 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 
       
  1372 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 
       
  1373 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
       
  1374 
       
  1375 -------------------------------------
       
  1376 
       
  1377 # Version: MPL 1.1/GPL 2.0/LGPL 2.1 
       
  1378 # 
       
  1379 # The contents of this file are subject to the Mozilla Public License Version 
       
  1380 # 1.1 (the "License"); you may not use this file except in compliance with 
       
  1381 # the License. You may obtain a copy of the License at 
       
  1382 # http://www.mozilla.org/MPL/ 
       
  1383 # 
       
  1384 # Software distributed under the License is distributed on an "AS IS" basis, 
       
  1385 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License 
       
  1386 # for the specific language governing rights and limitations under the 
       
  1387 # License. 
       
  1388 # 
       
  1389 # The Original Code is the Netscape security libraries. 
       
  1390 # 
       
  1391 # The Initial Developer of the Original Code is 
       
  1392 # Netscape Communications Corporation. 
       
  1393 # Portions created by the Initial Developer are Copyright (C) 1994-2000 
       
  1394 # the Initial Developer. All Rights Reserved. 
       
  1395 # 
       
  1396 # Contributor(s): 
       
  1397 # 
       
  1398 # Alternatively, the contents of this file may be used under the terms of 
       
  1399 # either the GNU General Public License Version 2 or later (the "GPL"), or 
       
  1400 # the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), 
       
  1401 # in which case the provisions of the GPL or the LGPL are applicable instead 
       
  1402 # of those above. If you wish to allow use of your version of this file only 
       
  1403 # under the terms of either the GPL or the LGPL, and not to allow others to 
       
  1404 # use your version of this file under the terms of the MPL, indicate your 
       
  1405 # decision by deleting the provisions above and replace them with the notice 
       
  1406 # and other provisions required by the GPL or the LGPL. If you do not delete 
       
  1407 # the provisions above, a recipient may use your version of this file under 
       
  1408 # the terms of any one of the MPL, the GPL or the LGPL. 
       
  1409 #
       
  1410 
       
  1411 -------------------------------------
       
  1412 
       
  1413  * Copyright(C) 2002 by Shigeo Kobayashi([email protected]) 
       
  1414  * 
       
  1415  * You may distribute under the terms of either the GNU General Public 
       
  1416  * License or the Artistic License, as specified in the README file 
       
  1417  * of this BigDecimal distribution. 
       
  1418 
       
  1419 BigDecimal is copyrighted free software by Shigeo Kobayashi <[email protected]>. 
       
  1420 You can redistribute it and/or modify it under either the terms of the GPL 
       
  1421 (see COPYING file), or the conditions below: 
       
  1422 
       
  1423   1. You may make and give away verbatim copies of the source form of the 
       
  1424      software without restriction, provided that you duplicate all of the 
       
  1425      original copyright notices and associated disclaimers. 
       
  1426 
       
  1427   2. You may modify your copy of the software in any way, provided that 
       
  1428      you do at least ONE of the following: 
       
  1429 
       
  1430        a) place your modifications in the Public Domain or otherwise 
       
  1431           make them Freely Available, such as by posting said 
       
  1432           modifications to Usenet or an equivalent medium, or by allowing 
       
  1433           the author to include your modifications in the software. 
       
  1434 
       
  1435        b) use the modified software only within your corporation or 
       
  1436           organization. 
       
  1437 
       
  1438        c) rename any non-standard executables so the names do not conflict 
       
  1439           with standard executables, which must also be provided. 
       
  1440 
       
  1441        d) make other distribution arrangements with the author. 
       
  1442 
       
  1443   3. You may distribute the software in object code or executable 
       
  1444      form, provided that you do at least ONE of the following: 
       
  1445 
       
  1446        a) distribute the executables and library files of the software, 
       
  1447           together with instructions (in the manual page or equivalent) 
       
  1448           on where to get the original distribution. 
       
  1449 
       
  1450        b) accompany the distribution with the machine-readable source of 
       
  1451           the software. 
       
  1452 
       
  1453        c) give non-standard executables non-standard names, with 
       
  1454           instructions on where to get the original software distribution. 
       
  1455 
       
  1456        d) make other distribution arrangements with the author. 
       
  1457 
       
  1458   4. You may modify and include the part of the software into any other 
       
  1459      software (possibly commercial). 
       
  1460 
       
  1461   5. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR 
       
  1462      IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED 
       
  1463      WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR 
       
  1464      PURPOSE.
       
  1465 
       
  1466 -------------------------------------
       
  1467 
       
  1468 (C) Copyright 1998 by Akinori Ito. 
       
  1469 
       
  1470 This software may be redistributed freely for this purpose, in full 
       
  1471 or in part, provided that this entire copyright notice is included 
       
  1472 on any copies of this software and applications and derivations thereof. 
       
  1473 
       
  1474 This software is provided on an "as is" basis, without warranty of any 
       
  1475 kind, either expressed or implied, as to any matter including, but not 
       
  1476 limited to warranty of fitness of purpose, or merchantability, or 
       
  1477 results obtained from use of this software. 
       
  1478 
       
  1479 ------------------------------
       
  1480 
       
  1481 #       Copyright (c) 1991-1994 Unicode, Inc.  All Rights reserved. 
       
  1482 # 
       
  1483 #       This file is provided as-is by Unicode, Inc. (The Unicode Consortium). 
       
  1484 #       No claims are made as to fitness for any particular purpose.  No 
       
  1485 #       warranties of any kind are expressed or implied.  The recipient 
       
  1486 #       agrees to determine applicability of information provided.  If this 
       
  1487 #       file has been provided on magnetic media by Unicode, Inc., the sole 
       
  1488 #       remedy for any claim will be exchange of defective media within 90 
       
  1489 #       days of receipt. 
       
  1490 # 
       
  1491 #       Recipient is granted the right to make copies in any form for 
       
  1492 #       internal distribution and to freely use the information supplied 
       
  1493 #       in the creation of products supporting Unicode.  Unicode, Inc. 
       
  1494 #       specifically excludes the right to re-distribute this file directly 
       
  1495 #       to third parties or other organizations whether for profit or not. 
       
  1496 
       
  1497 ---------------------------------- 
       
  1498 
       
  1499 #       Copyright (c) 1991-1999 Unicode, Inc.  All Rights reserved. 
       
  1500 # 
       
  1501 #       This file is provided as-is by Unicode, Inc. (The Unicode Consortium). 
       
  1502 #       No claims are made as to fitness for any particular purpose.  No 
       
  1503 #       warranties of any kind are expressed or implied.  The recipient 
       
  1504 #       agrees to determine applicability of information provided.  If this 
       
  1505 #       file has been provided on optical media by Unicode, Inc., the sole 
       
  1506 #       remedy for any claim will be exchange of defective media within 90 
       
  1507 #       days of receipt. 
       
  1508 # 
       
  1509 #       Unicode, Inc. hereby grants the right to freely use the information 
       
  1510 #       supplied in this file in the creation of products supporting the 
       
  1511 #       Unicode Standard, and to make copies of this file in any form for 
       
  1512 #       internal or external distribution as long as this notice remains 
       
  1513 #       attached. 
       
  1514 
       
  1515 ------------------------------- 
       
  1516 
       
  1517  * Copyright 2001-2004 Unicode, Inc. 
       
  1518  * 
       
  1519  * Disclaimer 
       
  1520  * 
       
  1521  * This source code is provided as is by Unicode, Inc. No claims are 
       
  1522  * made as to fitness for any particular purpose. No warranties of any 
       
  1523  * kind are expressed or implied. The recipient agrees to determine 
       
  1524  * applicability of information provided. If this file has been 
       
  1525  * purchased on magnetic or optical media from Unicode, Inc., the 
       
  1526  * sole remedy for any claim will be exchange of defective media 
       
  1527  * within 90 days of receipt. 
       
  1528  * 
       
  1529  * Limitations on Rights to Redistribute This Code 
       
  1530  * 
       
  1531  * Unicode, Inc. hereby grants the right to freely use the information 
       
  1532  * supplied in this file in the creation of products supporting the 
       
  1533  * Unicode Standard, and to make copies of this file in any form 
       
  1534  * for internal or external distribution as long as this notice 
       
  1535  * remains attached. 
       
  1536 
       
  1537 ----------------------------- 
       
  1538 
       
  1539  * Copyright (c) 1987, Fujitsu LTD. (Itaru ICHIKAWA). 
       
  1540  * Copyright (c) 1996-2010, The nkf Project. 
       
  1541  * 
       
  1542  * This software is provided 'as-is', without any express or implied 
       
  1543  * warranty. In no event will the authors be held liable for any damages 
       
  1544  * arising from the use of this software. 
       
  1545  * 
       
  1546  * Permission is granted to anyone to use this software for any purpose, 
       
  1547  * including commercial applications, and to alter it and redistribute it 
       
  1548  * freely, subject to the following restrictions: 
       
  1549  * 
       
  1550  * 1. The origin of this software must not be misrepresented; you must not 
       
  1551  * claim that you wrote the original software. If you use this software 
       
  1552  * in a product, an acknowledgment in the product documentation would be 
       
  1553  * appreciated but is not required. 
       
  1554  * 
       
  1555  * 2. Altered source versions must be plainly marked as such, and must not be 
       
  1556  * misrepresented as being the original software. 
       
  1557  * 
       
  1558  * 3. This notice may not be removed or altered from any source distribution. 
       
  1559 
       
  1560 --------------------------------- 
       
  1561 
       
  1562 /* A Bison parser, made by GNU Bison 1.875d.  */ 
       
  1563  
       
  1564 /* Skeleton parser for Yacc-like parsing with Bison, 
       
  1565    Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. 
       
  1566 
       
  1567    This program is free software; you can redistribute it and/or modify 
       
  1568    it under the terms of the GNU General Public License as published by 
       
  1569    the Free Software Foundation; either version 2, or (at your option) 
       
  1570    any later version. 
       
  1571 
       
  1572    This program is distributed in the hope that it will be useful, 
       
  1573    but WITHOUT ANY WARRANTY; without even the implied warranty of 
       
  1574    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
       
  1575    GNU General Public License for more details. 
       
  1576 
       
  1577    You should have received a copy of the GNU General Public License 
       
  1578    along with this program; if not, write to the Free Software 
       
  1579    Foundation, Inc., 59 Temple Place - Suite 330, 
       
  1580    Boston, MA 02111-1307, USA.  */ 
       
  1581 
       
  1582 /* As a special exception, when this file is copied by Bison into a 
       
  1583    Bison output file, you may use that output file without restriction. 
       
  1584    This special exception was added by the Free Software Foundation 
       
  1585    in version 1.24 of Bison.  */ 
       
  1586 
       
  1587 --------------------------------
       
  1588 
       
  1589 The Tclkit-specific sources are license free, they just have a copyright. Hold 
       
  1590 the author(s) harmless and any lawful use is permitted. 
       
  1591  
       
  1592 This does *not* apply to any of the sources of the other major Open Source 
       
  1593 Software used in Tclkit, which each have very liberal BSD/MIT-like licenses: 
       
  1594 
       
  1595 --------------------------------
       
  1596 
       
  1597 # Copyright (c) 2007, 2008, Michael Granger. All rights reserved. 
       
  1598 # 
       
  1599 # Redistribution and use in source and binary forms, with or without 
       
  1600 # modification, are permitted provided that the following conditions are met: 
       
  1601 # 
       
  1602 # * Redistributions of source code must retain the above copyright notice, 
       
  1603 #   this list of conditions and the following disclaimer. 
       
  1604 # 
       
  1605 # * Redistributions in binary form must reproduce the above copyright notice, 
       
  1606 #   this list of conditions and the following disclaimer in the documentation 
       
  1607 #   and/or other materials provided with the distribution. 
       
  1608 # 
       
  1609 # * Neither the name of the author/s, nor the names of the project's 
       
  1610 #   contributors may be used to endorse or promote products derived from this 
       
  1611 #   software without specific prior written permission. 
       
  1612 # 
       
  1613 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
       
  1614 # AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
       
  1615 # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE 
       
  1616 # DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE 
       
  1617 # FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 
       
  1618 # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR 
       
  1619 # SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER 
       
  1620 # CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 
       
  1621 # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 
       
  1622 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
       
  1623 
       
  1624 ------------------------------------------
       
  1625 
       
  1626  * Copyright (c) 2008 John Resig (jquery.com) 
       
  1627  * Dual licensed under the MIT (MIT-LICENSE.txt) 
       
  1628  * and GPL (GPL-LICENSE.txt) licenses. 
       
  1629 
       
  1630 --------------------------- 
       
  1631 
       
  1632  * Please do not copyright this code.  This code is in the public domain. 
       
  1633  * 
       
  1634  * LANDON CURT NOLL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, 
       
  1635  * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO 
       
  1636  * EVENT SHALL LANDON CURT NOLL BE LIABLE FOR ANY SPECIAL, INDIRECT OR 
       
  1637  * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF 
       
  1638  * USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR 
       
  1639  * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR 
       
  1640  * PERFORMANCE OF THIS SOFTWARE. 
       
  1641 
       
  1642 ------------------------------- 
       
  1643 
       
  1644 ###  Copyright (c) 2001 University of Illinois Board of Trustees 
       
  1645 ###  Copyright (c) 2001 Mark D. Roth 
       
  1646 ###  Copyright (c) 2002, 2003 Akinori MUSHA 
       
  1647 ###  All rights reserved. 
       
  1648 ### 
       
  1649 ###  Redistribution and use in source and binary forms, with or without 
       
  1650 ###  modification, are permitted provided that the following conditions 
       
  1651 ###  are met: 
       
  1652 ###  1. Redistributions of source code must retain the above copyright 
       
  1653 ###     notice, this list of conditions and the following disclaimer. 
       
  1654 ###  2. Redistributions in binary form must reproduce the above copyright 
       
  1655 ###     notice, this list of conditions and the following disclaimer in the 
       
  1656 ###     documentation and/or other materials provided with the distribution. 
       
  1657 ###  3. All advertising materials mentioning features or use of this software 
       
  1658 ###     must display the following acknowledgement: 
       
  1659 ###     This product includes software developed by the University of 
       
  1660 ###     Illinois at Urbana, and their contributors. 
       
  1661 ###  4. The University nor the names of their 
       
  1662 ###     contributors may be used to endorse or promote products derived from 
       
  1663 ###     this software without specific prior written permission. 
       
  1664 ### 
       
  1665 ###  THIS SOFTWARE IS PROVIDED BY THE TRUSTEES AND CONTRIBUTORS ``AS IS'' AND 
       
  1666 ###  ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 
       
  1667 ###  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 
       
  1668 ###  ARE DISCLAIMED.  IN NO EVENT SHALL THE TRUSTEES OR CONTRIBUTORS BE LIABLE 
       
  1669 ###  FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 
       
  1670 ###  DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 
       
  1671 ###  OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 
       
  1672 ###  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 
       
  1673 ###  LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 
       
  1674 ###  OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 
       
  1675 ###  SUCH DAMAGE.
       
  1676