Index: appengine/swarming/message_conversion.py |
diff --git a/appengine/swarming/message_conversion.py b/appengine/swarming/message_conversion.py |
index 97854ed299ce350b48d5ec61dc0ed49820f56b28..bb49c632f5a8673490c6002c377729bd600d24fe 100644 |
--- a/appengine/swarming/message_conversion.py |
+++ b/appengine/swarming/message_conversion.py |
@@ -1,6 +1,6 @@ |
# Copyright 2015 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 module facilitates conversion from dictionaries to ProtoRPC messages. |