]> git.lizzy.rs Git - rust.git/blobdiff - src/etc/licenseck.py
Test fixes and rebase problems
[rust.git] / src / etc / licenseck.py
index 78d0973fdfe2eb6f13bfb0c39ea6c0c003aca42f..073322b0815a2251abe558383c738555e0b49b7b 100644 (file)
@@ -76,9 +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/spsc_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):