Index: filter/featureBreaker/doc.go |
diff --git a/filter/featureBreaker/doc.go b/filter/featureBreaker/doc.go |
index 0f30e141df94474b7bb548b3a1f40e1a5a0cf049..191a99f1e73049315716b7a818600fedc8ac63e1 100644 |
--- a/filter/featureBreaker/doc.go |
+++ b/filter/featureBreaker/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 featureBreaker contains filters for dynamically disabling/breaking |
// API features at test-time. |