Index: client/utils/large.py |
diff --git a/client/utils/large.py b/client/utils/large.py |
index ec17cdf93060b8b8361248e1eb60f937247c6abf..90bc7f64c4f2bb5fd41051de0c4f21fb1048bfe0 100644 |
--- a/client/utils/large.py |
+++ b/client/utils/large.py |
@@ -1,6 +1,6 @@ |
# Copyright 2016 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. |
"""Implements an integer set compression algorithm based on delta |
encoded varints, which is then deflate'd. |