diff options
| author | bors <bors@rust-lang.org> | 2014-09-18 03:20:39 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-09-18 03:20:39 +0000 |
| commit | 28407b6ff001d80fa2d50c49f5f240d131dca8dc (patch) | |
| tree | ee459813d48f54d501390ebfdae50c3a4f152387 /src/etc | |
| parent | 9508faa2270a35595670cb3ca610ad17abff272d (diff) | |
| parent | edec96b78b2c2639ea177aa773245fa625cad0ad (diff) | |
| download | rust-28407b6ff001d80fa2d50c49f5f240d131dca8dc.tar.gz rust-28407b6ff001d80fa2d50c49f5f240d131dca8dc.zip | |
auto merge of #17335 : TeXitoi/rust/relicense-shootout, r=brson
Everyone agreed. Fix #17064, fix #17072 @brson OK?
Diffstat (limited to 'src/etc')
| -rw-r--r-- | src/etc/licenseck.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/etc/licenseck.py b/src/etc/licenseck.py index d1b115fc913..01fa7ee2470 100644 --- a/src/etc/licenseck.py +++ b/src/etc/licenseck.py @@ -45,12 +45,14 @@ exceptions = [ "test/bench/shootout-binarytrees.rs", # BSD "test/bench/shootout-chameneos-redux.rs", # BSD "test/bench/shootout-fannkuch-redux.rs", # BSD + "test/bench/shootout-fasta.rs", # BSD "test/bench/shootout-k-nucleotide.rs", # BSD "test/bench/shootout-mandelbrot.rs", # BSD "test/bench/shootout-meteor.rs", # BSD "test/bench/shootout-nbody.rs", # BSD "test/bench/shootout-regex-dna.rs", # BSD "test/bench/shootout-reverse-complement.rs", # BSD + "test/bench/shootout-spectralnorm.rs", # BSD "test/bench/shootout-threadring.rs", # BSD ] |
