diff options
| author | Guillaume Pinot <texitoi@texitoi.eu> | 2014-06-05 09:55:49 +0200 |
|---|---|---|
| committer | Guillaume Pinot <texitoi@texitoi.eu> | 2014-06-05 10:39:09 +0200 |
| commit | ec8ef0d24d5d38dd4c841d06ee2c72b7c64e5a6f (patch) | |
| tree | e99b9509739f35c3e9d8480bacaed9dc5a3bb521 /src/etc | |
| parent | 073c8f10fc40b07596fd1018a2002db8e6d5222a (diff) | |
| download | rust-ec8ef0d24d5d38dd4c841d06ee2c72b7c64e5a6f.tar.gz rust-ec8ef0d24d5d38dd4c841d06ee2c72b7c64e5a6f.zip | |
relicense shootout-meteor.rs
part of #14248, fix #14420 Removed @richo's contribution (outdated comment) Quoting @brson: let's move forward with this one. The only statement I'm missing is @richo's and it sounds like his was a minor patch.
Diffstat (limited to 'src/etc')
| -rw-r--r-- | src/etc/licenseck.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/etc/licenseck.py b/src/etc/licenseck.py index 3287aae80e3..1122fc96d24 100644 --- a/src/etc/licenseck.py +++ b/src/etc/licenseck.py @@ -42,6 +42,7 @@ exceptions = [ "libstd/sync/spsc_queue.rs", # BSD "libstd/sync/mpmc_bounded_queue.rs", # BSD "libsync/mpsc_intrusive.rs", # BSD + "test/bench/shootout-meteor.rs", # BSD ] def check_license(name, contents): |
