From: Manni H. <man...@us...> - 2008-04-18 14:34:19
|
Update of /cvsroot/popfile/engine/POPFile In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23147/POPFile Modified Files: Tag: b0_22_2 API.pm Module.pm History.pm Mutex.pm Configuration.pm MQ.pm Log Message: Update the year in all the copyright statements. Index: History.pm =================================================================== RCS file: /cvsroot/popfile/engine/POPFile/History.pm,v retrieving revision 1.29.4.4 retrieving revision 1.29.4.5 diff -C2 -d -r1.29.4.4 -r1.29.4.5 *** History.pm 17 Apr 2008 09:29:28 -0000 1.29.4.4 --- History.pm 18 Apr 2008 14:33:53 -0000 1.29.4.5 *************** *** 10,14 **** # database and on disk that store messages previously classified by POPFile. # ! # Copyright (c) 2004-2006 John Graham-Cumming # # This file is part of POPFile --- 10,14 ---- # database and on disk that store messages previously classified by POPFile. # ! # Copyright (c) 2001-2008 John Graham-Cumming # # This file is part of POPFile Index: Configuration.pm =================================================================== RCS file: /cvsroot/popfile/engine/POPFile/Configuration.pm,v retrieving revision 1.51.4.3 retrieving revision 1.51.4.4 diff -C2 -d -r1.51.4.3 -r1.51.4.4 *** Configuration.pm 23 Oct 2006 14:05:20 -0000 1.51.4.3 --- Configuration.pm 18 Apr 2008 14:33:53 -0000 1.51.4.4 *************** *** 12,16 **** # POPFile's command line parsing # ! # Copyright (c) 2001-2006 John Graham-Cumming # # This file is part of POPFile --- 12,16 ---- # POPFile's command line parsing # ! # Copyright (c) 2001-2008 John Graham-Cumming # # This file is part of POPFile Index: Mutex.pm =================================================================== RCS file: /cvsroot/popfile/engine/POPFile/Mutex.pm,v retrieving revision 1.3.4.1 retrieving revision 1.3.4.2 diff -C2 -d -r1.3.4.1 -r1.3.4.2 *** Mutex.pm 6 Feb 2006 15:15:53 -0000 1.3.4.1 --- Mutex.pm 18 Apr 2008 14:33:53 -0000 1.3.4.2 *************** *** 6,10 **** # to a region on a per thread or per process basis. # ! # Copyright (c) 2001-2006 John Graham-Cumming # # This file is part of POPFile --- 6,10 ---- # to a region on a per thread or per process basis. # ! # Copyright (c) 2001-2008 John Graham-Cumming # # This file is part of POPFile Index: Module.pm =================================================================== RCS file: /cvsroot/popfile/engine/POPFile/Module.pm,v retrieving revision 1.42.4.1 retrieving revision 1.42.4.2 diff -C2 -d -r1.42.4.1 -r1.42.4.2 *** Module.pm 6 Feb 2006 15:15:53 -0000 1.42.4.1 --- Module.pm 18 Apr 2008 14:33:53 -0000 1.42.4.2 *************** *** 3,7 **** # This is POPFile's top level Module object. # ! # Copyright (c) 2001-2006 John Graham-Cumming # # This file is part of POPFile --- 3,7 ---- # This is POPFile's top level Module object. # ! # Copyright (c) 2001-2008 John Graham-Cumming # # This file is part of POPFile Index: MQ.pm =================================================================== RCS file: /cvsroot/popfile/engine/POPFile/MQ.pm,v retrieving revision 1.17.6.1 retrieving revision 1.17.6.2 diff -C2 -d -r1.17.6.1 -r1.17.6.2 *** MQ.pm 6 Feb 2006 15:15:53 -0000 1.17.6.1 --- MQ.pm 18 Apr 2008 14:33:54 -0000 1.17.6.2 *************** *** 40,44 **** # RELSE Sent when a session key is being released by a client # ! # Copyright (c) 2001-2006 John Graham-Cumming # # This file is part of POPFile --- 40,44 ---- # RELSE Sent when a session key is being released by a client # ! # Copyright (c) 2001-2008 John Graham-Cumming # # This file is part of POPFile Index: API.pm =================================================================== RCS file: /cvsroot/popfile/engine/POPFile/API.pm,v retrieving revision 1.7.4.1 retrieving revision 1.7.4.2 diff -C2 -d -r1.7.4.1 -r1.7.4.2 *** API.pm 6 Feb 2006 15:15:53 -0000 1.7.4.1 --- API.pm 18 Apr 2008 14:33:53 -0000 1.7.4.2 *************** *** 5,9 **** # API.pm -- The API to POPFile available through XML-RPC # ! # Copyright (c) 2001-2006 John Graham-Cumming # # This file is part of POPFile --- 5,9 ---- # API.pm -- The API to POPFile available through XML-RPC # ! # Copyright (c) 2001-2008 John Graham-Cumming # # This file is part of POPFile |