You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@locus.apache.org on 2000/07/23 20:23:19 UTC

cvs commit: apache-2.0/src/lib/apr/helpers default.pl

rbb         00/07/23 11:23:19

  Modified:    src/lib/apr/helpers default.pl
  Log:
  Customize the ScanDoc template just a bit to mention that this is APR
  and owned by the ASF
  
  Revision  Changes    Path
  1.2       +2 -2      apache-2.0/src/lib/apr/helpers/default.pl
  
  Index: default.pl
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/helpers/default.pl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- default.pl	2000/07/23 18:11:14	1.1
  +++ default.pl	2000/07/23 18:23:17	1.2
  @@ -12,9 +12,9 @@
   ## For quick and superficial customization, 
   ## simply change these variables
   
  -$project_name     = '[My Project]';
  +$project_name     = '[Apache Portable RunTime]';
   $company_logo     = '<img src="../images/ScanDocBig.jpg">'; # change this to an image tag.
  -$copyright        = '&copy 2000 [My Name]';
  +$copyright        = '&copy 2000 [Apache Software Foundation]';
   $image_directory  = "../images/";
   $bullet1_image    = $image_directory . "ball1.gif";
   $bullet2_image    = $image_directory . "ball2.gif";