1 # This program is in the public domain. 2 3 -def copyright(): 4 return __name__ + ": This program is in the public domain" 5