| Index: service/taskqueue/interface.go
|
| diff --git a/service/taskqueue/interface.go b/service/taskqueue/interface.go
|
| index becbb2a9061c5df7bd9a56a2dc4e7f7fc442439b..c6d9a95000575144720b92f34bdf1051793433a7 100644
|
| --- a/service/taskqueue/interface.go
|
| +++ b/service/taskqueue/interface.go
|
| @@ -1,6 +1,6 @@
|
| -// Copyright 2015 The Chromium Authors. All rights reserved.
|
| -// Use of this source code is governed by a BSD-style license that can be
|
| -// found in the LICENSE file.
|
| +// Copyright 2015 The LUCI Authors. All rights reserved.
|
| +// Use of this source code is governed under the Apache License, Version 2.0
|
| +// that can be found in the LICENSE file.
|
|
|
| package taskqueue
|
|
|
|
|