Index: appengine/swarming/swarming_bot/__main__.py |
diff --git a/appengine/swarming/swarming_bot/__main__.py b/appengine/swarming/swarming_bot/__main__.py |
index f266e0b36fbf74148f53cc2e0b17bcb13786e73f..3ff7461f96e3ef062c527cfa5ac0d0b7b887756d 100644 |
--- a/appengine/swarming/swarming_bot/__main__.py |
+++ b/appengine/swarming/swarming_bot/__main__.py |
@@ -1,6 +1,6 @@ |
# Copyright 2014 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. |
"""Runs either task_runner.py, bot_main.py or bot_config.py. |