Add copyright header to lruchache

This commit is contained in:
Jan Eitzinger
2022-07-29 10:41:21 +02:00
parent 84484babc1
commit a0dafbac99
5 changed files with 16 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
// Copyright (C) 2022 NHR@FAU, University Erlangen-Nuremberg.
// All rights reserved.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
package lrucache
import (