Index: appengine/components/components/auth/tokens.py |
diff --git a/appengine/components/components/auth/tokens.py b/appengine/components/components/auth/tokens.py |
index 420eeeef3d9d3b29ce21c01c70f9b360801d0e79..2bf6d13047ce633c1f139dca95be69ce88ee2a10 100644 |
--- a/appengine/components/components/auth/tokens.py |
+++ b/appengine/components/components/auth/tokens.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. |
"""Functions to generate and validate tokens signed with MAC tags.""" |