Index: appengine/components/components/auth/api_test.py |
diff --git a/appengine/components/components/auth/api_test.py b/appengine/components/components/auth/api_test.py |
index 64e9b183d8b93e2f3115718d44b43e2d27771aa7..bd37e40257cc457000b760095fb0094a1c1676d9 100755 |
--- a/appengine/components/components/auth/api_test.py |
+++ b/appengine/components/components/auth/api_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 'Access to a protected member', Unused argument', 'Unused variable'. |
# pylint: disable=W0212,W0612,W0613 |