1
0
Fork 0

scripts/authors: Matthew Naylor's submissions were under Berkeley terms

This commit is contained in:
Wesley W. Terpstra 2016-11-27 16:13:55 -08:00
parent e2ec1d00ad
commit d4708694ea
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ case "$who" in
"Jim Lawson") echo Berkeley ;;
"John Wright") echo Berkeley ;;
"Ken McMillan") echo Microsoft;;
"Matthew Naylor") echo Cambridge;;
"Matthew Naylor") if [ $when -le 20161127 ]; then echo Berkeley; else echo Cambridge; fi ;;
"Megan Wachs") echo SiFive ;;
"Miquel Moreto") echo Berkeley ;;
"mwachs5") echo SiFive ;;