| Index: appengine/components/components/net.py
|
| diff --git a/appengine/components/components/net.py b/appengine/components/components/net.py
|
| index 1d136848f9822fe8cc474ef9d5caa6e4c5792f85..4eb3d50598d4b04d6ceca1ed351c78d1f6a91a0f 100644
|
| --- a/appengine/components/components/net.py
|
| +++ b/appengine/components/components/net.py
|
| @@ -1,6 +1,6 @@
|
| # Copyright 2015 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.
|
|
|
| """Wrapper around urlfetch to call REST API with service account credentials."""
|
|
|
|
|