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