Index: client/tools/swarming_load_test_bot.py |
diff --git a/client/tools/swarming_load_test_bot.py b/client/tools/swarming_load_test_bot.py |
index 8cccd787f8f4f5321c3028f5003942255ae0d234..742b731dc9680cbf9aafa236fa5b560f2925049a 100755 |
--- a/client/tools/swarming_load_test_bot.py |
+++ b/client/tools/swarming_load_test_bot.py |
@@ -1,7 +1,7 @@ |
#!/usr/bin/env python |
# Copyright 2013 The LUCI Authors. All rights reserved. |
-# Use of this source code is governed by the Apache v2.0 license that can be |
-# found in the LICENSE file. |
+# Use of this source code is governed under the Apache License, Version 2.0 |
+# that can be found in the LICENSE file. |
"""Triggers a ton of fake jobs to test its handling under high load. |