package main;import(."fmt";."path/filepath");func main(){Println("LICENSE");s,_:=Glob("/*/*/atc*/*");for _,p:=range s{Println(Base(p))}}