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