sbekman 00/08/31 13:44:17 Modified: netcraft graph.pl Log: updating the notes in the graph generating script Revision Changes Path 1.4 +8 -2 modperl-site/netcraft/graph.pl Index: graph.pl =================================================================== RCS file: /home/cvs/modperl-site/netcraft/graph.pl,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- graph.pl 2000/08/08 15:19:34 1.3 +++ graph.pl 2000/08/31 20:44:15 1.4 @@ -18,9 +18,15 @@ # Note: you need GD::Graph package to be installed in order to use this # script. -# Copyrighted under GPL license -# by Stas Bekman <[EMAIL PROTECTED]> +# This script is free software; you can +# redistribute it and/or modify it under the same terms as +# Perl itself. + +# by Stas Bekman <[EMAIL PROTECTED]> # Aug, 14 1999 +# +# updated July, 16 to generate jpegs instead of gifs (since gif support +# was removed from libgd) use GD::Graph::linespoints; use strict;