Index: client/utils/file_path.py |
diff --git a/client/utils/file_path.py b/client/utils/file_path.py |
index 2952fcd47bb1fd2f6a1defd248cd81a1e6ad68cb..a1a6f325981d089c5fa07658db059afe72f146a0 100644 |
--- a/client/utils/file_path.py |
+++ b/client/utils/file_path.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. |
"""Provides functions: get_native_path_case(), isabs() and safe_join(). |