Index: impl/dummy/doc.go |
diff --git a/impl/dummy/doc.go b/impl/dummy/doc.go |
index c588022b5022e64c7007802c4aedd9e64411c6ff..07236507f1c0239dbc7d9b4a5a85003ad7057606 100644 |
--- a/impl/dummy/doc.go |
+++ b/impl/dummy/doc.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 dummy provides panicking dummy implementations of all service |
// Interfaces. |