| Index: appengine/components/tool_support/local_app.py
|
| diff --git a/appengine/components/tool_support/local_app.py b/appengine/components/tool_support/local_app.py
|
| index ae306092e0a072bbfe1b7496e4cd2c320d8c20f4..e57aea42920f673060bbde50a1b5e5fecc7e2774 100644
|
| --- a/appengine/components/tool_support/local_app.py
|
| +++ b/appengine/components/tool_support/local_app.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.
|
|
|
| """Tools to control application running via dev_appserver.py.
|
|
|
|
|