| Index: appengine/components/components/auth/ui/app.py
|
| diff --git a/appengine/components/components/auth/ui/app.py b/appengine/components/components/auth/ui/app.py
|
| index c48e3bdd525290cd89a06d23e8f48135acfd0a50..81669755f3e448fe972a332fbb3213e9cce860b0 100644
|
| --- a/appengine/components/components/auth/ui/app.py
|
| +++ b/appengine/components/components/auth/ui/app.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.
|
|
|
| """Exports a function that creates WSGI app with Auth routes (API and UI)."""
|
|
|
|
|