ruby-changes:54251
From: nobu <ko1@a...>
Date: Thu, 20 Dec 2018 13:57:25 +0900 (JST)
Subject: [ruby-changes:54251] nobu:r66119 (trunk): Include LEGAL in .document [ci skip]
nobu 2018-12-01 21:05:37 +0900 (Sat, 01 Dec 2018) New Revision: 66119 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=66119 Log: Include LEGAL in .document [ci skip] Modified files: trunk/.document trunk/LEGAL Index: LEGAL =================================================================== --- LEGAL (revision 66118) +++ LEGAL (revision 66119) @@ -1,3 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/LEGAL#L1 +# -*- rdoc -*- + LEGAL NOTICE INFORMATION ------------------------ @@ -5,16 +7,16 @@ All the files in this distribution are c https://github.com/ruby/ruby/blob/trunk/LEGAL#L7 license (see the file COPYING) or public-domain except some files mentioned below. -ccan/build_assert/build_assert.h -ccan/check_type/check_type.h -ccan/container_of/container_of.h -ccan/str/str.h +ccan/build_assert/build_assert.h:: +ccan/check_type/check_type.h:: +ccan/container_of/container_of.h:: +ccan/str/str.h:: These files are licensed under the CC0. https://creativecommons.org/choose/zero/ -ccan/list/list.h +ccan/list/list.h:: This file is licensed under the MIT License. @@ -36,123 +38,120 @@ ccan/list/list.h https://github.com/ruby/ruby/blob/trunk/LEGAL#L38 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -include/ruby/onigmo.h: -include/ruby/oniguruma.h: -regcomp.c: -regenc.[ch]: -regerror.c: -regexec.c: -regint.h: -regparse.[ch]: -enc/ascii.c -enc/big5.c -enc/cp949.c -enc/emacs_mule.c -enc/encdb.c -enc/euc_jp.c -enc/euc_kr.c -enc/euc_tw.c -enc/gb18030.c -enc/gb2312.c -enc/gbk.c -enc/iso_8859_1.c -enc/iso_8859_10.c -enc/iso_8859_11.c -enc/iso_8859_13.c -enc/iso_8859_14.c -enc/iso_8859_15.c -enc/iso_8859_16.c -enc/iso_8859_2.c -enc/iso_8859_3.c -enc/iso_8859_4.c -enc/iso_8859_5.c -enc/iso_8859_6.c -enc/iso_8859_7.c -enc/iso_8859_8.c -enc/iso_8859_9.c -enc/koi8_r.c -enc/koi8_u.c -enc/shift_jis.c -enc/unicode.c -enc/us_ascii.c -enc/utf_16be.c -enc/utf_16le.c -enc/utf_32be.c -enc/utf_32le.c -enc/utf_8.c -enc/windows_1251.c - -Onigmo (Oniguruma-mod) LICENSE ------------------------------- - -/*- - * Copyright (c) 2002-2009 K.Kosako <sndgk393 AT ybb DOT ne DOT jp> - * Copyright (c) 2011-2014 K.Takata <kentkt AT csc DOT jp> - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND - * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE - * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS - * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT - * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY - * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - * SUCH DAMAGE. - */ - - -Oniguruma LICENSE ------------------ - -/*- - * Copyright (c) 2002-2009 K.Kosako <sndgk393 AT ybb DOT ne DOT jp> - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * - * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND - * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE - * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS - * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT - * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY - * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - * SUCH DAMAGE. - */ - -https://github.com/k-takata/Onigmo/ -https://github.com/kkos/oniguruma -https://svnweb.freebsd.org/ports/head/devel/oniguruma/ - - When this software is partly used or it is distributed with Ruby, - this of Ruby follows the license of Ruby. - -enc/trans/GB/GB12345%UCS.src: -enc/trans/GB/UCS%GB12345.src: -enc/trans/GB/GB2312%UCS.src: -enc/trans/GB/UCS%GB2312.src: +include/ruby/onigmo.h:: +include/ruby/oniguruma.h:: +regcomp.c:: +regenc.c:: +regenc.h:: +regerror.c:: +regexec.c:: +regint.h:: +regparse.c:: +regparse.h:: +enc/ascii.c:: +enc/big5.c:: +enc/cp949.c:: +enc/emacs_mule.c:: +enc/encdb.c:: +enc/euc_jp.c:: +enc/euc_kr.c:: +enc/euc_tw.c:: +enc/gb18030.c:: +enc/gb2312.c:: +enc/gbk.c:: +enc/iso_8859_1.c:: +enc/iso_8859_10.c:: +enc/iso_8859_11.c:: +enc/iso_8859_13.c:: +enc/iso_8859_14.c:: +enc/iso_8859_15.c:: +enc/iso_8859_16.c:: +enc/iso_8859_2.c:: +enc/iso_8859_3.c:: +enc/iso_8859_4.c:: +enc/iso_8859_5.c:: +enc/iso_8859_6.c:: +enc/iso_8859_7.c:: +enc/iso_8859_8.c:: +enc/iso_8859_9.c:: +enc/koi8_r.c:: +enc/koi8_u.c:: +enc/shift_jis.c:: +enc/unicode.c:: +enc/us_ascii.c:: +enc/utf_16be.c:: +enc/utf_16le.c:: +enc/utf_32be.c:: +enc/utf_32le.c:: +enc/utf_8.c:: +enc/windows_1251.c:: + + Onigmo (Oniguruma-mod) LICENSE + + Copyright (c) 2002-2009 K.Kosako <sndgk393 AT ybb DOT ne DOT jp> + Copyright (c) 2011-2014 K.Takata <kentkt AT csc DOT jp> + All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + SUCH DAMAGE. + + Oniguruma LICENSE + + Copyright (c) 2002-2009 K.Kosako <sndgk393 AT ybb DOT ne DOT jp> + All rights reserved. + + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + SUCH DAMAGE. + + * https://github.com/k-takata/Onigmo/ + * https://github.com/kkos/oniguruma + * https://svnweb.freebsd.org/ports/head/devel/oniguruma/ + + When this software is partly used or it is distributed with Ruby, + this of Ruby follows the license of Ruby. + +enc/trans/GB/GB12345%UCS.src:: +enc/trans/GB/UCS%GB12345.src:: +enc/trans/GB/GB2312%UCS.src:: +enc/trans/GB/UCS%GB2312.src:: + + These files have this explanatory texts. This mapping data was created from files provided by Unicode, Inc. (The Unicode Consortium). The files were used to create a product supporting @@ -161,36 +160,43 @@ enc/trans/GB/UCS%GB2312.src: https://github.com/ruby/ruby/blob/trunk/LEGAL#L160 files for any particular purpose, and has ceased to publish the files many years ago. -enc/trans/JIS/JISX0201-KANA%UCS.src: -enc/trans/JIS/JISX0208@1990%UCS.src: -enc/trans/JIS/JISX0212%UCS.src: -enc/trans/JIS/UCS%JISX0201-KANA.src: -enc/trans/JIS/UCS%JISX0208@1...: -enc/trans/JIS/UCS%JISX0212.src: +enc/trans/JIS/JISX0201-KANA%UCS.src:: +enc/trans/JIS/JISX0208\@1990%UCS.src:: +enc/trans/JIS/JISX0212%UCS.src:: +enc/trans/JIS/UCS%JISX0201-KANA.src:: +enc/trans/JIS/UCS%JISX0208@1...:: +enc/trans/JIS/UCS%JISX0212.src:: + + These files are copyrighted as the following. 息 2015 Unicode速, Inc. + For terms of use, see http://www.unicode.org/terms_of_use.html -enc/trans/JIS/JISX0213-1%UCS@B...: -enc/trans/JIS/JISX0213-1%UCS@S...: -enc/trans/JIS/JISX0213-2%UCS@B...: -enc/trans/JIS/JISX0213-2%UCS@S...: - - Copyright (C) 2001 earthian@t..., All Rights Reserved. - Copyright (C) 2001 I'O, All Rights Reserved. - Copyright (C) 2006 Project X0213, All Rights Reserved. - You can use, modify, distribute this table freely. - -enc/trans/JIS/UCS@BMP%JISX0213-1.src: -enc/trans/JIS/UCS@BMP%JISX0213-2.src: -enc/trans/JIS/UCS@SIP%JISX0213-1.src: -enc/trans/JIS/UCS@SIP%JISX0213-2.src: - - Copyright (C) 2001 earthian@t..., All Rights Reserved. - Copyright (C) 2001 I'O, All Rights Reserved. - You can use, modify, distribute this table freely. +enc/trans/JIS/JISX0213-1%UCS@B...:: +enc/trans/JIS/JISX0213-1%UCS@S...:: +enc/trans/JIS/JISX0213-2%UCS@B...:: +enc/trans/JIS/JISX0213-2%UCS@S...:: + + These files are copyrighted as the following. + + Copyright (C) 2001 earthian@t..., All Rights Reserved. + Copyright (C) 2001 I'O, All Rights Reserved. + Copyright (C) 2006 Project X0213, All Rights Reserved. + You can use, modify, distribute this table freely. + +enc/trans/JIS/UCS@BMP%JISX0213-1.src:: +enc/trans/JIS/UCS@BMP%JISX0213-2.src:: +enc/trans/JIS/UCS@SIP%JISX0213-1.src:: +enc/trans/JIS/UCS@SIP%JISX0213-2.src:: + + These files are copyrighted as the following. + + Copyright (C) 2001 earthian@t..., All Rights Reserved. + Copyright (C) 2001 I'O, All Rights Reserved. + You can use, modify, distribute this table freely. -configure: +configure:: This file is free software. @@ -199,8 +205,8 @@ configure: https://github.com/ruby/ruby/blob/trunk/LEGAL#L205 This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. -tool/config.guess: -tool/config.sub: +tool/config.guess:: +tool/config.sub:: As long as you distribute these files with the file configure, they are covered under the Ruby's license. @@ -227,7 +233,7 @@ tool/config.sub: https://github.com/ruby/ruby/blob/trunk/LEGAL#L233 configuration script generated by Autoconf, you may include it under the same distribution terms that you use for the rest of that program. -parse.c: +parse.c:: This file is licensed under the GPL, but is incorporated into Ruby and redistributed under the terms of the Ruby license, as permitted by the @@ -251,7 +257,7 @@ parse.c: https://github.com/ruby/ruby/blob/trunk/LEGAL#L257 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ - /* As a special exception, you may create a larger work that contains + As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice, so long as that work isn't itself a parser generator using the skeleton or a modified version thereof @@ -262,9 +268,11 @@ parse.c: https://github.com/ruby/ruby/blob/trunk/LEGAL#L268 License without this special exception. This special exception was added by the Free Software Foundation in - version 2.2 of Bison. */ + version 2.2 of Bison. -util.c (partly): +util.c (partly):: + + This file contains the source code under this license. Copyright (c) 1991, 2000, 2001 by Lucent Technologies. @@ -279,7 +287,7 @@ util.c (partly): https://github.com/ruby/ruby/blob/trunk/LEGAL#L287 REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE. -win32/win32.[ch]: +win32/win32.{c,h}:: You can apply the Artistic License to these files. (or GPL, alternatively) @@ -289,35 +297,37 @@ win32/win32.[ch]: https://github.com/ruby/ruby/blob/trunk/LEGAL#L297 You may distribute under the terms of either the GNU General Public License or the Artistic License, as specified in the perl README file. -util.c (partly): +util.c (partly):: - Copyright (c) 2004-2008 David Schultz <das@F...> - All rights reserved. + This file contains the source code under this license. - Redistribution and use in source and binary forms, with or without - modification, are permitted provided that the following conditions - are met: - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. - - THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND - ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE - FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS - OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT - LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY - OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - SUCH DAMAGE. + Copyright (c) 2004-2008 David Schultz <das@F...> + All rights reserved. -random.c + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + + THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + SUCH DAMAGE. + +random.c:: - This file is under the new-style BSD license. + This file contains the source code under the new-style BSD license. A C-program for MT19937, with initialization improved 2002/2/10. Coded by Takuji Nishimura and Makoto Matsumoto. @@ -335,15 +345,15 @@ random.c https://github.com/ruby/ruby/blob/trunk/LEGAL#L345 are met: 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. + notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. 3. The names of its contributors may not be used to endorse or promote - products derived from this software without specific prior written - permission. + products derived from this software without specific prior written + permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT @@ -364,9 +374,9 @@ random.c https://github.com/ruby/ruby/blob/trunk/LEGAL#L374 The Wayback Machine url: http://web.archive.org/web/19990429082237/http://www.math.keio.ac.jp/matumoto/emt.html -vm_dump.c:procstat_vm +vm_dump.c:procstat_vm:: - This file is under the new-style BSD license. + This file contains the source code under the new-style BSD license. Copyright (c) 2007 Robert N. M. Watson All rights reserved. @@ -394,7 +404,7 @@ vm_dump.c:procstat_vm https://github.com/ruby/ruby/blob/trunk/LEGAL#L404 $FreeBSD: head/usr.bin/procstat/procstat_vm.c 261780 2014-02-11 21:57:37Z jhb $ -vsnprintf.c: +vsnprintf.c:: This file is under the old-style BSD license. Note that the paragraph 3 below is now null and void. @@ -434,32 +444,33 @@ vsnprintf.c: https://github.com/ruby/ruby/blob/trunk/LEGAL#L444 From ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change paragraph 3 above is now null and void. -st.c: -strftime.c: -include/ruby/st.h: -missing/acosh.c: -missing/alloca.c: -missing/dup2.c: -missing/erf.c: -missing/finite.c: -missing/hypot.c: -missing/isinf.c: -missing/isnan.c: -missing/lgamma_r.c: -missing/memcmp.c: -missing/memmove.c: -missing/strchr.c: -missing/strerror.c: -missing/strstr.c: -missing/tgamma.c: -ext/date/date_strftime.c: -ext/digest/sha1/sha1.[ch]: -ext/sdbm/_sdbm.c: -ext/sdbm/sdbm.h: +st. (... truncated) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/