Index: appengine/components/tools/compile_proto.py |
diff --git a/appengine/components/tools/compile_proto.py b/appengine/components/tools/compile_proto.py |
index 6a4a60150e5d91d4d9663ce6fce6edd90389f14e..a17e7c83fe1073dad0ccdc002698c801b6f85d72 100755 |
--- a/appengine/components/tools/compile_proto.py |
+++ b/appengine/components/tools/compile_proto.py |
@@ -1,7 +1,7 @@ |
#!/usr/bin/env python |
# 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. |
"""Compiles all *.proto files it finds into *_pb2.py.""" |