Chromium Code Reviews| Index: client/isolate.py |
| diff --git a/client/isolate.py b/client/isolate.py |
| index a24d14dfe05006edfa5fbb0404f0551815f99b92..e6d7f05d930632925ec3c8daa327126e6db3b230 100755 |
| --- a/client/isolate.py |
| +++ b/client/isolate.py |
| @@ -1,7 +1,7 @@ |
| #!/usr/bin/env python |
| # 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. |
| +# Use of this source code is governed under the Apache License, Version 2.0 |
| +# that can be found in the LICENSE file. |
| """Front end tool to operate on .isolate files. |