| Index: client/example/payload/hello_world.py
|
| diff --git a/client/example/payload/hello_world.py b/client/example/payload/hello_world.py
|
| index ee9da9811cf1bd7af9475ffe55bf2347a4747134..a57ba5dc37cc4435110f9df9e2bf3b2f6f3e15cf 100755
|
| --- a/client/example/payload/hello_world.py
|
| +++ b/client/example/payload/hello_world.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.
|
|
|
| """This script is meant to be run on a Swarming slave."""
|
|
|
|
|