Index: appengine/components/components/auth/handler_test.py |
diff --git a/appengine/components/components/auth/handler_test.py b/appengine/components/components/auth/handler_test.py |
index ffe456207a483c9790617c0594011de5db33a43c..7ecd9462f368702ddf15d7dd27ee12baafb4a19d 100755 |
--- a/appengine/components/components/auth/handler_test.py |
+++ b/appengine/components/components/auth/handler_test.py |
@@ -1,7 +1,7 @@ |
#!/usr/bin/env python |
# 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. |
# Disable 'Unused variable', 'Unused argument' and 'Method could be a function'. |
# pylint: disable=W0612,W0613,R0201 |