Index: client/utils/on_error.py |
diff --git a/client/utils/on_error.py b/client/utils/on_error.py |
index 2e6897ceaf001092e5797aa839d0c96e733058e4..fc1dbd7f8af68881026cbfac7396006d8fca6476 100644 |
--- a/client/utils/on_error.py |
+++ b/client/utils/on_error.py |
@@ -1,7 +1,7 @@ |
# coding=utf-8 |
# 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. |
"""Declares a single function to report errors to a server. |