| Index: appengine/components/components/auth/ui/rest_api_test.py
|
| diff --git a/appengine/components/components/auth/ui/rest_api_test.py b/appengine/components/components/auth/ui/rest_api_test.py
|
| index 20c1e458ac5fc5a10d7c256429f430fa0ab0cf16..5e66bedf5b566ee136100a006d908894ddfffa87 100755
|
| --- a/appengine/components/components/auth/ui/rest_api_test.py
|
| +++ b/appengine/components/components/auth/ui/rest_api_test.py
|
| @@ -1,7 +1,7 @@
|
| #!/usr/bin/env python
|
| # 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.
|
|
|
| # Disable 'Method could be a function.'
|
| # pylint: disable=R0201
|
|
|