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 890c374bbd908785586b07adf890d0e5ba432965..8cccd787f8f4f5321c3028f5003942255ae0d234 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 Swarming Authors. All rights reserved. |
-# Use of this source code is governed under the Apache License, Version 2.0 that |
-# can be found in the LICENSE file. |
+# 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. |
"""Triggers a ton of fake jobs to test its handling under high load. |