| Index: appengine/swarming/server/task_to_run.py
|
| diff --git a/appengine/swarming/server/task_to_run.py b/appengine/swarming/server/task_to_run.py
|
| index 8cc5a0acd6ab2a14ce59ee6cb374f9ee0e1be318..339c13015aa1d409ed13ee89710e29c3369035fd 100644
|
| --- a/appengine/swarming/server/task_to_run.py
|
| +++ b/appengine/swarming/server/task_to_run.py
|
| @@ -1,7 +1,7 @@
|
| # coding=utf-8
|
| # Copyright 2014 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.
|
|
|
| """Task entity that describe when a task is to be scheduled.
|
|
|
|
|