summaryrefslogtreecommitdiffstats
path: root/utils/lru_test.go
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-06-22 10:41:41 -0800
committer=Corey Hulen <corey@hulen.com>2015-06-22 10:41:41 -0800
commita3b10d0b0181c3f8b1950fc1556994bdc51a5445 (patch)
tree956eec8f55abed283b9c15e98e14c4da0b3401b1 /utils/lru_test.go
parent3e07a7bcb47b83b131ef8f3aa4368d479f3a7492 (diff)
downloadchat-a3b10d0b0181c3f8b1950fc1556994bdc51a5445.tar.gz
chat-a3b10d0b0181c3f8b1950fc1556994bdc51a5445.tar.bz2
chat-a3b10d0b0181c3f8b1950fc1556994bdc51a5445.zip
fixing header
Diffstat (limited to 'utils/lru_test.go')
-rw-r--r--utils/lru_test.go8
1 files changed, 6 insertions, 2 deletions
diff --git a/utils/lru_test.go b/utils/lru_test.go
index e26af032f..3255f5c1a 100644
--- a/utils/lru_test.go
+++ b/utils/lru_test.go
@@ -1,5 +1,9 @@
-// Copyright (c) 2015 Spinpunch, Inc. All Rights Reserved.
-// See License.txt for license information.
+// This files was copied/modified from https://github.com/hashicorp/golang-lru
+// which was (see below)
+
+// This package provides a simple LRU cache. It is based on the
+// LRU implementation in groupcache:
+// https://github.com/golang/groupcache/tree/master/lru
package utils