Commit graph

107 commits

Author SHA1 Message Date
Jean Boussier
e652af1881 Update LEGAL to mention ext/json/vendor
One file is under MIT, which is already the case of many files
in Ruby, so it's fine.

The other is under the Boost Software License, which is very
similar to BSD and is fine to include in Ruby as far as I'm
aware.
2025-03-28 07:24:52 +09:00
Hiroshi SHIBATA
88f0c04174 Use release version of turbo_tests 2025-03-26 19:37:22 +09:00
Hiroshi SHIBATA
668701cb0b
Added copyright for vendored turbo_tests.
[Bug #21002]
2025-01-06 18:11:38 +09:00
Hiroshi SHIBATA
914608bed8
The part of ext/json/generator/generator.c is replaced from CVTUTF code.
* https://github.com/ruby/json/pull/567
* c96351f874
2024-10-15 20:47:59 +09:00
Hiroshi SHIBATA
a279463d0e
[Bug #20397] Removed obsoleted section about nkf 2024-06-07 13:38:11 +09:00
Nobuyoshi Nakada
67bdb7aaba
[DOC] Use rdoc-ref:@ shorthands for rdoc-label: tags 2024-03-28 11:18:31 +09:00
Nobuyoshi Nakada
7293cef0a8
[DOC] molinillo has been moved 2024-03-28 10:55:19 +09:00
Kazuhiro NISHIYAMA
2038c5c45a
Remove about ext/psych/yaml which is no longer bundled [ci skip] 2023-01-11 18:05:15 +09:00
Hiroshi SHIBATA
89fb61f9a3
Update LEGAL sections for pub_grub 2023-01-10 13:39:31 +09:00
Yusuke Endoh
47a12c8888 LEGAL: mention error_highlight 2021-12-13 14:21:29 +09:00
Hiroshi SHIBATA
cc3afdb165
Added LICENSE entry of vendored net-http-persistent to LEGAL 2021-11-16 20:07:30 +09:00
Hiroshi SHIBATA
ef11414b1f
Added LICENSE entry of vendored connection_pool to LEGAL 2021-11-16 20:05:07 +09:00
Hiroshi SHIBATA
9a76072873
Added LICENSE entry of vendored molinillo to LEGAL 2021-11-16 19:51:06 +09:00
Hiroshi SHIBATA
1ff7b9cac4
Added LICENSE entry of vendored thor to LEGAL 2021-11-16 19:48:32 +09:00
Nobuyoshi Nakada
28df037718
[DOC] Separate paragraph in LEGAL instead of break lines [ci skip]
Although trailing spaces in Markdown breaks the line, it is often
overlooked.
2021-09-11 19:09:37 +09:00
Hiroshi SHIBATA
dbbfdc488c Added core_assertions.rb to LEGAL 2021-09-11 08:48:03 +09:00
Hiroshi SHIBATA
3451d4d941 Removed minitest dir and added LEGAL infomation for based code 2021-09-11 08:48:03 +09:00
Nobuyoshi Nakada
04be8e84db
Use C99-defined macros to classify a floating-point number 2021-08-27 12:41:30 +09:00
Nobuyoshi Nakada
2d67027448 Removed missing/dup2.c
This function should be always available, as POSIX-compliant or
Windows platform are required since 1.9.  Also the code in this
file is MT-unsafe.
2021-05-10 15:59:23 +09:00
Yusuke Endoh
1d0e670e91 LEGAL: Remove entries that no longer exist
lib/bundler.gemspec and man/bundle-*,gemfile.* are now under the
directory lib/bundler/.
2021-05-10 10:17:06 +09:00
Nobuyoshi Nakada
4ea9df0135
No longer aclocal is used [ci skip] 2021-03-20 09:12:08 +09:00
Hiroshi SHIBATA
7f0ea20581
Added did_you_mean entry because did_you_mean uses MIT license 2020-08-19 19:36:16 +09:00
Samuel Williams
c45f5ff2b0 Clarify coroutine implementation license.
<https://bugs.ruby-lang.org/issues/16805>
2020-08-17 20:57:04 +12:00
Hiroshi SHIBATA
d76296d8bb Revert accidentally style-format 2020-06-19 08:26:47 +09:00
Hiroshi SHIBATA
70b8bdbc90 Removed sdbm entries from doc 2020-06-19 08:26:47 +09:00
Nobuyoshi Nakada
d63bba1e24
[DOC] Use note-list to pretend original plain-text looks [ci skip] 2020-05-26 15:14:55 +09:00
Nobuyoshi Nakada
2225aa987f
[DOC] Turned note-lists into label-lists [ci skip] 2020-05-25 11:02:08 +09:00
卜部昌平
f38c641994 LEGAL: add legal situation of parse.h [ci skip]
There is parse.h apart from parse.c these days.
2020-05-07 17:20:05 +09:00
卜部昌平
b5db3234d6 LEGAL: add legal situation of ext/pty/pty.c [ci skip]
This file is not under Ruby's license.
2020-05-07 17:20:05 +09:00
卜部昌平
637a114518 LEGAL: add legal situation of enc/trans/ucm [ci skip]
IBM holds their copyrights.  Whether they are free software or not is
uncler.  But arguably they are, given we have copied them from glibc.
2020-05-07 17:20:05 +09:00
卜部昌平
4d3e5ab4c8 LEGAL: win32/win32.h no longer exists [ci skip]
The file was moved.
2020-05-07 17:20:05 +09:00
卜部昌平
2cc9f4f39e LEGAL: add missing entries for enc [ci skip]
Some files were missing.
2020-05-07 17:20:05 +09:00
卜部昌平
0501e83233 LEGAL: add legal situation of benchmarks [ci skip]
It is no longer obvious what were the original license of so_*
benchmarks, because the original was lost.
2020-05-07 17:20:05 +09:00
卜部昌平
eb10be2c5a LEGAL: add legal situation of addr2line.c [ci skip]
This file includes BSD printf.
2020-05-07 17:20:05 +09:00
卜部昌平
8f8358d26f LEGAL: add legal situation of aclocal.m4 [ci skip]
FSF holds its copyright.
2020-05-07 17:20:05 +09:00
Nobuyoshi Nakada
f00b923193
Revert "* remove trailing spaces. [ci skip]"
This reverts commit 6b04c48048.
Trailing spaces separate paragraphs in RDoc format.
2020-04-22 15:27:32 +09:00
Nobuyoshi Nakada
22226324f7
LEGAL: fixed links to the old-style BSD license [ci skip] 2020-04-21 21:36:58 +09:00
git
6b04c48048 * remove trailing spaces. [ci skip] 2020-04-21 21:12:00 +09:00
Nobuyoshi Nakada
cb47ae58d3
LEGAL: moved the old-style BSD license and linked [ci skip] 2020-04-21 21:05:48 +09:00
Nobuyoshi Nakada
61afd2a2d0
LEGAL: moved the MIT license and linked [ci skip] 2020-04-21 21:05:48 +09:00
Nobuyoshi Nakada
405d8014c5
LEGAL: made license names themselves links [ci skip] 2020-04-21 21:05:42 +09:00
nobu
a67788b2f3 Split procstat_vm.c
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67024 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2019-02-07 08:53:13 +00:00
nobu
18365f9e83 Split mt19937.c
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67023 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2019-02-07 08:53:12 +00:00
nobu
867338c36e Split dtoa.c
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67022 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2019-02-07 08:53:11 +00:00
nobu
8bb7c992b8 LEGAL: gathered util.c [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66310 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-12-10 12:43:16 +00:00
nobu
0777262b1b Break lines in LEGAL texts [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66296 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-12-09 02:08:56 +00:00
nobu
bb0b0ec987 Blockquote LEGAL [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66294 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-12-09 01:53:14 +00:00
nobu
246dd723de LEGAL: update [ci skip]
* LEGAL: update configure, tool/config.guess, tool/config.sub and
  parse.c, to the latest versions.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66120 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-12-01 23:28:16 +00:00
nobu
0d54245a1c Include LEGAL in .document [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66119 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-12-01 12:05:37 +00:00
hsbt
59c8d50653 Added bundler as default gems. Revisit [Feature #12733]
* bin/*, lib/bundler/*, lib/bundler.rb, spec/bundler, man/*:
    Merge from latest stable branch of bundler/bundler repository and
    added workaround patches. I will backport them into upstream.
  * common.mk, defs/gmake.mk: Added `test-bundler` task for test suite
    of bundler.
  * tool/sync_default_gems.rb: Added sync task for bundler.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65509 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-11-02 23:07:56 +00:00