Index: client/utils/net.py |
diff --git a/client/utils/net.py b/client/utils/net.py |
index 69014d613b408a1d560b8522788f49f78ad34a96..34b01e2d589195d03bfbe1ea3e4c1fd564b5198f 100644 |
--- a/client/utils/net.py |
+++ b/client/utils/net.py |
@@ -1,6 +1,6 @@ |
-# Copyright 2013 The Swarming Authors. All rights reserved. |
-# Use of this source code is governed under the Apache License, Version 2.0 that |
-# can be found in the LICENSE file. |
+# 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. |
"""Classes and functions for generic network communication over HTTP.""" |