Index: client/utils/fs.py |
diff --git a/client/utils/fs.py b/client/utils/fs.py |
index 511f0aadee9bdddb83335145b298cc93ad9d7eb4..b6b53148a974724559a11ccfc6796792b987aa51 100644 |
--- a/client/utils/fs.py |
+++ b/client/utils/fs.py |
@@ -1,6 +1,6 @@ |
-# Copyright 2015 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 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. |
"""Wraps os, os.path and shutil functions to work around MAX_PATH on Windows.""" |