From: Jan T. <de...@us...> - 2003-05-31 22:39:37
|
Update of /cvsroot/net-script/netscript2/src/perl/NetScript/Util In directory sc8-pr-cvs1:/tmp/cvs-serv4485/NetScript/Util Modified Files: ConfigurationParser.pm FileRetriever.pm UIDGenerator.pm Log Message: * finished XSLT implementation Index: ConfigurationParser.pm =================================================================== RCS file: /cvsroot/net-script/netscript2/src/perl/NetScript/Util/ConfigurationParser.pm,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** ConfigurationParser.pm 7 Jul 2002 14:34:42 -0000 1.5 --- ConfigurationParser.pm 31 May 2003 22:39:33 -0000 1.6 *************** *** 5,9 **** # NetScript and all related materials, such as documentation, # are protected under the terms and conditions of the Artistic License. ! # (C) 2000-2002 by Jan Thomä, insOMnia # mailto: ko...@in... #-------------------------------------------------------- --- 5,9 ---- # NetScript and all related materials, such as documentation, # are protected under the terms and conditions of the Artistic License. ! # (C) 2000-2002 by Jan Thomae, insOMnia # mailto: ko...@in... #-------------------------------------------------------- Index: FileRetriever.pm =================================================================== RCS file: /cvsroot/net-script/netscript2/src/perl/NetScript/Util/FileRetriever.pm,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** FileRetriever.pm 2 Jun 2002 19:31:23 -0000 1.6 --- FileRetriever.pm 31 May 2003 22:39:33 -0000 1.7 *************** *** 11,15 **** # NetScript and all related materials, such as documentation, # are protected under the terms and conditions of the Artistic License. ! # (C) 2000-2002 by Jan Thomä, insOMnia # mailto: ko...@in... #-------------------------------------------------------- --- 11,15 ---- # NetScript and all related materials, such as documentation, # are protected under the terms and conditions of the Artistic License. ! # (C) 2000-2002 by Jan Thomae, insOMnia # mailto: ko...@in... #-------------------------------------------------------- Index: UIDGenerator.pm =================================================================== RCS file: /cvsroot/net-script/netscript2/src/perl/NetScript/Util/UIDGenerator.pm,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** UIDGenerator.pm 15 May 2002 18:23:11 -0000 1.3 --- UIDGenerator.pm 31 May 2003 22:39:33 -0000 1.4 *************** *** 5,9 **** # NetScript and all related materials, such as documentation, # are protected under the terms and conditions of the Artistic License. ! # (C) 2000-2002 by Jan Thomä, insOMnia # mailto: ko...@in... #-------------------------------------------------------- --- 5,9 ---- # NetScript and all related materials, such as documentation, # are protected under the terms and conditions of the Artistic License. ! # (C) 2000-2002 by Jan Thomae, insOMnia # mailto: ko...@in... #-------------------------------------------------------- *************** *** 38,42 **** sub createUID { my ( $this ) = @_; ! "$$-$^T-".time()."-".rand(); } --- 38,42 ---- sub createUID { my ( $this ) = @_; ! "$$-$^T-".time()."-".rand().rand(); } |