Index: appengine/isolate/main_backend.py |
diff --git a/appengine/isolate/main_backend.py b/appengine/isolate/main_backend.py |
index fc0498f240c935e91011306936edc4ad192dceac..fa976bb20db8741cbc06d0641fd988eab2930108 100644 |
--- a/appengine/isolate/main_backend.py |
+++ b/appengine/isolate/main_backend.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. |
"""This modules is imported by AppEngine and defines the 'app' object. |