From a3b10d0b0181c3f8b1950fc1556994bdc51a5445 Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Mon, 22 Jun 2015 10:41:41 -0800 Subject: fixing header --- utils/lru.go | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'utils/lru.go') diff --git a/utils/lru.go b/utils/lru.go index 9e47c3de3..61a515e14 100644 --- a/utils/lru.go +++ b/utils/lru.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 -- cgit v1.2.3-1-g7c22