Index: appengine/components/components/auth/signature.py |
diff --git a/appengine/components/components/auth/signature.py b/appengine/components/components/auth/signature.py |
index 04ec6b7b57be934b5c2bfb724e4092af94728822..f3816d969c6d47ee95afd53e376ff93c9f8bd907 100644 |
--- a/appengine/components/components/auth/signature.py |
+++ b/appengine/components/components/auth/signature.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 produce and verify RSA+SHA256 signatures. |