| Index: appengine/components/tools/install_protoc.py
|
| diff --git a/appengine/components/tools/install_protoc.py b/appengine/components/tools/install_protoc.py
|
| index 2fd1518476e3573a7bee60687b7cb689002acc66..25631b13e812891c73d72f60ebf90efc6945c42e 100755
|
| --- a/appengine/components/tools/install_protoc.py
|
| +++ b/appengine/components/tools/install_protoc.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.
|
|
|
| """Downloads, builds and installs Protocol Buffers compiler (protoc)."""
|
|
|
|
|