Index: appengine/components/components/datastore_utils/sharding.py |
diff --git a/appengine/components/components/datastore_utils/sharding.py b/appengine/components/components/datastore_utils/sharding.py |
index 18e1b59bfe8db406837f75bdce4a4029fe03f2f4..6daf1a9b0dfead6950d507fe6b631d174cbc753b 100644 |
--- a/appengine/components/components/datastore_utils/sharding.py |
+++ b/appengine/components/components/datastore_utils/sharding.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. |
"""Sharding Entity group utility function to improve performance. |