| Index: appengine/components/components/pubsub.py
|
| diff --git a/appengine/components/components/pubsub.py b/appengine/components/components/pubsub.py
|
| index 41a245ad28ac5945d461be756356d2380c8c2500..d630768a8654e590d37f16463c4d529ac62d25d8 100644
|
| --- a/appengine/components/components/pubsub.py
|
| +++ b/appengine/components/components/pubsub.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.
|
|
|
| """Helper functions for working with Cloud Pub/Sub."""
|
|
|
|
|