Index: appengine/swarming/swarming_bot/config/bot_config.py |
diff --git a/appengine/swarming/swarming_bot/config/bot_config.py b/appengine/swarming/swarming_bot/config/bot_config.py |
index 428e164df16d3f225931b5cdb93886649aa30218..5e4982b8ecce951f78894e55bf1e89cdb283880a 100644 |
--- a/appengine/swarming/swarming_bot/config/bot_config.py |
+++ b/appengine/swarming/swarming_bot/config/bot_config.py |
@@ -1,7 +1,7 @@ |
# coding: utf-8 |
# 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. |
"""This file is meant to be overriden by the server's specific copy. |