Index: appengine/isolate/mapreduce_jobs.py |
diff --git a/appengine/isolate/mapreduce_jobs.py b/appengine/isolate/mapreduce_jobs.py |
index ab42dc71e252fe4dcc0333b362c280aca1be76f8..8ac7767e038774d46d1c7978d02f018a43bde5c4 100644 |
--- a/appengine/isolate/mapreduce_jobs.py |
+++ b/appengine/isolate/mapreduce_jobs.py |
@@ -1,6 +1,6 @@ |
# Copyright 2013 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. |