Index: client/example/1_isolate_server.py |
diff --git a/client/example/1_isolate_server.py b/client/example/1_isolate_server.py |
index c62522a109157cde305c52504aea45f44271d991..33d829c4a56103d40928fa97e32adc5cd25fa11d 100755 |
--- a/client/example/1_isolate_server.py |
+++ b/client/example/1_isolate_server.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. |
"""Runs hello_world.py, through hello_world.isolated, locally in a temporary |
directory. |