Index: filter/dscache/doc.go |
diff --git a/filter/dscache/doc.go b/filter/dscache/doc.go |
index 93277b1cdd938f851619762dba078fbd2f2c339e..ec95477658c6eef71ee961243bf9005edf04ad69 100644 |
--- a/filter/dscache/doc.go |
+++ b/filter/dscache/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 dscache provides a transparent cache for RawDatastore which is |
// backed by Memcache. |