aboutsummaryrefslogtreecommitdiffstats
path: root/LEGAL
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Added missing "ubygems.rb" file of rubygems to LEGAL.hsbt2017-09-231-1/+1
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59993 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Integrate LICENSE file of rubygems to LEGAL.hsbt2017-09-231-0/+56
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59992 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Adapt tools to follow spec/rubyspec => spec/ruby renameeregon2017-09-201-1/+1
| | | | | | | * [Misc #13792] [ruby-core:82287] * Prefer test-spec over test-rubyspec in spec/README. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59980 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* replace copyrights by explanatory text in data files for GB2312/GB12345 mappingsduerst2017-09-011-33/+6
| | | | | | | Replace the copyrights and explanatory texts in the data files used for mapping GB2312/GB12345 to/from Unicode with short explanatory texts. [Bug #12598] [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59715 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Add mspec and rubyspec to LEGAL [ci skip]kazu2017-05-081-0/+26
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58611 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Remove missing/strtol.crhe2017-04-211-1/+0
| | | | | | | It is never used. We don't need it anyway as it's part of C89 which is our current minimum requirement. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58430 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Use https instead of http in some URLskazu2016-09-111-1/+1
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56135 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * LEGAL: Added entries for files under the USD license.hsbt2016-07-221-0/+61
| | | | | | [Bug #12598][ruby-core:76428][ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55724 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * LEGAL: Added entry for `lib/rdoc/generator/template/darkfish/css/fonts.css`hsbt2016-07-221-0/+6
| | | | | | [Misc #12550][ruby-core:76255][ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55723 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * missing/strl{cat,cpy}.c: Update latest upstream files.hsbt2016-07-211-24/+13
| | | | | | | [Misc #12205][ruby-core:74487] * LEGAL: Update license for missing/strl{cat,cpy}.c. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55719 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * LEGAL: added file list with CC0 license.hsbt2016-07-211-1/+8
| | | | | | [ruby-core:76254][Bug #12549] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55718 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * LEGAL: Added filenames and copyrights for some files induerst2016-06-211-0/+29
| | | | | | | enc/trans/JIS. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55476 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* LEGAL: adjust stylenobu2015-08-171-48/+50
| | | | | | * LEGAL: remove asterisk decorations and adjust indent. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51606 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * LEGAL: added license infomation of ccan files.hsbt2014-05-141-0/+31
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45940 b2dd03c8-39d4-4d8f-98ff-823fe69b080e