Index: appengine/components/components/config/validation_context.py |
diff --git a/appengine/components/components/config/validation_context.py b/appengine/components/components/config/validation_context.py |
index d0aef13bb0bcb39275d15ba14f9d201016c8d3fd..4142672b28d94a4c9c76a74c53c67429a88ccc1a 100644 |
--- a/appengine/components/components/config/validation_context.py |
+++ b/appengine/components/components/config/validation_context.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. |
"""Defines `Context` class, convenient for customizable validation. |