| Index: appengine/swarming/swarming_bot/bot_code/singleton.py
|
| diff --git a/appengine/swarming/swarming_bot/bot_code/singleton.py b/appengine/swarming/swarming_bot/bot_code/singleton.py
|
| index af8f6e4d7f107cb01d044d0c59a0b4edac81f863..0fe4a0da77750f7c96bae17c7ac06057778206da 100644
|
| --- a/appengine/swarming/swarming_bot/bot_code/singleton.py
|
| +++ b/appengine/swarming/swarming_bot/bot_code/singleton.py
|
| @@ -1,6 +1,6 @@
|
| # Copyright 2015 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.
|
|
|
| """Implements a singleton."""
|
|
|
|
|