Index: appengine/swarming/server/task_pack.py |
diff --git a/appengine/swarming/server/task_pack.py b/appengine/swarming/server/task_pack.py |
index 0ec3e75b13de3dd83615a10b2f79f4f3eb620e00..160b065a8e334050b141d49b1e1e660dbd1aa379 100644 |
--- a/appengine/swarming/server/task_pack.py |
+++ b/appengine/swarming/server/task_pack.py |
@@ -1,7 +1,7 @@ |
# coding: utf-8 |
# 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. |
"""Packing and unpacking of ndb.Key. |