Index: appengine/swarming/server/bot_management.py |
diff --git a/appengine/swarming/server/bot_management.py b/appengine/swarming/server/bot_management.py |
index 34b643b809b76bf9901532799b5bc7dbc3dd387b..1673b86cb21a61d5a26be97513261a04bc6aa034 100644 |
--- a/appengine/swarming/server/bot_management.py |
+++ b/appengine/swarming/server/bot_management.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. |
"""Swarming bot management, e.g. list of known bots and their state. |