Index: client/tools/swarming_load_test_client.py |
diff --git a/client/tools/swarming_load_test_client.py b/client/tools/swarming_load_test_client.py |
index 01bb117a4f90fc6c3ed7b39ecb763009af6586be..e7ad64153f90881b9a62f416873a6d52f7de7ae7 100755 |
--- a/client/tools/swarming_load_test_client.py |
+++ b/client/tools/swarming_load_test_client.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. |