From: Richard D. <ric...@us...> - 2008-01-26 08:28:29
|
Update of /cvsroot/file-extattr/File-ExtAttr In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv15624 Modified Files: Changes README Log Message: Add 2008 to copyright years Index: README =================================================================== RCS file: /cvsroot/file-extattr/File-ExtAttr/README,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** README 21 Dec 2007 16:52:12 -0000 1.15 --- README 26 Jan 2008 08:28:33 -0000 1.16 *************** *** 59,63 **** Copyright (C) 2005 by Kevin M. Goess ! Copyright (C) 2005, 2006, 2007 by Richard Dawe This library is free software; you can redistribute it and/or modify --- 59,63 ---- Copyright (C) 2005 by Kevin M. Goess ! Copyright (C) 2005, 2006, 2007, 2008 by Richard Dawe This library is free software; you can redistribute it and/or modify Index: Changes =================================================================== RCS file: /cvsroot/file-extattr/File-ExtAttr/Changes,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -d -r1.36 -r1.37 *** Changes 21 Dec 2007 16:49:53 -0000 1.36 --- Changes 26 Jan 2008 08:28:33 -0000 1.37 *************** *** 1,5 **** Revision history for Perl extension File::ExtAttr. ! 1.08 2007-??-?? - (richdawe) Add a typemap for usage of "const char *" in the XS. --- 1,5 ---- Revision history for Perl extension File::ExtAttr. ! 1.08 2008-??-?? - (richdawe) Add a typemap for usage of "const char *" in the XS. |