| Index: appengine/components/tools/gae.py
|
| diff --git a/appengine/components/tools/gae.py b/appengine/components/tools/gae.py
|
| index 59dee591d190b3d5679cabdcc59e1dcfa12f653e..887cff0eb14dda85dd5d2ff3865a1e68911c3db9 100755
|
| --- a/appengine/components/tools/gae.py
|
| +++ b/appengine/components/tools/gae.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.
|
|
|
| """Wrapper around GAE SDK tools to simplify working with multi module apps."""
|
|
|
|
|