]> git.lizzy.rs Git - rust.git/blobdiff - src/etc/licenseck.py
Test fixes and rebase problems
[rust.git] / src / etc / licenseck.py
index 1e0c541cd8927850bee96a62a7a0a689f09e2561..073322b0815a2251abe558383c738555e0b49b7b 100644 (file)
@@ -76,6 +76,9 @@ exceptions = [
     "rt/isaac/randport.cpp", # public domain
     "rt/isaac/rand.h", # public domain
     "rt/isaac/standard.h", # public domain
+    "libstd/sync/mpsc_queue.rs", # BSD
+    "libstd/sync/spsc_queue.rs", # BSD
+    "libstd/sync/mpmc_bounded_queue.rs", # BSD
 ]
 
 def check_license(name, contents):