diff options
author | 卜部昌平 <shyouhei@ruby-lang.org> | 2020-04-21 18:49:59 +0900 |
---|---|---|
committer | 卜部昌平 <shyouhei@ruby-lang.org> | 2020-05-07 17:20:05 +0900 |
commit | 0501e83233b6f52955b25385b6d778c1b9d33f27 (patch) | |
tree | a948ac2126eb3a7e0430a2560d325d495d664c78 /LEGAL | |
parent | eb10be2c5a65065fddae03eb82ff74475492e11c (diff) |
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.
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/3082
Diffstat (limited to 'LEGAL')
-rw-r--r-- | LEGAL | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -861,6 +861,36 @@ man/bundle-*,gemfile.*:: {MIT License}[rdoc-label:label-MIT+License] +benchmark/so_ackermann.rb:: +benchmark/so_array.rb:: +benchmark/so_binary_trees.rb:: +benchmark/so_concatenate.rb:: +benchmark/so_count_words.yml:: +benchmark/so_exception.rb:: +benchmark/so_fannkuch.rb:: +benchmark/so_fasta.rb:: +benchmark/so_k_nucleotide.yml:: +benchmark/so_lists.rb:: +benchmark/so_mandelbrot.rb:: +benchmark/so_matrix.rb:: +benchmark/so_meteor_contest.rb:: +benchmark/so_nbody.rb:: +benchmark/so_nested_loop.rb:: +benchmark/so_nsieve.rb:: +benchmark/so_nsieve_bits.rb:: +benchmark/so_object.rb:: +benchmark/so_partial_sums.rb:: +benchmark/so_pidigits.rb:: +benchmark/so_random.rb:: +benchmark/so_reverse_complement.yml:: +benchmark/so_sieve.rb:: +benchmark/so_spectralnorm.rb:: + + These files are very old copy of then-called "The Great Computer Language + Shootout". LEGAL SITUATION OF THESE FILES ARE UNCLEAR because the original + site has been lost. Upstream diverged to delete several benchmarks listed + above. + == MIT License >>> Permission is hereby granted, free of charge, to any person obtaining |