ruby-changes:61367
From: Nobuyoshi <ko1@a...>
Date: Mon, 25 May 2020 11:02:56 +0900 (JST)
Subject: [ruby-changes:61367] 2225aa987f (master): [DOC] Turned note-lists into label-lists [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=2225aa987f From 2225aa987fb5fb392b7114c77aea3b2b0354bc68 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Mon, 25 May 2020 10:55:41 +0900 Subject: [DOC] Turned note-lists into label-lists [ci skip] diff --git a/LEGAL b/LEGAL index 034fd98..6033808 100644 --- a/LEGAL +++ b/LEGAL @@ -7,7 +7,7 @@ All the files in this distribution are covered under either the Ruby's https://github.com/ruby/ruby/blob/trunk/LEGAL#L7 license (see the file COPYING) or public-domain except some files mentioned below. -addr2line.c:: +[addr2line.c] A part of this file is from FreeBSD. @@ -47,65 +47,65 @@ addr2line.c:: https://github.com/ruby/ruby/blob/trunk/LEGAL#L47 @(#)subr_prf.c 8.3 (Berkeley) 1/21/94 -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}[rdoc-label:label-MIT+License]. -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:: -enc/windows_31j.c:: +[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] +[enc/windows_31j.c] Onigmo (Oniguruma-mod) LICENSE @@ -169,8 +169,8 @@ enc/windows_31j.c:: https://github.com/ruby/ruby/blob/trunk/LEGAL#L169 When this software is partly used or it is distributed with Ruby, this of Ruby follows the license of Ruby. -enc/windows_1250.c:: -enc/windows_1252.c:: +[enc/windows_1250.c] +[enc/windows_1252.c] >>> Copyright (c) 2006-2007 Byte <byte AT mail DOT kna DOT ru> @@ -198,10 +198,10 @@ enc/windows_1252.c:: https://github.com/ruby/ruby/blob/trunk/LEGAL#L198 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -enc/cesu_8.c:: -enc/windows_1253.c:: -enc/windows_1254.c:: -enc/windows_1257.c:: +[enc/cesu_8.c] +[enc/windows_1253.c] +[enc/windows_1254.c] +[enc/windows_1257.c] >>> Copyright (c) 2002-2007 K.Kosako <sndgk393 AT ybb DOT ne DOT jp> @@ -228,10 +228,10 @@ enc/windows_1257.c:: https://github.com/ruby/ruby/blob/trunk/LEGAL#L228 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -enc/trans/GB/GB12345%UCS.src:: -enc/trans/GB/UCS%GB12345.src:: -enc/trans/GB/GB2312%UCS.src:: -enc/trans/GB/UCS%GB2312.src:: +[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. @@ -243,12 +243,12 @@ enc/trans/GB/UCS%GB2312.src:: https://github.com/ruby/ruby/blob/trunk/LEGAL#L243 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. @@ -257,10 +257,10 @@ enc/trans/JIS/UCS%JISX0212.src:: https://github.com/ruby/ruby/blob/trunk/LEGAL#L257 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...:: +[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. @@ -270,10 +270,10 @@ enc/trans/JIS/JISX0213-2%UCS@S...:: https://github.com/ruby/ruby/blob/trunk/LEGAL#L270 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:: +[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. @@ -282,22 +282,22 @@ enc/trans/JIS/UCS@SIP%JISX0213-2.src:: https://github.com/ruby/ruby/blob/trunk/LEGAL#L282 Copyright (C) 2001 I'O, All Rights Reserved. You can use, modify, distribute this table freely. -enc/trans/ucm/glibc-BIG5-2.3.3.ucm:: -enc/trans/ucm/glibc-BIG5HKSCS-2.3.3.ucm:: +[enc/trans/ucm/glibc-BIG5-2.3.3.ucm] +[enc/trans/ucm/glibc-BIG5HKSCS-2.3.3.ucm] >>> Copyright (C) 2001-2005, International Business Machines Corporation and others. All Rights Reserved. -enc/trans/ucm/windows-950-2000.ucm:: -enc/trans/ucm/windows-950_hkscs-2001.ucm:: +[enc/trans/ucm/windows-950-2000.ucm] +[enc/trans/ucm/windows-950_hkscs-2001.ucm] >>> Copyright (C) 2001-2002, International Business Machines Corporation and others. All Rights Reserved. -configure:: +[configure] This file is free software. @@ -307,7 +307,7 @@ configure:: https://github.com/ruby/ruby/blob/trunk/LEGAL#L307 This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. -aclocal.m4:: +[aclocal.m4] This file is free software. @@ -318,8 +318,8 @@ aclocal.m4:: https://github.com/ruby/ruby/blob/trunk/LEGAL#L318 gives unlimited permission to copy and/or distribute it, with or without modifications, as long as this notice is preserved. -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. @@ -347,8 +347,8 @@ tool/config.sub:: https://github.com/ruby/ruby/blob/trunk/LEGAL#L347 program. This Exception is an additional permission under section 7 of the GNU General Public License, version 3 ("GPLv3"). -parse.c:: -parse.h:: +[parse.c] +[parse.h] These files are licensed under the GPL, but are incorporated into Ruby and redistributed under the terms of the Ruby license, as permitted by the @@ -383,7 +383,7 @@ parse.h:: https://github.com/ruby/ruby/blob/trunk/LEGAL#L383 This special exception was added by the Free Software Foundation in version 2.2 of Bison. -missing/dtoa.c:: +[missing/dtoa.c] This file is under these licenses. @@ -426,8 +426,8 @@ missing/dtoa.c:: https://github.com/ruby/ruby/blob/trunk/LEGAL#L426 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -win32/win32.c:: -include/ruby/win32.h:: +[win32/win32.c] +[include/ruby/win32.h] You can apply the Artistic License to these files. (or GPL, alternatively) @@ -438,7 +438,7 @@ include/ruby/win32.h:: https://github.com/ruby/ruby/blob/trunk/LEGAL#L438 You may distribute under the terms of either the GNU General Public License or the Artistic License, as specified in the perl README file. -missing/mt19937.c:: +[missing/mt19937.c] This file is under the new-style BSD license. @@ -488,7 +488,7 @@ missing/mt19937.c:: https://github.com/ruby/ruby/blob/trunk/LEGAL#L488 The Wayback Machine url: http://web.archive.org/web/19990429082237/http://www.math.keio.ac.jp/matumoto/emt.html -missing/procstat_vm.c:: +[missing/procstat_vm.c] This file is under the new-style BSD license. @@ -519,7 +519,7 @@ missing/procstat_vm.c:: https://github.com/ruby/ruby/blob/trunk/LEGAL#L519 $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}[rdoc-label:label-Old-style+BSD+license]. @@ -530,33 +530,33 @@ vsnprintf.c:: https://github.com/ruby/ruby/blob/trunk/LEGAL#L530 This code is derived from software contributed to Berkeley by Chris Torek. -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:: -missin (... truncated) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/