| Index: client/tools/cost.py
|
| diff --git a/client/tools/cost.py b/client/tools/cost.py
|
| index db2258b149d502458020ad45e745d312d10746ee..6067965e869e4649437d2237d7fda2cd4289a154 100755
|
| --- a/client/tools/cost.py
|
| +++ b/client/tools/cost.py
|
| @@ -1,7 +1,7 @@
|
| #!/usr/bin/env python
|
| # Copyright 2015 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.
|
|
|
| """Calculate statistics about tasks.
|
|
|
|
|