From: <jgr...@us...> - 2003-05-30 19:39:22
|
Update of /cvsroot/popfile/engine/POPFile In directory sc8-pr-cvs1:/tmp/cvs-serv16802/POPFile Modified Files: Module.pm Log Message: Comment and copyright updates Index: Module.pm =================================================================== RCS file: /cvsroot/popfile/engine/POPFile/Module.pm,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Module.pm 5 May 2003 17:50:11 -0000 1.7 --- Module.pm 30 May 2003 19:39:18 -0000 1.8 *************** *** 1,2 **** --- 1,10 ---- + #---------------------------------------------------------------------------- + # + # This is POPFile's top level Module object. + # + # Copyright (c) 2001-2003 John Graham-Cumming + # + #---------------------------------------------------------------------------- + package POPFile::Module; |