diff options
author | ksaito <ksaito@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-03-05 15:40:36 +0000 |
---|---|---|
committer | ksaito <ksaito@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-03-05 15:40:36 +0000 |
commit | f353d89d8254a6b065cac4f77f1dc4760aad2b91 (patch) | |
tree | d33331925fdb770de55bc3826fb197e5eef2c721 /LEGAL | |
parent | 5770336f8be4ac6dbdff43587fda2b508d3786de (diff) | |
download | bundler-f353d89d8254a6b065cac4f77f1dc4760aad2b91.tar.gz |
* 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@5896 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'LEGAL')
-rw-r--r-- | LEGAL | 51 |
1 files changed, 23 insertions, 28 deletions
@@ -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 <matz@nts.co.jp> - Perl5 extension added by matz <matz@caelum.co.jp> - UTF-8 extension added Jan 16 1999 by Yoshida Masato <yoshidam@tau.bekkoame.ne.jp> +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 <kosako@sofnec.co.jp> + +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: |