Skip to content

Commit 52bdc06

Browse files
committed
Updated copyright headers
1 parent 35eebeb commit 52bdc06

File tree

7 files changed

+19
-5
lines changed

7 files changed

+19
-5
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Copyright (c) 2012, Radu Ioan Fericean
2-
2013, Christian Muehlhaeuser <[email protected]>
2+
2013-2017, Christian Muehlhaeuser <[email protected]>
33
All rights reserved.
44

55
Redistribution and use in source and binary forms, with or without

benchmark_test.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
* Simple caching library with expiration capabilities
3+
* Copyright (c) 2013-2017, Christian Muehlhaeuser <[email protected]>
4+
*
5+
* For license see LICENSE.txt
6+
*/
7+
18
package cache2go
29

310
import (

cache.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* Simple caching library with expiration capabilities
33
* Copyright (c) 2012, Radu Ioan Fericean
4-
* 2013, Christian Muehlhaeuser <[email protected]>
4+
* 2013-2017, Christian Muehlhaeuser <[email protected]>
55
*
66
* For license see LICENSE.txt
77
*/

cache_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Simple caching library with expiration capabilities
3-
* Copyright (c) 2013, Christian Muehlhaeuser <[email protected]>
3+
* Copyright (c) 2013-2017, Christian Muehlhaeuser <[email protected]>
44
*
55
* For license see LICENSE.txt
66
*/

cacheitem.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Simple caching library with expiration capabilities
3-
* Copyright (c) 2013, Christian Muehlhaeuser <[email protected]>
3+
* Copyright (c) 2013-2017, Christian Muehlhaeuser <[email protected]>
44
*
55
* For license see LICENSE.txt
66
*/

cachetable.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Simple caching library with expiration capabilities
3-
* Copyright (c) 2013, Christian Muehlhaeuser <[email protected]>
3+
* Copyright (c) 2013-2017, Christian Muehlhaeuser <[email protected]>
44
*
55
* For license see LICENSE.txt
66
*/

errors.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
* Simple caching library with expiration capabilities
3+
* Copyright (c) 2013-2017, Christian Muehlhaeuser <[email protected]>
4+
*
5+
* For license see LICENSE.txt
6+
*/
7+
18
package cache2go
29

310
import (

0 commit comments

Comments
 (0)