| Index: client/run_isolated.py
|
| diff --git a/client/run_isolated.py b/client/run_isolated.py
|
| index fb4f12896dd398f2588eb36790231b7107bd151d..7f023e8d492bf01717ca599e21f05eea0d4ce495 100755
|
| --- a/client/run_isolated.py
|
| +++ b/client/run_isolated.py
|
| @@ -1,7 +1,7 @@
|
| #!/usr/bin/env python
|
| -# Copyright 2012 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 2012 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.
|
|
|
| """Reads a .isolated, creates a tree of hardlinks and runs the test.
|
|
|
|
|