| Index: client/utils/net.py
|
| diff --git a/client/utils/net.py b/client/utils/net.py
|
| index 34b01e2d589195d03bfbe1ea3e4c1fd564b5198f..11bb276399d79bef54d63fca7e00518d518d98d6 100644
|
| --- a/client/utils/net.py
|
| +++ b/client/utils/net.py
|
| @@ -1,6 +1,6 @@
|
| # Copyright 2013 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.
|
|
|
| """Classes and functions for generic network communication over HTTP."""
|
|
|
|
|