Index: appengine/auth_service/pubsub.py |
diff --git a/appengine/auth_service/pubsub.py b/appengine/auth_service/pubsub.py |
index b32f5d9c13877dcacdc2f3dc7698f3b36749d494..b4d379b26dc0706d2fe2c9a1ba5e29a506b74de9 100644 |
--- a/appengine/auth_service/pubsub.py |
+++ b/appengine/auth_service/pubsub.py |
@@ -1,6 +1,6 @@ |
# Copyright 2015 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. |
"""Manages PubSub topic that receives notifications about AuthDB changes. |