| Index: appengine/components/components/auth/machine_auth.py
|
| diff --git a/appengine/components/components/auth/machine_auth.py b/appengine/components/components/auth/machine_auth.py
|
| index 532c19cb42272ac17ed80b8fa2972048a97b63df..cd6bdf2e55aee0d5fe0a2f429bf2645b0d4ece51 100644
|
| --- a/appengine/components/components/auth/machine_auth.py
|
| +++ b/appengine/components/components/auth/machine_auth.py
|
| @@ -1,6 +1,6 @@
|
| # Copyright 2016 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.
|
|
|
| """Implements authentication based on LUCI machine tokens.
|
|
|
|
|