| Index: appengine/components/components/auth_testing.py
|
| diff --git a/appengine/components/components/auth_testing.py b/appengine/components/components/auth_testing.py
|
| index 7a92b8931a9ce25257483f49ad4594783e7f384e..ecadf77ebcdb5ce98d03e8ce36dca81d66f0c80e 100644
|
| --- a/appengine/components/components/auth_testing.py
|
| +++ b/appengine/components/components/auth_testing.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.
|
|
|
| """Helpers for mocking auth stuff in unit tests.
|
|
|
|
|