From a18032611ed38144c042d6edacabb8d5cd045bb4 Mon Sep 17 00:00:00 2001 From: Radim Kolar <> Date: Tue, 22 Sep 2009 15:16:03 +0200 Subject: [PATCH] clarify copyright for fifocache - its dual licensed LGPL v2.1 with MIT if used as part of FSP --- server/fifocache.c | 6 +++--- server/fifocache.h | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/server/fifocache.c b/server/fifocache.c index ab3790f..0be400f 100644 --- a/server/fifocache.c +++ b/server/fifocache.c @@ -1,6 +1,6 @@ -/* - * Simple FIFO generic cache. (c) Radim Kolar 2003. - * This file is copyrighted as LGPL. +/* + * Simple FIFO generic cache. (c) Radim Kolar 2003, 2009 + * This file is copyrighted as LGPL v2.1 * * When this file is used as part of FSP, it uses 2-term BSD license * (aka MIT/X11 License). diff --git a/server/fifocache.h b/server/fifocache.h index 4cc5592..6796dd9 100644 --- a/server/fifocache.h +++ b/server/fifocache.h @@ -1,6 +1,6 @@ /* - * Simple FIFO generic cache. (c) Radim Kolar 2003. - * This file is copyrighted as LGPL. + * Simple FIFO generic cache. (c) Radim Kolar 2003, 2009 + * This file is copyrighted as LGPL v2.1 * * When this file is used as part of FSP, it uses 2-term BSD license * (aka MIT/X11 License).