diff options
author | rbb <rbb@13f79535-47bb-0310-9956-ffa450edef68> | 2000-07-23 18:23:17 +0000 |
---|---|---|
committer | rbb <rbb@13f79535-47bb-0310-9956-ffa450edef68> | 2000-07-23 18:23:17 +0000 |
commit | d3a85463a3561f0077f0dffa1866ee58addf9dff (patch) | |
tree | 5369167619a5137bdee7533f5504eaebde803b40 /helpers | |
parent | d39de1cb8ea2238d8468b8eff7c247c131abc8e6 (diff) | |
download | libapr-d3a85463a3561f0077f0dffa1866ee58addf9dff.tar.gz |
Customize the ScanDoc template just a bit to mention that this is APR
and owned by the ASF
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60433 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'helpers')
-rw-r--r-- | helpers/default.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/helpers/default.pl b/helpers/default.pl index 3cd9eb50a..cdacd8d46 100644 --- a/helpers/default.pl +++ b/helpers/default.pl @@ -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 = '© 2000 [My Name]'; +$copyright = '© 2000 [Apache Software Foundation]'; $image_directory = "../images/"; $bullet1_image = $image_directory . "ball1.gif"; $bullet2_image = $image_directory . "ball2.gif"; |