mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* LEGAL (ext/nkf/nkf-utf8): updated from nkf1.7 to nkf-utf8.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8759 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
032248d337
commit
6fc0148b27
2 changed files with 11 additions and 4 deletions
|
@ -1,3 +1,7 @@
|
|||
Thu Jul 14 00:45:42 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* LEGAL (ext/nkf/nkf-utf8): updated from nkf1.7 to nkf-utf8.
|
||||
|
||||
Wed Jul 13 22:44:00 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* parse.y: remove static variables. [ruby-dev:26530]
|
||||
|
|
11
LEGAL
11
LEGAL
|
@ -298,17 +298,20 @@ ext/digest/sha2/sha2hl.c:
|
|||
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
SUCH DAMAGE.
|
||||
|
||||
ext/nkf/nkf1.7/nkf.c:
|
||||
ext/nkf/nkf-utf8/config.h:
|
||||
ext/nkf/nkf-utf8/nkf.c:
|
||||
ext/nkf/nkf-utf8/utf8tbl.c:
|
||||
|
||||
This file is under the following license. So to speak, it is
|
||||
These files are under the following license. So to speak, it is
|
||||
copyrighted semi-public-domain software.
|
||||
|
||||
Copyright (C) 1987, Fujitsu LTD. (Itaru ICHIKAWA)
|
||||
Everyone is permitted to do anything on this program
|
||||
including copying, modifying, improving.
|
||||
including copying, modifying, improving,
|
||||
as long as you don't try to pretend that you wrote it.
|
||||
i.e., the above copyright notice has to appear in all copies.
|
||||
You don't have to ask before copying or publishing.
|
||||
Binary distribution requires original version messages.
|
||||
You don't have to ask before copying, redistribution or publishing.
|
||||
THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE.
|
||||
|
||||
ext/socket/addrinfo.h:
|
||||
|
|
Loading…
Reference in a new issue