[Idrs-commit] CVS: Idrs/dev/src/net/sourceforge/idrs/utils/pool POS.java,1.2,1.3 ObjectPool.java,1.3
Brought to you by:
bigman921
|
From: Marc B. <big...@us...> - 2004-08-29 05:01:52
|
Update of /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/utils/pool In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12847/src/net/sourceforge/idrs/utils/pool Modified Files: POS.java ObjectPool.java PooledObject.java Log Message: updated copyrights Index: POS.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/utils/pool/POS.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** POS.java 10 Sep 2001 01:28:34 -0000 1.2 --- POS.java 29 Aug 2004 05:01:40 -0000 1.3 *************** *** 1,5 **** /* POS.java ! Copyright (C) 2001 Marc Boorshtein The contents of this file are subject to the Mozilla Public License Version 1.0 (the License); --- 1,5 ---- /* POS.java ! Copyright (C) 2002-2004 Marc Boorshtein The contents of this file are subject to the Mozilla Public License Version 1.0 (the License); Index: ObjectPool.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/utils/pool/ObjectPool.java,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ObjectPool.java 18 Sep 2001 03:18:57 -0000 1.3 --- ObjectPool.java 29 Aug 2004 05:01:40 -0000 1.4 *************** *** 1,5 **** /* ObjectPool.java ! Copyright (C) 2001 Marc Boorshtein The contents of this file are subject to the Mozilla Public License Version 1.0 (the License); --- 1,5 ---- /* ObjectPool.java ! Copyright (C) 2002-2004 Marc Boorshtein The contents of this file are subject to the Mozilla Public License Version 1.0 (the License); Index: PooledObject.java =================================================================== RCS file: /cvsroot/idrs/Idrs/dev/src/net/sourceforge/idrs/utils/pool/PooledObject.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** PooledObject.java 10 Sep 2001 01:28:34 -0000 1.2 --- PooledObject.java 29 Aug 2004 05:01:40 -0000 1.3 *************** *** 1,5 **** /* PooledObject.java ! Copyright (C) 2001 Marc Boorshtein The contents of this file are subject to the Mozilla Public License Version 1.0 (the License); --- 1,5 ---- /* PooledObject.java ! Copyright (C) 2002-2004 Marc Boorshtein The contents of this file are subject to the Mozilla Public License Version 1.0 (the License); |