This commit is contained in:
Brian Anderson 2013-10-25 18:33:05 -07:00
parent 5e91ac10b6
commit 49d9135eea
3 changed files with 8 additions and 6 deletions

View file

@ -76,6 +76,8 @@ 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
]
def check_license(name, contents):