| Index: appengine/gce-backend/pubsub.py
|
| diff --git a/appengine/gce-backend/pubsub.py b/appengine/gce-backend/pubsub.py
|
| index 70b918cd158935ad87fac724ffac0d2069c061f7..1a8f51e4685cfea6c756f520d0a3a8dcc13d244e 100644
|
| --- a/appengine/gce-backend/pubsub.py
|
| +++ b/appengine/gce-backend/pubsub.py
|
| @@ -1,6 +1,6 @@
|
| # Copyright 2016 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.
|
|
|
| """Utilities for interacting with Pub/Sub."""
|
|
|
|
|