summaryrefslogtreecommitdiff
path: root/LEGAL
AgeCommit message (Collapse)Author
2025-10-30[DOC] LEGAL for JSON vendored sourcesNobuyoshi Nakada
2025-03-28Update LEGAL to mention ext/json/vendorJean Boussier
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. Notes: Merged: https://github.com/ruby/ruby/pull/12998
2025-03-26Use release version of turbo_testsHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/12983
2025-01-06Added copyright for vendored turbo_tests.Hiroshi SHIBATA
[Bug #21002]
2024-10-15The part of ext/json/generator/generator.c is replaced from CVTUTF code.Hiroshi SHIBATA
* https://github.com/ruby/json/pull/567 * https://github.com/ruby/json/commit/c96351f874
2024-06-07[Bug #20397] Removed obsoleted section about nkfHiroshi SHIBATA
2024-03-28[DOC] Use `rdoc-ref:@` shorthands for `rdoc-label:` tagsNobuyoshi Nakada
2024-03-28[DOC] molinillo has been movedNobuyoshi Nakada
2023-01-11Remove about ext/psych/yaml which is no longer bundled [ci skip]Kazuhiro NISHIYAMA
2023-01-10Update LEGAL sections for pub_grubHiroshi SHIBATA
2021-12-13LEGAL: mention error_highlightYusuke Endoh
2021-11-16Added LICENSE entry of vendored net-http-persistent to LEGALHiroshi SHIBATA
2021-11-16Added LICENSE entry of vendored connection_pool to LEGALHiroshi SHIBATA
2021-11-16Added LICENSE entry of vendored molinillo to LEGALHiroshi SHIBATA
2021-11-16Added LICENSE entry of vendored thor to LEGALHiroshi SHIBATA
2021-09-11[DOC] Separate paragraph in LEGAL instead of break lines [ci skip]Nobuyoshi Nakada
Although trailing spaces in Markdown breaks the line, it is often overlooked.
2021-09-11Added core_assertions.rb to LEGALHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/4813
2021-09-11Removed minitest dir and added LEGAL infomation for based codeHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/4813
2021-08-27Use C99-defined macros to classify a floating-point numberNobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/4783
2021-05-10Removed missing/dup2.cNobuyoshi Nakada
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. Notes: Merged: https://github.com/ruby/ruby/pull/4483
2021-05-10LEGAL: Remove entries that no longer existYusuke Endoh
lib/bundler.gemspec and man/bundle-*,gemfile.* are now under the directory lib/bundler/.
2021-03-20No longer aclocal is used [ci skip]Nobuyoshi Nakada
2020-08-19Added did_you_mean entry because did_you_mean uses MIT licenseHiroshi SHIBATA
2020-08-17Clarify coroutine implementation license.Samuel Williams
<https://bugs.ruby-lang.org/issues/16805> Notes: Merged: https://github.com/ruby/ruby/pull/3137
2020-06-19Revert accidentally style-formatHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/3234
2020-06-19Removed sdbm entries from docHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/3234
2020-05-26[DOC] Use note-list to pretend original plain-text looks [ci skip]Nobuyoshi Nakada
2020-05-25[DOC] Turned note-lists into label-lists [ci skip]Nobuyoshi Nakada
2020-05-07LEGAL: add legal situation of parse.h [ci skip]卜部昌平
There is parse.h apart from parse.c these days. Notes: Merged: https://github.com/ruby/ruby/pull/3082
2020-05-07LEGAL: add legal situation of ext/pty/pty.c [ci skip]卜部昌平
This file is not under Ruby's license. Notes: Merged: https://github.com/ruby/ruby/pull/3082
2020-05-07LEGAL: 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. Notes: Merged: https://github.com/ruby/ruby/pull/3082
2020-05-07LEGAL: win32/win32.h no longer exists [ci skip]卜部昌平
The file was moved. Notes: Merged: https://github.com/ruby/ruby/pull/3082
2020-05-07LEGAL: add missing entries for enc [ci skip]卜部昌平
Some files were missing. Notes: Merged: https://github.com/ruby/ruby/pull/3082
2020-05-07LEGAL: 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. Notes: Merged: https://github.com/ruby/ruby/pull/3082
2020-05-07LEGAL: add legal situation of addr2line.c [ci skip]卜部昌平
This file includes BSD printf. Notes: Merged: https://github.com/ruby/ruby/pull/3082
2020-05-07LEGAL: add legal situation of aclocal.m4 [ci skip]卜部昌平
FSF holds its copyright. Notes: Merged: https://github.com/ruby/ruby/pull/3082
2020-04-22Revert "* remove trailing spaces. [ci skip]"Nobuyoshi Nakada
This reverts commit 6b04c480487ab64d73e1254be2412e722b7b8bd8. Trailing spaces separate paragraphs in RDoc format.
2020-04-21LEGAL: fixed links to the old-style BSD license [ci skip]Nobuyoshi Nakada
2020-04-21* remove trailing spaces. [ci skip]git
2020-04-21LEGAL: moved the old-style BSD license and linked [ci skip]Nobuyoshi Nakada
2020-04-21LEGAL: moved the MIT license and linked [ci skip]Nobuyoshi Nakada
2020-04-21LEGAL: made license names themselves links [ci skip]Nobuyoshi Nakada
2019-02-07Split procstat_vm.cnobu
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67024 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2019-02-07Split mt19937.cnobu
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67023 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2019-02-07Split dtoa.cnobu
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67022 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-12-10LEGAL: gathered util.c [ci skip]nobu
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66310 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-12-09Break lines in LEGAL texts [ci skip]nobu
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66296 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-12-09Blockquote LEGAL [ci skip]nobu
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66294 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-12-01LEGAL: update [ci skip]nobu
* 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-01Include LEGAL in .document [ci skip]nobu
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66119 b2dd03c8-39d4-4d8f-98ff-823fe69b080e