From: Joseph C. <tex...@us...> - 2006-02-20 02:14:42
|
Update of /cvsroot/popfile/engine/Proxy In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17387/Proxy Modified Files: NNTP.pm POP3.pm Proxy.pm SMTP.pm Log Message: Update copyright dates and GPL 2 text. Index: POP3.pm =================================================================== RCS file: /cvsroot/popfile/engine/Proxy/POP3.pm,v retrieving revision 1.113 retrieving revision 1.114 diff -C2 -d -r1.113 -r1.114 *** POP3.pm 19 Dec 2005 11:41:53 -0000 1.113 --- POP3.pm 20 Feb 2006 02:14:29 -0000 1.114 *************** *** 10,19 **** # This module handles proxying the POP3 protocol for POPFile. # ! # Copyright (c) 2001-2005 John Graham-Cumming # # This file is part of POPFile # # POPFile is free software; you can redistribute it and/or modify it ! # under the terms version 2 of the GNU General Public License as # published by the Free Software Foundation. # --- 10,19 ---- # This module handles proxying the POP3 protocol for POPFile. # ! # Copyright (c) 2001-2006 John Graham-Cumming # # This file is part of POPFile # # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as # published by the Free Software Foundation. # Index: NNTP.pm =================================================================== RCS file: /cvsroot/popfile/engine/Proxy/NNTP.pm,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** NNTP.pm 19 Dec 2005 11:41:53 -0000 1.39 --- NNTP.pm 20 Feb 2006 02:14:29 -0000 1.40 *************** *** 9,18 **** # This module handles proxying the NNTP protocol for POPFile. # ! # Copyright (c) 2001-2004 John Graham-Cumming # # This file is part of POPFile # # POPFile is free software; you can redistribute it and/or modify it ! # under the terms version 2 of the GNU General Public License as # published by the Free Software Foundation. # --- 9,18 ---- # This module handles proxying the NNTP protocol for POPFile. # ! # Copyright (c) 2001-2006 John Graham-Cumming # # This file is part of POPFile # # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as # published by the Free Software Foundation. # Index: Proxy.pm =================================================================== RCS file: /cvsroot/popfile/engine/Proxy/Proxy.pm,v retrieving revision 1.63 retrieving revision 1.64 diff -C2 -d -r1.63 -r1.64 *** Proxy.pm 19 Dec 2005 11:41:53 -0000 1.63 --- Proxy.pm 20 Feb 2006 02:14:29 -0000 1.64 *************** *** 5,14 **** # This module implements the base class for all POPFile proxy Modules # ! # Copyright (c) 2001-2005 John Graham-Cumming # # This file is part of POPFile # # POPFile is free software; you can redistribute it and/or modify it ! # under the terms version 2 of the GNU General Public License as # published by the Free Software Foundation. # --- 5,14 ---- # This module implements the base class for all POPFile proxy Modules # ! # Copyright (c) 2001-2006 John Graham-Cumming # # This file is part of POPFile # # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as # published by the Free Software Foundation. # Index: SMTP.pm =================================================================== RCS file: /cvsroot/popfile/engine/Proxy/SMTP.pm,v retrieving revision 1.42 retrieving revision 1.43 diff -C2 -d -r1.42 -r1.43 *** SMTP.pm 19 Dec 2005 11:41:53 -0000 1.42 --- SMTP.pm 20 Feb 2006 02:14:29 -0000 1.43 *************** *** 9,18 **** # This module handles proxying the SMTP protocol for POPFile. # ! # Copyright (c) 2001-2005 John Graham-Cumming # # This file is part of POPFile # # POPFile is free software; you can redistribute it and/or modify it ! # under the terms version 2 of the GNU General Public License as # published by the Free Software Foundation. # --- 9,18 ---- # This module handles proxying the SMTP protocol for POPFile. # ! # Copyright (c) 2001-2006 John Graham-Cumming # # This file is part of POPFile # # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as # published by the Free Software Foundation. # |