Add copyright notice to zephyr mirroring bots.

(imported from commit f3d27a032a461cf3eb92822feee3f8e790d630dd)
This commit is contained in:
Tim Abbott 2012-11-02 10:40:13 -04:00
parent 68e96c0617
commit dc0bc84d4d
2 changed files with 2 additions and 0 deletions

View file

@ -1,4 +1,5 @@
#!/usr/bin/python #!/usr/bin/python
# Copyright (C) 2012 Humbug, Inc. All rights reserved.
import sys import sys
import traceback import traceback
import simplejson import simplejson

View file

@ -1,4 +1,5 @@
#!/usr/bin/python #!/usr/bin/python
# Copyright (C) 2012 Humbug, Inc. All rights reserved.
import simplejson import simplejson
import requests import requests
import time import time