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).