From 92079bcc8d32fd7acbf2bc7ddba05469085c6c20 Mon Sep 17 00:00:00 2001 From: knu Date: Fri, 13 Jul 2001 08:32:32 +0000 Subject: [PATCH] Add LEGAL, legal notice information. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@1598 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- COPYING | 7 +++---- COPYING.jp | 6 ++---- LEGAL | 1 - 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/COPYING b/COPYING index 508dcdca3f..23e12f76a0 100644 --- a/COPYING +++ b/COPYING @@ -39,11 +39,10 @@ You can redistribute it and/or modify it under either the terms of the GPL 4. You may modify and include the part of the software into any other software (possibly commercial). But some files in the distribution - are not written by the author, so that they are not under this terms. + are not written by the author, so that they are not under these terms. - They are gc.c(partly), utils.c(partly), regex.[ch], st.[ch] and some - files under the ./missing directory. See each file for the copying - condition. + For the list of those files and their copying conditions, see the + file LEGAL. 5. The scripts and library files supplied as input to or produced as output from the software do not automatically fall under the diff --git a/COPYING.jp b/COPYING.jp index 2c9c6ffaae..933cc7cb9a 100644 --- a/COPYING.jp +++ b/COPYING.jp @@ -37,10 +37,8 @@ Public License)または以下に示す条件で本プログラムを再配布で だし,本プログラムに含まれる他の作者によるコードは,そ れぞれの作者の意向による制限が加えられる場合があります. - 具体的にはgc.c(一部),util.c(一部),st.[ch],regex.[ch] - および ./missingディレクトリ下のファイル群が該当します. - それぞれの配布条件などに付いては各ファイルを参照してく - ださい. + それらファイルの一覧とそれぞれの配布条件などに付いては + LEGALファイルを参照してください. 5. 本プログラムへの入力となるスクリプトおよび,本プログラ ムからの出力の権利は本プログラムの作者ではなく,それぞ diff --git a/LEGAL b/LEGAL index ebbfe90a68..5200ae7293 100644 --- a/LEGAL +++ b/LEGAL @@ -63,7 +63,6 @@ missing/strftime.c: missing/strncasecmp.c: missing/strstr.c: missing/strtol.c: -ext/sha1/sha1.[ch]: These files are all under public domain.