| Index: client/utils/oauth.py
|
| diff --git a/client/utils/oauth.py b/client/utils/oauth.py
|
| index 0fbe1bac18747bea0560b776c7b31b3b7dfe22fb..480f0763b7cfc0528a22ec2759d3f9b2ee35278e 100644
|
| --- a/client/utils/oauth.py
|
| +++ b/client/utils/oauth.py
|
| @@ -1,6 +1,6 @@
|
| # Copyright 2013 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.
|
|
|
| """OAuth2 related utilities and implementation of browser based login flow."""
|
|
|
|
|