Index: appengine/components/tests/test_endpoints_app/main.py |
diff --git a/appengine/components/tests/test_endpoints_app/main.py b/appengine/components/tests/test_endpoints_app/main.py |
index 06556623052f6cbf8b77890d8234c57c326a5105..5e19422ab61c31318620cc9f35582b1ca8a0ee3e 100644 |
--- a/appengine/components/tests/test_endpoints_app/main.py |
+++ b/appengine/components/tests/test_endpoints_app/main.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. |
# Pylint doesn't like endpoints. |
# pylint: disable=C0322,R0201 |