diff options
Diffstat (limited to 'data_hacks/run_for.py')
-rwxr-xr-x[-rw-r--r--] | data_hacks/run_for.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data_hacks/run_for.py b/data_hacks/run_for.py index 4485a23..a8ea21f 100644..100755 --- a/data_hacks/run_for.py +++ b/data_hacks/run_for.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# Copyright 2010 bit.ly +# Copyright 2010 Bitly # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain @@ -17,7 +17,7 @@ """ Pass through data for a specified amount of time -http://github.com/bitly/data_hacks +https://github.com/bitly/data_hacks """ import time |