From dc0bc84d4d460d8716b59fea6255c8502ab64b75 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Fri, 2 Nov 2012 10:40:13 -0400 Subject: [PATCH] Add copyright notice to zephyr mirroring bots. (imported from commit f3d27a032a461cf3eb92822feee3f8e790d630dd) --- bots/zephyr_mirror.py | 1 + common.py | 1 + 2 files changed, 2 insertions(+) diff --git a/bots/zephyr_mirror.py b/bots/zephyr_mirror.py index 4b441cc..649a2a4 100755 --- a/bots/zephyr_mirror.py +++ b/bots/zephyr_mirror.py @@ -1,4 +1,5 @@ #!/usr/bin/python +# Copyright (C) 2012 Humbug, Inc. All rights reserved. import sys import traceback import simplejson diff --git a/common.py b/common.py index 96e710b..3a3a866 100644 --- a/common.py +++ b/common.py @@ -1,4 +1,5 @@ #!/usr/bin/python +# Copyright (C) 2012 Humbug, Inc. All rights reserved. import simplejson import requests import time