Index: appengine/swarming/server/stats.py |
diff --git a/appengine/swarming/server/stats.py b/appengine/swarming/server/stats.py |
index 866edf76b3487e87240d7d9b02624f37c8686841..72d8b300b9809b4a547303649b5b48c20f4206e3 100644 |
--- a/appengine/swarming/server/stats.py |
+++ b/appengine/swarming/server/stats.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. |
"""Generates statistics out of logs. Contains the backend code. |