| Index: client/tools/parallel_execution.py
|
| diff --git a/client/tools/parallel_execution.py b/client/tools/parallel_execution.py
|
| index 6f851dd4e299fed35969f74640b4fd368a4f7893..ae454666e7132f6ed79c80947e34ab95c2b72d4a 100644
|
| --- a/client/tools/parallel_execution.py
|
| +++ b/client/tools/parallel_execution.py
|
| @@ -1,6 +1,6 @@
|
| # 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.
|
| +# Use of this source code is governed under the Apache License, Version 2.0
|
| +# that can be found in the LICENSE file.
|
|
|
| """Toolset to run multiple Swarming tasks in parallel."""
|
|
|
|
|