| Index: client/isolate.py
|
| diff --git a/client/isolate.py b/client/isolate.py
|
| index deeb6c658db57f4ed51918063c2535d8e9d1b110..f5840fe3d7ba2479704dd50b5fb96ee3e633d8a3 100755
|
| --- a/client/isolate.py
|
| +++ b/client/isolate.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.
|
|
|
| """Front end tool to operate on .isolate files.
|
|
|
|
|