Index: appengine/isolate/stats.py |
diff --git a/appengine/isolate/stats.py b/appengine/isolate/stats.py |
index 96a420731ed5cebd1356fb1c7d3131fdf0775f60..12330c5e0a0ec38f17c90bb178ca13f605ccc081 100644 |
--- a/appengine/isolate/stats.py |
+++ b/appengine/isolate/stats.py |
@@ -1,6 +1,6 @@ |
# 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. |
"""Generates statistics out of logs. Contains the backend code. |