Index: appengine/swarming/mapreduce_jobs.py |
diff --git a/appengine/swarming/mapreduce_jobs.py b/appengine/swarming/mapreduce_jobs.py |
index 8ddc829a071bf3b7baf5a2571f8d088f330b3f43..311d2dd01d8243a5acec3ab9760c43ed32f6a758 100644 |
--- a/appengine/swarming/mapreduce_jobs.py |
+++ b/appengine/swarming/mapreduce_jobs.py |
@@ -1,6 +1,6 @@ |
# 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. |
"""Defines the mapreduces, which are used to do one-off mass updates on entities |
and other manually triggered maintenance tasks. |