| Index: client/tools/parallel_execution.py
|
| diff --git a/client/tools/parallel_execution.py b/client/tools/parallel_execution.py
|
| index 28a1e0d0023afee2338184a40431107c5703b24d..064d7e24fd626ee8f0bfff889375d982fc6d11d9 100644
|
| --- a/client/tools/parallel_execution.py
|
| +++ b/client/tools/parallel_execution.py
|
| @@ -1,6 +1,6 @@
|
| -# Copyright 2014 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 2014 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.
|
|
|
| """Toolset to run multiple Swarming tasks in parallel."""
|
|
|
|
|