| Index: appengine/auth_service/acl.py
|
| diff --git a/appengine/auth_service/acl.py b/appengine/auth_service/acl.py
|
| index f37cc2fc14624be077d38898284def4f79aaf580..74722d1ede61a7488f10b424d98c828a73e785dc 100644
|
| --- a/appengine/auth_service/acl.py
|
| +++ b/appengine/auth_service/acl.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.
|
|
|
| """ACL checks for endpoints exposed by auth_service."""
|
|
|
|
|