clarify copyright for fifocache - its dual licensed LGPL v2.1 with MIT if used as part of FSP

This commit is contained in:
Radim Kolar 2009-09-22 15:16:03 +02:00
parent 9401d5c906
commit a18032611e
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
/* /*
* Simple FIFO generic cache. (c) Radim Kolar 2003. * Simple FIFO generic cache. (c) Radim Kolar 2003, 2009
* This file is copyrighted as LGPL. * This file is copyrighted as LGPL v2.1
* *
* When this file is used as part of FSP, it uses 2-term BSD license * When this file is used as part of FSP, it uses 2-term BSD license
* (aka MIT/X11 License). * (aka MIT/X11 License).

View File

@ -1,6 +1,6 @@
/* /*
* Simple FIFO generic cache. (c) Radim Kolar 2003. * Simple FIFO generic cache. (c) Radim Kolar 2003, 2009
* This file is copyrighted as LGPL. * This file is copyrighted as LGPL v2.1
* *
* When this file is used as part of FSP, it uses 2-term BSD license * When this file is used as part of FSP, it uses 2-term BSD license
* (aka MIT/X11 License). * (aka MIT/X11 License).