Index: appengine/auth_service/main_backend.py |
diff --git a/appengine/auth_service/main_backend.py b/appengine/auth_service/main_backend.py |
index 32cb1103a74e70a04ee5b4cf727e07d9071150d2..05c3fd3a88cda1692663adffd88901393d61c246 100644 |
--- a/appengine/auth_service/main_backend.py |
+++ b/appengine/auth_service/main_backend.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. |
"""This modules is imported by AppEngine and defines the 'app' object. |