From f35a6fe3d7f29a10696f2530cf2e4268bef0ace0 Mon Sep 17 00:00:00 2001 From: ksaito Date: Fri, 5 Mar 2004 15:40:36 +0000 Subject: * oniggnu.h: imported from Oniguruma library. * oniguruma.h: ditto. * regcomp.c: ditto. * regenc.c: ditto. * regenc.h: ditto. * regerror.c: ditto. * regex.c: ditto. * regexec.c: ditto. * reggnu.c: ditto. * regint.h: ditto. * regparse.c: ditto. * regparse.h: ditto. * ascii.c: ditto. * euc_jp.c: ditto. * sjis.c: ditto. * utf8.c: ditto. * MANIFEST: added Oniguruma files listed above. * LEGAL: added Oniguruma license. * regex.h: now includes oniggnu.h. * re.c: applied Oniguruma patch. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5896 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- LEGAL | 51 +++++++++++++++++++++++---------------------------- 1 file changed, 23 insertions(+), 28 deletions(-) (limited to 'LEGAL') diff --git a/LEGAL b/LEGAL index dce7c1acb..121c5a718 100644 --- a/LEGAL +++ b/LEGAL @@ -5,34 +5,29 @@ All the files in this distribution are covered under either the Ruby's license (see the file COPYING) or public-domain except some files mentioned below. -regex.[ch]: - - These files are under LGPL. Treat them as LGPL says. (See the file - LGPL for details) - - Extended regular expression matching and search library. - Copyright (C) 1993, 94, 95, 96, 97, 98 Free Software Foundation, Inc. - - The GNU C Library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public License as - published by the Free Software Foundation; either version 2 of the - License, or (at your option) any later version. - - The GNU C Library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with the GNU C Library; see the file LGPL. If not, - write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, - Boston, MA 02111-1307, USA. */ - - Multi-byte extension added May, 1993 by t^2 (Takahiro Tanimoto) - Last change: May 21, 1993 by t^2 - removed gapped buffer support, multiple syntax support by matz - Perl5 extension added by matz - UTF-8 extension added Jan 16 1999 by Yoshida Masato +oniggnu.h: +oniguruma.h: +regcomp.c: +regenc.[ch]: +regerror.c: +regex.c: +regexec.c: +reggnu.c: +regint.h: +regparse.[ch]: +ascii.c: +euc_jp.c: +sjis.c: +utf8.c: + +Oniguruma ---- (C) K.Kosako + +http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/oniguruma/ +http://www.freebsd.org/cgi/cvsweb.cgi/ports/devel/oniguruma/ +http://www.geocities.jp/kosako1/oniguruma/ + + When this software is partly used or it is distributed with Ruby, + this of Ruby follows the license of Ruby. configure: -- cgit