Index: appengine/components/components/utils_test.py |
diff --git a/appengine/components/components/utils_test.py b/appengine/components/components/utils_test.py |
index 9a08a4980bc077cd3f528ee8dbb995fb597743fb..a6bad533b16289edae1f07e68b029eb0916fb9fe 100755 |
--- a/appengine/components/components/utils_test.py |
+++ b/appengine/components/components/utils_test.py |
@@ -1,7 +1,7 @@ |
#!/usr/bin/env python |
# 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. |
# Disable 'Access to a protected member ...'. NDB uses '_' for other purposes. |
# pylint: disable=W0212 |