Index: impl/memory/doc.go |
diff --git a/impl/memory/doc.go b/impl/memory/doc.go |
index ef89fe1924d96e82c35f12d36c8bbef671988f85..1561fe3c352335888613242bbb0b65f326b3d5a6 100644 |
--- a/impl/memory/doc.go |
+++ b/impl/memory/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 memory provides an implementation of infra/gae/libs/wrapper which |
// backs to local memory ONLY. This is useful for unittesting, and is also used |