summaryrefslogtreecommitdiff
path: root/LEGAL
Commit message (Collapse)AuthorAgeFilesLines
* Remove about ext/psych/yaml which is no longer bundled [ci skip]Kazuhiro NISHIYAMA2023-01-111-27/+1
|
* Update LEGAL sections for pub_grubHiroshi SHIBATA2023-01-101-1/+9
|
* LEGAL: mention error_highlightYusuke Endoh2021-12-131-0/+11
|
* Added LICENSE entry of vendored net-http-persistent to LEGALHiroshi SHIBATA2021-11-161-0/+9
|
* Added LICENSE entry of vendored connection_pool to LEGALHiroshi SHIBATA2021-11-161-0/+9
|
* Added LICENSE entry of vendored molinillo to LEGALHiroshi SHIBATA2021-11-161-0/+10
|
* Added LICENSE entry of vendored thor to LEGALHiroshi SHIBATA2021-11-161-0/+9
|
* [DOC] Separate paragraph in LEGAL instead of break lines [ci skip]Nobuyoshi Nakada2021-09-111-1/+2
| | | | | Although trailing spaces in Markdown breaks the line, it is often overlooked.
* Added core_assertions.rb to LEGALHiroshi SHIBATA2021-09-111-0/+1
|
* Removed minitest dir and added LEGAL infomation for based codeHiroshi SHIBATA2021-09-111-0/+27
|
* Use C99-defined macros to classify a floating-point numberNobuyoshi Nakada2021-08-271-3/+0
|
* Removed missing/dup2.cNobuyoshi Nakada2021-05-101-1/+0
| | | | | | 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.
* LEGAL: Remove entries that no longer existYusuke Endoh2021-05-101-2/+0
| | | | | lib/bundler.gemspec and man/bundle-*,gemfile.* are now under the directory lib/bundler/.
* No longer aclocal is used [ci skip]Nobuyoshi Nakada2021-03-201-11/+0
|
* Added did_you_mean entry because did_you_mean uses MIT licenseHiroshi SHIBATA2020-08-191-0/+11
|
* Clarify coroutine implementation license.Samuel Williams2020-08-171-0/+5
| | | | <https://bugs.ruby-lang.org/issues/16805>
* Revert accidentally style-formatHiroshi SHIBATA2020-06-191-1/+1
|
* Removed sdbm entries from docHiroshi SHIBATA2020-06-191-3/+1
|
* [DOC] Use note-list to pretend original plain-text looks [ci skip]Nobuyoshi Nakada2020-05-261-51/+53
|
* [DOC] Turned note-lists into label-lists [ci skip]Nobuyoshi Nakada2020-05-251-175/+175
|
* LEGAL: add legal situation of parse.h [ci skip]卜部昌平2020-05-071-1/+2
| | | | There is parse.h apart from parse.c these days.
* LEGAL: add legal situation of ext/pty/pty.c [ci skip]卜部昌平2020-05-071-0/+14
| | | | This file is not under Ruby's license.
* LEGAL: add legal situation of enc/trans/ucm [ci skip]卜部昌平2020-05-071-0/+15
| | | | | IBM holds their copyrights. Whether they are free software or not is uncler. But arguably they are, given we have copied them from glibc.
* LEGAL: win32/win32.h no longer exists [ci skip]卜部昌平2020-05-071-1/+2
| | | | The file was moved.
* LEGAL: add missing entries for enc [ci skip]卜部昌平2020-05-071-0/+60
| | | | Some files were missing.
* LEGAL: add legal situation of benchmarks [ci skip]卜部昌平2020-05-071-0/+30
| | | | | It is no longer obvious what were the original license of so_* benchmarks, because the original was lost.
* LEGAL: add legal situation of addr2line.c [ci skip]卜部昌平2020-05-071-0/+40
| | | | This file includes BSD printf.
* LEGAL: add legal situation of aclocal.m4 [ci skip]卜部昌平2020-05-071-0/+11
| | | | FSF holds its copyright.
* Revert "* remove trailing spaces. [ci skip]"Nobuyoshi Nakada2020-04-221-19/+19
| | | | | This reverts commit 6b04c480487ab64d73e1254be2412e722b7b8bd8. Trailing spaces separate paragraphs in RDoc format.
* LEGAL: fixed links to the old-style BSD license [ci skip]Nobuyoshi Nakada2020-04-211-3/+3
|
* * remove trailing spaces. [ci skip]git2020-04-211-19/+19
|
* LEGAL: moved the old-style BSD license and linked [ci skip]Nobuyoshi Nakada2020-04-211-83/+34
|
* LEGAL: moved the MIT license and linked [ci skip]Nobuyoshi Nakada2020-04-211-23/+6
|
* LEGAL: made license names themselves links [ci skip]Nobuyoshi Nakada2020-04-211-8/+2
|
* Split procstat_vm.cnobu2019-02-071-2/+2
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67024 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Split mt19937.cnobu2019-02-071-2/+2
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67023 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Split dtoa.cnobu2019-02-071-2/+2
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67022 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* LEGAL: gathered util.c [ci skip]nobu2018-12-101-16/+12
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66310 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Break lines in LEGAL texts [ci skip]nobu2018-12-091-53/+51
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66296 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Blockquote LEGAL [ci skip]nobu2018-12-091-22/+59
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66294 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* LEGAL: update [ci skip]nobu2018-12-011-37/+34
| | | | | | | * 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
* Include LEGAL in .document [ci skip]nobu2018-12-011-329/+356
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66119 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Added bundler as default gems. Revisit [Feature #12733]hsbt2018-11-021-0/+30
| | | | | | | | | | | * 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
* Update url with 404 status on LEGAL file.hsbt2018-02-211-3/+6
| | | | | | | | | | | * Update redirected and upstream url. * Added the Wayback Machine url for missing link. [Bug #12762][ruby-dev:49802] From: SHIBATA Hiroshi <hsbt@ruby-lang.org> git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62513 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Postponing the Bundler merge.hsbt2017-12-221-29/+0
| | | | | | | I faced a big issue about Bundler with ruby core. I have no time to resolve it issue before 2.5 final release. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61416 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Update information about Oniguruma/Onigmo [Bug #13818]naruse2017-11-291-2/+62
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60938 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Removed ubygems.rb. rubygems.rb is always loaded now.hsbt2017-09-241-1/+0
| | | | | | | | * tool/sync_default_gems.rb: removed ubygems.rb from sync target. * test/rubygems/test_gem.rb: only enable "-rubygems" option when running under the Ruby 1.9. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60008 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* update section styles for psych, rubygems, bundler.hsbt2017-09-231-3/+10
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59996 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Added sections of pysch library to LEGAL.hsbt2017-09-231-0/+44
| | | | | | | * ext/psych/yaml/LICENSE: Integrate libyaml license to LEGAL and removed this file from repository. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59995 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Added bundler's license to LEGAL.hsbt2017-09-231-0/+26
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59994 b2dd03c8-39d4-4d8f-98ff-823fe69b080e