mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Include LEGAL in .document [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66119 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7a46a3b941
commit
0d54245a1c
2 changed files with 350 additions and 321 deletions
|
@ -28,6 +28,8 @@ COPYING
|
||||||
COPYING.ja
|
COPYING.ja
|
||||||
CONTRIBUTING.md
|
CONTRIBUTING.md
|
||||||
|
|
||||||
|
LEGAL
|
||||||
|
|
||||||
# win32/README.win32 linked from README.md
|
# win32/README.win32 linked from README.md
|
||||||
win32
|
win32
|
||||||
|
|
||||||
|
|
669
LEGAL
669
LEGAL
|
@ -1,3 +1,5 @@
|
||||||
|
# -*- rdoc -*-
|
||||||
|
|
||||||
LEGAL NOTICE INFORMATION
|
LEGAL NOTICE INFORMATION
|
||||||
------------------------
|
------------------------
|
||||||
|
|
||||||
|
@ -5,16 +7,16 @@ 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.
|
||||||
|
|
||||||
ccan/build_assert/build_assert.h
|
ccan/build_assert/build_assert.h::
|
||||||
ccan/check_type/check_type.h
|
ccan/check_type/check_type.h::
|
||||||
ccan/container_of/container_of.h
|
ccan/container_of/container_of.h::
|
||||||
ccan/str/str.h
|
ccan/str/str.h::
|
||||||
|
|
||||||
These files are licensed under the CC0.
|
These files are licensed under the CC0.
|
||||||
|
|
||||||
https://creativecommons.org/choose/zero/
|
https://creativecommons.org/choose/zero/
|
||||||
|
|
||||||
ccan/list/list.h
|
ccan/list/list.h::
|
||||||
|
|
||||||
This file is licensed under the MIT License.
|
This file is licensed under the MIT License.
|
||||||
|
|
||||||
|
@ -36,123 +38,120 @@ ccan/list/list.h
|
||||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||||
THE SOFTWARE.
|
THE SOFTWARE.
|
||||||
|
|
||||||
include/ruby/onigmo.h:
|
include/ruby/onigmo.h::
|
||||||
include/ruby/oniguruma.h:
|
include/ruby/oniguruma.h::
|
||||||
regcomp.c:
|
regcomp.c::
|
||||||
regenc.[ch]:
|
regenc.c::
|
||||||
regerror.c:
|
regenc.h::
|
||||||
regexec.c:
|
regerror.c::
|
||||||
regint.h:
|
regexec.c::
|
||||||
regparse.[ch]:
|
regint.h::
|
||||||
enc/ascii.c
|
regparse.c::
|
||||||
enc/big5.c
|
regparse.h::
|
||||||
enc/cp949.c
|
enc/ascii.c::
|
||||||
enc/emacs_mule.c
|
enc/big5.c::
|
||||||
enc/encdb.c
|
enc/cp949.c::
|
||||||
enc/euc_jp.c
|
enc/emacs_mule.c::
|
||||||
enc/euc_kr.c
|
enc/encdb.c::
|
||||||
enc/euc_tw.c
|
enc/euc_jp.c::
|
||||||
enc/gb18030.c
|
enc/euc_kr.c::
|
||||||
enc/gb2312.c
|
enc/euc_tw.c::
|
||||||
enc/gbk.c
|
enc/gb18030.c::
|
||||||
enc/iso_8859_1.c
|
enc/gb2312.c::
|
||||||
enc/iso_8859_10.c
|
enc/gbk.c::
|
||||||
enc/iso_8859_11.c
|
enc/iso_8859_1.c::
|
||||||
enc/iso_8859_13.c
|
enc/iso_8859_10.c::
|
||||||
enc/iso_8859_14.c
|
enc/iso_8859_11.c::
|
||||||
enc/iso_8859_15.c
|
enc/iso_8859_13.c::
|
||||||
enc/iso_8859_16.c
|
enc/iso_8859_14.c::
|
||||||
enc/iso_8859_2.c
|
enc/iso_8859_15.c::
|
||||||
enc/iso_8859_3.c
|
enc/iso_8859_16.c::
|
||||||
enc/iso_8859_4.c
|
enc/iso_8859_2.c::
|
||||||
enc/iso_8859_5.c
|
enc/iso_8859_3.c::
|
||||||
enc/iso_8859_6.c
|
enc/iso_8859_4.c::
|
||||||
enc/iso_8859_7.c
|
enc/iso_8859_5.c::
|
||||||
enc/iso_8859_8.c
|
enc/iso_8859_6.c::
|
||||||
enc/iso_8859_9.c
|
enc/iso_8859_7.c::
|
||||||
enc/koi8_r.c
|
enc/iso_8859_8.c::
|
||||||
enc/koi8_u.c
|
enc/iso_8859_9.c::
|
||||||
enc/shift_jis.c
|
enc/koi8_r.c::
|
||||||
enc/unicode.c
|
enc/koi8_u.c::
|
||||||
enc/us_ascii.c
|
enc/shift_jis.c::
|
||||||
enc/utf_16be.c
|
enc/unicode.c::
|
||||||
enc/utf_16le.c
|
enc/us_ascii.c::
|
||||||
enc/utf_32be.c
|
enc/utf_16be.c::
|
||||||
enc/utf_32le.c
|
enc/utf_16le.c::
|
||||||
enc/utf_8.c
|
enc/utf_32be.c::
|
||||||
enc/windows_1251.c
|
enc/utf_32le.c::
|
||||||
|
enc/utf_8.c::
|
||||||
|
enc/windows_1251.c::
|
||||||
|
|
||||||
Onigmo (Oniguruma-mod) LICENSE
|
Onigmo (Oniguruma-mod) LICENSE
|
||||||
------------------------------
|
|
||||||
|
|
||||||
/*-
|
Copyright (c) 2002-2009 K.Kosako <sndgk393 AT ybb DOT ne DOT jp>
|
||||||
* Copyright (c) 2002-2009 K.Kosako <sndgk393 AT ybb DOT ne DOT jp>
|
Copyright (c) 2011-2014 K.Takata <kentkt AT csc DOT jp>
|
||||||
* Copyright (c) 2011-2014 K.Takata <kentkt AT csc DOT jp>
|
All rights reserved.
|
||||||
* All rights reserved.
|
|
||||||
*
|
|
||||||
* Redistribution and use in source and binary forms, with or without
|
|
||||||
* modification, are permitted provided that the following conditions
|
|
||||||
* are met:
|
|
||||||
* 1. Redistributions of source code must retain the above copyright
|
|
||||||
* notice, this list of conditions and the following disclaimer.
|
|
||||||
* 2. Redistributions in binary form must reproduce the above copyright
|
|
||||||
* notice, this list of conditions and the following disclaimer in the
|
|
||||||
* documentation and/or other materials provided with the distribution.
|
|
||||||
*
|
|
||||||
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
|
||||||
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
||||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
||||||
* ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
|
||||||
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
||||||
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
||||||
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
||||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
||||||
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
||||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
||||||
* SUCH DAMAGE.
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
modification, are permitted provided that the following conditions
|
||||||
|
are met:
|
||||||
|
1. Redistributions of source code must retain the above copyright
|
||||||
|
notice, this list of conditions and the following disclaimer.
|
||||||
|
2. Redistributions in binary form must reproduce the above copyright
|
||||||
|
notice, this list of conditions and the following disclaimer in the
|
||||||
|
documentation and/or other materials provided with the distribution.
|
||||||
|
|
||||||
Oniguruma LICENSE
|
THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
||||||
-----------------
|
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||||
|
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||||
|
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
||||||
|
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||||
|
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||||
|
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||||
|
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||||
|
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||||
|
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
|
SUCH DAMAGE.
|
||||||
|
|
||||||
/*-
|
Oniguruma LICENSE
|
||||||
* Copyright (c) 2002-2009 K.Kosako <sndgk393 AT ybb DOT ne DOT jp>
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
|
||||||
* Redistribution and use in source and binary forms, with or without
|
|
||||||
* modification, are permitted provided that the following conditions
|
|
||||||
* are met:
|
|
||||||
* 1. Redistributions of source code must retain the above copyright
|
|
||||||
* notice, this list of conditions and the following disclaimer.
|
|
||||||
* 2. Redistributions in binary form must reproduce the above copyright
|
|
||||||
* notice, this list of conditions and the following disclaimer in the
|
|
||||||
* documentation and/or other materials provided with the distribution.
|
|
||||||
*
|
|
||||||
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
|
||||||
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
||||||
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
||||||
* ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
|
||||||
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
||||||
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
||||||
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
||||||
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
||||||
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
||||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
||||||
* SUCH DAMAGE.
|
|
||||||
*/
|
|
||||||
|
|
||||||
https://github.com/k-takata/Onigmo/
|
Copyright (c) 2002-2009 K.Kosako <sndgk393 AT ybb DOT ne DOT jp>
|
||||||
https://github.com/kkos/oniguruma
|
All rights reserved.
|
||||||
https://svnweb.freebsd.org/ports/head/devel/oniguruma/
|
|
||||||
|
|
||||||
When this software is partly used or it is distributed with Ruby,
|
Redistribution and use in source and binary forms, with or without
|
||||||
this of Ruby follows the license of Ruby.
|
modification, are permitted provided that the following conditions
|
||||||
|
are met:
|
||||||
|
1. Redistributions of source code must retain the above copyright
|
||||||
|
notice, this list of conditions and the following disclaimer.
|
||||||
|
2. Redistributions in binary form must reproduce the above copyright
|
||||||
|
notice, this list of conditions and the following disclaimer in the
|
||||||
|
documentation and/or other materials provided with the distribution.
|
||||||
|
|
||||||
enc/trans/GB/GB12345%UCS.src:
|
THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
||||||
enc/trans/GB/UCS%GB12345.src:
|
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||||
enc/trans/GB/GB2312%UCS.src:
|
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||||
enc/trans/GB/UCS%GB2312.src:
|
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
||||||
|
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||||
|
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||||
|
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||||
|
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||||
|
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||||
|
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
|
SUCH DAMAGE.
|
||||||
|
|
||||||
|
* https://github.com/k-takata/Onigmo/
|
||||||
|
* https://github.com/kkos/oniguruma
|
||||||
|
* https://svnweb.freebsd.org/ports/head/devel/oniguruma/
|
||||||
|
|
||||||
|
When this software is partly used or it is distributed with Ruby,
|
||||||
|
this of Ruby follows the license of Ruby.
|
||||||
|
|
||||||
|
enc/trans/GB/GB12345%UCS.src::
|
||||||
|
enc/trans/GB/UCS%GB12345.src::
|
||||||
|
enc/trans/GB/GB2312%UCS.src::
|
||||||
|
enc/trans/GB/UCS%GB2312.src::
|
||||||
|
|
||||||
|
These files have this explanatory texts.
|
||||||
|
|
||||||
This mapping data was created from files provided by Unicode, Inc.
|
This mapping data was created from files provided by Unicode, Inc.
|
||||||
(The Unicode Consortium). The files were used to create a product supporting
|
(The Unicode Consortium). The files were used to create a product supporting
|
||||||
|
@ -161,36 +160,43 @@ enc/trans/GB/UCS%GB2312.src:
|
||||||
files for any particular purpose, and has ceased to publish the files many
|
files for any particular purpose, and has ceased to publish the files many
|
||||||
years ago.
|
years ago.
|
||||||
|
|
||||||
enc/trans/JIS/JISX0201-KANA%UCS.src:
|
enc/trans/JIS/JISX0201-KANA%UCS.src::
|
||||||
enc/trans/JIS/JISX0208@1990%UCS.src:
|
enc/trans/JIS/JISX0208\@1990%UCS.src::
|
||||||
enc/trans/JIS/JISX0212%UCS.src:
|
enc/trans/JIS/JISX0212%UCS.src::
|
||||||
enc/trans/JIS/UCS%JISX0201-KANA.src:
|
enc/trans/JIS/UCS%JISX0201-KANA.src::
|
||||||
enc/trans/JIS/UCS%JISX0208@1990.src:
|
enc/trans/JIS/UCS%JISX0208@1990.src::
|
||||||
enc/trans/JIS/UCS%JISX0212.src:
|
enc/trans/JIS/UCS%JISX0212.src::
|
||||||
|
|
||||||
|
These files are copyrighted as the following.
|
||||||
|
|
||||||
© 2015 Unicode®, Inc.
|
© 2015 Unicode®, Inc.
|
||||||
|
|
||||||
For terms of use, see http://www.unicode.org/terms_of_use.html
|
For terms of use, see http://www.unicode.org/terms_of_use.html
|
||||||
|
|
||||||
enc/trans/JIS/JISX0213-1%UCS@BMP.src:
|
enc/trans/JIS/JISX0213-1%UCS@BMP.src::
|
||||||
enc/trans/JIS/JISX0213-1%UCS@SIP.src:
|
enc/trans/JIS/JISX0213-1%UCS@SIP.src::
|
||||||
enc/trans/JIS/JISX0213-2%UCS@BMP.src:
|
enc/trans/JIS/JISX0213-2%UCS@BMP.src::
|
||||||
enc/trans/JIS/JISX0213-2%UCS@SIP.src:
|
enc/trans/JIS/JISX0213-2%UCS@SIP.src::
|
||||||
|
|
||||||
Copyright (C) 2001 earthian@tama.or.jp, All Rights Reserved.
|
These files are copyrighted as the following.
|
||||||
Copyright (C) 2001 I'O, All Rights Reserved.
|
|
||||||
Copyright (C) 2006 Project X0213, All Rights Reserved.
|
|
||||||
You can use, modify, distribute this table freely.
|
|
||||||
|
|
||||||
enc/trans/JIS/UCS@BMP%JISX0213-1.src:
|
Copyright (C) 2001 earthian@tama.or.jp, All Rights Reserved.
|
||||||
enc/trans/JIS/UCS@BMP%JISX0213-2.src:
|
Copyright (C) 2001 I'O, All Rights Reserved.
|
||||||
enc/trans/JIS/UCS@SIP%JISX0213-1.src:
|
Copyright (C) 2006 Project X0213, All Rights Reserved.
|
||||||
enc/trans/JIS/UCS@SIP%JISX0213-2.src:
|
You can use, modify, distribute this table freely.
|
||||||
|
|
||||||
Copyright (C) 2001 earthian@tama.or.jp, All Rights Reserved.
|
enc/trans/JIS/UCS@BMP%JISX0213-1.src::
|
||||||
Copyright (C) 2001 I'O, All Rights Reserved.
|
enc/trans/JIS/UCS@BMP%JISX0213-2.src::
|
||||||
You can use, modify, distribute this table freely.
|
enc/trans/JIS/UCS@SIP%JISX0213-1.src::
|
||||||
|
enc/trans/JIS/UCS@SIP%JISX0213-2.src::
|
||||||
|
|
||||||
configure:
|
These files are copyrighted as the following.
|
||||||
|
|
||||||
|
Copyright (C) 2001 earthian@tama.or.jp, All Rights Reserved.
|
||||||
|
Copyright (C) 2001 I'O, All Rights Reserved.
|
||||||
|
You can use, modify, distribute this table freely.
|
||||||
|
|
||||||
|
configure::
|
||||||
|
|
||||||
This file is free software.
|
This file is free software.
|
||||||
|
|
||||||
|
@ -199,8 +205,8 @@ configure:
|
||||||
This configure script is free software; the Free Software Foundation
|
This configure script is free software; the Free Software Foundation
|
||||||
gives unlimited permission to copy, distribute and modify it.
|
gives unlimited permission to copy, distribute and modify it.
|
||||||
|
|
||||||
tool/config.guess:
|
tool/config.guess::
|
||||||
tool/config.sub:
|
tool/config.sub::
|
||||||
|
|
||||||
As long as you distribute these files with the file configure, they
|
As long as you distribute these files with the file configure, they
|
||||||
are covered under the Ruby's license.
|
are covered under the Ruby's license.
|
||||||
|
@ -227,7 +233,7 @@ tool/config.sub:
|
||||||
configuration script generated by Autoconf, you may include it under
|
configuration script generated by Autoconf, you may include it under
|
||||||
the same distribution terms that you use for the rest of that program.
|
the same distribution terms that you use for the rest of that program.
|
||||||
|
|
||||||
parse.c:
|
parse.c::
|
||||||
|
|
||||||
This file is licensed under the GPL, but is incorporated into Ruby and
|
This file is licensed under the GPL, but is incorporated into Ruby and
|
||||||
redistributed under the terms of the Ruby license, as permitted by the
|
redistributed under the terms of the Ruby license, as permitted by the
|
||||||
|
@ -251,7 +257,7 @@ parse.c:
|
||||||
Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||||
Boston, MA 02110-1301, USA. */
|
Boston, MA 02110-1301, USA. */
|
||||||
|
|
||||||
/* As a special exception, you may create a larger work that contains
|
As a special exception, you may create a larger work that contains
|
||||||
part or all of the Bison parser skeleton and distribute that work
|
part or all of the Bison parser skeleton and distribute that work
|
||||||
under terms of your choice, so long as that work isn't itself a
|
under terms of your choice, so long as that work isn't itself a
|
||||||
parser generator using the skeleton or a modified version thereof
|
parser generator using the skeleton or a modified version thereof
|
||||||
|
@ -262,9 +268,11 @@ parse.c:
|
||||||
License without this special exception.
|
License without this special exception.
|
||||||
|
|
||||||
This special exception was added by the Free Software Foundation in
|
This special exception was added by the Free Software Foundation in
|
||||||
version 2.2 of Bison. */
|
version 2.2 of Bison.
|
||||||
|
|
||||||
util.c (partly):
|
util.c (partly)::
|
||||||
|
|
||||||
|
This file contains the source code under this license.
|
||||||
|
|
||||||
Copyright (c) 1991, 2000, 2001 by Lucent Technologies.
|
Copyright (c) 1991, 2000, 2001 by Lucent Technologies.
|
||||||
|
|
||||||
|
@ -279,7 +287,7 @@ util.c (partly):
|
||||||
REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
|
REPRESENTATION OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY
|
||||||
OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
|
OF THIS SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
|
||||||
|
|
||||||
win32/win32.[ch]:
|
win32/win32.{c,h}::
|
||||||
|
|
||||||
You can apply the Artistic License to these files. (or GPL,
|
You can apply the Artistic License to these files. (or GPL,
|
||||||
alternatively)
|
alternatively)
|
||||||
|
@ -289,35 +297,37 @@ win32/win32.[ch]:
|
||||||
You may distribute under the terms of either the GNU General Public
|
You may distribute under the terms of either the GNU General Public
|
||||||
License or the Artistic License, as specified in the perl README file.
|
License or the Artistic License, as specified in the perl README file.
|
||||||
|
|
||||||
util.c (partly):
|
util.c (partly)::
|
||||||
|
|
||||||
Copyright (c) 2004-2008 David Schultz <das@FreeBSD.ORG>
|
This file contains the source code under this license.
|
||||||
All rights reserved.
|
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Copyright (c) 2004-2008 David Schultz <das@FreeBSD.ORG>
|
||||||
modification, are permitted provided that the following conditions
|
All rights reserved.
|
||||||
are met:
|
|
||||||
1. Redistributions of source code must retain the above copyright
|
|
||||||
notice, this list of conditions and the following disclaimer.
|
|
||||||
2. Redistributions in binary form must reproduce the above copyright
|
|
||||||
notice, this list of conditions and the following disclaimer in the
|
|
||||||
documentation and/or other materials provided with the distribution.
|
|
||||||
|
|
||||||
THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
Redistribution and use in source and binary forms, with or without
|
||||||
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
modification, are permitted provided that the following conditions
|
||||||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
are met:
|
||||||
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
1. Redistributions of source code must retain the above copyright
|
||||||
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
notice, this list of conditions and the following disclaimer.
|
||||||
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
2. Redistributions in binary form must reproduce the above copyright
|
||||||
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
notice, this list of conditions and the following disclaimer in the
|
||||||
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
documentation and/or other materials provided with the distribution.
|
||||||
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
||||||
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
||||||
SUCH DAMAGE.
|
|
||||||
|
|
||||||
random.c
|
THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
||||||
|
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
||||||
|
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
||||||
|
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
||||||
|
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
||||||
|
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
||||||
|
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
||||||
|
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
||||||
|
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
||||||
|
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
|
SUCH DAMAGE.
|
||||||
|
|
||||||
This file is under the new-style BSD license.
|
random.c::
|
||||||
|
|
||||||
|
This file contains the source code under the new-style BSD license.
|
||||||
|
|
||||||
A C-program for MT19937, with initialization improved 2002/2/10.
|
A C-program for MT19937, with initialization improved 2002/2/10.
|
||||||
Coded by Takuji Nishimura and Makoto Matsumoto.
|
Coded by Takuji Nishimura and Makoto Matsumoto.
|
||||||
|
@ -335,15 +345,15 @@ random.c
|
||||||
are met:
|
are met:
|
||||||
|
|
||||||
1. Redistributions of source code must retain the above copyright
|
1. Redistributions of source code must retain the above copyright
|
||||||
notice, this list of conditions and the following disclaimer.
|
notice, this list of conditions and the following disclaimer.
|
||||||
|
|
||||||
2. Redistributions in binary form must reproduce the above copyright
|
2. Redistributions in binary form must reproduce the above copyright
|
||||||
notice, this list of conditions and the following disclaimer in the
|
notice, this list of conditions and the following disclaimer in the
|
||||||
documentation and/or other materials provided with the distribution.
|
documentation and/or other materials provided with the distribution.
|
||||||
|
|
||||||
3. The names of its contributors may not be used to endorse or promote
|
3. The names of its contributors may not be used to endorse or promote
|
||||||
products derived from this software without specific prior written
|
products derived from this software without specific prior written
|
||||||
permission.
|
permission.
|
||||||
|
|
||||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
||||||
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
||||||
|
@ -364,9 +374,9 @@ random.c
|
||||||
|
|
||||||
The Wayback Machine url: http://web.archive.org/web/19990429082237/http://www.math.keio.ac.jp/matumoto/emt.html
|
The Wayback Machine url: http://web.archive.org/web/19990429082237/http://www.math.keio.ac.jp/matumoto/emt.html
|
||||||
|
|
||||||
vm_dump.c:procstat_vm
|
vm_dump.c:procstat_vm::
|
||||||
|
|
||||||
This file is under the new-style BSD license.
|
This file contains the source code under the new-style BSD license.
|
||||||
|
|
||||||
Copyright (c) 2007 Robert N. M. Watson
|
Copyright (c) 2007 Robert N. M. Watson
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
@ -394,7 +404,7 @@ vm_dump.c:procstat_vm
|
||||||
|
|
||||||
$FreeBSD: head/usr.bin/procstat/procstat_vm.c 261780 2014-02-11 21:57:37Z jhb $
|
$FreeBSD: head/usr.bin/procstat/procstat_vm.c 261780 2014-02-11 21:57:37Z jhb $
|
||||||
|
|
||||||
vsnprintf.c:
|
vsnprintf.c::
|
||||||
|
|
||||||
This file is under the old-style BSD license. Note that the
|
This file is under the old-style BSD license. Note that the
|
||||||
paragraph 3 below is now null and void.
|
paragraph 3 below is now null and void.
|
||||||
|
@ -434,32 +444,33 @@ vsnprintf.c:
|
||||||
From ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
|
From ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
|
||||||
paragraph 3 above is now null and void.
|
paragraph 3 above is now null and void.
|
||||||
|
|
||||||
st.c:
|
st.c::
|
||||||
strftime.c:
|
strftime.c::
|
||||||
include/ruby/st.h:
|
include/ruby/st.h::
|
||||||
missing/acosh.c:
|
missing/acosh.c::
|
||||||
missing/alloca.c:
|
missing/alloca.c::
|
||||||
missing/dup2.c:
|
missing/dup2.c::
|
||||||
missing/erf.c:
|
missing/erf.c::
|
||||||
missing/finite.c:
|
missing/finite.c::
|
||||||
missing/hypot.c:
|
missing/hypot.c::
|
||||||
missing/isinf.c:
|
missing/isinf.c::
|
||||||
missing/isnan.c:
|
missing/isnan.c::
|
||||||
missing/lgamma_r.c:
|
missing/lgamma_r.c::
|
||||||
missing/memcmp.c:
|
missing/memcmp.c::
|
||||||
missing/memmove.c:
|
missing/memmove.c::
|
||||||
missing/strchr.c:
|
missing/strchr.c::
|
||||||
missing/strerror.c:
|
missing/strerror.c::
|
||||||
missing/strstr.c:
|
missing/strstr.c::
|
||||||
missing/tgamma.c:
|
missing/tgamma.c::
|
||||||
ext/date/date_strftime.c:
|
ext/date/date_strftime.c::
|
||||||
ext/digest/sha1/sha1.[ch]:
|
ext/digest/sha1/sha1.c::
|
||||||
ext/sdbm/_sdbm.c:
|
ext/digest/sha1/sha1.h::
|
||||||
ext/sdbm/sdbm.h:
|
ext/sdbm/_sdbm.c::
|
||||||
|
ext/sdbm/sdbm.h::
|
||||||
|
|
||||||
These files are all under public domain.
|
These files are all under public domain.
|
||||||
|
|
||||||
missing/crypt.c:
|
missing/crypt.c::
|
||||||
|
|
||||||
This file is under the old-style BSD license. Note that the
|
This file is under the old-style BSD license. Note that the
|
||||||
paragraph 3 below is now null and void.
|
paragraph 3 below is now null and void.
|
||||||
|
@ -494,7 +505,7 @@ missing/crypt.c:
|
||||||
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
SUCH DAMAGE.
|
SUCH DAMAGE.
|
||||||
|
|
||||||
missing/setproctitle.c
|
missing/setproctitle.c::
|
||||||
|
|
||||||
This file is under the old-style BSD license. Note that the
|
This file is under the old-style BSD license. Note that the
|
||||||
paragraph 3 below is now null and void.
|
paragraph 3 below is now null and void.
|
||||||
|
@ -528,8 +539,8 @@ missing/setproctitle.c
|
||||||
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
SUCH DAMAGE.
|
SUCH DAMAGE.
|
||||||
|
|
||||||
missing/strlcat.c
|
missing/strlcat.c::
|
||||||
missing/strlcpy.c
|
missing/strlcpy.c::
|
||||||
|
|
||||||
These files are under an ISC-style license.
|
These files are under an ISC-style license.
|
||||||
|
|
||||||
|
@ -547,18 +558,19 @@ missing/strlcpy.c
|
||||||
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||||
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
missing/langinfo.c
|
missing/langinfo.c::
|
||||||
|
|
||||||
This file is from http://www.cl.cam.ac.uk/~mgk25/ucs/langinfo.c.
|
This file is from http://www.cl.cam.ac.uk/~mgk25/ucs/langinfo.c.
|
||||||
Ruby uses a modified version. The file contains the following
|
Ruby uses a modified version. The file contains the following
|
||||||
author/copyright notice:
|
author/copyright notice:
|
||||||
|
|
||||||
Markus.Kuhn@cl.cam.ac.uk -- 2002-03-11
|
Markus.Kuhn@cl.cam.ac.uk -- 2002-03-11
|
||||||
Permission to use, copy, modify, and distribute this software
|
Permission to use, copy, modify, and distribute this software
|
||||||
for any purpose and without fee is hereby granted. The author
|
for any purpose and without fee is hereby granted. The author
|
||||||
disclaims all warranties with regard to this software.
|
disclaims all warranties with regard to this software.
|
||||||
|
|
||||||
ext/digest/md5/md5.[ch]:
|
ext/digest/md5/md5.c::
|
||||||
|
ext/digest/md5/md5.h::
|
||||||
|
|
||||||
These files are under the following license. Ruby uses modified
|
These files are under the following license. Ruby uses modified
|
||||||
versions of them.
|
versions of them.
|
||||||
|
@ -584,7 +596,8 @@ ext/digest/md5/md5.[ch]:
|
||||||
L. Peter Deutsch
|
L. Peter Deutsch
|
||||||
ghost@aladdin.com
|
ghost@aladdin.com
|
||||||
|
|
||||||
ext/digest/rmd160/rmd160.[ch]:
|
ext/digest/rmd160/rmd160.c::
|
||||||
|
ext/digest/rmd160/rmd160.h::
|
||||||
|
|
||||||
These files have the following copyright information, and by the
|
These files have the following copyright information, and by the
|
||||||
author we are allowed to use it under the new-style BSD license.
|
author we are allowed to use it under the new-style BSD license.
|
||||||
|
@ -596,7 +609,8 @@ 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/sha2/sha2.[ch]:
|
ext/digest/sha2/sha2.c::
|
||||||
|
ext/digest/sha2/sha2.h::
|
||||||
|
|
||||||
These files are under the new-style BSD license.
|
These files are under the new-style BSD license.
|
||||||
|
|
||||||
|
@ -626,7 +640,9 @@ ext/digest/sha2/sha2.[ch]:
|
||||||
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
SUCH DAMAGE.
|
SUCH DAMAGE.
|
||||||
|
|
||||||
ext/json/generator/generator.c:
|
ext/json/generator/generator.c::
|
||||||
|
|
||||||
|
The file contains the following copyright notice.
|
||||||
|
|
||||||
Copyright 2001-2004 Unicode, Inc.
|
Copyright 2001-2004 Unicode, Inc.
|
||||||
|
|
||||||
|
@ -648,9 +664,9 @@ ext/json/generator/generator.c:
|
||||||
for internal or external distribution as long as this notice
|
for internal or external distribution as long as this notice
|
||||||
remains attached.
|
remains attached.
|
||||||
|
|
||||||
ext/nkf/nkf-utf8/config.h:
|
ext/nkf/nkf-utf8/config.h::
|
||||||
ext/nkf/nkf-utf8/nkf.c:
|
ext/nkf/nkf-utf8/nkf.c::
|
||||||
ext/nkf/nkf-utf8/utf8tbl.c:
|
ext/nkf/nkf-utf8/utf8tbl.c::
|
||||||
|
|
||||||
These files are 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.
|
copyrighted semi-public-domain software.
|
||||||
|
@ -664,54 +680,59 @@ ext/nkf/nkf-utf8/utf8tbl.c:
|
||||||
You don't have to ask before copying, redistribution or publishing.
|
You don't have to ask before copying, redistribution or publishing.
|
||||||
THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE.
|
THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE.
|
||||||
|
|
||||||
ext/psych:
|
ext/psych::
|
||||||
test/psych:
|
test/psych::
|
||||||
|
|
||||||
Copyright 2009 Aaron Patterson, et al.
|
The files under these directories are under the following license, except for
|
||||||
|
ext/psych/yaml.
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
Copyright 2009 Aaron Patterson, et al.
|
||||||
this software and associated documentation files (the 'Software'), to deal in
|
|
||||||
the Software without restriction, including without limitation the rights to
|
|
||||||
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
||||||
of the Software, and to permit persons to whom the Software is furnished to do
|
|
||||||
so, subject to the following conditions:
|
|
||||||
|
|
||||||
The above copyright notice and this permission notice shall be included in all
|
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||||
copies or substantial portions of the Software.
|
this software and associated documentation files (the 'Software'), to deal in
|
||||||
|
the Software without restriction, including without limitation the rights to
|
||||||
|
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
||||||
|
of the Software, and to permit persons to whom the Software is furnished to do
|
||||||
|
so, subject to the following conditions:
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
The above copyright notice and this permission notice shall be included in all
|
||||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
copies or substantial portions of the Software.
|
||||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
||||||
SOFTWARE.
|
|
||||||
|
|
||||||
ext/psych/yaml:
|
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
|
|
||||||
Copyright (c) 2006 Kirill Simonov
|
ext/psych/yaml::
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
The files under this directory are under the following license.
|
||||||
this software and associated documentation files (the "Software"), to deal in
|
|
||||||
the Software without restriction, including without limitation the rights to
|
|
||||||
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
|
||||||
of the Software, and to permit persons to whom the Software is furnished to do
|
|
||||||
so, subject to the following conditions:
|
|
||||||
|
|
||||||
The above copyright notice and this permission notice shall be included in all
|
Copyright (c) 2006 Kirill Simonov
|
||||||
copies or substantial portions of the Software.
|
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
this software and associated documentation files (the "Software"), to deal in
|
||||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
the Software without restriction, including without limitation the rights to
|
||||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
||||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
of the Software, and to permit persons to whom the Software is furnished to do
|
||||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
so, subject to the following conditions:
|
||||||
SOFTWARE.
|
|
||||||
|
|
||||||
ext/socket/addrinfo.h:
|
The above copyright notice and this permission notice shall be included in all
|
||||||
ext/socket/getaddrinfo.c:
|
copies or substantial portions of the Software.
|
||||||
ext/socket/getnameinfo.c:
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
||||||
|
|
||||||
|
ext/socket/addrinfo.h::
|
||||||
|
ext/socket/getaddrinfo.c::
|
||||||
|
ext/socket/getnameinfo.c::
|
||||||
|
|
||||||
These files are under the new-style BSD license.
|
These files are under the new-style BSD license.
|
||||||
|
|
||||||
|
@ -742,7 +763,7 @@ ext/socket/getnameinfo.c:
|
||||||
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
SUCH DAMAGE.
|
SUCH DAMAGE.
|
||||||
|
|
||||||
ext/win32ole/win32ole.c:
|
ext/win32ole/win32ole.c::
|
||||||
|
|
||||||
You can apply the Artistic License to this file. (or GPL,
|
You can apply the Artistic License to this file. (or GPL,
|
||||||
alternatively)
|
alternatively)
|
||||||
|
@ -759,14 +780,16 @@ ext/win32ole/win32ole.c:
|
||||||
|
|
||||||
The Wayback Machine url: http://web.archive.org/web/19970607104352/http://www.activeware.com:80/
|
The Wayback Machine url: http://web.archive.org/web/19970607104352/http://www.activeware.com:80/
|
||||||
|
|
||||||
lib/rdoc/generator/template/darkfish/css/fonts.css:
|
lib/rdoc/generator/template/darkfish/css/fonts.css::
|
||||||
|
|
||||||
This file is licensed under the SIL Open Font License.
|
This file is licensed under the SIL Open Font License.
|
||||||
|
|
||||||
http://scripts.sil.org/OFL
|
http://scripts.sil.org/OFL
|
||||||
|
|
||||||
spec/mspec:
|
spec/mspec::
|
||||||
spec/ruby:
|
spec/ruby::
|
||||||
|
|
||||||
|
The files under these directories are under the following license.
|
||||||
|
|
||||||
Copyright (c) 2008 Engine Yard, Inc. All rights reserved.
|
Copyright (c) 2008 Engine Yard, Inc. All rights reserved.
|
||||||
|
|
||||||
|
@ -791,90 +814,94 @@ spec/ruby:
|
||||||
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
||||||
OTHER DEALINGS IN THE SOFTWARE.
|
OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
lib/rubygems.rb:
|
lib/rubygems.rb::
|
||||||
lib/rubygems:
|
lib/rubygems::
|
||||||
test/rubygems:
|
test/rubygems::
|
||||||
|
|
||||||
RubyGems is copyrighted free software by Chad Fowler, Rich Kilmer, Jim
|
RubyGems is under the following license.
|
||||||
Weirich and others. You can redistribute it and/or modify it under
|
|
||||||
either the terms of the MIT license (see the file MIT.txt), or the
|
|
||||||
conditions below:
|
|
||||||
|
|
||||||
1. You may make and give away verbatim copies of the source form of the
|
RubyGems is copyrighted free software by Chad Fowler, Rich Kilmer, Jim
|
||||||
software without restriction, provided that you duplicate all of the
|
Weirich and others. You can redistribute it and/or modify it under
|
||||||
original copyright notices and associated disclaimers.
|
either the terms of the MIT license (see the file MIT.txt), or the
|
||||||
|
conditions below:
|
||||||
|
|
||||||
2. You may modify your copy of the software in any way, provided that
|
1. You may make and give away verbatim copies of the source form of the
|
||||||
you do at least ONE of the following:
|
software without restriction, provided that you duplicate all of the
|
||||||
|
original copyright notices and associated disclaimers.
|
||||||
|
|
||||||
a. place your modifications in the Public Domain or otherwise
|
2. You may modify your copy of the software in any way, provided that
|
||||||
make them Freely Available, such as by posting said
|
you do at least ONE of the following:
|
||||||
modifications to Usenet or an equivalent medium, or by allowing
|
|
||||||
the author to include your modifications in the software.
|
|
||||||
|
|
||||||
b. use the modified software only within your corporation or
|
a. place your modifications in the Public Domain or otherwise
|
||||||
organization.
|
make them Freely Available, such as by posting said
|
||||||
|
modifications to Usenet or an equivalent medium, or by allowing
|
||||||
|
the author to include your modifications in the software.
|
||||||
|
|
||||||
c. give non-standard executables non-standard names, with
|
b. use the modified software only within your corporation or
|
||||||
instructions on where to get the original software distribution.
|
organization.
|
||||||
|
|
||||||
d. make other distribution arrangements with the author.
|
c. give non-standard executables non-standard names, with
|
||||||
|
instructions on where to get the original software distribution.
|
||||||
|
|
||||||
3. You may distribute the software in object code or executable
|
d. make other distribution arrangements with the author.
|
||||||
form, provided that you do at least ONE of the following:
|
|
||||||
|
|
||||||
a. distribute the executables and library files of the software,
|
3. You may distribute the software in object code or executable
|
||||||
together with instructions (in the manual page or equivalent)
|
form, provided that you do at least ONE of the following:
|
||||||
on where to get the original distribution.
|
|
||||||
|
|
||||||
b. accompany the distribution with the machine-readable source of
|
a. distribute the executables and library files of the software,
|
||||||
the software.
|
together with instructions (in the manual page or equivalent)
|
||||||
|
on where to get the original distribution.
|
||||||
|
|
||||||
c. give non-standard executables non-standard names, with
|
b. accompany the distribution with the machine-readable source of
|
||||||
instructions on where to get the original software distribution.
|
the software.
|
||||||
|
|
||||||
d . make other distribution arrangements with the author.
|
c. give non-standard executables non-standard names, with
|
||||||
|
instructions on where to get the original software distribution.
|
||||||
|
|
||||||
4. You may modify and include the part of the software into any other
|
d . make other distribution arrangements with the author.
|
||||||
software (possibly commercial).
|
|
||||||
|
|
||||||
5. The scripts and library files supplied as input to or produced as
|
4. You may modify and include the part of the software into any other
|
||||||
output from the software do not automatically fall under the
|
software (possibly commercial).
|
||||||
copyright of the software, but belong to whomever generated them,
|
|
||||||
and may be sold commercially, and may be aggregated with this
|
|
||||||
software.
|
|
||||||
|
|
||||||
6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
|
5. The scripts and library files supplied as input to or produced as
|
||||||
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
|
output from the software do not automatically fall under the
|
||||||
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
copyright of the software, but belong to whomever generated them,
|
||||||
PURPOSE.
|
and may be sold commercially, and may be aggregated with this
|
||||||
|
software.
|
||||||
|
|
||||||
lib/bundler:
|
6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
|
||||||
lib/bundler.rb:
|
IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
|
||||||
lib/bundler.gemspec:
|
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
||||||
spec/bundler:
|
PURPOSE.
|
||||||
man/bundle-*,gemfile.*:
|
|
||||||
|
|
||||||
Portions copyright (c) 2010 Andre Arko
|
lib/bundler::
|
||||||
Portions copyright (c) 2009 Engine Yard
|
lib/bundler.rb::
|
||||||
|
lib/bundler.gemspec::
|
||||||
|
spec/bundler::
|
||||||
|
man/bundle-*,gemfile.*::
|
||||||
|
|
||||||
MIT License
|
Bundler is under the following license.
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining
|
Portions copyright (c) 2010 Andre Arko
|
||||||
a copy of this software and associated documentation files (the
|
Portions copyright (c) 2009 Engine Yard
|
||||||
"Software"), to deal in the Software without restriction, including
|
|
||||||
without limitation the rights to use, copy, modify, merge, publish,
|
|
||||||
distribute, sublicense, and/or sell copies of the Software, and to
|
|
||||||
permit persons to whom the Software is furnished to do so, subject to
|
|
||||||
the following conditions:
|
|
||||||
|
|
||||||
The above copyright notice and this permission notice shall be
|
MIT License
|
||||||
included in all copies or substantial portions of the Software.
|
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
a copy of this software and associated documentation files (the
|
||||||
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
"Software"), to deal in the Software without restriction, including
|
||||||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
without limitation the rights to use, copy, modify, merge, publish,
|
||||||
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
distribute, sublicense, and/or sell copies of the Software, and to
|
||||||
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
permit persons to whom the Software is furnished to do so, subject to
|
||||||
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be
|
||||||
|
included in all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
||||||
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||||
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||||
|
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
||||||
|
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
||||||
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
||||||
|
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
|
Loading…
Reference in a new issue