mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* LEGAL: updated file names removed and added. [ruby-dev:36426]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19452 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b6c7768be1
commit
a5a92315a1
2 changed files with 42 additions and 19 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Mon Sep 22 10:15:24 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||||
|
|
||||||
|
* LEGAL: updated file names removed and added. [ruby-dev:36426]
|
||||||
|
|
||||||
Mon Sep 22 02:39:05 2008 NARUSE, Yui <naruse@ruby-lang.org>
|
Mon Sep 22 02:39:05 2008 NARUSE, Yui <naruse@ruby-lang.org>
|
||||||
|
|
||||||
* encoding.c (get_default_external): add description.
|
* encoding.c (get_default_external): add description.
|
||||||
|
|
57
LEGAL
57
LEGAL
|
@ -5,18 +5,50 @@ All the files in this distribution are covered under either the Ruby's
|
||||||
license (see the file COPYING) or public-domain except some files
|
license (see the file COPYING) or public-domain except some files
|
||||||
mentioned below.
|
mentioned below.
|
||||||
|
|
||||||
oniguruma.h:
|
include/ruby/oniguruma.h:
|
||||||
regcomp.c:
|
regcomp.c:
|
||||||
regenc.[ch]:
|
regenc.[ch]:
|
||||||
regerror.c:
|
regerror.c:
|
||||||
regex.c:
|
|
||||||
regexec.c:
|
regexec.c:
|
||||||
regint.h:
|
regint.h:
|
||||||
regparse.[ch]:
|
regparse.[ch]:
|
||||||
ascii.c:
|
enc/ascii.c
|
||||||
euc_jp.c:
|
enc/big5.c
|
||||||
sjis.c:
|
enc/cp949.c
|
||||||
utf8.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
|
||||||
|
|
||||||
Oniguruma ---- (C) K.Kosako <sndgk393 AT ybb DOT ne DOT jp>
|
Oniguruma ---- (C) K.Kosako <sndgk393 AT ybb DOT ne DOT jp>
|
||||||
|
|
||||||
|
@ -149,8 +181,6 @@ missing/isnan.c:
|
||||||
missing/memcmp.c:
|
missing/memcmp.c:
|
||||||
missing/memmove.c:
|
missing/memmove.c:
|
||||||
missing/strchr.c:
|
missing/strchr.c:
|
||||||
missing/streror.c:
|
|
||||||
missing/strftime.c:
|
|
||||||
missing/strstr.c:
|
missing/strstr.c:
|
||||||
missing/strtol.c:
|
missing/strtol.c:
|
||||||
ext/digest/sha1/sha1.[ch]:
|
ext/digest/sha1/sha1.[ch]:
|
||||||
|
@ -269,18 +299,7 @@ ext/digest/rmd160/rmd160.[ch]:
|
||||||
Copyright (c) Katholieke Universiteit Leuven
|
Copyright (c) Katholieke Universiteit Leuven
|
||||||
1996, All Rights Reserved
|
1996, All Rights Reserved
|
||||||
|
|
||||||
ext/digest/rmd160/rmd160hl.c:
|
|
||||||
ext/digest/sha1/sha1hl.c:
|
|
||||||
|
|
||||||
These files are under the beer-ware license.
|
|
||||||
|
|
||||||
"THE BEER-WARE LICENSE" (Revision 42):
|
|
||||||
<phk@login.dkuug.dk> wrote this file. As long as you retain this notice you
|
|
||||||
can do whatever you want with this stuff. If we meet some day, and you think
|
|
||||||
this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
|
|
||||||
|
|
||||||
ext/digest/sha2/sha2.[ch]:
|
ext/digest/sha2/sha2.[ch]:
|
||||||
ext/digest/sha2/sha2hl.c:
|
|
||||||
|
|
||||||
These files are under the new-style BSD license.
|
These files are under the new-style BSD license.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue