| Index: appengine/components/tools/log_since.py
|
| diff --git a/appengine/components/tools/log_since.py b/appengine/components/tools/log_since.py
|
| index 5aef7b4c5f8cd9be8855248375049b3713574775..6e00b271f912f7e207eecf27b3181cd731a9ca25 100755
|
| --- a/appengine/components/tools/log_since.py
|
| +++ b/appengine/components/tools/log_since.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.
|
|
|
| """Prints a short log from HEAD (or [end]) to a pseudo revision number."""
|
|
|
|
|